Loading
drm/amd: Drop calls to restore power limit and clock from smu_resume()
User requested power limits and clock settings are already restored as part of smu_restore_dpm_user_profile(). It's unnecessary to call the same restore as part of smu_resume(). Revert the following commits to drop that extra restore: commit ed4efe42 ("drm/amd: Restore cached power limit during resume") commit 796ff8a7 ("drm/amd: Restore cached manual clock settings during resume") commit f9b80514 ("drm/amd: Only restore cached manual clock settings in restore if OD enabled") Suggested-by:Lijo Lazar <Lijo.Lazar@amd.com> Reviewed-by:
Lijo Lazar <lijo.lazar@amd.com> Signed-off-by:
Mario Limonciello <mario.limonciello@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>