1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/pm
Kent Russell 514ad1b6bb drm/amdgpu: Fix Arcturus fan speed reporting
Arcturus doesn't have a fan. The assumption of "if the manual fan
control bit isn't set, it's on automatic mode" does not hold true if the
fan is missing, and results in exposing an invalid value for fan speed.

The SMU metrics table accurately reflects the lack of fan and will
return 0 for the fan speed. Trying to use the
smu_v11_0_get_fan_speed_rpm function will return invalid data, so just
stick with the SMU metrics for Arcturus

Signed-off-by: Kent Russell <kent.russell@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-11-05 14:23:06 -05:00
..
inc drm/amd/pm: perform SMC reset on suspend/hibernation 2020-10-30 01:00:43 -04:00
powerplay drm/amd/pm: fix compile warnings about variable used uninitialized 2020-10-30 14:27:15 -04:00
swsmu drm/amdgpu: Fix Arcturus fan speed reporting 2020-11-05 14:23:06 -05:00
amdgpu_dpm.c drm/amdgpu: Get DRM dev from adev by inline-f 2020-08-24 13:06:06 -04:00
amdgpu_pm.c drm/amdgpu: add missing clock gating info in amdgpu_pm_info 2020-11-05 14:22:50 -05:00
Makefile