Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v4 0/6] Add HWMON support for DGFX
@ 2023-09-04 18:22 Badal Nilawar
  2023-09-04 18:22 ` [Intel-xe] [PATCH v4 1/6] drm/xe: Add XE_MISSING_CASE macro Badal Nilawar
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Badal Nilawar @ 2023-09-04 18:22 UTC (permalink / raw)
  To: intel-xe, linux-hwmon; +Cc: linux

This series adds the hwmon support on xe driver for 
DGFX. This is ported from i915 hwmon. 

v3: Fix review comments (Matt Brost/Andi) 

v4:
  - Squashed "Add HWMON infrastructure" patch to "Expose power attributes"
  - Dropped changes related to disable PL1 to boost firmware loading. 
    Will handle it saperate patch/series.
  - Dropped changes related to gt specific energy attributes. 
    Will handle gt specific energy attributes in saperate patch/series with design
    change suggested by Guenter
  - Fix review comments (Andi/Guenter)

Badal Nilawar (6):
  drm/xe: Add XE_MISSING_CASE macro
  drm/xe/hwmon: Expose power attributes
  drm/xe/hwmon: Expose card reactive critical power
  drm/xe/hwmon: Expose input voltage attribute
  drm/xe/hwmon: Expose hwmon energy attribute
  drm/xe/hwmon: Expose power1_max_interval

 .../ABI/testing/sysfs-driver-intel-xe-hwmon   |  72 ++
 drivers/gpu/drm/xe/Makefile                   |   3 +
 drivers/gpu/drm/xe/regs/xe_gt_regs.h          |   9 +
 drivers/gpu/drm/xe/regs/xe_mchbar_regs.h      |  44 +
 drivers/gpu/drm/xe/xe_device.c                |   3 +
 drivers/gpu/drm/xe/xe_device_types.h          |   2 +
 drivers/gpu/drm/xe/xe_hwmon.c                 | 767 ++++++++++++++++++
 drivers/gpu/drm/xe/xe_hwmon.h                 |  20 +
 drivers/gpu/drm/xe/xe_macros.h                |   3 +
 drivers/gpu/drm/xe/xe_pcode.h                 |   5 +
 drivers/gpu/drm/xe/xe_pcode_api.h             |   7 +
 drivers/gpu/drm/xe/xe_uc.c                    |   1 +
 12 files changed, 936 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon
 create mode 100644 drivers/gpu/drm/xe/regs/xe_mchbar_regs.h
 create mode 100644 drivers/gpu/drm/xe/xe_hwmon.c
 create mode 100644 drivers/gpu/drm/xe/xe_hwmon.h

-- 
2.25.1


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

end of thread, other threads:[~2023-09-20 13:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 18:22 [Intel-xe] [PATCH v4 0/6] Add HWMON support for DGFX Badal Nilawar
2023-09-04 18:22 ` [Intel-xe] [PATCH v4 1/6] drm/xe: Add XE_MISSING_CASE macro Badal Nilawar
2023-09-06 11:13   ` Nilawar, Badal
2023-09-20 13:46   ` Ghimiray, Himal Prasad
2023-09-04 18:22 ` [Intel-xe] [PATCH v4 2/6] drm/xe/hwmon: Expose power attributes Badal Nilawar
2023-09-06 10:23   ` Riana Tauro
2023-09-06 10:58     ` Nilawar, Badal
2023-09-04 18:22 ` [Intel-xe] [PATCH v4 3/6] drm/xe/hwmon: Expose card reactive critical power Badal Nilawar
2023-09-06 14:45   ` Riana Tauro
2023-09-04 18:22 ` [Intel-xe] [PATCH v4 4/6] drm/xe/hwmon: Expose input voltage attribute Badal Nilawar
2023-09-08  6:56   ` Riana Tauro
2023-09-04 18:22 ` [Intel-xe] [PATCH v4 5/6] drm/xe/hwmon: Expose hwmon energy attribute Badal Nilawar
2023-09-07  5:24   ` Riana Tauro
2023-09-04 18:22 ` [Intel-xe] [PATCH v4 6/6] drm/xe/hwmon: Expose power1_max_interval Badal Nilawar
2023-09-04 18:41 ` [Intel-xe] ✓ CI.Patch_applied: success for Add HWMON support for DGFX (rev4) Patchwork
2023-09-04 18:42 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-09-04 18:43 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-09-04 18:50 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-09-04 18:50 ` [Intel-xe] ✗ CI.Hooks: failure " Patchwork
2023-09-04 18:50 ` [Intel-xe] ✗ CI.checksparse: warning " Patchwork
2023-09-04 19:23 ` [Intel-xe] ✗ CI.BAT: failure " Patchwork

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