drm/amd/display: bypass post csc for additional color spaces in dal
authorClay King <clayking@amd.com>
Fri, 30 Jan 2026 16:40:06 +0000 (11:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 12 Feb 2026 20:16:09 +0000 (15:16 -0500)
commit7d9ec9dc20ecdb1661f4538cd9112cd3d6a5f15a
treedf6d1d0eded480b4286cd9b5b74a046594bd71df
parent6246c12f52c389342358c3039475ef822921dcae
drm/amd/display: bypass post csc for additional color spaces in dal

[Why]
For RGB BT2020 full and limited color spaces, overlay adjustments were
applied twice (once by MM and once by DAL). This results in incorrect
colours and a noticeable difference between mpo and non-mpo cases.

[How]
Add RGB BT2020 full and limited color spaces to list that bypasses post
csc adjustment.

Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Signed-off-by: Clay King <clayking@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c
drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.h
drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.c