Commit c1f8d3fa authored by Mikita Lipski's avatar Mikita Lipski Committed by Alex Deucher

drm/amd/display: Don't call amdgpu_dm_display_resume as it doesn't exist

amdgpu_dm_display_resume was merged into dm_resume.
No need to call these functions separately.
Signed-off-by: default avatarMikita Lipski <mikita.lipski@amd.com>
Reviewed-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1249acef
...@@ -1629,7 +1629,6 @@ static ssize_t s3_debug_store(struct device *device, ...@@ -1629,7 +1629,6 @@ static ssize_t s3_debug_store(struct device *device,
if (ret == 0) { if (ret == 0) {
if (s3_state) { if (s3_state) {
dm_resume(adev); dm_resume(adev);
amdgpu_dm_display_resume(adev);
drm_kms_helper_hotplug_event(adev->ddev); drm_kms_helper_hotplug_event(adev->ddev);
} else } else
dm_suspend(adev); dm_suspend(adev);
......
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