All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Use SIGID API for PCODE and CSC
@ 2026-08-11 23:52 Umesh Nerlige Ramappa
  2026-08-11 23:52 ` [PATCH 1/4] drm/xe/log: DO NOT REVIEW Umesh Nerlige Ramappa
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Umesh Nerlige Ramappa @ 2026-08-11 23:52 UTC (permalink / raw)
  To: intel-xe, rodrigo.vivi, badal.nilawar, riana.tauro,
	michal.wajdeczko, aravind.iddamsetty, mallesh.koujalagi

For PCODE and CSC, this series uses xe_log SIGID API introduced in:

https://patchwork.freedesktop.org/series/171022/

Note that PCODE changes are partially present in the below series and
may be picked up by their future revisions.

https://patchwork.freedesktop.org/series/171725/
https://patchwork.freedesktop.org/series/171022/

The purpose of this series is to ensure all relevant logs are reported
for CSC and PCODE.

Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>

Mallesh Koujalagi (1):
  drm/xe/log: DO NOT REVIEW

Umesh Nerlige Ramappa (3):
  drm/xe/pcode: Use int instead of u32 for mailbox status
  drm/xe/pcode: Report pcode errors using SIGID
  drm/xe/ras: Report CSC errors using SIGID

 Documentation/gpu/xe/index.rst        |   1 +
 Documentation/gpu/xe/xe_sigid.rst     |  14 ++
 drivers/gpu/drm/xe/Makefile           |   1 +
 drivers/gpu/drm/xe/abi/xe_log_abi.h   | 198 +++++++++++++++++++++++
 drivers/gpu/drm/xe/abi/xe_sigid_abi.h | 195 +++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_any.h           | 142 +++++++++++++++++
 drivers/gpu/drm/xe/xe_log.c           | 221 ++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_log.h           | 158 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_pcode.c         |  17 +-
 drivers/gpu/drm/xe/xe_ras.c           |  16 +-
 10 files changed, 952 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/gpu/xe/xe_sigid.rst
 create mode 100644 drivers/gpu/drm/xe/abi/xe_log_abi.h
 create mode 100644 drivers/gpu/drm/xe/abi/xe_sigid_abi.h
 create mode 100644 drivers/gpu/drm/xe/xe_any.h
 create mode 100644 drivers/gpu/drm/xe/xe_log.c
 create mode 100644 drivers/gpu/drm/xe/xe_log.h

-- 
2.51.0


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

end of thread, other threads:[~2026-08-12 19:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 23:52 [PATCH 0/4] Use SIGID API for PCODE and CSC Umesh Nerlige Ramappa
2026-08-11 23:52 ` [PATCH 1/4] drm/xe/log: DO NOT REVIEW Umesh Nerlige Ramappa
2026-08-11 23:52 ` [PATCH 2/4] drm/xe/pcode: Use int instead of u32 for mailbox status Umesh Nerlige Ramappa
2026-08-12  0:04   ` sashiko-bot
2026-08-11 23:52 ` [PATCH 3/4] drm/xe/pcode: Report pcode errors using SIGID Umesh Nerlige Ramappa
2026-08-12  0:01   ` sashiko-bot
2026-08-12 13:35   ` Nilawar, Badal
2026-08-12 18:07     ` Umesh Nerlige Ramappa
2026-08-12 19:45       ` Michal Wajdeczko
2026-08-11 23:52 ` [PATCH 4/4] drm/xe/ras: Report CSC " Umesh Nerlige Ramappa
2026-08-12 19:52   ` Michal Wajdeczko
2026-08-11 23:59 ` ✗ CI.checkpatch: warning for Use SIGID API for PCODE and CSC Patchwork
2026-08-12  0:00 ` ✓ CI.KUnit: success " Patchwork
2026-08-12  0:38 ` ✓ Xe.CI.BAT: " Patchwork
2026-08-12  1:48 ` ✓ Xe.CI.FULL: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.