]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amd/display: Set color_mgmt_changed to true on unsuspend
authorJoshua Ashton <joshua@froggi.es>
Thu, 2 Nov 2023 04:21:55 +0000 (04:21 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Apr 2024 03:17:29 +0000 (23:17 -0400)
Otherwise we can end up with a frame on unsuspend where color management
is not applied when userspace has not committed themselves.

Fixes re-applying color management on Steam Deck/Gamescope on S3 resume.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

index 6d2f60c61decc36711953fa5b0dd67888c652a32..f3f94d109726d380326c96e576afd5263e8a1daf 100644 (file)
@@ -3029,6 +3029,7 @@ static int dm_resume(void *handle)
                        dc_stream_release(dm_new_crtc_state->stream);
                        dm_new_crtc_state->stream = NULL;
                }
+               dm_new_crtc_state->base.color_mgmt_changed = true;
        }
 
        for_each_new_plane_in_state(dm->cached_state, plane, new_plane_state, i) {