Skip to content

Commit 8252028

Browse files
committed
drm/msm/dpu: link DSPP_2/_3 blocks on SM8250
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: 05ae91d ("drm/msm/dpu: enable DSPP support on SM8[12]50") Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/629956/ Link: https://lore.kernel.org/r/20241220-dpu-fix-catalog-v2-4-38fa961ea992@linaro.org
1 parent 0986163 commit 8252028

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_6_0_sm8250.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 sm8250_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)