]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc300ae13bdee5a34d634361aa68c387de0ee8dad
treed046d58c431827d90f0874340ac434bd08e52456
parent82df22c219db027198d3edabd4ed99b7b10a3c27
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]