[PATCH v4 0/7] Devcoredump Improvements

Matthew Brost matthew.brost at intel.com
Thu Nov 14 02:25:15 UTC 2024


Mainly enabling devcoredump for LR queues. Missing is engine capture
from Zhanjun worked on to find one manually or from the GuC. Can be done
in a follow up.

v3:
 - Send correct code
v4:
 - Fix build error, reorder patches

Matt

Matthew Brost (7):
  drm/xe: Add xe_ring_lrc_is_idle() helper
  drm/xe: Add ring address to LRC snapshot
  drm/xe: Add ring start to LRC snapshot
  drm/xe: Add exec queue param to devcoredump
  drm/xe: Improve schedule disable response failure
  drm/xe: Change xe_engine_snapshot_capture_for_job to be for queue
  drm/xe: Wire devcoredump to LR TDR

 drivers/gpu/drm/xe/xe_devcoredump.c       | 16 ++++++-------
 drivers/gpu/drm/xe/xe_devcoredump.h       |  6 +++--
 drivers/gpu/drm/xe/xe_devcoredump_types.h |  2 --
 drivers/gpu/drm/xe/xe_guc_capture.c       | 29 ++++++++++-------------
 drivers/gpu/drm/xe/xe_guc_capture.h       |  6 ++---
 drivers/gpu/drm/xe/xe_guc_submit.c        | 20 +++++++++++-----
 drivers/gpu/drm/xe/xe_hw_engine.c         |  8 +++----
 drivers/gpu/drm/xe/xe_hw_engine.h         |  4 ++--
 drivers/gpu/drm/xe/xe_lrc.c               | 26 ++++++++++++++++++++
 drivers/gpu/drm/xe/xe_lrc.h               |  4 ++++
 10 files changed, 77 insertions(+), 44 deletions(-)

-- 
2.34.1



More information about the Intel-xe mailing list