Re: [PATCH] drm/sched: De-clutter drm_sched_init

2025-07-04 Thread Philipp Stanner
On Fri, 2025-07-04 at 14:07 +0100, Tvrtko Ursulin wrote: > Move work queue allocation into a helper for a more streamlined > function > body. > > Signed-off-by: Tvrtko Ursulin > Cc: Christian König > Cc: Danilo Krummrich > Cc: Matthew Brost > Cc: Philipp Stanner Applied to drm-misc-next. Th

Re: [PATCH] drm/sched: De-clutter drm_sched_init

2025-07-04 Thread Maíra Canal
Hi Tvrtko, On 04/07/25 10:07, Tvrtko Ursulin wrote: Move work queue allocation into a helper for a more streamlined function body. Signed-off-by: Tvrtko Ursulin I just sent a r-b to this patch in the Fair Scheduler series, so: Reviewed-by: Maíra Canal Best Regards, - Maíra Cc: Christian

[PATCH] drm/sched: De-clutter drm_sched_init

2025-07-04 Thread Tvrtko Ursulin
Move work queue allocation into a helper for a more streamlined function body. Signed-off-by: Tvrtko Ursulin Cc: Christian König Cc: Danilo Krummrich Cc: Matthew Brost Cc: Philipp Stanner --- drivers/gpu/drm/scheduler/sched_main.c | 33 -- 1 file changed, 20 insertion