]> 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)
commitbe536ebebad575a5442f59dc3773373c89070a6b
tree85b87426fe1607a7f2eb216bf2ee7e80f6860104
parentc4ff8df26a39fbcb4c0d6720713c3ccd92f6b081
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