All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH V3 0/3] Report ATS-M Unique device id
@ 2023-11-28 15:13 Tejas Upadhyay
  2023-11-28 15:07 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Tejas Upadhyay @ 2023-11-28 15:13 UTC (permalink / raw)
  To: intel-xe

This series provides support to specific customer for reading
ATS-M device unique ids which are calculated by CSC firmware.

Only ATSM has a this way to report UID through CSC firmware 
calculation.

As part of this series we are adding has_csc_uid capability flag and
a sysfs entry to be read by sysman and its end users. We are also
reordering device sysfs init to bring it out of pm init sequence.

Tejas Upadhyay (3):
  drm/xe: Track if platform has csc uid
  drm/xe/ats-m: Expose uid for ATS-M via sysfs
  drm/xe: Move device sysfs init out of xe_pm_init

 drivers/gpu/drm/xe/regs/xe_regs.h    |  3 +++
 drivers/gpu/drm/xe/xe_device.c       | 14 ++++++++++++++
 drivers/gpu/drm/xe/xe_device_sysfs.c | 21 +++++++++++++++++++++
 drivers/gpu/drm/xe/xe_device_types.h |  4 ++++
 drivers/gpu/drm/xe/xe_pci.c          |  3 +++
 drivers/gpu/drm/xe/xe_pm.c           |  5 +----
 6 files changed, 46 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-12-02  0:17 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28 15:13 [Intel-xe] [PATCH V3 0/3] Report ATS-M Unique device id Tejas Upadhyay
2023-11-28 15:07 ` [Intel-xe] ✓ CI.Patch_applied: success for " Patchwork
2023-11-28 15:07 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-11-28 15:08 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-11-28 15:13 ` [Intel-xe] [PATCH V3 1/3] drm/xe: Track if platform has csc uid Tejas Upadhyay
2023-11-28 16:35   ` Michal Wajdeczko
2023-11-28 15:13 ` [Intel-xe] [PATCH V3 2/3] drm/xe/ats-m: Expose uid for ATS-M via sysfs Tejas Upadhyay
2023-11-28 17:00   ` Michal Wajdeczko
2023-11-29  5:00     ` Upadhyay, Tejas
2023-11-30 21:32       ` Rodrigo Vivi
2023-11-30 22:45         ` Matt Roper
2023-11-30 23:10         ` Lucas De Marchi
2023-12-01  2:49           ` Upadhyay, Tejas
2023-12-02  0:17             ` Matt Roper
2023-11-28 15:13 ` [Intel-xe] [PATCH V3 3/3] drm/xe: Move device sysfs init out of xe_pm_init Tejas Upadhyay
2023-11-28 16:28   ` Michal Wajdeczko
2023-11-28 15:16 ` [Intel-xe] ✓ CI.Build: success for Report ATS-M Unique device id Patchwork
2023-11-28 15:16 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-11-28 15:17 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-11-28 15:51 ` [Intel-xe] ✓ CI.BAT: " 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.