Skip to content

Commit f9d5bb7

Browse files
MarijnS95Abhinav Kumar
authored andcommitted
drm/msm/dpu: Remove unused INTF0 interrupt mask from SM6115/QCM2290
Neither of these SoCs has INTF0, they only have a DSI interface on index 1. Stop enabling an interrupt that can't fire. Fixes: 3581b70 ("drm/msm/disp/dpu1: add support for display on SM6115") Fixes: 5334087 ("drm/msm: add support for QCM2290 MDSS") Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Patchwork: https://patchwork.freedesktop.org/patch/534204/ Link: https://lore.kernel.org/r/20230411-dpu-intf-te-v4-1-27ce1a5ab5c6@somainline.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent 686eb89 commit f9d5bb7

2 files changed

Lines changed: 0 additions & 2 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
@@ -122,7 +122,6 @@ const struct dpu_mdss_cfg dpu_sm6115_cfg = {
122122
.mdss_irqs = BIT(MDP_SSPP_TOP0_INTR) | \
123123
BIT(MDP_SSPP_TOP0_INTR2) | \
124124
BIT(MDP_SSPP_TOP0_HIST_INTR) | \
125-
BIT(MDP_INTF0_INTR) | \
126125
BIT(MDP_INTF1_INTR),
127126
};
128127

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
@@ -112,7 +112,6 @@ const struct dpu_mdss_cfg dpu_qcm2290_cfg = {
112112
.mdss_irqs = BIT(MDP_SSPP_TOP0_INTR) | \
113113
BIT(MDP_SSPP_TOP0_INTR2) | \
114114
BIT(MDP_SSPP_TOP0_HIST_INTR) | \
115-
BIT(MDP_INTF0_INTR) | \
116115
BIT(MDP_INTF1_INTR),
117116
};
118117

0 commit comments

Comments
 (0)