diff options
author | Dave Airlie <airlied@redhat.com> | 2024-09-11 09:11:53 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-09-11 09:11:54 +1000 |
commit | 32bd3eb5fbab954e68adba8c0b6a43cf03605c93 (patch) | |
tree | 5facb502814a252578673e7c42caeee1f0e22b29 /Documentation/ABI | |
parent | 2ef8d63da81d9e89cbc1eb4867d638f88bf5dc78 (diff) | |
parent | 596a7f1084e49cc65072c458c348861e9b9ceab9 (diff) | |
download | linux-stable-32bd3eb5fbab954e68adba8c0b6a43cf03605c93.tar.gz linux-stable-32bd3eb5fbab954e68adba8c0b6a43cf03605c93.tar.bz2 linux-stable-32bd3eb5fbab954e68adba8c0b6a43cf03605c93.zip |
Merge tag 'drm-intel-gt-next-2024-09-06' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Driver Changes:
- Expose fan speed via hwmon (Raag)
- Correction to Wa_14019159160 on ARL (John H)
- Whitelist COMMON_SLICE_CHICKEN1 for UMD access on DG2/MTL/ARL (Dnyaneshwar)
- Do not attempt to load the GSC multiple times to avoid hanging GSC HW (Daniele)
- Populate /sys/class/drm/cardX/engines/ even if one engine fails (Andi)
- Use kmemdup_array instead of kmemdup for multiple allocation (Yu)
- Remove extra unlikely() (Hongbo)
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/Ztrfr_Wuurfa-3Rv@jlahtine-mobl.ger.corp.intel.com
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon b/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon index 92fe7c5c5ac1..be4141a7522f 100644 --- a/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon +++ b/Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon @@ -75,3 +75,11 @@ Description: RO. Energy input of device or gt in microjoules. for the gt. Only supported for particular Intel i915 graphics platforms. + +What: /sys/bus/pci/drivers/i915/.../hwmon/hwmon<i>/fan1_input +Date: November 2024 +KernelVersion: 6.12 +Contact: intel-gfx@lists.freedesktop.org +Description: RO. Fan speed of device in RPM. + + Only supported for particular Intel i915 graphics platforms. |