Skip to content

Commit c7c4afd

Browse files
committed
drm/msm/dpu: remove unused INTF_NONE interfaces
sm6115, sm6375 and qcm2290 do not have INTF_0. Drop corresponding interface definitions. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org> Patchwork: https://patchwork.freedesktop.org/patch/542180/ Link: https://lore.kernel.org/r/20230613001004.3426676-4-dmitry.baryshkov@linaro.org
1 parent 9a6c13b commit c7c4afd

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static const struct dpu_pingpong_cfg sm6115_pp[] = {
6666
};
6767

6868
static const struct dpu_intf_cfg sm6115_intf[] = {
69-
INTF_BLK("intf_0", INTF_0, 0x00000, 0x280, INTF_NONE, 0, 0, 0, 0, 0),
7069
INTF_BLK_DSI_TE("intf_1", INTF_1, 0x6a800, 0x2c0, INTF_DSI, 0, 24, INTF_SC7180_MASK,
7170
DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 26),
7271
DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 27),

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ static const struct dpu_pingpong_cfg qcm2290_pp[] = {
6363
};
6464

6565
static const struct dpu_intf_cfg qcm2290_intf[] = {
66-
INTF_BLK("intf_0", INTF_0, 0x00000, 0x280, INTF_NONE, 0, 0, 0, 0, 0),
6766
INTF_BLK_DSI_TE("intf_1", INTF_1, 0x6a800, 0x2c0, INTF_DSI, 0, 24, INTF_SC7180_MASK,
6867
DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 26),
6968
DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 27),

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ static const struct dpu_dsc_cfg sm6375_dsc[] = {
7171
};
7272

7373
static const struct dpu_intf_cfg sm6375_intf[] = {
74-
INTF_BLK("intf_0", INTF_0, 0x00000, 0x280, INTF_NONE, 0, 0, 0, 0, 0),
7574
INTF_BLK_DSI_TE("intf_1", INTF_1, 0x6a800, 0x2c0, INTF_DSI, 0, 24, INTF_SC7180_MASK,
7675
DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 26),
7776
DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 27),

0 commit comments

Comments
 (0)