]> 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)
commitd15cbd0b9dd89f2ac4cb42e7f13a2becd0a3af18
tree967e05a540d3fd90d80490deb82305c50bc318ba
parent41d273d3db27a2c0812cdcbc232c5c0d956aa870
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