Skip to content

Commit 24b50b7

Browse files
lumagAbhinav Kumar
authored andcommitted
drm/msm/dpu: correct LM pairing for SM6150
The SM6150 platform doesn't have 3DMux (MERGE_3D) block, so it can not split the screen between two LMs. Drop lm_pair fields as they don't make sense for this platform. Suggested-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Fixes: cb2f914 ("drm/msm/dpu: Add SM6150 support") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/629377/ Link: https://lore.kernel.org/r/20241217-dpu-fix-sm6150-v2-1-9acc8f5addf3@linaro.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent af0a4a2 commit 24b50b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,12 @@ static const struct dpu_lm_cfg sm6150_lm[] = {
116116
.sblk = &sdm845_lm_sblk,
117117
.pingpong = PINGPONG_0,
118118
.dspp = DSPP_0,
119-
.lm_pair = LM_1,
120119
}, {
121120
.name = "lm_1", .id = LM_1,
122121
.base = 0x45000, .len = 0x320,
123122
.features = MIXER_QCM2290_MASK,
124123
.sblk = &sdm845_lm_sblk,
125124
.pingpong = PINGPONG_1,
126-
.lm_pair = LM_0,
127125
}, {
128126
.name = "lm_2", .id = LM_2,
129127
.base = 0x46000, .len = 0x320,

0 commit comments

Comments
 (0)