hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/media/platform/qcom/venus/hfi_venus_io.h
....@@ -8,27 +8,28 @@
88
99 #define VBIF_BASE 0x80000
1010
11
-#define VBIF_AXI_HALT_CTRL0 (VBIF_BASE + 0x208)
12
-#define VBIF_AXI_HALT_CTRL1 (VBIF_BASE + 0x20c)
11
+#define VBIF_AXI_HALT_CTRL0 0x208
12
+#define VBIF_AXI_HALT_CTRL1 0x20c
1313
1414 #define VBIF_AXI_HALT_CTRL0_HALT_REQ BIT(0)
1515 #define VBIF_AXI_HALT_CTRL1_HALT_ACK BIT(0)
1616 #define VBIF_AXI_HALT_ACK_TIMEOUT_US 500000
1717
1818 #define CPU_BASE 0xc0000
19
+
1920 #define CPU_CS_BASE (CPU_BASE + 0x12000)
2021 #define CPU_IC_BASE (CPU_BASE + 0x1f000)
2122
22
-#define CPU_CS_A2HSOFTINTCLR (CPU_CS_BASE + 0x1c)
23
+#define CPU_CS_A2HSOFTINTCLR 0x1c
2324
24
-#define VIDC_CTRL_INIT (CPU_CS_BASE + 0x48)
25
+#define VIDC_CTRL_INIT 0x48
2526 #define VIDC_CTRL_INIT_RESERVED_BITS31_1_MASK 0xfffffffe
2627 #define VIDC_CTRL_INIT_RESERVED_BITS31_1_SHIFT 1
2728 #define VIDC_CTRL_INIT_CTRL_MASK 0x1
2829 #define VIDC_CTRL_INIT_CTRL_SHIFT 0
2930
3031 /* HFI control status */
31
-#define CPU_CS_SCIACMDARG0 (CPU_CS_BASE + 0x4c)
32
+#define CPU_CS_SCIACMDARG0 0x4c
3233 #define CPU_CS_SCIACMDARG0_MASK 0xff
3334 #define CPU_CS_SCIACMDARG0_SHIFT 0x0
3435 #define CPU_CS_SCIACMDARG0_ERROR_STATUS_MASK 0xfe
....@@ -39,42 +40,55 @@
3940 #define CPU_CS_SCIACMDARG0_INIT_IDLE_MSG_MASK BIT(30)
4041
4142 /* HFI queue table info */
42
-#define CPU_CS_SCIACMDARG1 (CPU_CS_BASE + 0x50)
43
+#define CPU_CS_SCIACMDARG1 0x50
4344
4445 /* HFI queue table address */
45
-#define CPU_CS_SCIACMDARG2 (CPU_CS_BASE + 0x54)
46
+#define CPU_CS_SCIACMDARG2 0x54
4647
4748 /* Venus cpu */
48
-#define CPU_CS_SCIACMDARG3 (CPU_CS_BASE + 0x58)
49
+#define CPU_CS_SCIACMDARG3 0x58
4950
50
-#define SFR_ADDR (CPU_CS_BASE + 0x5c)
51
-#define MMAP_ADDR (CPU_CS_BASE + 0x60)
52
-#define UC_REGION_ADDR (CPU_CS_BASE + 0x64)
53
-#define UC_REGION_SIZE (CPU_CS_BASE + 0x68)
51
+#define SFR_ADDR 0x5c
52
+#define MMAP_ADDR 0x60
53
+#define UC_REGION_ADDR 0x64
54
+#define UC_REGION_SIZE 0x68
5455
55
-#define CPU_IC_SOFTINT (CPU_IC_BASE + 0x18)
56
+#define CPU_CS_H2XSOFTINTEN_V6 0x148
57
+
58
+#define CPU_CS_X2RPMH_V6 0x168
59
+#define CPU_CS_X2RPMH_MASK0_BMSK_V6 0x1
60
+#define CPU_CS_X2RPMH_MASK0_SHFT_V6 0x0
61
+#define CPU_CS_X2RPMH_MASK1_BMSK_V6 0x2
62
+#define CPU_CS_X2RPMH_MASK1_SHFT_V6 0x1
63
+#define CPU_CS_X2RPMH_SWOVERRIDE_BMSK_V6 0x4
64
+#define CPU_CS_X2RPMH_SWOVERRIDE_SHFT_V6 0x3
65
+
66
+/* Relative to CPU_IC_BASE */
67
+#define CPU_IC_SOFTINT 0x18
68
+#define CPU_IC_SOFTINT_V6 0x150
5669 #define CPU_IC_SOFTINT_H2A_MASK 0x8000
5770 #define CPU_IC_SOFTINT_H2A_SHIFT 0xf
71
+#define CPU_IC_SOFTINT_H2A_SHIFT_V6 0x0
5872
5973 /* Venus wrapper */
6074 #define WRAPPER_BASE 0x000e0000
6175
62
-#define WRAPPER_HW_VERSION (WRAPPER_BASE + 0x00)
76
+#define WRAPPER_HW_VERSION 0x00
6377 #define WRAPPER_HW_VERSION_MAJOR_VERSION_MASK 0x78000000
6478 #define WRAPPER_HW_VERSION_MAJOR_VERSION_SHIFT 28
6579 #define WRAPPER_HW_VERSION_MINOR_VERSION_MASK 0xfff0000
6680 #define WRAPPER_HW_VERSION_MINOR_VERSION_SHIFT 16
6781 #define WRAPPER_HW_VERSION_STEP_VERSION_MASK 0xffff
6882
69
-#define WRAPPER_CLOCK_CONFIG (WRAPPER_BASE + 0x04)
83
+#define WRAPPER_CLOCK_CONFIG 0x04
7084
71
-#define WRAPPER_INTR_STATUS (WRAPPER_BASE + 0x0c)
85
+#define WRAPPER_INTR_STATUS 0x0c
7286 #define WRAPPER_INTR_STATUS_A2HWD_MASK 0x10
7387 #define WRAPPER_INTR_STATUS_A2HWD_SHIFT 0x4
7488 #define WRAPPER_INTR_STATUS_A2H_MASK 0x4
7589 #define WRAPPER_INTR_STATUS_A2H_SHIFT 0x2
7690
77
-#define WRAPPER_INTR_MASK (WRAPPER_BASE + 0x10)
91
+#define WRAPPER_INTR_MASK 0x10
7892 #define WRAPPER_INTR_MASK_A2HWD_BASK 0x10
7993 #define WRAPPER_INTR_MASK_A2HWD_SHIFT 0x4
8094 #define WRAPPER_INTR_MASK_A2HVCODEC_MASK 0x8
....@@ -82,41 +96,59 @@
8296 #define WRAPPER_INTR_MASK_A2HCPU_MASK 0x4
8397 #define WRAPPER_INTR_MASK_A2HCPU_SHIFT 0x2
8498
85
-#define WRAPPER_INTR_CLEAR (WRAPPER_BASE + 0x14)
99
+#define WRAPPER_INTR_STATUS_A2HWD_MASK_V6 0x8
100
+#define WRAPPER_INTR_MASK_A2HWD_BASK_V6 0x8
101
+
102
+#define WRAPPER_INTR_CLEAR 0x14
86103 #define WRAPPER_INTR_CLEAR_A2HWD_MASK 0x10
87104 #define WRAPPER_INTR_CLEAR_A2HWD_SHIFT 0x4
88105 #define WRAPPER_INTR_CLEAR_A2H_MASK 0x4
89106 #define WRAPPER_INTR_CLEAR_A2H_SHIFT 0x2
90107
91
-#define WRAPPER_POWER_STATUS (WRAPPER_BASE + 0x44)
92
-#define WRAPPER_VDEC_VCODEC_POWER_CONTROL (WRAPPER_BASE + 0x48)
93
-#define WRAPPER_VENC_VCODEC_POWER_CONTROL (WRAPPER_BASE + 0x4c)
94
-#define WRAPPER_VDEC_VENC_AHB_BRIDGE_SYNC_RESET (WRAPPER_BASE + 0x64)
108
+#define WRAPPER_POWER_STATUS 0x44
109
+#define WRAPPER_VDEC_VCODEC_POWER_CONTROL 0x48
110
+#define WRAPPER_VENC_VCODEC_POWER_CONTROL 0x4c
111
+#define WRAPPER_DEBUG_BRIDGE_LPI_CONTROL_V6 0x54
112
+#define WRAPPER_DEBUG_BRIDGE_LPI_STATUS_V6 0x58
113
+#define WRAPPER_VDEC_VENC_AHB_BRIDGE_SYNC_RESET 0x64
95114
96
-#define WRAPPER_CPU_CLOCK_CONFIG (WRAPPER_BASE + 0x2000)
97
-#define WRAPPER_CPU_AXI_HALT (WRAPPER_BASE + 0x2008)
115
+#define WRAPPER_CPU_CLOCK_CONFIG 0x2000
116
+#define WRAPPER_CPU_AXI_HALT 0x2008
98117 #define WRAPPER_CPU_AXI_HALT_HALT BIT(16)
99
-#define WRAPPER_CPU_AXI_HALT_STATUS (WRAPPER_BASE + 0x200c)
118
+#define WRAPPER_CPU_AXI_HALT_STATUS 0x200c
100119 #define WRAPPER_CPU_AXI_HALT_STATUS_IDLE BIT(24)
101120
102
-#define WRAPPER_CPU_CGC_DIS (WRAPPER_BASE + 0x2010)
103
-#define WRAPPER_CPU_STATUS (WRAPPER_BASE + 0x2014)
121
+#define WRAPPER_CPU_CGC_DIS 0x2010
122
+#define WRAPPER_CPU_STATUS 0x2014
104123 #define WRAPPER_CPU_STATUS_WFI BIT(0)
105
-#define WRAPPER_SW_RESET (WRAPPER_BASE + 0x3000)
106
-#define WRAPPER_CPA_START_ADDR (WRAPPER_BASE + 0x1020)
107
-#define WRAPPER_CPA_END_ADDR (WRAPPER_BASE + 0x1024)
108
-#define WRAPPER_FW_START_ADDR (WRAPPER_BASE + 0x1028)
109
-#define WRAPPER_FW_END_ADDR (WRAPPER_BASE + 0x102C)
110
-#define WRAPPER_NONPIX_START_ADDR (WRAPPER_BASE + 0x1030)
111
-#define WRAPPER_NONPIX_END_ADDR (WRAPPER_BASE + 0x1034)
112
-#define WRAPPER_A9SS_SW_RESET (WRAPPER_BASE + 0x3000)
124
+#define WRAPPER_SW_RESET 0x3000
125
+#define WRAPPER_CPA_START_ADDR 0x1020
126
+#define WRAPPER_CPA_END_ADDR 0x1024
127
+#define WRAPPER_FW_START_ADDR 0x1028
128
+#define WRAPPER_FW_END_ADDR 0x102C
129
+#define WRAPPER_NONPIX_START_ADDR 0x1030
130
+#define WRAPPER_NONPIX_END_ADDR 0x1034
131
+#define WRAPPER_A9SS_SW_RESET 0x3000
113132 #define WRAPPER_A9SS_SW_RESET_BIT BIT(4)
114133
115134 /* Venus 4xx */
116
-#define WRAPPER_VCODEC0_MMCC_POWER_STATUS (WRAPPER_BASE + 0x90)
117
-#define WRAPPER_VCODEC0_MMCC_POWER_CONTROL (WRAPPER_BASE + 0x94)
135
+#define WRAPPER_VCODEC0_MMCC_POWER_STATUS 0x90
136
+#define WRAPPER_VCODEC0_MMCC_POWER_CONTROL 0x94
118137
119
-#define WRAPPER_VCODEC1_MMCC_POWER_STATUS (WRAPPER_BASE + 0x110)
120
-#define WRAPPER_VCODEC1_MMCC_POWER_CONTROL (WRAPPER_BASE + 0x114)
138
+#define WRAPPER_VCODEC1_MMCC_POWER_STATUS 0x110
139
+#define WRAPPER_VCODEC1_MMCC_POWER_CONTROL 0x114
140
+
141
+/* Venus 6xx */
142
+#define WRAPPER_CORE_POWER_STATUS_V6 0x80
143
+#define WRAPPER_CORE_POWER_CONTROL_V6 0x84
144
+
145
+/* Wrapper TZ 6xx */
146
+#define WRAPPER_TZ_BASE_V6 0x000c0000
147
+#define WRAPPER_TZ_CPU_STATUS_V6 0x10
148
+
149
+/* Venus AON */
150
+#define AON_BASE_V6 0x000e0000
151
+#define AON_WRAPPER_MVP_NOC_LPI_CONTROL 0x00
152
+#define AON_WRAPPER_MVP_NOC_LPI_STATUS 0x04
121153
122154 #endif