Skip to content

Commit 42323d3

Browse files
committed
drm/msm/dpu: link DSPP_2/_3 blocks on SM8350
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: 0e91bcb ("drm/msm/dpu: Add SM8350 to hw catalog") Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/629959/ Link: https://lore.kernel.org/r/20241220-dpu-fix-catalog-v2-5-38fa961ea992@linaro.org
1 parent 8252028 commit 42323d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)