Skip to content

Commit 4731d5e

Browse files
committed
Merge tag 'amd-drm-fixes-6.15-2025-05-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
amd-drm-fixes-6.15-2025-05-22: amdgpu: - Hibernate fix Signed-off-by: Dave Airlie <[email protected]> From: Alex Deucher <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2 parents 79061ca + 7e7cb7a commit 4731d5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3469,11 +3469,6 @@ static int dm_resume(struct amdgpu_ip_block *ip_block)
34693469

34703470
return 0;
34713471
}
3472-
3473-
/* leave display off for S4 sequence */
3474-
if (adev->in_s4)
3475-
return 0;
3476-
34773472
/* Recreate dc_state - DC invalidates it when setting power state to S3. */
34783473
dc_state_release(dm_state->context);
34793474
dm_state->context = dc_state_create(dm->dc, NULL);

0 commit comments

Comments
 (0)