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 <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Reviewed-by: Abhinav Kumar <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/534204/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abhinav Kumar <[email protected]>
1 parent 686eb89 commit f9d5bb7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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)