Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm/xe/hwmon: Add mailbox power limits, PL2, read energy from PMT
@ 2025-04-30 20:36 Karthik Poosa
  2025-04-30 20:36 ` [PATCH v3 1/5] drm/xe/hwmon: Add support to manage power limits though mailbox Karthik Poosa
                   ` (12 more replies)
  0 siblings, 13 replies; 19+ messages in thread
From: Karthik Poosa @ 2025-04-30 20:36 UTC (permalink / raw)
  To: intel-xe
  Cc: anshuman.gupta, badal.nilawar, riana.tauro, ashutosh.dixit,
	rodrigo.vivi, michael.j.ruhl, Karthik Poosa

Add support manage power limits through pcode mailboxes.
Enable PL2 support through powerX_cap.
Expose PL2 interval through powerX_cap_interval.
Read energy status from PMT instead of MMIO.
Move power2_crit to power1_crit.

RFC patch: https://patchwork.freedesktop.org/series/148148/

Karthik Poosa (5):
  drm/xe/hwmon: Add support to manage power limits though mailbox
  drm/xe/hwmon: Move card reactive critical power under channel card
  drm/xe/hwmon: Add support to manage PL2 though mailbox
  drm/xe/hwmon: Expose powerX_cap_interval
  drm/xe/hwmon: Read energy status from PMT for Battlemage

 drivers/gpu/drm/xe/regs/xe_mchbar_regs.h |  10 +-
 drivers/gpu/drm/xe/regs/xe_pcode_regs.h  |   3 +-
 drivers/gpu/drm/xe/regs/xe_pmt.h         |   2 +
 drivers/gpu/drm/xe/xe_device_types.h     |   6 +
 drivers/gpu/drm/xe/xe_hwmon.c            | 445 ++++++++++++++++++-----
 drivers/gpu/drm/xe/xe_pci.c              |   8 +
 drivers/gpu/drm/xe/xe_pcode.c            |  11 +
 drivers/gpu/drm/xe/xe_pcode.h            |   3 +
 drivers/gpu/drm/xe/xe_pcode_api.h        |   7 +
 drivers/gpu/drm/xe/xe_vsec.c             |   4 +-
 drivers/gpu/drm/xe/xe_vsec.h             |   4 +
 11 files changed, 402 insertions(+), 101 deletions(-)

-- 
2.25.1


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

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

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30 20:36 [PATCH v3 0/5] drm/xe/hwmon: Add mailbox power limits, PL2, read energy from PMT Karthik Poosa
2025-04-30 20:36 ` [PATCH v3 1/5] drm/xe/hwmon: Add support to manage power limits though mailbox Karthik Poosa
2025-05-02 15:02   ` Nilawar, Badal
2025-05-05 14:02     ` Poosa, Karthik
2025-04-30 20:36 ` [PATCH v3 2/5] drm/xe/hwmon: Move card reactive critical power under channel card Karthik Poosa
2025-04-30 20:36 ` [PATCH v3 3/5] drm/xe/hwmon: Add support to manage PL2 though mailbox Karthik Poosa
2025-05-05 10:41   ` Nilawar, Badal
2025-04-30 20:36 ` [PATCH v3 4/5] drm/xe/hwmon: Expose powerX_cap_interval Karthik Poosa
2025-05-05 10:42   ` Nilawar, Badal
2025-04-30 20:36 ` [PATCH v3 5/5] drm/xe/hwmon: Read energy status from PMT Karthik Poosa
2025-05-06  7:26   ` Nilawar, Badal
2025-04-30 20:44 ` ✓ CI.Patch_applied: success for drm/xe/hwmon: Add mailbox power limits, PL2, read energy " Patchwork
2025-04-30 20:44 ` ✓ CI.checkpatch: " Patchwork
2025-04-30 20:46 ` ✓ CI.KUnit: " Patchwork
2025-04-30 20:54 ` ✓ CI.Build: " Patchwork
2025-04-30 20:56 ` ✗ CI.Hooks: failure " Patchwork
2025-04-30 20:58 ` ✓ CI.checksparse: success " Patchwork
2025-05-01  9:09 ` ✗ Xe.CI.Full: failure " Patchwork
2025-05-06  7:56 ` ✗ Xe.CI.BAT: " Patchwork

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