]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/powerplay: move the function of read_sensor to asic file
authorKevin Wang <kevin1.wang@amd.com>
Tue, 5 Mar 2019 06:16:12 +0000 (14:16 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 21 Jun 2019 23:59:25 +0000 (18:59 -0500)
commit38bc0aebe08125a9eb1b126fd9bd14e5c53c4d91
tree85b87426fe1607a7f2eb216bf2ee7e80f6860104
parent398b11a1fdc6ecbef0e099011d4c4a4e43b00876
drm/amd/powerplay: move the function of read_sensor to asic file

The read_sensor functions has asic related parts code,
so move them to asic file to implement.

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Reviewed-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/smu_v11_0.c
drivers/gpu/drm/amd/powerplay/vega20_ppt.c