drm/amd/display: fix s2idle entry for DCN3.5+
authorHamza Mahfooz <hamza.mahfooz@amd.com>
Tue, 6 Aug 2024 13:55:55 +0000 (09:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Aug 2024 16:51:05 +0000 (12:51 -0400)
commitf6098641d3e1e4d4052ff9378857c831f9675f6b
tree3047b0de7c5f3689f49e7ed7bdace61f26ec5d7a
parent11752c013f562a1124088a35bd314aa0e9f0e88f
drm/amd/display: fix s2idle entry for DCN3.5+

To be able to get to the lowest power state when suspending systems with
DCN3.5+, we must be in IPS before the display hardware is put into
D3cold. So, to ensure that the system always reaches the lowest power
state while suspending, force systems that support IPS to enter idle
optimizations before entering D3cold.

Reviewed-by: Roman Li <roman.li@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit 237193e21b29d4aa0617ffeea3d6f49e72999708)
Cc: stable@vger.kernel.org # 6.10+
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c