]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Do not wedge device on killed exec queues
authorMatthew Brost <matthew.brost@intel.com>
Tue, 24 Jun 2025 17:41:03 +0000 (10:41 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Wed, 25 Jun 2025 16:55:20 +0000 (09:55 -0700)
commit5a2f117a80c207372513ca8964eeb178874f4990
tree3e0fbc33504cd1d5d77d47c6fd8bf3aec92cad22
parentdfe6c281323fea9f091f0d30a02579c072eb963c
drm/xe: Do not wedge device on killed exec queues

When a user closes an exec queue or interrupts an app with Ctrl-C,
this does not warrant wedging the device in mode 2.

Avoid this by skipping the wedge check for killed exec queues in
the TDR and LR exec queue cleanup worker.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://lore.kernel.org/r/20250624174103.2707941-1-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_guc_submit.c