Re: [RFC v4 16/16] drm/sched: Embed run queue singleton into the scheduler

2025-05-12 Thread Philipp Stanner
On Fri, 2025-04-25 at 11:20 +0100, Tvrtko Ursulin wrote: > Now that the run queue to scheduler relationship is always 1:1 we can > embed it (the run queue) directly in the scheduler struct and save on > some allocation error handling code and such. > > Signed-off-by: Tvrtko Ursulin > Cc: Christia

[RFC v4 16/16] drm/sched: Embed run queue singleton into the scheduler

2025-04-25 Thread Tvrtko Ursulin
Now that the run queue to scheduler relationship is always 1:1 we can embed it (the run queue) directly in the scheduler struct and save on some allocation error handling code and such. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost Cc: Philipp Stanner