amdgpu/pp: remove ci_smc/smumgr split.
authorDave Airlie <airlied@redhat.com>
Wed, 27 Sep 2017 23:01:47 +0000 (09:01 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Sep 2017 20:03:25 +0000 (16:03 -0400)
commit19048dc65a73ea644077514c240bd01abe9c6c08
treed046d58c431827d90f0874340ac434bd08e52456
parent30b58a248aed8a6e93f9004b5d0f983f2bec30a6
amdgpu/pp: remove ci_smc/smumgr split.

This split serves no purpose, and we can make a bunch of functions
static now.

There are lots of cases of this sort of split in the powerplay code,
please start cleaning them up. Ideally the function table is in the
same file as all the implementations used in it.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/smumgr/Makefile
drivers/gpu/drm/amd/powerplay/smumgr/ci_smc.c
drivers/gpu/drm/amd/powerplay/smumgr/ci_smc.h [deleted file]
drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c [deleted file]