drm/xe: Add exec queue param to devcoredump
authorMatthew Brost <matthew.brost@intel.com>
Thu, 14 Nov 2024 02:25:19 +0000 (18:25 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 14 Nov 2024 14:38:44 +0000 (06:38 -0800)
commitf62e6edfc11d30d07ce48d783da149dda4f7e78f
tree0a56bafe162e1c1fe32b3e6a6a9eb5338ea4f80b
parent9a1fce9df46d8b0789666522d78ffe1495add270
drm/xe: Add exec queue param to devcoredump

During capture time, the target job may be unavailable (e.g., if it's in
LR mode). However, the associated exec queue will be available
regardless, so add an exec queue param for such cases.

v2:
 - Reword commit message (Jonathan)

Cc: Zhanjun Dong <zhanjun.dong@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241114022522.1951351-5-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_devcoredump.c
drivers/gpu/drm/xe/xe_devcoredump.h
drivers/gpu/drm/xe/xe_guc_submit.c