]> git.dujemihanovic.xyz Git - linux.git/commit
drm/xe: Use ordered WQ for G2H handler
authorMatthew Brost <matthew.brost@intel.com>
Mon, 6 May 2024 03:47:58 +0000 (20:47 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 9 May 2024 14:41:27 +0000 (09:41 -0500)
commitc002bfe644a29ba600c571f2abba13a155a12dcd
treeaed1e484ccde217b24903b010069859917339731
parent7bd9c9f962eb36d5b88bbe4108d368aad3500c05
drm/xe: Use ordered WQ for G2H handler

System work queues are shared, use a dedicated work queue for G2H
processing to avoid G2H processing getting block behind system tasks.

Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: <stable@vger.kernel.org>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Francois Dugast <francois.dugast@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240506034758.3697397-1-matthew.brost@intel.com
(cherry picked from commit 50aec9665e0babd62b9eee4e613d9a1ef8d2b7de)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_guc_ct.c
drivers/gpu/drm/xe/xe_guc_ct.h
drivers/gpu/drm/xe/xe_guc_ct_types.h