Skip to content

Commit

Permalink
drm/amd/pp: remove polaris10_smc/smumgr split.
Browse files Browse the repository at this point in the history
move functions in polaris_smc.c to
polaris10_smumgr.c and make all functions in
polaris10_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 4dddc21 commit 37a4934
Show file tree
Hide file tree
Showing 4 changed files with 2,226 additions and 2,400 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 @@ -3,7 +3,7 @@
# It provides the smu management services for the driver.

SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o \
polaris10_smumgr.o iceland_smumgr.o polaris10_smc.o \
polaris10_smumgr.o iceland_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 37a4934

Please sign in to comment.