mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
drm/amd/powerplay: enable fclk ss by default
Set fclk ss as enabled on default. Signed-off-by: Evan Quan <evan.quan@amd.com> Reviewed-by: Rex Zhu <rezhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
0df5295c99
commit
3490738f9b
@ -810,7 +810,7 @@ static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *ppsmc_pptable
|
||||
ppsmc_pptable->UclkSpreadPercent = smc_dpm_table->uclkspreadpercent;
|
||||
ppsmc_pptable->UclkSpreadFreq = smc_dpm_table->uclkspreadfreq;
|
||||
|
||||
ppsmc_pptable->FclkSpreadEnabled = 0;
|
||||
ppsmc_pptable->FclkSpreadEnabled = smc_dpm_table->fclkspreadenabled;
|
||||
ppsmc_pptable->FclkSpreadPercent = smc_dpm_table->fclkspreadpercent;
|
||||
ppsmc_pptable->FclkSpreadFreq = smc_dpm_table->fclkspreadfreq;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user