]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/powerplay: add callback function of get_thermal_temperature_range
authorKevin Wang <kevin1.wang@amd.com>
Mon, 3 Jun 2019 07:58:31 +0000 (15:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 04:17:14 +0000 (23:17 -0500)
commit7a81637105345dce2bae7bef69125f0d40570a36
tree672164cbcea0f4b2202fd05ceaef2171904e89e3
parent95ccc155081be9cea95202d290fe06637f47c8de
drm/amd/powerplay: add callback function of get_thermal_temperature_range

1. the thermal temperature is asic related data, move the code logic to
xxx_ppt.c.
2. replace data structure PP_TemperatureRange with
smu_temperature_range.
3. change temperature uint from temp*1000 to temp (temperature uint).

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
drivers/gpu/drm/amd/powerplay/navi10_ppt.c
drivers/gpu/drm/amd/powerplay/smu_v11_0.c
drivers/gpu/drm/amd/powerplay/vega20_ppt.c