summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorJim Qu <Jim.Qu@amd.com>2018-11-07 11:24:45 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-01-25 16:15:33 -0500
commit2affc6234ff51f3e6c51270fd3260b03ad1d4094 (patch)
tree2ab329337a312d4ccd5591f4c39882a1fdbf60d1 /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parent36eac4dd1f6ece0507cd2141d3e1b34ae589b896 (diff)
downloadlinux-2affc6234ff51f3e6c51270fd3260b03ad1d4094.tar.gz
linux-2affc6234ff51f3e6c51270fd3260b03ad1d4094.tar.bz2
linux-2affc6234ff51f3e6c51270fd3260b03ad1d4094.zip
drm/amdgpu: add BACO interfaces for vega10
V2: delay 20ms before BACO out. V3: rename function to vega10_baco_xxx Signed-off-by: Jim Qu <Jim.Qu@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 5afec1a138ac..e563811b2ebe 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
@@ -35,7 +35,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o \
vega12_thermal.o \
pp_overdriver.o smu_helper.o \
vega20_processpptables.o vega20_hwmgr.o vega20_powertune.o \
- vega20_thermal.o common_baco.o
+ vega20_thermal.o common_baco.o vega10_baco.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))