All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Crescent Island PMT support
@ 2026-08-06 13:58 Michael J. Ruhl
  2026-08-06 13:58 ` [PATCH 1/7] platform/x86/intel/pmt: complete pcidev to device update Michael J. Ruhl
                   ` (10 more replies)
  0 siblings, 11 replies; 17+ messages in thread
From: Michael J. Ruhl @ 2026-08-06 13:58 UTC (permalink / raw)
  To: platform-driver-x86, intel-xe, hansg, ilpo.jarvinen,
	matthew.brost, rodrigo.vivi, thomas.hellstrom, airlied, simona,
	david.e.box, anoop.c.vijay, badal.nilawar, matthew.d.roper,
	james.ausmus

The Crescent Island (CRI) GPU supports PMT via Xe driver
registration.

The CRI PMT MMIO mapping is shared for each PMT feature and it is
necessary to set an index register value to access the correct memory
space.

The PMT driver has a callback infrastructure to access data areas with
driver specific access. It is does not support the PMT control access.

CRI discovery/control spaces are part of the access window so a driver
callback is necessary to allow for the correct window to be exposed.

Add control path callback support to the PMT driver.

Add CRI PMT discovery information.

Update the Xe driver to support the CRI PMT access.

The crashlog access needs to be done with power enabled (telem is only
available when the device is powered).

Determine which access is requested, and do the appropriate power
request.

CRI FW is loaded at device power.  Support the late-binding API to
wait for FW readiness. (pending sysctl patch set implements the API).

Michael J. Ruhl (7):
  platform/x86/intel/pmt: complete pcidev to device update
  platform/x86/intel/pmt: Add register access callbacks
  drm/xe/vsec: Use correct pm state get
  drm/xe/vsec: Support Crescent Island PMT
  drm/xe/vsec: Crescent Island PMT decode
  drm/xe/vsec: Crescent Island PMT callbacks
  drm/xe/vsec: support late bind fw information

 drivers/gpu/drm/xe/regs/xe_pmt.h           |   5 +
 drivers/gpu/drm/xe/xe_device.c             |   4 +-
 drivers/gpu/drm/xe/xe_device_types.h       |   4 +
 drivers/gpu/drm/xe/xe_vsec.c               | 417 +++++++++++++++++++--
 drivers/gpu/drm/xe/xe_vsec.h               |   2 +-
 drivers/platform/x86/intel/pmt/class.c     |   5 +-
 drivers/platform/x86/intel/pmt/class.h     |   3 +-
 drivers/platform/x86/intel/pmt/crashlog.c  |  39 +-
 drivers/platform/x86/intel/pmt/discovery.c |   2 +-
 include/linux/intel_vsec.h                 |  12 +
 10 files changed, 448 insertions(+), 45 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-07 20:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06 13:58 [PATCH 0/7] Crescent Island PMT support Michael J. Ruhl
2026-08-06 13:58 ` [PATCH 1/7] platform/x86/intel/pmt: complete pcidev to device update Michael J. Ruhl
2026-08-06 13:58 ` [PATCH 2/7] platform/x86/intel/pmt: Add register access callbacks Michael J. Ruhl
2026-08-06 13:58 ` [PATCH 3/7] drm/xe/vsec: Use correct pm state get Michael J. Ruhl
2026-08-06 13:58 ` [PATCH 4/7] drm/xe/vsec: Support Crescent Island PMT Michael J. Ruhl
2026-08-06 13:58 ` [PATCH 5/7] drm/xe/vsec: Crescent Island PMT decode Michael J. Ruhl
2026-08-06 13:58 ` [PATCH 6/7] drm/xe/vsec: Crescent Island PMT callbacks Michael J. Ruhl
2026-08-06 21:50   ` Matthew Brost
2026-08-07 14:00     ` Ruhl, Michael J
2026-08-07 19:22       ` Matthew Brost
2026-08-07 19:38         ` Matthew Brost
2026-08-07 20:15           ` Ruhl, Michael J
2026-08-06 13:58 ` [PATCH 7/7] drm/xe/vsec: support late bind fw information Michael J. Ruhl
2026-08-06 14:18 ` [PATCH 0/7] Crescent Island PMT support Ruhl, Michael J
2026-08-06 14:51 ` ✓ CI.KUnit: success for Crescent Island PMT support (rev3) Patchwork
2026-08-06 15:29 ` ✓ Xe.CI.BAT: " Patchwork
2026-08-07  2:37 ` ✗ Xe.CI.FULL: failure " 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.