Skip to content

Commit 0986163

Browse files
committed
drm/msm/dpu: link DSPP_2/_3 blocks on SC8180X
Link DSPP_2 to the LM_2 and DSPP_3 to the LM_3 mixer blocks. This allows using colour transformation matrix (aka night mode) with more outputs at the same time. Fixes: f5abecf ("drm/msm/dpu: enable DSPP and DSC on sc8180x") Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/629954/ Link: https://lore.kernel.org/r/20241220-dpu-fix-catalog-v2-3-38fa961ea992@linaro.org
1 parent ac440a3 commit 0986163

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_1_sc8180x.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,15 @@ static const struct dpu_lm_cfg sc8180x_lm[] = {
163163
.sblk = &sdm845_lm_sblk,
164164
.lm_pair = LM_3,
165165
.pingpong = PINGPONG_2,
166+
.dspp = DSPP_2,
166167
}, {
167168
.name = "lm_3", .id = LM_3,
168169
.base = 0x47000, .len = 0x320,
169170
.features = MIXER_SDM845_MASK,
170171
.sblk = &sdm845_lm_sblk,
171172
.lm_pair = LM_2,
172173
.pingpong = PINGPONG_3,
174+
.dspp = DSPP_3,
173175
}, {
174176
.name = "lm_4", .id = LM_4,
175177
.base = 0x48000, .len = 0x320,

0 commit comments

Comments
 (0)