[PATCH v2 0/2] Support BMG PMT features for Xe
Michael J. Ruhl
michael.j.ruhl at intel.com
Tue Nov 12 16:30:33 UTC 2024
Updates for PMT to support user offsets from the sysfs API.
Addressed review comments for the Xe driver udpates.
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 | 10 +-
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(+), 8 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
More information about the Intel-xe
mailing list