mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
drm/amd/powerplay: remove max DCEFCLK limitation
The latest SMU fw removes the limitation that required UCLK >= DCEFCLK. Signed-off-by: Evan Quan <evan.quan@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
16ed0ff275
commit
efa7ac67a8
@ -1356,9 +1356,6 @@ static int vega20_init_max_sustainable_clocks(struct pp_hwmgr *hwmgr)
|
||||
if (max_sustainable_clocks->soc_clock < max_sustainable_clocks->uclock)
|
||||
max_sustainable_clocks->uclock = max_sustainable_clocks->soc_clock;
|
||||
|
||||
if (max_sustainable_clocks->uclock < max_sustainable_clocks->dcef_clock)
|
||||
max_sustainable_clocks->dcef_clock = max_sustainable_clocks->uclock;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user