]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: limit clear_update_flags to dcn32 and above
authorCharlene Liu <Charlene.Liu@amd.com>
Thu, 26 Jun 2025 20:36:17 +0000 (16:36 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Jul 2025 18:07:51 +0000 (14:07 -0400)
commitf354556e29f40ef44fa8b13dc914817db3537e20
treed921755ea1780ecd97834095ea6cfd8695161731
parent3f2b24a1ef359d4a8313dc919bf772aeb6b54c9b
drm/amd/display: limit clear_update_flags to dcn32 and above

[why]
dc has some code out of sync:
dc_commit_updates_for_stream handles v1/v2/v3,
but dc_update_planes_and_stream makes v1 asic to use v2.

as a reression fix: limit clear_update_flags to dcn32 or newer asic.
need to follow up that v1 asic using v2 issue.

Reviewed-by: Syed Hassan <syed.hassan@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c