summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_hwmon.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12drm/xe/hwmon: Convert register access to use xe_mmioMatt Roper1-8/+8
2024-08-30drm/xe/hwmon: Treat hwmon as a per-device conceptMatt Roper1-42/+53
2024-08-30drm/xe/pcode: Treat pcode as per-tile rather than per-GTMatt Roper1-2/+2
2024-08-28drm/xe/hwmon: Fix WRITE_I1 param from u32 to u16Karthik Poosa1-1/+1
2024-08-01drm/xe/hwmon: Fix PL1 disable flow in xe_hwmon_power_max_writeKarthik Poosa1-1/+2
2024-06-27drm/xe/hwmon: Remove xe_hwmon_process_regKarthik Poosa1-49/+40
2024-05-29drm/xe/hwmon: Expose card power and energy attributes of BMGKarthik Poosa1-8/+16
2024-05-29drm/xe/hwmon: Add HWMON support for BMGKarthik Poosa1-4/+12
2024-05-09drm/xe/hwmon: Remove unwanted write permission for currN_labelKarthik Poosa1-2/+7
2024-04-09drm/xe/hwmon: Cast result to output precision on left shift of operandKarthik Poosa1-2/+2
2024-04-09drm/xe/hwmon: Update xe_hwmon_get_reg to return struct xe_regKarthik Poosa1-21/+26
2024-03-29drm/xe/hwmon: Add infra to support card power and energy attributesKarthik Poosa1-82/+130
2024-02-26drm/xe: Convert hwmon from mem_access to xe_pm_runtime callsRodrigo Vivi1-12/+13
2024-02-13drm/xe/vf: Don't enable hwmon if VFMichal Wajdeczko1-0/+5
2024-02-06drm/xe/hwmon: Refactor xe hwmonKarthik Poosa1-12/+13
2024-01-19drm/xe: make hwmon_info constJani Nikula1-1/+1
2024-01-18drm/xe: Use a NULL pointer instead of 0.Thomas Hellström1-1/+1
2023-12-21drm/xe/hwmon: Expose power1_max_intervalBadal Nilawar1-1/+152
2023-12-21drm/xe/hwmon: Protect hwmon rw attributes with hwmon_lockBadal Nilawar1-11/+24
2023-12-21drm/xe/hwmon: Add kernel doc and refactor xe hwmonBadal Nilawar1-110/+91
2023-12-21drm/xe/hwmon: fix uaf on unloadMatthew Auld1-1/+10
2023-12-21drm/xe/hwmon: Expose hwmon energy attributeBadal Nilawar1-1/+104
2023-12-21drm/xe/hwmon: Expose input voltage attributeBadal Nilawar1-0/+58
2023-12-21drm/xe/hwmon: Expose card reactive critical powerBadal Nilawar1-1/+104
2023-12-21drm/xe/hwmon: Expose power attributesBadal Nilawar1-0/+358