aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2015-10-15 21:12:58 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-12-21 16:42:23 -0500
commit0859ed3db96c302f5d1b459e963737301a4080b2 (patch)
tree5fe207b686fc841872fc5262df9707b8ee0f96ae /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parentdrm/amd/powerplay: add new function point in hwmgr_func for CG/PG. (diff)
downloadlinux-dev-0859ed3db96c302f5d1b459e963737301a4080b2.tar.xz
linux-dev-0859ed3db96c302f5d1b459e963737301a4080b2.zip
drm/amd/powerplay: Add CG and PG support for tonga
Implement clock and power gating support for tonga. On Tonga this is handles by the SMU rather than direct register settings in the driver. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-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 c78e38cb600d..6f3881184a67 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
@@ -7,7 +7,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \
cz_clockpowergating.o \
tonga_processpptables.o ppatomctrl.o \
tonga_hwmgr.o pppcielanes.o \
- fiji_powertune.o fiji_hwmgr.o
+ fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))