]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 25 Sep 2025 18:45:23 +0000 (20:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Oct 2025 14:23:09 +0000 (16:23 +0200)
commitffb11feb89ab753759daa27d8c518ec8397384bd
treee45ae19564e3d718cabfef9443a8151e70fc9e01
parent040db9f5e7c75264acff81543644c46cc60eef09
drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6

[ Upstream commit c0aa7cf49dd6cb302fe28e7183992b772cb7420c ]

Previously, the code would set a bit field which didn't exist
on DCE6 so it would be effectively a no-op.

Fixes: b70aaf5586f2 ("drm/amd/display: dce_transform: add DCE6 specific macros,functions")
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/amd/display/dc/dce/dce_transform.c