drm/amd/pm: fix the wrong fan speed in fan1_input
authorKenneth Feng <kenneth.feng@amd.com>
Wed, 21 Oct 2020 06:03:08 +0000 (14:03 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Oct 2020 18:07:43 +0000 (14:07 -0400)
commite72d98445d089aa2d623a70b27ec9011be2c5166
tree2257ca6341bd378f7d25f83bf5765a6034763691
parent10105d0c9763f058f6a9a09f78397d5bf94dc94c
drm/amd/pm: fix the wrong fan speed in fan1_input

fix the wrong fan speed in fan1_input when the fan control mode is manual.
the fan speed value is not correct when we set manual mode to fan1_enalbe - 1.
since the fan speed in the metrics table always reflects the real fan speed,we
can fetch the fan speed for both auto and manual mode.

Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c