OSDN Git Service

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)
commit847e82615bce500e85480b55967c0159cedcb00e
tree967e05a540d3fd90d80490deb82305c50bc318ba
parentfd06518d576ee3f0a51a9b1201f25608b774e60f
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