drm/xe: skip error capture when exec queue is killed
authorTejas Upadhyay <tejas.upadhyay@intel.com>
Tue, 30 Apr 2024 13:12:29 +0000 (18:42 +0530)
committerMatthew Brost <matthew.brost@intel.com>
Tue, 7 May 2024 18:43:08 +0000 (11:43 -0700)
commitc18a5e3e61650110b5d8523292abaf6ae19ebdd2
tree9ec7e9e2c5f7d389cc54c9a283ecd123a50f205f
parenta4cb575d910a5c65c5f8b764e2b5f56b66019522
drm/xe: skip error capture when exec queue is killed

When user closes exec queue soon after job submission,
we are generating error coredump. Instead check if
exec queue is killed during job timeout then skip
error coredump capture.

V2:
  - Just skip error capture - MattB

Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240430131229.2228809-1-tejas.upadhyay@intel.com
drivers/gpu/drm/xe/xe_guc_submit.c