summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2017-05-11 16:38:38 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:41:52 -0400
commita960d61cbd62544c04adb4fe6513577601ff4535 (patch)
tree11e9603c10acd5c9af4d2c1633609b4735ce8b09 /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parent4fa483e5b30bbc334d7335df95bcc5d8c062e9de (diff)
downloadlinux-a960d61cbd62544c04adb4fe6513577601ff4535.tar.gz
linux-a960d61cbd62544c04adb4fe6513577601ff4535.tar.bz2
linux-a960d61cbd62544c04adb4fe6513577601ff4535.zip
drm/amd/powerplay: add raven support in hwmgr. (v2)
hwmgr handles the GPU power state management. v2: squash in updates (Alex) Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@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/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 4edcd51df9ef..f0277c16c2bf 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 \
smu7_hwmgr.o smu7_powertune.o smu7_thermal.o \
smu7_clockpowergating.o \
vega10_processpptables.o vega10_hwmgr.o vega10_powertune.o \
- vega10_thermal.o pp_overdriver.o
+ vega10_thermal.o pp_overdriver.o rv_hwmgr.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))