summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorEric Huang <JinHuiEric.Huang@amd.com>2015-11-27 14:09:53 -0500
committerAlex Deucher <alexander.deucher@amd.com>2015-12-21 16:42:47 -0500
commit601038142fdab3750f26c0f7bda8c7f4805cbe1d (patch)
tree47f239e577c8a7ad0e8c866ef164dca426dc2389 /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parentea617bc9f9f2ad3469397a74129e62a490e56900 (diff)
downloadlinux-601038142fdab3750f26c0f7bda8c7f4805cbe1d.tar.gz
linux-601038142fdab3750f26c0f7bda8c7f4805cbe1d.tar.bz2
linux-601038142fdab3750f26c0f7bda8c7f4805cbe1d.zip
drm/amd/powerplay: Add thermal protection support for Fiji.
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Eric Huang <JinHuiEric.Huang@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 269fd82096d3..b664e34dbcc0 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
@@ -8,7 +8,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \
tonga_processpptables.o ppatomctrl.o \
tonga_hwmgr.o pppcielanes.o tonga_thermal.o\
fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o \
- fiji_clockpowergating.o
+ fiji_clockpowergating.o fiji_thermal.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))