[PATCH 0/2] Fix devcoredump and guc log dump
Lucas De Marchi
lucas.demarchi at intel.com
Thu Jan 23 05:11:10 UTC 2025
Properly fix the devcoredump issue in a way that is compabitle with
the file format of one key per line. There's no change to mesa needed.
This was tested with mesa's aubinator_error_decode using this pending
MR: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33177.
That was needed to be able to fix the bug with kernel adding the exec
queue snapshot to the wrong section. With that the tool is compatible
with both before and after the kernel change.
Lucas De Marchi (2):
drm/xe/devcoredump: Move exec queue snapshot to Contexts section
drm/xe: Fix and re-enable xe_print_blob_ascii85()
drivers/gpu/drm/xe/xe_devcoredump.c | 36 ++++++++---------------------
drivers/gpu/drm/xe/xe_devcoredump.h | 2 +-
drivers/gpu/drm/xe/xe_guc_ct.c | 3 ++-
drivers/gpu/drm/xe/xe_guc_log.c | 4 +++-
4 files changed, 16 insertions(+), 29 deletions(-)
--
2.48.0
More information about the Intel-xe
mailing list