All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] BMG PCIe link downgrade attributes and usage
@ 2025-05-02 18:37 Raag Jadav
  2025-05-02 18:37 ` [PATCH v6 1/3] drm/xe/pm: s/xe_device_sysfs_init/xe_pm_sysfs_init Raag Jadav
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Raag Jadav @ 2025-05-02 18:37 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 link downgrade
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)

v4: s/downspeed/downgrade (Lucas, Rodrigo, Riana)

v5: Use PCIe Gen agnostic naming (Rodrigo)

v6: s/pcie_gen/auto_link (Lucas)

Raag Jadav (3):
  drm/xe/pm: s/xe_device_sysfs_init/xe_pm_sysfs_init
  drm/xe: Expose PCIe link downgrade attributes
  drm/xe/doc: Wire up PCIe Gen5 limitations

 Documentation/gpu/xe/xe_firmware.rst |   6 ++
 drivers/gpu/drm/xe/xe_device.c       |   5 ++
 drivers/gpu/drm/xe/xe_device_sysfs.c | 107 ++++++++++++++++++++++++++-
 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, 123 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-05-06  8:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-02 18:37 [PATCH v6 0/3] BMG PCIe link downgrade attributes and usage Raag Jadav
2025-05-02 18:37 ` [PATCH v6 1/3] drm/xe/pm: s/xe_device_sysfs_init/xe_pm_sysfs_init Raag Jadav
2025-05-02 22:00   ` Lucas De Marchi
2025-05-03  7:55     ` Raag Jadav
2025-05-05 19:12   ` Rodrigo Vivi
2025-05-02 18:37 ` [PATCH v6 2/3] drm/xe: Expose PCIe link downgrade attributes Raag Jadav
2025-05-02 18:37 ` [PATCH v6 3/3] drm/xe/doc: Wire up PCIe Gen5 limitations Raag Jadav
2025-05-02 18:44 ` ✓ CI.Patch_applied: success for BMG PCIe link downgrade attributes and usage (rev2) Patchwork
2025-05-02 18:45 ` ✓ CI.checkpatch: " Patchwork
2025-05-02 18:46 ` ✓ CI.KUnit: " Patchwork
2025-05-02 18:54 ` ✓ CI.Build: " Patchwork
2025-05-02 18:57 ` ✓ CI.Hooks: " Patchwork
2025-05-02 18:58 ` ✓ CI.checksparse: " Patchwork
2025-05-03  0:00 ` ✗ Xe.CI.Full: failure " Patchwork
2025-05-06  8:36 ` ✓ Xe.CI.BAT: success " 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.