Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-12-17 Thread Philipp Stanner
[+cc Krzysztof, who I think witnessed a possibly related Kernel crash in the wild] P. On Wed, 2024-11-13 at 13:48 +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with > WQ_MEM_RECLAIM") > points out, ever since > a6149f03936

Fwd: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-12-17 Thread Christian König
Sending it out to the mailing lists once more because AMD mail servers tried to convert it to HTML :( Am 17.12.24 um 01:26 schrieb Matthew Brost: On Fri, Nov 22, 2024 at 02:36:59PM +, Tvrtko Ursulin wrote: [SNIP] Do we have system wide workqueues for that? It seems a bit overkill that amd

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-12-17 Thread Christian König
Am 17.12.24 um 01:26 schrieb Matthew Brost: On Fri, Nov 22, 2024 at 02:36:59PM +, Tvrtko Ursulin wrote: [SNIP] Do we have system wide workqueues for that? It seems a bit overkill that amdgpu has to allocate one on his own. I wondered the same but did not find any. Only ones I am aware of a

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-12-16 Thread Matthew Brost
On Fri, Nov 22, 2024 at 02:36:59PM +, Tvrtko Ursulin wrote: > > On 22/11/2024 13:46, Christian König wrote: > > Am 22.11.24 um 12:34 schrieb Tvrtko Ursulin: > > > On 13/11/2024 14:42, Tvrtko Ursulin wrote: > > > > On 13/11/2024 14:26, Christian König wrote: > > > > > Am 13.11.24 um 14:48 schri

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-12-04 Thread Oleksandr Natalenko
On středa 13. listopadu 2024 14:48:38, středoevropský standardní čas Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with > WQ_MEM_RECLAIM") > points out, ever since > a6149f039369 ("drm/sched: Convert drm scheduler to use a work q

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-12-03 Thread Christian König
Am 03.12.24 um 15:24 schrieb Oleksandr Natalenko: On středa 13. listopadu 2024 14:48:38, středoevropský standardní čas Tvrtko Ursulin wrote: From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") points out, ever since a6149f039369 ("drm/sch

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-11-25 Thread Tvrtko Ursulin
On 22/11/2024 13:46, Christian König wrote: Am 22.11.24 um 12:34 schrieb Tvrtko Ursulin: On 13/11/2024 14:42, Tvrtko Ursulin wrote: On 13/11/2024 14:26, Christian König wrote: Am 13.11.24 um 14:48 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark schedu

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-11-25 Thread Tvrtko Ursulin
On 13/11/2024 14:42, Tvrtko Ursulin wrote: On 13/11/2024 14:26, Christian König wrote: Am 13.11.24 um 14:48 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") points out, ever since a6149f039369 ("drm/sched: C

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-11-22 Thread Christian König
Am 22.11.24 um 12:34 schrieb Tvrtko Ursulin: On 13/11/2024 14:42, Tvrtko Ursulin wrote: On 13/11/2024 14:26, Christian König wrote: Am 13.11.24 um 14:48 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") points

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-11-14 Thread Tvrtko Ursulin
On 13/11/2024 14:26, Christian König wrote: Am 13.11.24 um 14:48 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") points out, ever since a6149f039369 ("drm/sched: Convert drm scheduler to use a work queue rat

Re: [PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-11-13 Thread Christian König
Am 13.11.24 um 14:48 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") points out, ever since a6149f039369 ("drm/sched: Convert drm scheduler to use a work queue rather than kthread"), any workqueue flushing done

[PATCH] drm/amdgpu: Make the submission path memory reclaim safe

2024-11-13 Thread Tvrtko Ursulin
From: Tvrtko Ursulin As commit 746ae46c1113 ("drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIM") points out, ever since a6149f039369 ("drm/sched: Convert drm scheduler to use a work queue rather than kthread"), any workqueue flushing done from the job submission path must only involve