All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] BMG PCIe Gen4 downspeed attributes and usage
@ 2025-04-17 11:12 Raag Jadav
  2025-04-17 11:12 ` [PATCH v3 1/3] drm/xe: s/xe_device_sysfs_init/xe_pm_sysfs_init Raag Jadav
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Raag Jadav @ 2025-04-17 11:12 UTC (permalink / raw)
  To: lucas.demarchi, rodrigo.vivi
  Cc: intel-xe, anshuman.gupta, badal.nilawar, riana.tauro, Raag Jadav

This series exposes sysfs attributes for BMG PCIe Gen4 downspeed
and documents their usage.

v1: https://patchwork.freedesktop.org/series/147023/

v2: Move from debugfs to sysfs (Lucas, Rodrigo, Badal)
    Rework macros and their naming (Rodrigo)

v3: Move xe_device_sysfs_init() to xe_device_probe() (Riana)
    Use sysfs_create_files() (Riana)
    Fix checkpatch warning (Riana)

Raag Jadav (3):
  drm/xe: s/xe_device_sysfs_init/xe_pm_sysfs_init
  drm/xe: Expose PCIe Gen4 downspeed attributes
  drm/xe/doc: Wire up PCIe Gen5 update limitations

 Documentation/gpu/xe/xe_firmware.rst |   6 ++
 drivers/gpu/drm/xe/xe_device.c       |   5 ++
 drivers/gpu/drm/xe/xe_device_sysfs.c | 105 ++++++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_device_sysfs.h |   1 +
 drivers/gpu/drm/xe/xe_pcode_api.h    |   5 ++
 drivers/gpu/drm/xe/xe_pm.c           |   2 +-
 6 files changed, 121 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-04-23 18:48 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 11:12 [PATCH v3 0/3] BMG PCIe Gen4 downspeed attributes and usage Raag Jadav
2025-04-17 11:12 ` [PATCH v3 1/3] drm/xe: s/xe_device_sysfs_init/xe_pm_sysfs_init Raag Jadav
2025-04-17 11:39   ` Riana Tauro
2025-04-17 11:12 ` [PATCH v3 2/3] drm/xe: Expose PCIe Gen4 downspeed attributes Raag Jadav
2025-04-23  5:25   ` Riana Tauro
2025-04-23  8:48     ` Raag Jadav
2025-04-23  9:59       ` Riana Tauro
2025-04-23 11:02         ` Raag Jadav
2025-04-23 13:35           ` Lucas De Marchi
2025-04-23 15:01             ` Raag Jadav
2025-04-23 15:26               ` Lucas De Marchi
2025-04-23 15:55               ` Vivi, Rodrigo
2025-04-23 16:41                 ` Raag Jadav
2025-04-23 18:48                   ` Vivi, Rodrigo
2025-04-17 11:12 ` [PATCH v3 3/3] drm/xe/doc: Wire up PCIe Gen5 update limitations Raag Jadav
2025-04-17 14:12 ` ✓ CI.Patch_applied: success for BMG PCIe Gen4 downspeed attributes and usage Patchwork
2025-04-17 14:13 ` ✓ CI.checkpatch: " Patchwork
2025-04-17 14:14 ` ✓ CI.KUnit: " Patchwork
2025-04-17 14:22 ` ✓ CI.Build: " Patchwork
2025-04-17 14:25 ` ✓ CI.Hooks: " Patchwork
2025-04-17 14:26 ` ✓ CI.checksparse: " Patchwork
2025-04-17 15:34 ` ✗ Xe.CI.BAT: failure " Patchwork
2025-04-18  8:06 ` ✗ Xe.CI.Full: " 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.