Skip to content

Commit 3a7a4be

Browse files
committed
drm/msm/dpu: link DSPP_2/_3 blocks on X1E80100
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: e3b1f36 ("drm/msm/dpu: Add X1E80100 support") Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/629966/ Link: https://lore.kernel.org/r/20241220-dpu-fix-catalog-v2-8-38fa961ea992@linaro.org
1 parent 3d3ca09 commit 3a7a4be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,15 @@ static const struct dpu_lm_cfg x1e80100_lm[] = {
159159
.sblk = &sdm845_lm_sblk,
160160
.lm_pair = LM_3,
161161
.pingpong = PINGPONG_2,
162+
.dspp = DSPP_2,
162163
}, {
163164
.name = "lm_3", .id = LM_3,
164165
.base = 0x47000, .len = 0x320,
165166
.features = MIXER_SDM845_MASK,
166167
.sblk = &sdm845_lm_sblk,
167168
.lm_pair = LM_2,
168169
.pingpong = PINGPONG_3,
170+
.dspp = DSPP_3,
169171
}, {
170172
.name = "lm_4", .id = LM_4,
171173
.base = 0x48000, .len = 0x320,

0 commit comments

Comments
 (0)