Skip to content

Commit d392710

Browse files
committed
drm/msm/dpu: drop LM_3 / LM_4 on SDM845
On the SDM845 platform ther are no LM_3 and LM_4 blocks. Drop them from the SDM845 catalog. Fixes: 25fdd59 ("drm/msm: Add SDM845 DPU support") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/612586/ Link: https://lore.kernel.org/r/20240905-dpu-fix-sdm845-catalog-v1-2-3363d03998bd@linaro.org
1 parent 768a272 commit d392710

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,6 @@ static const struct dpu_lm_cfg sdm845_lm[] = {
155155
.lm_pair = LM_5,
156156
.pingpong = PINGPONG_2,
157157
.dspp = DSPP_2,
158-
}, {
159-
.name = "lm_3", .id = LM_3,
160-
.base = 0x0, .len = 0x320,
161-
.features = MIXER_SDM845_MASK,
162-
.sblk = &sdm845_lm_sblk,
163-
.pingpong = PINGPONG_NONE,
164-
}, {
165-
.name = "lm_4", .id = LM_4,
166-
.base = 0x0, .len = 0x320,
167-
.features = MIXER_SDM845_MASK,
168-
.sblk = &sdm845_lm_sblk,
169-
.pingpong = PINGPONG_NONE,
170158
}, {
171159
.name = "lm_5", .id = LM_5,
172160
.base = 0x49000, .len = 0x320,

0 commit comments

Comments
 (0)