diff options
author | José Roberto de Souza <jose.souza@intel.com> | 2024-01-23 23:44:50 +0300 |
---|---|---|
committer | José Roberto de Souza <jose.souza@intel.com> | 2024-01-24 22:08:25 +0300 |
commit | 4376cee62092ac79ecce1a4a99f1ffd61f50d47f (patch) | |
tree | 1ece069fe4148fc9388a26d77cc4c4e027060904 /drivers/gpu/drm/xe/xe_device.h | |
parent | facd388708f06ab0c5cf492323c130e924c87aed (diff) | |
download | linux-4376cee62092ac79ecce1a4a99f1ffd61f50d47f.tar.xz |
drm/xe: Print more device information in devcoredump
To properly decode batch buffer Mesa tools needs to know what
platform is this one, for now we can do that with PCI id but
already making it future proof by also printing GTs GMD version.
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Maarten Lankhorst <dev@lankhorst.se>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240123204454.246788-5-jose.souza@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_device.h')
-rw-r--r-- | drivers/gpu/drm/xe/xe_device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_device.h b/drivers/gpu/drm/xe/xe_device.h index af8ac2e9e270..270124da1e00 100644 --- a/drivers/gpu/drm/xe/xe_device.h +++ b/drivers/gpu/drm/xe/xe_device.h @@ -175,4 +175,6 @@ static inline bool xe_device_has_memirq(struct xe_device *xe) u32 xe_device_ccs_bytes(struct xe_device *xe, u64 size); +void xe_device_snapshot_print(struct xe_device *xe, struct drm_printer *p); + #endif |