Skip to content

Commit d60f9c4

Browse files
Timur Kristófalexdeucher
authored andcommitted
drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
Without these, it's impossible to program these registers. Fixes: 102b2f5 ("drm/amd/display: dce_transform: DCE6 Scaling Horizontal Filter Init (v2)") Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Timur Kristóf <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 5072963 commit d60f9c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/amd/display/dc/dce/dce_transform.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
SRI(SCL_COEF_RAM_TAP_DATA, SCL, id), \
156156
SRI(VIEWPORT_START, SCL, id), \
157157
SRI(VIEWPORT_SIZE, SCL, id), \
158+
SRI(SCL_HORZ_FILTER_INIT_RGB_LUMA, SCL, id), \
159+
SRI(SCL_HORZ_FILTER_INIT_CHROMA, SCL, id), \
158160
SRI(SCL_HORZ_FILTER_SCALE_RATIO, SCL, id), \
159161
SRI(SCL_VERT_FILTER_SCALE_RATIO, SCL, id), \
160162
SRI(SCL_VERT_FILTER_INIT, SCL, id), \

0 commit comments

Comments
 (0)