mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user