Re: [PATCH v4 2/2] drm/xe: Drop GuC submit_wq pool

2024-10-02 Thread Ghimiray, Himal Prasad
On 02-10-2024 18:46, Matthew Brost wrote: Now that drm sched uses a single lockdep map for all submit_wq, drop the GuC submit_wq pool hack. Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_guc_submit.c | 60 +- drivers/gpu/drm/xe/xe_guc_types.h | 7

Re: [PATCH v4 2/2] drm/xe: Drop GuC submit_wq pool

2024-10-02 Thread Nirmoy Das
On 10/2/2024 3:16 PM, Matthew Brost wrote: > Now that drm sched uses a single lockdep map for all submit_wq, drop the > GuC submit_wq pool hack. > > Signed-off-by: Matthew Brost Reviewed-by: Nirmoy Das > --- > drivers/gpu/drm/xe/xe_guc_submit.c | 60 +- > drivers/