Skip to content

Commit ac440a3

Browse files
committed
drm/msm/dpu: link DSPP_2/_3 blocks on SM8150
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/629952/ Link: https://lore.kernel.org/r/20241220-dpu-fix-catalog-v2-2-38fa961ea992@linaro.org
1 parent 9a20f33 commit ac440a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)