summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2019-02-15 17:34:48 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-03-05 15:09:33 -0500
commit518f6a54624a905692290914ac1686a5bf5c9ef8 (patch)
tree8de29ee5747964e4e6514ef768277cf54d9acbdd /drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
parent750cced1c08b5258202f29ed954513be8f38df1b (diff)
downloadlinux-518f6a54624a905692290914ac1686a5bf5c9ef8.tar.gz
linux-518f6a54624a905692290914ac1686a5bf5c9ef8.tar.bz2
linux-518f6a54624a905692290914ac1686a5bf5c9ef8.zip
drm/amdgpu/powerplay: split out common smu9 BACO code
Several of the BACO functions are common across smu9-based asics. Split the common code out. 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 d1adf68f4c64..cc63705920dc 100644
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
@@ -36,7 +36,7 @@ HARDWARE_MGR = hwmgr.o processpptables.o \
pp_overdriver.o smu_helper.o \
vega20_processpptables.o vega20_hwmgr.o vega20_powertune.o \
vega20_thermal.o common_baco.o vega10_baco.o vega20_baco.o \
- vega12_baco.o
+ vega12_baco.o smu9_baco.o
AMD_PP_HWMGR = $(addprefix $(AMD_PP_PATH)/hwmgr/,$(HARDWARE_MGR))