drm/amd/powerplay: fix set tools address for Vega10
Tools fb address was failed to send to smu when smu was not running. Changing sequence will fix it. Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4edc8f7a38
commit
88eadc314d
@ -500,7 +500,6 @@ static int vega10_smu_init(struct pp_smumgr *smumgr)
|
||||
smu_lower_32_bits(mc_addr);
|
||||
priv->smu_tables.entry[TOOLSTABLE].table = kaddr;
|
||||
priv->smu_tables.entry[TOOLSTABLE].handle = handle;
|
||||
vega10_set_tools_address(smumgr);
|
||||
}
|
||||
}
|
||||
|
||||
@ -569,6 +568,9 @@ static int vega10_start_smu(struct pp_smumgr *smumgr)
|
||||
PP_ASSERT_WITH_CODE(!vega10_verify_smc_interface(smumgr),
|
||||
"Failed to verify SMC interface!",
|
||||
return -EINVAL);
|
||||
|
||||
vega10_set_tools_address(smumgr);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user