Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-14 Thread Tvrtko Ursulin
Hi Christian, On 11/02/2025 10:21, Christian König wrote: Am 11.02.25 um 11:08 schrieb Philipp Stanner: On Tue, 2025-02-11 at 09:22 +0100, Christian König wrote: Am 06.02.25 um 17:40 schrieb Tvrtko Ursulin: Replace a copy of DRM scheduler's to_drm_sched_job with a copy of a newly added __dr

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-14 Thread Tvrtko Ursulin
On 14/02/2025 10:31, Christian König wrote: Am 14.02.25 um 11:21 schrieb Tvrtko Ursulin: Hi Christian, On 11/02/2025 10:21, Christian König wrote: Am 11.02.25 um 11:08 schrieb Philipp Stanner: On Tue, 2025-02-11 at 09:22 +0100, Christian König wrote: Am 06.02.25 um 17:40 schrieb Tvrtko Ur

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-14 Thread Christian König
Am 14.02.25 um 11:34 schrieb Tvrtko Ursulin: > > On 14/02/2025 10:31, Christian König wrote: >> Am 14.02.25 um 11:21 schrieb Tvrtko Ursulin: >>> >>> Hi Christian, >>> >>> On 11/02/2025 10:21, Christian König wrote: Am 11.02.25 um 11:08 schrieb Philipp Stanner: > On Tue, 2025-02-11 at 09:22

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-14 Thread Christian König
Am 14.02.25 um 11:21 schrieb Tvrtko Ursulin: > > Hi Christian, > > On 11/02/2025 10:21, Christian König wrote: >> Am 11.02.25 um 11:08 schrieb Philipp Stanner: >>> On Tue, 2025-02-11 at 09:22 +0100, Christian König wrote: Am 06.02.25 um 17:40 schrieb Tvrtko Ursulin: > Replace a copy of DRM

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-11 Thread Tvrtko Ursulin
On 11/02/2025 10:21, Christian König wrote: Am 11.02.25 um 11:08 schrieb Philipp Stanner: On Tue, 2025-02-11 at 09:22 +0100, Christian König wrote: Am 06.02.25 um 17:40 schrieb Tvrtko Ursulin: Replace a copy of DRM scheduler's to_drm_sched_job with a copy of a newly added __drm_sched_entity_

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-11 Thread Philipp Stanner
On Tue, 2025-02-11 at 09:22 +0100, Christian König wrote: > Am 06.02.25 um 17:40 schrieb Tvrtko Ursulin: > > Replace a copy of DRM scheduler's to_drm_sched_job with a copy of a > > newly > > added __drm_sched_entity_queue_pop. > > > > This allows breaking the hidden dependency that queue_node has

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-11 Thread Christian König
Am 11.02.25 um 11:08 schrieb Philipp Stanner: On Tue, 2025-02-11 at 09:22 +0100, Christian König wrote: Am 06.02.25 um 17:40 schrieb Tvrtko Ursulin: Replace a copy of DRM scheduler's to_drm_sched_job with a copy of a newly added __drm_sched_entity_queue_pop. This allows breaking the hidden dep

Re: [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-11 Thread Christian König
Am 06.02.25 um 17:40 schrieb Tvrtko Ursulin: Replace a copy of DRM scheduler's to_drm_sched_job with a copy of a newly added __drm_sched_entity_queue_pop. This allows breaking the hidden dependency that queue_node has to be the first element in struct drm_sched_job. A comment is also added with

[PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly

2025-02-07 Thread Tvrtko Ursulin
Replace a copy of DRM scheduler's to_drm_sched_job with a copy of a newly added __drm_sched_entity_queue_pop. This allows breaking the hidden dependency that queue_node has to be the first element in struct drm_sched_job. A comment is also added with a reference to the mailing list discussion exp