Skip to content

Commit 4ce71ce

Browse files
Abhinav Kumarlumag
authored andcommitted
drm/msm/dpu: Correct the SA8775P intr_underrun/intr_underrun index
The intr_underrun and intr_vsync indices have been swapped, just simply corrects them. Cc: stable@vger.kernel.org Fixes: b139c80 ("drm/msm/dpu: Add SA8775P support") Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Yongxing Mou <yongxing.mou@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/709209/ Link: https://lore.kernel.org/r/20260305-mdss_catalog-v5-2-06678ac39ac7@oss.qualcomm.com Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent 7e459c4 commit 4ce71ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ static const struct dpu_intf_cfg sa8775p_intf[] = {
366366
.type = INTF_NONE,
367367
.controller_id = MSM_DP_CONTROLLER_0, /* pair with intf_0 for DP MST */
368368
.prog_fetch_lines_worst_case = 24,
369-
.intr_underrun = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 17),
370-
.intr_vsync = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 16),
369+
.intr_underrun = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 16),
370+
.intr_vsync = DPU_IRQ_IDX(MDP_SSPP_TOP0_INTR, 17),
371371
}, {
372372
.name = "intf_7", .id = INTF_7,
373373
.base = 0x3b000, .len = 0x280,

0 commit comments

Comments
 (0)