File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
drivers/gpu/drm/msm/disp/dpu1 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
/*
17
17
* Register offsets in MDSS register file for the interrupt registers
18
- * w.r.t. to the MDP base
18
+ * w.r.t. the MDP base
19
19
*/
20
20
#define MDP_SSPP_TOP0_OFF 0x0
21
21
#define MDP_INTF_0_OFF 0x6A000
24
24
#define MDP_INTF_3_OFF 0x6B800
25
25
#define MDP_INTF_4_OFF 0x6C000
26
26
#define MDP_INTF_5_OFF 0x6C800
27
+ #define INTF_INTR_EN 0x1c0
28
+ #define INTF_INTR_STATUS 0x1c4
29
+ #define INTF_INTR_CLEAR 0x1c8
27
30
#define MDP_AD4_0_OFF 0x7C000
28
31
#define MDP_AD4_1_OFF 0x7D000
29
32
#define MDP_AD4_INTR_EN_OFF 0x41c
Original file line number Diff line number Diff line change 21
21
#define HIST_INTR_EN 0x01c
22
22
#define HIST_INTR_STATUS 0x020
23
23
#define HIST_INTR_CLEAR 0x024
24
- #define INTF_INTR_EN 0x1C0
25
- #define INTF_INTR_STATUS 0x1C4
26
- #define INTF_INTR_CLEAR 0x1C8
27
24
#define SPLIT_DISPLAY_EN 0x2F4
28
25
#define SPLIT_DISPLAY_UPPER_PIPE_CTRL 0x2F8
29
26
#define DSPP_IGC_COLOR0_RAM_LUTN 0x300
You can’t perform that action at this time.
0 commit comments