diff options
author | Eric Huang <JinHuiEric.Huang@amd.com> | 2016-02-02 16:09:24 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-04 20:26:07 -0400 |
commit | eede52627ba1e029f6542fcdf176d7983264d127 (patch) | |
tree | 8e3678660bb292daf0024c1e122a849d17767933 /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile | |
parent | 0ff71753ef91d8dd18c7ccc2a540dd13e36b16aa (diff) | |
download | linux-eede52627ba1e029f6542fcdf176d7983264d127.tar.bz2 |
drm/amd/powerplay: add thermal control for elm/baf
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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/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 2982d5c9a059..f13327d3f24c 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile @@ -9,7 +9,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o functiontables.o \ tonga_hwmgr.o pppcielanes.o tonga_thermal.o\ fiji_powertune.o fiji_hwmgr.o tonga_clockpowergating.o \ fiji_clockpowergating.o fiji_thermal.o \ - ellesmere_hwmgr.o ellesmere_powertune.o + ellesmere_hwmgr.o ellesmere_powertune.o ellesmere_thermal.o AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR)) |