]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST
authorHarry Wentland <harry.wentland@amd.com>
Thu, 21 Mar 2024 15:13:38 +0000 (11:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Apr 2024 03:47:43 +0000 (23:47 -0400)
commitc3e2a5f2da904a18661335e8be2b961738574998
tree671a6be19b2b2060f7123116a718d08be0294cf0
parent9e61ef8d219877202d4ee51d0d2ad9072c99a262
drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST

The previous check for the is_vsc_sdp_colorimetry_supported flag
for MST sink signals did nothing. Simplify the code and use the
same check for MST and SST.

Cc: stable@vger.kernel.org
Reviewed-by: Agustin Gutierrez <agustin.gutierrez@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-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