]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: perform clear update flags for all DCN asics
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Sun, 11 Jan 2026 17:20:51 +0000 (12:20 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Jan 2026 23:10:43 +0000 (18:10 -0500)
Existing version check that limits the sequence to clear update flags
should be performed for all asics. Exclude DCE asics for now.

Reviewed-by: Sun peng (Leo) Li <sunpeng.li@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c

index ad8ce46ce310364178a13cf863b47e6171725e42..cb85b7ac2697bef597eba81bf075a9ac4a5ae03a 100644 (file)
@@ -7506,7 +7506,7 @@ struct dc_update_scratch_space *dc_update_planes_and_stream_init(
                .stream = stream,
                .stream_update = stream_update,
                .update_v3 = version >= DCN_VERSION_4_01 || version == DCN_VERSION_3_2 || version == DCN_VERSION_3_21,
-               .do_clear_update_flags = version >= DCN_VERSION_3_2 || version == DCN_VERSION_3_01,
+               .do_clear_update_flags = version >= DCN_VERSION_1_0,
        };
 
        return scratch;