[PATCH 0/2] Extend intel_error_decode tool to work with xe
sai.gowtham.ch at intel.com
sai.gowtham.ch at intel.com
Fri Jan 31 20:29:38 UTC 2025
From: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
This Series has changes of lib support of error dumps decode for xe,
intel_error_decode_xe has wrappers which reads the xe dumps and prints
details of the error dumps, just like we had for i915.
These libs had being extended in existing intel_error_decode tool, to
make them work for decoding of xe dumps.
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
Sai Gowtham Ch (2):
lib/xe/intel_error_decode_xe: error decode support for xe driver
tools/intel_error_decode: Enable support for xe driver in the tool
lib/meson.build | 1 +
lib/xe/intel_error_decode_xe.c | 287 +++++++++++++++++++++++++++++
lib/xe/intel_error_decode_xe_lib.h | 26 +++
tools/intel_error_decode.c | 156 +++++++++++-----
4 files changed, 421 insertions(+), 49 deletions(-)
create mode 100644 lib/xe/intel_error_decode_xe.c
create mode 100644 lib/xe/intel_error_decode_xe_lib.h
--
2.34.1
More information about the igt-dev
mailing list