summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/Makefile
diff options
context:
space:
mode:
authorAaron Liu <aaron.liu@amd.com>2019-07-24 14:00:01 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-08-22 17:36:58 -0500
commit5dbbe6a77d189954287b524988b994bfda75efd6 (patch)
treee31fd0bae904dd65ef187f6974bfb975fcf2a010 /drivers/gpu/drm/amd/powerplay/Makefile
parentb925e30cb2ef955170bcdd0e37b4ffec9ca98b0a (diff)
downloadlinux-5dbbe6a77d189954287b524988b994bfda75efd6.tar.gz
linux-5dbbe6a77d189954287b524988b994bfda75efd6.tar.bz2
linux-5dbbe6a77d189954287b524988b994bfda75efd6.zip
drm/amdgpu/powerplay: add smu ip block for renoir (v2)
add swSMU [smu_v12_0] for renoir v2: whitespace fixes (Alex) Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/Makefile b/drivers/gpu/drm/amd/powerplay/Makefile
index e05a7e3d6d8d..390345f2d601 100644
--- a/drivers/gpu/drm/amd/powerplay/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/Makefile
@@ -35,7 +35,7 @@ AMD_POWERPLAY = $(addsuffix /Makefile,$(addprefix $(FULL_AMD_PATH)/powerplay/,$(
include $(AMD_POWERPLAY)
-POWER_MGR = amd_powerplay.o amdgpu_smu.o smu_v11_0.o vega20_ppt.o arcturus_ppt.o navi10_ppt.o
+POWER_MGR = amd_powerplay.o amdgpu_smu.o smu_v11_0.o smu_v12_0.o vega20_ppt.o arcturus_ppt.o navi10_ppt.o renoir_ppt.o
AMD_PP_POWER = $(addprefix $(AMD_PP_PATH)/,$(POWER_MGR))