diff options
author | Hamza Mahfooz <hamza.mahfooz@amd.com> | 2024-10-04 15:22:57 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-10-07 14:32:23 -0400 |
commit | 2fe79508d9c393bb9931b0037c5ecaee09a8dc39 (patch) | |
tree | eb1feff2f7d3d3bd2dbfd3343f52a4da5c47e834 /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h | |
parent | c6a837088bedef74e38f47eb65247dea1d835634 (diff) |
drm/amd/display: fix hibernate entry for DCN35+
Since, two suspend-resume cycles are required to enter hibernate and,
since we only need to enable idle optimizations in the first cycle
(which is pretty much equivalent to s2idle). We can check in_s0ix, to
prevent the system from entering idle optimizations before it actually
enters hibernate (from display's perspective). Also, call
dc_set_power_state() before dc_allow_idle_optimizations(), since it's
safer to do so because dc_set_power_state() writes to DMUB.
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h')
0 files changed, 0 insertions, 0 deletions