]> www.infradead.org Git - users/jedix/linux-maple.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)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 7 Oct 2025 18:09:06 +0000 (14:09 -0400)
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>
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), \