X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Support BMG PMT features for Xe
@ 2024-11-14 13:03 Michael J. Ruhl
  2024-11-14 13:03 ` [PATCH v3 1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks Michael J. Ruhl
  2024-11-14 13:03 ` [PATCH v3 2/2] drm/xe/vsec: Support BMG devices Michael J. Ruhl
  0 siblings, 2 replies; 4+ messages in thread
From: Michael J. Ruhl @ 2024-11-14 13:03 UTC (permalink / raw)
  To: intel-xe, platform-driver-x86, david.e.box, ilpo.jarvinen,
	andriy.shevchenko, hdegoede, rodrigo.vivi, lucas.demarchi
  Cc: michael.j.ruhl

Updates for PMT to support user offsets from the sysfs API.

v2:
  Addressed review comments for the Xe driver udpates.
v3:
  Consolidate offest addition to addr
  Add r-b.

Michael J. Ruhl (2):
  platform/x86/intel/pmt: allow user offset for PMT callbacks
  drm/xe/vsec: Support BMG devices

 drivers/gpu/drm/xe/Makefile                |   1 +
 drivers/gpu/drm/xe/regs/xe_pmt.h           |  19 ++
 drivers/gpu/drm/xe/xe_device.c             |   7 +
 drivers/gpu/drm/xe/xe_device_types.h       |   6 +
 drivers/gpu/drm/xe/xe_vsec.c               | 232 +++++++++++++++++++++
 drivers/gpu/drm/xe/xe_vsec.h               |  11 +
 drivers/platform/x86/intel/pmt/class.c     |   8 +-
 drivers/platform/x86/intel/pmt/class.h     |   2 +-
 drivers/platform/x86/intel/pmt/telemetry.c |   2 +-
 include/linux/intel_vsec.h                 |   3 +-
 10 files changed, 285 insertions(+), 6 deletions(-)
 create mode 100644 drivers/gpu/drm/xe/regs/xe_pmt.h
 create mode 100644 drivers/gpu/drm/xe/xe_vsec.c
 create mode 100644 drivers/gpu/drm/xe/xe_vsec.h

-- 
2.44.0


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

end of thread, other threads:[~2024-11-14 13:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 13:03 [PATCH v3 0/2] Support BMG PMT features for Xe Michael J. Ruhl
2024-11-14 13:03 ` [PATCH v3 1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks Michael J. Ruhl
2024-11-14 13:23   ` Ilpo Järvinen
2024-11-14 13:03 ` [PATCH v3 2/2] drm/xe/vsec: Support BMG devices Michael J. Ruhl

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