summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2018-03-09 19:52:26 +0800
committerAlex Deucher <alexander.deucher@amd.com>2018-03-15 09:57:21 -0500
commit8e68627958f2fe9cf2f106656e007b8d3cd7cc47 (patch)
tree75ba05936bb13d6531b2ada7793a0d2b377c249a /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parentc425688520990d6cec769faaa97f4af45d361fd1 (diff)
downloadlinux-8e68627958f2fe9cf2f106656e007b8d3cd7cc47.tar.gz
linux-8e68627958f2fe9cf2f106656e007b8d3cd7cc47.tar.bz2
linux-8e68627958f2fe9cf2f106656e007b8d3cd7cc47.zip
drm/amd/pp: Move helper functions to smu_help.c
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Evan Quan <evan.quan@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr/Makefile')
-rw-r--r--drivers/gpu/drm/amd/powerplay/hwmgr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
index 1fa9a97e24c1..455e57266f13 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
@@ -31,7 +31,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o \
smu7_clockpowergating.o \
vega10_processpptables.o vega10_hwmgr.o vega10_powertune.o \
vega10_thermal.o smu10_hwmgr.o pp_psm.o\
- pp_overdriver.o
+ pp_overdriver.o smu_helper.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))