diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2016-09-09 08:29:37 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-09-19 20:22:11 +0300 |
commit | 18edef19ea44f4379e635bd32b553e58e23bba95 (patch) | |
tree | 7319a18e30eee207cb59580f334f7b203fa41742 /drivers/gpu/drm/amd/powerplay/smumgr/Makefile | |
parent | 4be051aeb3964146d3922238fff0ed1e4a9656d1 (diff) | |
download | linux-18edef19ea44f4379e635bd32b553e58e23bba95.tar.xz |
drm/amd/powerplay: implement fw image related smu interface for Fiji.
Signed-off-by: Rex Zhu <Rex.Zhu@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/smumgr/Makefile')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smumgr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile index 872a2f030989..7561239eb874 100644 --- a/drivers/gpu/drm/amd/powerplay/smumgr/Makefile +++ b/drivers/gpu/drm/amd/powerplay/smumgr/Makefile @@ -2,7 +2,7 @@ # Makefile for the 'smu manager' sub-component of powerplay. # It provides the smu management services for the driver. -SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \ +SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o fiji_smc.o\ polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR)) |