Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Expose device sysfs for AMC and GPU UUID
@ 2026-09-10 12:41 Badal Nilawar
  2026-09-10 12:41 ` [PATCH v2 1/2] drm/xe/i2c: Expose AMC Alert reason sysfs Badal Nilawar
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Badal Nilawar @ 2026-09-10 12:41 UTC (permalink / raw)
  To: intel-xe
  Cc: anshuman.gupta, rodrigo.vivi, raag.jadav, riana.tauro,
	mallesh.koujalagi, aravind.iddamsetty, heikki.krogerus,
	himal.prasad.ghimiray

Expose device sysfs entries for AMC SMBUS alert reason and GPU UID

v2:
  - Fixed sashiko warning in AMC sysfs patch
  - Dropped references of UUID in uid sysfs patch  

Badal Nilawar (2):
  drm/xe/i2c: Expose AMC Alert reason sysfs
  drm/xe/cri: Expose device UID through sysfs

 .../ABI/testing/sysfs-driver-intel-xe-amc     | 25 ++++++
 .../ABI/testing/sysfs-driver-intel-xe-gpu     | 10 +++
 drivers/gpu/drm/xe/regs/xe_regs.h             |  2 +
 drivers/gpu/drm/xe/xe_amc.c                   | 78 ++++++++++++++++---
 drivers/gpu/drm/xe/xe_device.c                |  4 +
 drivers/gpu/drm/xe/xe_device_sysfs.c          | 36 +++++++++
 drivers/gpu/drm/xe/xe_device_types.h          |  5 ++
 drivers/gpu/drm/xe/xe_pci.c                   |  2 +
 drivers/gpu/drm/xe/xe_pci_types.h             |  1 +
 9 files changed, 153 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intel-xe-amc
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intel-xe-gpu

-- 
2.54.0


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

end of thread, other threads:[~2026-09-10 20:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 12:41 [PATCH v2 0/2] Expose device sysfs for AMC and GPU UUID Badal Nilawar
2026-09-10 12:41 ` [PATCH v2 1/2] drm/xe/i2c: Expose AMC Alert reason sysfs Badal Nilawar
2026-09-10 12:41   ` sashiko-bot
2026-09-10 14:41   ` Michal Wajdeczko
2026-09-10 12:41 ` [PATCH v2 2/2] drm/xe/cri: Expose device UID through sysfs Badal Nilawar
2026-09-10 12:33   ` sashiko-bot
2026-09-10 14:48   ` Michal Wajdeczko
2026-09-10 13:20 ` ✗ CI.checkpatch: warning for Expose device sysfs for AMC and GPU UUID (rev2) Patchwork
2026-09-10 13:22 ` ✓ CI.KUnit: success " Patchwork
2026-09-10 14:29 ` ✓ Xe.CI.BAT: " Patchwork
2026-09-10 20:22 ` ✓ Xe.CI.FULL: " Patchwork

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