Revert "drm/amd: Keep display off while going into S4"
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 22 May 2025 14:13:28 +0000 (09:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 May 2025 16:04:01 +0000 (12:04 -0400)
commite485502c37b097b0bd773baa7e2741bf7bd2909a
tree8450f126de8df5f41f574f3a74dab7aaa6fe7a2e
parent42f520f70d6ca066808026d0b6163040ee1d9b9d
Revert "drm/amd: Keep display off while going into S4"

commit 68bfdc8dc0a1a ("drm/amd: Keep display off while going into S4")
attempted to keep displays off during the S4 sequence by not resuming
display IP.  This however leads to hangs because DRM clients such as the
console can try to access registers and cause a hang.

Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4155
Fixes: 68bfdc8dc0a1a ("drm/amd: Keep display off while going into S4")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://lore.kernel.org/r/20250522141328.115095-1-mario.limonciello@amd.com
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c