OSDN Git Service

drm/amdgpu/powerplay: add arcturus ppt functions
authorChengming Gui <Jack.Gui@amd.com>
Tue, 9 Jul 2019 15:52:20 +0000 (10:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Jul 2019 19:18:05 +0000 (14:18 -0500)
commit6fba59060c6c87cdb80cd2b3de0b16fc09ba4b03
tree88504e2eff51825ef9b67225b7c65e92aa530ee4
parent530e30fc32d3834288980777825a8ec0303fbccc
drm/amdgpu/powerplay: add arcturus ppt functions

add arcturus_ppsmc.h arcturus_ppt.c and arcturus_ppt.h files.

This is the initial power management support for Arcturus.

Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/Makefile
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/arcturus_ppt.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h
drivers/gpu/drm/amd/powerplay/inc/arcturus_ppsmc.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/smu_v11_0.c