diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2018-03-27 06:29:41 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-04-03 13:52:57 -0400 |
commit | fd8d415148ccf5af1ca87d7e38fd2902cc7d8904 (patch) | |
tree | f18a9036cc5770ec8aa1e72d5f0ecd72c5fd9322 | |
parent | 29b443d016a59bc29e5aaf2887994f9ced21d79d (diff) |
drm/amd/pp: Clean header file in vega12_smumgr.c
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c index 55cd204c1789..651a3f28734b 100644 --- a/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c +++ b/drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c | |||
@@ -30,8 +30,7 @@ | |||
30 | 30 | ||
31 | #include "ppatomctrl.h" | 31 | #include "ppatomctrl.h" |
32 | #include "pp_debug.h" | 32 | #include "pp_debug.h" |
33 | #include "smu_ucode_xfer_vi.h" | 33 | |
34 | #include "smu7_smumgr.h" | ||
35 | 34 | ||
36 | /* MP Apertures */ | 35 | /* MP Apertures */ |
37 | #define MP0_Public 0x03800000 | 36 | #define MP0_Public 0x03800000 |
@@ -392,8 +391,7 @@ static int vega12_smu_init(struct pp_hwmgr *hwmgr) | |||
392 | struct cgs_firmware_info info = {0}; | 391 | struct cgs_firmware_info info = {0}; |
393 | int ret; | 392 | int ret; |
394 | 393 | ||
395 | ret = cgs_get_firmware_info(hwmgr->device, | 394 | ret = cgs_get_firmware_info(hwmgr->device, CGS_UCODE_ID_SMU, |
396 | smu7_convert_fw_type_to_cgs(UCODE_ID_SMU), | ||
397 | &info); | 395 | &info); |
398 | if (ret || !info.kptr) | 396 | if (ret || !info.kptr) |
399 | return -EINVAL; | 397 | return -EINVAL; |