]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/display: no 3D and blnd LUT as DPP color caps for DCN401
authorMelissa Wen <mwen@igalia.com>
Fri, 25 Apr 2025 20:52:30 +0000 (17:52 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 May 2025 16:02:33 +0000 (12:02 -0400)
Match what is declared as DPP color caps with hw caps. DCN401 has MPC
shaper + 3D LUTs that are movable before and after blending (get from
plane or stream), but no DPP blend LUTs.

Signed-off-by: Melissa Wen <mwen@igalia.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c

index e0e32975ca34c7e9bb9b0b3dbc37f1e7bfa9ab12..f420c4dafa03c42afe410e125f2efad4a0a28428 100644 (file)
@@ -1938,8 +1938,8 @@ static bool dcn401_resource_construct(
        dc->caps.color.dpp.gamma_corr = 1;
        dc->caps.color.dpp.dgam_rom_for_yuv = 0;
 
-       dc->caps.color.dpp.hw_3d_lut = 1;
-       dc->caps.color.dpp.ogam_ram = 1;
+       dc->caps.color.dpp.hw_3d_lut = 0;
+       dc->caps.color.dpp.ogam_ram = 0;
        // no OGAM ROM on DCN2 and later ASICs
        dc->caps.color.dpp.ogam_rom_caps.srgb = 0;
        dc->caps.color.dpp.ogam_rom_caps.bt2020 = 0;