]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/pp: Clean up header file include
authorRex Zhu <Rex.Zhu@amd.com>
Wed, 7 Mar 2018 08:40:21 +0000 (16:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 15 Mar 2018 14:55:56 +0000 (09:55 -0500)
commitafacc2e5c4931789aa5316efab1fabe648ba102e
tree967e05a540d3fd90d80490deb82305c50bc318ba
parent6c54b5e4eb0ecf53a32cda8c46479eddd79b5a1b
drm/amd/pp: Clean up header file include

smu7_smumgr.h should not be included in rv and vega, The common functions
for all smu7 asics are put in smu_smumgr.c.

Not include cgs interface in smumgr.c. the code used cgs interface has been
deleted.

Not include smu_ucode_xfer_vi.h in rv/vega

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>
drivers/gpu/drm/amd/powerplay/smumgr/rv_smumgr.c
drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c
drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c