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>
Fri, 19 Apr 2024 03:47:07 +0000 (23:47 -0400)
commit6e7a4176247999b2b30116fb7b41e87f9327dd3d
tree79ee905dbb1d2ae6df3730377a692857999e45b2
parent93522c19488edc1b347083cd3622a1572d5a95e1
drm/amd/display: Set color_mgmt_changed to true on unsuspend

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