]> git.hungrycats.org Git - linux/commit
drm/xe/hwmon: document DG2 fan speed reporting quirk
authorZhan Wei <zhanwei919@gmail.com>
Tue, 2 Jun 2026 16:17:07 +0000 (00:17 +0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 17 Jun 2026 11:01:35 +0000 (07:01 -0400)
commitea8439751ddc3af189121100631554ebe4bbb2d4
treebb74a84db6e88e5c06fa0723f11278fa4e9ad746
parent173202a5a3a9e6590194ce0f5880d1529a71ade7
drm/xe/hwmon: document DG2 fan speed reporting quirk

On DG2 the driver always shows two fan channels, because the
FSC_READ_NUM_FANS command does not work on some cards. OEMs decide how
the fans map to tach channels, so two fans can share one tach line.
When that happens, the second channel reads 0 RPM even though the fan
is spinning.

Note this on the fan2_input ABI entry so the steady 0 RPM is not
mistaken for a driver bug.

Fixes: 28f79ac609de ("drm/xe/hwmon: expose fan speed")
Signed-off-by: Zhan Wei <zhanwei919@gmail.com>
Reviewed-by: Raag Jadav <raag.jadav@intel.com>
Link: https://patch.msgid.link/20260602161707.18922-1-zhanwei919@gmail.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon