OSDN Git Service

drm/amd/powerplay: fix temperature granularity error in smu11
authorKevin Wang <kevin1.wang@amd.com>
Tue, 23 Jul 2019 11:56:52 +0000 (19:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 04:19:21 +0000 (23:19 -0500)
commit668a9469f11470868ad4577d75894f8812919314
tree891603f2d2319f6766a08bda8ae082c72c5d81df
parent780f3a9c5b9f739d77cc15fac58a97c3ec6cad99
drm/amd/powerplay: fix temperature granularity error in smu11

in this patch,
drm/amd/powerplay: add callback function of get_thermal_temperature_range
the driver missed temperature granularity change on other temperature.

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/smu_v11_0.c