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 02:16:37 +0000 (22:16 -0400)
commit038e2e2e0150f1649d40f7d915561cdf9e4dd5bf
tree034416be172dfce6680abbfa30046b73e5635ceb
parent1abfb9f9c767ca4c98c12ba2754abfe3ecf5ce8c
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