]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Allow DCN301 to clear update flags
authorIvan Lipski <ivan.lipski@amd.com>
Thu, 17 Jul 2025 17:58:35 +0000 (13:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 28 Jul 2025 20:28:58 +0000 (16:28 -0400)
commit2d418e4fd9f1eca7dfce80de86dd702d36a06a25
tree42e5ccea7e9933c7c8538228d4d4146f38f9cc3d
parent2b6943df54136f40aff8a6d7ba7c26724d89a0bd
drm/amd/display: Allow DCN301 to clear update flags

[Why & How]
Not letting DCN301 to clear after surface/stream update results
in artifacts when switching between active overlay planes. The issue
is known and has been solved initially. See below:
(https://gitlab.freedesktop.org/drm/amd/-/issues/3441)

Fixes: f354556e29f4 ("drm/amd/display: limit clear_update_flags t dcn32 and above")
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c