summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
diff options
context:
space:
mode:
authorJammy Zhou <Jammy.Zhou@amd.com>2015-07-22 06:29:58 +0300
committerAlex Deucher <alexander.deucher@amd.com>2015-12-22 00:42:14 +0300
commit1060029fae7c351351d7c2e9e345b6c57f515668 (patch)
tree33c1346483600ed5a11db4d175a509180237d989 /drivers/gpu/drm/amd/powerplay/smumgr/Makefile
parent306d8db3e7b051814f4e022bb527391a1b425b47 (diff)
downloadlinux-1060029fae7c351351d7c2e9e345b6c57f515668.tar.xz
drm/amd/powerplay: Add Tonga SMU support
The SMU manager handles firmware loading for other IP blocks (GFX, SDMA, etc.). This implements it for Tonga. v3: delete peci sub-module v2: use cgs interface directly Signed-off-by: Young Yang <Young.Yang@amd.com> Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/smumgr/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/smumgr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
index 9219940a7a8f..0e3348d82f04 100644
--- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile
@@ -2,7 +2,7 @@
# Makefile for the 'smu manager' sub-component of powerplay.
# It provides the smu management services for the driver.
-SMU_MGR = smumgr.o cz_smumgr.o
+SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o
AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))