Re: [PATCH 1/4] drm/sched: Add job popping API

2025-01-21 Thread Tvrtko Ursulin
On 20/01/2025 18:49, Christian König wrote: Am 20.01.25 um 18:13 schrieb Danilo Krummrich: On Mon, Jan 20, 2025 at 04:52:37PM +, Tvrtko Ursulin wrote: Idea is to add a helper for popping jobs from the entity with the goal of making amdgpu use it in the next patch. That way amdgpu will dec

[PATCH 1/4] drm/sched: Add job popping API

2025-01-21 Thread Tvrtko Ursulin
Idea is to add a helper for popping jobs from the entity with the goal of making amdgpu use it in the next patch. That way amdgpu will decouple itself a tiny bit more from scheduler implementation details. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost

Re: [PATCH 1/4] drm/sched: Add job popping API

2025-01-20 Thread Christian König
Am 20.01.25 um 18:13 schrieb Danilo Krummrich: On Mon, Jan 20, 2025 at 04:52:37PM +, Tvrtko Ursulin wrote: Idea is to add a helper for popping jobs from the entity with the goal of making amdgpu use it in the next patch. That way amdgpu will decouple itself a tiny bit more from scheduler imp

Re: [PATCH 1/4] drm/sched: Add job popping API

2025-01-20 Thread Danilo Krummrich
On Mon, Jan 20, 2025 at 04:52:37PM +, Tvrtko Ursulin wrote: > Idea is to add a helper for popping jobs from the entity with the goal > of making amdgpu use it in the next patch. That way amdgpu will decouple > itself a tiny bit more from scheduler implementation details. I object to adding thi