Commit 463e953e authored by Yang Wang's avatar Yang Wang Committed by Alex Deucher

drm/amd/pm: fix wrong smu socclk value

fix typo about smu socclk value.
Signed-off-by: default avatarYang Wang <KevinYang.Wang@amd.com>
Reviewed-by: default avatarLijo Lazar <lijo.lazar@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 8f2ccaaa
...@@ -387,7 +387,7 @@ static int smu_v13_0_6_get_dpm_ultimate_freq(struct smu_context *smu, ...@@ -387,7 +387,7 @@ static int smu_v13_0_6_get_dpm_ultimate_freq(struct smu_context *smu,
break; break;
case SMU_SOCCLK: case SMU_SOCCLK:
if (pptable->Init) if (pptable->Init)
clock_limit = pptable->UclkFrequencyTable[0]; clock_limit = pptable->SocclkFrequencyTable[0];
break; break;
case SMU_FCLK: case SMU_FCLK:
if (pptable->Init) if (pptable->Init)
......
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