Skip to content

Commit

Permalink
drm/amd/pp: remove iceland_smc/smumgr split.
Browse files Browse the repository at this point in the history
move functions in iceland_smc.c to iceland_smumgr.c
and make all functions in iceland_smumgr.c static.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Rex Zhu authored and Alex Deucher committed Oct 19, 2017
1 parent 2e112b4 commit 907bfec
Show file tree
Hide file tree
Showing 4 changed files with 2,480 additions and 2,629 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/powerplay/smumgr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o tonga_smc.o \
smu7_smumgr.o iceland_smc.o vega10_smumgr.o rv_smumgr.o ci_smumgr.o
smu7_smumgr.o vega10_smumgr.o rv_smumgr.o ci_smumgr.o

AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))

Expand Down
Loading

0 comments on commit 907bfec

Please sign in to comment.