diff options
author | Eric Huang <JinHuiEric.Huang@amd.com> | 2015-11-27 22:09:53 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-12-22 00:42:47 +0300 |
commit | 601038142fdab3750f26c0f7bda8c7f4805cbe1d (patch) | |
tree | 47f239e577c8a7ad0e8c866ef164dca426dc2389 /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile | |
parent | ea617bc9f9f2ad3469397a74129e62a490e56900 (diff) | |
download | linux-601038142fdab3750f26c0f7bda8c7f4805cbe1d.tar.xz |
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/Makefile | 2 |
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)) |