mbox series

[0/2] DGFX HWMON Enhancement

Message ID 20231006170205.4136927-1-badal.nilawar@intel.com (mailing list archive)
Headers show
Series DGFX HWMON Enhancement | expand

Message

Nilawar, Badal Oct. 6, 2023, 5:02 p.m. UTC
This series contains couple of patches. First patch handles locking.
Second patch "Expose power1_max_interval" is, with couple of fixes, from
previous series https://patchwork.freedesktop.org/series/118934/

Badal Nilawar (2):
  drm/xe/hwmon: Protect hwmon rw attributes with hwmon_lock
  drm/xe/hwmon: Expose power1_max_interval

 .../ABI/testing/sysfs-driver-intel-xe-hwmon   |   9 +
 drivers/gpu/drm/xe/regs/xe_mchbar_regs.h      |   8 +
 drivers/gpu/drm/xe/xe_hwmon.c                 | 277 +++++++++++++-----
 3 files changed, 225 insertions(+), 69 deletions(-)