aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2015-10-20 18:06:23 +0800
committerAlex Deucher <alexander.deucher@amd.com>2015-12-21 16:42:25 -0500
commit1e4854e96c356288a80a0dcd35aa8240df1156c3 (patch)
tree1ced1b0d88c8290b8a2012504588b2086fce9948 /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parentdrm/amdgpu/powerplay: enable thermal interrupt task in eventmgr. (diff)
downloadlinux-dev-1e4854e96c356288a80a0dcd35aa8240df1156c3.tar.xz
linux-dev-1e4854e96c356288a80a0dcd35aa8240df1156c3.zip
drm/amdgpu/powerplay: implement thermal control for tonga.
Implement thermal and fan control for tonga. 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 6f3881184a67..cea032c26582 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
@@ -6,7 +6,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \
hardwaremanager.o pp_acpi.o cz_hwmgr.o \
cz_clockpowergating.o \
tonga_processpptables.o ppatomctrl.o \
- tonga_hwmgr.o pppcielanes.o \
+ tonga_hwmgr.o pppcielanes.o tonga_thermal.o\
fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))