Commit 309bce0c authored by Evan Quan's avatar Evan Quan Committed by Alex Deucher

drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() call

This seems a merge error.
Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 505ac303
...@@ -820,6 +820,10 @@ static int smu_smc_table_hw_init(struct smu_context *smu, ...@@ -820,6 +820,10 @@ static int smu_smc_table_hw_init(struct smu_context *smu,
if (ret) if (ret)
return ret; return ret;
ret = smu_get_clk_info_from_vbios(smu);
if (ret)
return ret;
/* /*
* check if the format_revision in vbios is up to pptable header * check if the format_revision in vbios is up to pptable header
* version, and the structure size is not 0. * version, and the structure size is not 0.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment