]> git.ipfire.org Git - thirdparty/linux.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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Oct 2025 18:09:06 +0000 (14:09 -0400)
commitc0aa7cf49dd6cb302fe28e7183992b772cb7420c
tree3b60ac4bf13f92683878c5b4794811f142d150df
parentd60f9c45d1bff7e20ecd57492ef7a5e33c94a37c
drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6

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>
drivers/gpu/drm/amd/display/dc/dce/dce_transform.c