Skip to content

Commit 85340c0

Browse files
MarijnS95Abhinav Kumar
authored andcommitted
drm/msm/dpu: Reindent REV_7xxx interrupt masks with tabs
Use tabs for consistency with the other interrupt register definitions, rather than spaces. Fixes: ed6154a ("drm/msm/disp/dpu1: add intf offsets for SC7280 target") Fixes: 89688e2 ("drm/msm/dpu: Add more of the INTF interrupt regions") Fixes: 4a352c2 ("drm/msm/dpu: Introduce SC8280XP") Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/534212/ Link: https://lore.kernel.org/r/20230411-dpu-intf-te-v4-4-27ce1a5ab5c6@somainline.org Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
1 parent e9d9ce5 commit 85340c0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
#define MDP_AD4_INTR_EN_OFF 0x41c
3333
#define MDP_AD4_INTR_CLEAR_OFF 0x424
3434
#define MDP_AD4_INTR_STATUS_OFF 0x420
35-
#define MDP_INTF_0_OFF_REV_7xxx 0x34000
36-
#define MDP_INTF_1_OFF_REV_7xxx 0x35000
37-
#define MDP_INTF_2_OFF_REV_7xxx 0x36000
38-
#define MDP_INTF_3_OFF_REV_7xxx 0x37000
39-
#define MDP_INTF_4_OFF_REV_7xxx 0x38000
40-
#define MDP_INTF_5_OFF_REV_7xxx 0x39000
41-
#define MDP_INTF_6_OFF_REV_7xxx 0x3a000
42-
#define MDP_INTF_7_OFF_REV_7xxx 0x3b000
43-
#define MDP_INTF_8_OFF_REV_7xxx 0x3c000
35+
#define MDP_INTF_0_OFF_REV_7xxx 0x34000
36+
#define MDP_INTF_1_OFF_REV_7xxx 0x35000
37+
#define MDP_INTF_2_OFF_REV_7xxx 0x36000
38+
#define MDP_INTF_3_OFF_REV_7xxx 0x37000
39+
#define MDP_INTF_4_OFF_REV_7xxx 0x38000
40+
#define MDP_INTF_5_OFF_REV_7xxx 0x39000
41+
#define MDP_INTF_6_OFF_REV_7xxx 0x3a000
42+
#define MDP_INTF_7_OFF_REV_7xxx 0x3b000
43+
#define MDP_INTF_8_OFF_REV_7xxx 0x3c000
4444

4545
/**
4646
* struct dpu_intr_reg - array of DPU register sets

0 commit comments

Comments
 (0)