Skip to content

Commit c59afe5

Browse files
committed
drm/msm/dpu: drop LM_3 / LM_4 on MSM8998
On the MSM8998 platform ther are no LM_3 and LM_4 blocks. Drop them from the MSM8998 catalog. Fixes: 94391a1 ("drm/msm/dpu1: Add MSM8998 to hw catalog") Reported-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/612585/ Link: https://lore.kernel.org/r/20240905-dpu-fix-sdm845-catalog-v1-3-3363d03998bd@linaro.org
1 parent d392710 commit c59afe5

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,18 +156,6 @@ static const struct dpu_lm_cfg msm8998_lm[] = {
156156
.sblk = &msm8998_lm_sblk,
157157
.lm_pair = LM_5,
158158
.pingpong = PINGPONG_2,
159-
}, {
160-
.name = "lm_3", .id = LM_3,
161-
.base = 0x47000, .len = 0x320,
162-
.features = MIXER_MSM8998_MASK,
163-
.sblk = &msm8998_lm_sblk,
164-
.pingpong = PINGPONG_NONE,
165-
}, {
166-
.name = "lm_4", .id = LM_4,
167-
.base = 0x48000, .len = 0x320,
168-
.features = MIXER_MSM8998_MASK,
169-
.sblk = &msm8998_lm_sblk,
170-
.pingpong = PINGPONG_NONE,
171159
}, {
172160
.name = "lm_5", .id = LM_5,
173161
.base = 0x49000, .len = 0x320,

0 commit comments

Comments
 (0)