mirror of https://gitee.com/openkylin/linux.git
drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() call
This seems a merge error. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
505ac3039a
commit
309bce0ca8
|
@ -820,6 +820,10 @@ static int smu_smc_table_hw_init(struct smu_context *smu,
|
|||
if (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
|
||||
* version, and the structure size is not 0.
|
||||
|
|
Loading…
Reference in New Issue