[PATCH 0/4] drm/xe: fixes and debug improvements for GSC load
Daniele Ceraolo Spurio
daniele.ceraolospurio at intel.com
Tue Aug 13 23:11:43 UTC 2024
A collection of fixes and minor improvements to the GSC loading code.
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
Daniele Ceraolo Spurio (4):
drm/xe/gsc: Do not attempt to load the GSC multiple times
drm/xe/gsc: Fix FW status if the firmware is already loaded
drm/xe/gsc: Track the platform in the compatibility version
drm/xe/gsc: Add debugfs to print GSC info
drivers/gpu/drm/xe/Makefile | 1 +
drivers/gpu/drm/xe/regs/xe_gsc_regs.h | 4 ++
drivers/gpu/drm/xe/xe_gsc.c | 57 +++++++++++++++++++--
drivers/gpu/drm/xe/xe_gsc.h | 3 ++
drivers/gpu/drm/xe/xe_gsc_debugfs.c | 71 +++++++++++++++++++++++++++
drivers/gpu/drm/xe/xe_gsc_debugfs.h | 14 ++++++
drivers/gpu/drm/xe/xe_uc_debugfs.c | 2 +
drivers/gpu/drm/xe/xe_uc_fw.c | 13 +++--
drivers/gpu/drm/xe/xe_uc_fw.h | 9 +++-
9 files changed, 164 insertions(+), 10 deletions(-)
create mode 100644 drivers/gpu/drm/xe/xe_gsc_debugfs.c
create mode 100644 drivers/gpu/drm/xe/xe_gsc_debugfs.h
--
2.43.0
More information about the Intel-xe
mailing list