Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/xe: fixes and debug improvements for GSC load
@ 2024-08-13 23:11 Daniele Ceraolo Spurio
  2024-08-13 23:11 ` [PATCH 1/4] drm/xe/gsc: Do not attempt to load the GSC multiple times Daniele Ceraolo Spurio
                   ` (11 more replies)
  0 siblings, 12 replies; 19+ messages in thread
From: Daniele Ceraolo Spurio @ 2024-08-13 23:11 UTC (permalink / raw)
  To: intel-xe; +Cc: Daniele Ceraolo Spurio, John Harrison, Alan Previn

A collection of fixes and minor improvements to the GSC loading code.

Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Alan Previn <alan.previn.teres.alexis@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


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2024-08-28 21:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 23:11 [PATCH 0/4] drm/xe: fixes and debug improvements for GSC load Daniele Ceraolo Spurio
2024-08-13 23:11 ` [PATCH 1/4] drm/xe/gsc: Do not attempt to load the GSC multiple times Daniele Ceraolo Spurio
2024-08-15 18:24   ` Lucas De Marchi
2024-08-24  0:31   ` Julia Filipchuk
2024-08-13 23:11 ` [PATCH 2/4] drm/xe/gsc: Fix FW status if the firmware is already loaded Daniele Ceraolo Spurio
2024-08-24  0:32   ` Julia Filipchuk
2024-08-13 23:11 ` [PATCH 3/4] drm/xe/gsc: Track the platform in the compatibility version Daniele Ceraolo Spurio
2024-08-24  0:32   ` Julia Filipchuk
2024-08-13 23:11 ` [PATCH 4/4] drm/xe/gsc: Add debugfs to print GSC info Daniele Ceraolo Spurio
2024-08-24  1:02   ` Julia Filipchuk
2024-08-28 21:25     ` Daniele Ceraolo Spurio
2024-08-13 23:17 ` ✓ CI.Patch_applied: success for drm/xe: fixes and debug improvements for GSC load Patchwork
2024-08-13 23:17 ` ✗ CI.checkpatch: warning " Patchwork
2024-08-13 23:19 ` ✓ CI.KUnit: success " Patchwork
2024-08-13 23:30 ` ✓ CI.Build: " Patchwork
2024-08-13 23:33 ` ✓ CI.Hooks: " Patchwork
2024-08-13 23:34 ` ✓ CI.checksparse: " Patchwork
2024-08-14  0:05 ` ✓ CI.BAT: " Patchwork
2024-08-14  1:10 ` ✗ CI.FULL: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox