]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 25 Sep 2025 18:45:22 +0000 (20:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Oct 2025 14:33:42 +0000 (16:33 +0200)
[ Upstream commit d60f9c45d1bff7e20ecd57492ef7a5e33c94a37c ]

Without these, it's impossible to program these registers.

Fixes: 102b2f587ac8 ("drm/amd/display: dce_transform: DCE6 Scaling Horizontal Filter Init (v2)")
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.h

index cbce194ec7b82b1452a8b888f4ca80e46088ee32..ff746fba850bc9d2827f80c553a0914f09b31372 100644 (file)
        SRI(SCL_COEF_RAM_TAP_DATA, SCL, id), \
        SRI(VIEWPORT_START, SCL, id), \
        SRI(VIEWPORT_SIZE, SCL, id), \
+       SRI(SCL_HORZ_FILTER_INIT_RGB_LUMA, SCL, id), \
+       SRI(SCL_HORZ_FILTER_INIT_CHROMA, SCL, id), \
        SRI(SCL_HORZ_FILTER_SCALE_RATIO, SCL, id), \
        SRI(SCL_VERT_FILTER_SCALE_RATIO, SCL, id), \
        SRI(SCL_VERT_FILTER_INIT, SCL, id), \