]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/multi_queue: skip submit when primary queue is suspended
authorNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Wed, 3 Jun 2026 23:39:47 +0000 (16:39 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Tue, 16 Jun 2026 17:18:23 +0000 (10:18 -0700)
commit65280af331aa15eab7012bd7f07823be13754ba2
treef7545feb908e5e3785fe1a7ed9db69493e6861c5
parent1141574cb85db5226042b3d903157f95bfc631b1
drm/xe/multi_queue: skip submit when primary queue is suspended

Return early in submit path when the multi-queue primary exec
queue is suspended to avoid submitting while suspended.

v2: Remove idle_skip_suspend fix as that feature is being
reverted here https://patchwork.freedesktop.org/series/167262/

Fixes: bc5775c59258 ("drm/xe/multi_queue: Add GuC interface for multi queue support")
Cc: stable@vger.kernel.org # v7.0+
Assisted-by: GitHub-Copilot:claude-sonnet-4.6
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Link: https://patch.msgid.link/20260603233946.863663-2-niranjana.vishwanathapura@intel.com
(cherry picked from commit b7fb55cc3364ca128cfff9d50649ffd4327cd01e)
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
drivers/gpu/drm/xe/xe_guc_submit.c