xref: /haiku/headers/private/graphics/radeon_hd/si_reg.h (revision 7a74a5df454197933bc6e80a542102362ee98703)
1 /*
2  * Copyright 2011 Advanced Micro Devices, Inc.
3  *
4  * Permission is hereby granted, free of charge, to any person obtaining a
5  * copy of this software and associated documentation files (the "Software"),
6  * to deal in the Software without restriction, including without limitation
7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8  * and/or sell copies of the Software, and to permit persons to whom the
9  * Software is furnished to do so, subject to the following conditions:
10  *
11  * The above copyright notice and this permission notice shall be included in
12  * all copies or substantial portions of the Software.
13  *
14  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20  * OTHER DEALINGS IN THE SOFTWARE.
21  *
22  * Authors: Alex Deucher
23  *          Alexander von Gluck <kallisti5@unixzen.com>
24  */
25 #ifndef __SI_REG_H__
26 #define __SI_REG_H__
27 
28 
29 #define TAHITI_RB_BITMAP_WIDTH_PER_SH		2
30 
31 #define TAHITI_GB_ADDR_CONFIG_GOLDEN		0x12011003
32 #define VERDE_GB_ADDR_CONFIG_GOLDEN			0x12010002
33 
34 /* Sensors */
35 #define	SI_CG_MULT_THERMAL_STATUS			0x714
36 #define		SI_ASIC_MAX_TEMP(x)				((x) << 0)
37 #define		SI_ASIC_MAX_TEMP_MASK			0x000001ff
38 #define		SI_ASIC_MAX_TEMP_SHIFT			0
39 #define		SI_CTF_TEMP(x)					((x) << 9)
40 #define		SI_CTF_TEMP_MASK				0x0003fe00
41 #define		SI_CTF_TEMP_SHIFT				9
42 
43 #define SI_MAX_SH_GPRS						256
44 #define SI_MAX_TEMP_GPRS					16
45 #define SI_MAX_SH_THREADS					256
46 #define SI_MAX_SH_STACK_ENTRIES				4096
47 #define SI_MAX_FRC_EOV_CNT					16384
48 #define SI_MAX_BACKENDS						8
49 #define SI_MAX_BACKENDS_MASK				0xFF
50 #define SI_MAX_BACKENDS_PER_SE_MASK			0x0F
51 #define SI_MAX_SIMDS						12
52 #define SI_MAX_SIMDS_MASK					0x0FFF
53 #define SI_MAX_SIMDS_PER_SE_MASK			0x00FF
54 #define SI_MAX_PIPES						8
55 #define SI_MAX_PIPES_MASK					0xFF
56 #define SI_MAX_PIPES_PER_SIMD_MASK			0x3F
57 #define SI_MAX_LDS_NUM						0xFFFF
58 #define SI_MAX_TCC							16
59 #define SI_MAX_TCC_MASK						0xFFFF
60 
61 #define SI_VGA_HDP_CONTROL					0x328
62 #define		SI_VGA_MEMORY_DISABLE			(1 << 4)
63 
64 #define SI_DMIF_ADDR_CONFIG					0xBD4
65 
66 #define	SI_SRBM_STATUS				        0xE50
67 
68 #define	SI_CC_SYS_RB_BACKEND_DISABLE		0xe80
69 #define	SI_GC_USER_SYS_RB_BACKEND_DISABLE	0xe84
70 
71 #define SI_VM_L2_CNTL								0x1400
72 #define		SI_ENABLE_L2_CACHE						(1 << 0)
73 #define		SI_ENABLE_L2_FRAGMENT_PROCESSING		(1 << 1)
74 #define		SI_L2_CACHE_PTE_ENDIAN_SWAP_MODE(x)		((x) << 2)
75 #define		SI_L2_CACHE_PDE_ENDIAN_SWAP_MODE(x)		((x) << 4)
76 #define		SI_ENABLE_L2_PTE_CACHE_LRU_UPDATE_BY_WRITE (1 << 9)
77 #define		SI_ENABLE_L2_PDE0_CACHE_LRU_UPDATE_BY_WRITE (1 << 10)
78 #define		SI_EFFECTIVE_L2_QUEUE_SIZE(x)			(((x) & 7) << 15)
79 #define		SI_CONTEXT1_IDENTITY_ACCESS_MODE(x)		(((x) & 3) << 19)
80 #define SI_VM_L2_CNTL2								0x1404
81 #define		SI_INVALIDATE_ALL_L1_TLBS				(1 << 0)
82 #define		SI_INVALIDATE_L2_CACHE					(1 << 1)
83 #define		SI_INVALIDATE_CACHE_MODE(x)				((x) << 26)
84 #define			SI_INVALIDATE_PTE_AND_PDE_CACHES	0
85 #define			SI_INVALIDATE_ONLY_PTE_CACHES		1
86 #define			SI_INVALIDATE_ONLY_PDE_CACHES		2
87 #define SI_VM_L2_CNTL3								0x1408
88 #define		SI_BANK_SELECT(x)						((x) << 0)
89 #define		SI_L2_CACHE_UPDATE_MODE(x)				((x) << 6)
90 #define		SI_L2_CACHE_BIGK_FRAGMENT_SIZE(x)		((x) << 15)
91 #define		SI_L2_CACHE_BIGK_ASSOCIATIVITY			(1 << 20)
92 #define	SI_VM_L2_STATUS								0x140C
93 #define		SI_L2_BUSY								(1 << 0)
94 #define SI_VM_CONTEXT0_CNTL							0x1410
95 #define		SI_ENABLE_CONTEXT						(1 << 0)
96 #define		SI_PAGE_TABLE_DEPTH(x)					(((x) & 3) << 1)
97 #define		SI_RANGE_PROTECTION_FAULT_ENABLE_DEFAULT (1 << 4)
98 #define SI_VM_CONTEXT1_CNTL							0x1414
99 #define SI_VM_CONTEXT0_CNTL2						0x1430
100 #define SI_VM_CONTEXT1_CNTL2						0x1434
101 #define	SI_VM_CONTEXT8_PAGE_TABLE_BASE_ADDR			0x1438
102 #define	SI_VM_CONTEXT9_PAGE_TABLE_BASE_ADDR			0x143c
103 #define	SI_VM_CONTEXT10_PAGE_TABLE_BASE_ADDR		0x1440
104 #define	SI_VM_CONTEXT11_PAGE_TABLE_BASE_ADDR		0x1444
105 #define	SI_VM_CONTEXT12_PAGE_TABLE_BASE_ADDR		0x1448
106 #define	SI_VM_CONTEXT13_PAGE_TABLE_BASE_ADDR		0x144c
107 #define	SI_VM_CONTEXT14_PAGE_TABLE_BASE_ADDR		0x1450
108 #define	SI_VM_CONTEXT15_PAGE_TABLE_BASE_ADDR		0x1454
109 
110 #define SI_VM_INVALIDATE_REQUEST					0x1478
111 #define SI_VM_INVALIDATE_RESPONSE					0x147c
112 
113 #define SI_VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR 0x1518
114 #define SI_VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR 0x151c
115 
116 #define	SI_VM_CONTEXT0_PAGE_TABLE_BASE_ADDR			0x153c
117 #define	SI_VM_CONTEXT1_PAGE_TABLE_BASE_ADDR			0x1540
118 #define	SI_VM_CONTEXT2_PAGE_TABLE_BASE_ADDR			0x1544
119 #define	SI_VM_CONTEXT3_PAGE_TABLE_BASE_ADDR			0x1548
120 #define	SI_VM_CONTEXT4_PAGE_TABLE_BASE_ADDR			0x154c
121 #define	SI_VM_CONTEXT5_PAGE_TABLE_BASE_ADDR			0x1550
122 #define	SI_VM_CONTEXT6_PAGE_TABLE_BASE_ADDR			0x1554
123 #define	SI_VM_CONTEXT7_PAGE_TABLE_BASE_ADDR			0x1558
124 #define	SI_VM_CONTEXT0_PAGE_TABLE_START_ADDR		0x155c
125 #define	SI_VM_CONTEXT1_PAGE_TABLE_START_ADDR		0x1560
126 
127 #define	SI_VM_CONTEXT0_PAGE_TABLE_END_ADDR			0x157C
128 #define	SI_VM_CONTEXT1_PAGE_TABLE_END_ADDR			0x1580
129 
130 #define SI_MC_SHARED_CHMAP							0x2004
131 #define		SI_NOOFCHAN_SHIFT						12
132 #define		SI_NOOFCHAN_MASK						0x0000f000
133 #define SI_MC_SHARED_CHREMAP						0x2008
134 
135 #define	SI_MC_VM_FB_LOCATION						0x2024
136 #define	SI_MC_VM_AGP_TOP							0x2028
137 #define	SI_MC_VM_AGP_BOT							0x202C
138 #define	SI_MC_VM_AGP_BASE							0x2030
139 #define	SI_MC_VM_SYSTEM_APERTURE_LOW_ADDR			0x2034
140 #define	SI_MC_VM_SYSTEM_APERTURE_HIGH_ADDR			0x2038
141 #define	SI_MC_VM_SYSTEM_APERTURE_DEFAULT_ADDR		0x203C
142 
143 #define	SI_MC_VM_MX_L1_TLB_CNTL						0x2064
144 #define		SI_ENABLE_L1_TLB						(1 << 0)
145 #define		SI_ENABLE_L1_FRAGMENT_PROCESSING		(1 << 1)
146 #define		SI_SYSTEM_ACCESS_MODE_PA_ONLY			(0 << 3)
147 #define		SI_SYSTEM_ACCESS_MODE_USE_SYS_MAP		(1 << 3)
148 #define		SI_SYSTEM_ACCESS_MODE_IN_SYS			(2 << 3)
149 #define		SI_SYSTEM_ACCESS_MODE_NOT_IN_SYS		(3 << 3)
150 #define		SI_SYSTEM_APERTURE_UNMAPPED_ACCESS_PASS_THRU (0 << 5)
151 #define		SI_ENABLE_ADVANCED_DRIVER_MODEL			(1 << 6)
152 
153 #define SI_MC_SHARED_BLACKOUT_CNTL         	  	0x20ac
154 
155 #define	SI_MC_ARB_RAMCFG						0x2760
156 #define		SI_NOOFBANK_SHIFT					0
157 #define		SI_NOOFBANK_MASK					0x00000003
158 #define		SI_NOOFRANK_SHIFT					2
159 #define		SI_NOOFRANK_MASK					0x00000004
160 #define		SI_NOOFROWS_SHIFT					3
161 #define		SI_NOOFROWS_MASK					0x00000038
162 #define		SI_NOOFCOLS_SHIFT					6
163 #define		SI_NOOFCOLS_MASK					0x000000C0
164 #define		SI_CHANSIZE_SHIFT					8
165 #define		SI_CHANSIZE_MASK					0x00000100
166 #define		SI_CHANSIZE_OVERRIDE				(1 << 11)
167 #define		SI_NOOFGROUPS_SHIFT					12
168 #define		SI_NOOFGROUPS_MASK					0x00001000
169 
170 #define	SI_MC_SEQ_TRAIN_WAKEUP_CNTL				0x2808
171 #define		SI_TRAIN_DONE_D0      				(1 << 30)
172 #define		SI_TRAIN_DONE_D1      				(1 << 31)
173 
174 #define SI_MC_SEQ_SUP_CNTL           			0x28c8
175 #define		SI_RUN_MASK      					(1 << 0)
176 #define SI_MC_SEQ_SUP_PGM           			0x28cc
177 
178 #define SI_MC_IO_PAD_CNTL_D0					0x29d0
179 #define		SI_MEM_FALL_OUT_CMD					(1 << 8)
180 
181 #define SI_MC_SEQ_IO_DEBUG_INDEX				0x2a44
182 #define SI_MC_SEQ_IO_DEBUG_DATA           		0x2a48
183 
184 #define	SI_HDP_HOST_PATH_CNTL					0x2C00
185 #define	SI_HDP_NONSURFACE_BASE					0x2C04
186 #define	SI_HDP_NONSURFACE_INFO					0x2C08
187 #define	SI_HDP_NONSURFACE_SIZE					0x2C0C
188 
189 #define SI_HDP_ADDR_CONFIG  					0x2F48
190 #define SI_HDP_MISC_CNTL						0x2F4C
191 #define 	SI_HDP_FLUSH_INVALIDATE_CACHE		(1 << 0)
192 
193 #define SI_IH_RB_CNTL							0x3e00
194 #define 	SI_IH_RB_ENABLE						(1 << 0)
195 #define 	SI_IH_IB_SIZE(x)					((x) << 1) /* log2 */
196 #define 	SI_IH_RB_FULL_DRAIN_ENABLE			(1 << 6)
197 #define 	SI_IH_WPTR_WRITEBACK_ENABLE			(1 << 8)
198 #define 	SI_IH_WPTR_WRITEBACK_TIMER(x)		((x) << 9) /* log2 */
199 #define 	SI_IH_WPTR_OVERFLOW_ENABLE			(1 << 16)
200 #define 	SI_IH_WPTR_OVERFLOW_CLEAR			(1 << 31)
201 #define SI_IH_RB_BASE							0x3e04
202 #define SI_IH_RB_RPTR							0x3e08
203 #define SI_IH_RB_WPTR							0x3e0c
204 #define 	SI_RB_OVERFLOW						(1 << 0)
205 #define 	SI_WPTR_OFFSET_MASK					0x3fffc
206 #define SI_IH_RB_WPTR_ADDR_HI					0x3e10
207 #define SI_IH_RB_WPTR_ADDR_LO					0x3e14
208 #define SI_IH_CNTL								0x3e18
209 #define 	SI_ENABLE_INTR						(1 << 0)
210 #define 	SI_IH_MC_SWAP(x)					((x) << 1)
211 #define 	SI_IH_MC_SWAP_NONE					0
212 #define 	SI_IH_MC_SWAP_16BIT					1
213 #define 	SI_IH_MC_SWAP_32BIT					2
214 #define 	SI_IH_MC_SWAP_64BIT					3
215 #define 	SI_RPTR_REARM						(1 << 4)
216 #define 	SI_MC_WRREQ_CREDIT(x)				((x) << 15)
217 #define 	SI_MC_WR_CLEAN_CNT(x)				((x) << 20)
218 #define 	SI_MC_VMID(x)						((x) << 25)
219 
220 #define	SI_CONFIG_MEMSIZE						0x5428
221 
222 #define SI_INTERRUPT_CNTL						0x5468
223 #define 	SI_IH_DUMMY_RD_OVERRIDE				(1 << 0)
224 #define 	SI_IH_DUMMY_RD_EN					(1 << 1)
225 #define 	SI_IH_REQ_NONSNOOP_EN				(1 << 3)
226 #define 	SI_GEN_IH_INT_EN					(1 << 8)
227 #define SI_INTERRUPT_CNTL2						0x546c
228 
229 #define SI_HDP_MEM_COHERENCY_FLUSH_CNTL			0x5480
230 
231 #define SI_BIF_FB_EN							0x5490
232 #define		SI_FB_READ_EN						(1 << 0)
233 #define		SI_FB_WRITE_EN						(1 << 1)
234 
235 #define SI_HDP_REG_COHERENCY_FLUSH_CNTL			0x54A0
236 
237 #define	SI_DC_LB_MEMORY_SPLIT					0x6b0c
238 #define		SI_DC_LB_MEMORY_CONFIG(x)			((x) << 20)
239 
240 #define	SI_PRIORITY_A_CNT						0x6b18
241 #define		SI_PRIORITY_MARK_MASK				0x7fff
242 #define		SI_PRIORITY_OFF						(1 << 16)
243 #define		SI_PRIORITY_ALWAYS_ON				(1 << 20)
244 #define	SI_PRIORITY_B_CNT						0x6b1c
245 
246 #define	SI_DPG_PIPE_ARBITRATION_CONTROL3		0x6cc8
247 #define 	SI_LATENCY_WATERMARK_MASK(x)		((x) << 16)
248 #define	SI_DPG_PIPE_LATENCY_CONTROL				0x6ccc
249 #define 	SI_LATENCY_LOW_WATERMARK(x)			((x) << 0)
250 #define 	SI_LATENCY_HIGH_WATERMARK(x)		((x) << 16)
251 
252 /* 0x6bb8, 0x77b8, 0x103b8, 0x10fb8, 0x11bb8, 0x127b8 */
253 #define SI_VLINE_STATUS							0x6bb8
254 #define 	SI_VLINE_OCCURRED					(1 << 0)
255 #define 	SI_VLINE_ACK						(1 << 4)
256 #define 	SI_VLINE_STAT						(1 << 12)
257 #define 	SI_VLINE_INTERRUPT					(1 << 16)
258 #define 	SI_VLINE_INTERRUPT_TYPE				(1 << 17)
259 /* 0x6bbc, 0x77bc, 0x103bc, 0x10fbc, 0x11bbc, 0x127bc */
260 #define SI_VBLANK_STATUS						0x6bbc
261 #define 	SI_VBLANK_OCCURRED					(1 << 0)
262 #define 	SI_VBLANK_ACK						(1 << 4)
263 #define 	SI_VBLANK_STAT						(1 << 12)
264 #define 	SI_VBLANK_INTERRUPT					(1 << 16)
265 #define 	SI_VBLANK_INTERRUPT_TYPE			(1 << 17)
266 
267 /* 0x6b40, 0x7740, 0x10340, 0x10f40, 0x11b40, 0x12740 */
268 #define SI_INT_MASK								0x6b40
269 #define 	SI_VBLANK_INT_MASK					(1 << 0)
270 #define 	SI_VLINE_INT_MASK					(1 << 4)
271 
272 #define SI_DISP_INTERRUPT_STATUS				0x60f4
273 #define 	SI_LB_D1_VLINE_INTERRUPT			(1 << 2)
274 #define 	SI_LB_D1_VBLANK_INTERRUPT			(1 << 3)
275 #define 	SI_DC_HPD1_INTERRUPT				(1 << 17)
276 #define 	SI_DC_HPD1_RX_INTERRUPT				(1 << 18)
277 #define 	SI_DACA_AUTODETECT_INTERRUPT		(1 << 22)
278 #define 	SI_DACB_AUTODETECT_INTERRUPT		(1 << 23)
279 #define 	SI_DC_I2C_SW_DONE_INTERRUPT			(1 << 24)
280 #define 	SI_DC_I2C_HW_DONE_INTERRUPT			(1 << 25)
281 #define SI_DISP_INTERRUPT_STATUS_CONTINUE		0x60f8
282 #define 	SI_LB_D2_VLINE_INTERRUPT			(1 << 2)
283 #define 	SI_LB_D2_VBLANK_INTERRUPT			(1 << 3)
284 #define 	SI_DC_HPD2_INTERRUPT				(1 << 17)
285 #define 	SI_DC_HPD2_RX_INTERRUPT				(1 << 18)
286 #define 	SI_DISP_TIMER_INTERRUPT				(1 << 24)
287 #define SI_DISP_INTERRUPT_STATUS_CONTINUE2		0x60fc
288 #define 	SI_LB_D3_VLINE_INTERRUPT			(1 << 2)
289 #define 	SI_LB_D3_VBLANK_INTERRUPT			(1 << 3)
290 #define 	SI_DC_HPD3_INTERRUPT				(1 << 17)
291 #define 	SI_DC_HPD3_RX_INTERRUPT				(1 << 18)
292 #define SI_DISP_INTERRUPT_STATUS_CONTINUE3		0x6100
293 #define 	SI_LB_D4_VLINE_INTERRUPT			(1 << 2)
294 #define 	SI_LB_D4_VBLANK_INTERRUPT			(1 << 3)
295 #define 	SI_DC_HPD4_INTERRUPT				(1 << 17)
296 #define 	SI_DC_HPD4_RX_INTERRUPT				(1 << 18)
297 #define SI_DISP_INTERRUPT_STATUS_CONTINUE4		0x614c
298 #define 	SI_LB_D5_VLINE_INTERRUPT			(1 << 2)
299 #define 	SI_LB_D5_VBLANK_INTERRUPT			(1 << 3)
300 #define 	SI_DC_HPD5_INTERRUPT				(1 << 17)
301 #define 	SI_DC_HPD5_RX_INTERRUPT				(1 << 18)
302 #define SI_DISP_INTERRUPT_STATUS_CONTINUE5		0x6150
303 #define 	SI_LB_D6_VLINE_INTERRUPT			(1 << 2)
304 #define 	SI_LB_D6_VBLANK_INTERRUPT			(1 << 3)
305 #define 	SI_DC_HPD6_INTERRUPT				(1 << 17)
306 #define 	SI_DC_HPD6_RX_INTERRUPT				(1 << 18)
307 
308 /* 0x6858, 0x7458, 0x10058, 0x10c58, 0x11858, 0x12458 */
309 #define SI_GRPH_INT_STATUS						0x6858
310 #define 	SI_GRPH_PFLIP_INT_OCCURRED			(1 << 0)
311 #define 	SI_GRPH_PFLIP_INT_CLEAR				(1 << 8)
312 /* 0x685c, 0x745c, 0x1005c, 0x10c5c, 0x1185c, 0x1245c */
313 #define	SI_GRPH_INT_CONTROL				        0x685c
314 #define 	SI_GRPH_PFLIP_INT_MASK				(1 << 0)
315 #define 	SI_GRPH_PFLIP_INT_TYPE				(1 << 8)
316 
317 #define	SI_DACA_AUTODETECT_INT_CONTROL			0x66c8
318 
319 #define SI_DC_HPD1_INT_STATUS					0x601c
320 #define SI_DC_HPD2_INT_STATUS					0x6028
321 #define SI_DC_HPD3_INT_STATUS					0x6034
322 #define SI_DC_HPD4_INT_STATUS					0x6040
323 #define SI_DC_HPD5_INT_STATUS					0x604c
324 #define SI_DC_HPD6_INT_STATUS					0x6058
325 #define 	SI_DC_HPDx_INT_STATUS				(1 << 0)
326 #define 	SI_DC_HPDx_SENSE					(1 << 1)
327 #define 	SI_DC_HPDx_RX_INT_STATUS			(1 << 8)
328 
329 #define SI_DC_HPD1_INT_CONTROL					0x6020
330 #define SI_DC_HPD2_INT_CONTROL					0x602c
331 #define SI_DC_HPD3_INT_CONTROL					0x6038
332 #define SI_DC_HPD4_INT_CONTROL					0x6044
333 #define SI_DC_HPD5_INT_CONTROL					0x6050
334 #define SI_DC_HPD6_INT_CONTROL					0x605c
335 #define 	SI_DC_HPDx_INT_ACK					(1 << 0)
336 #define 	SI_DC_HPDx_INT_POLARITY				(1 << 8)
337 #define 	SI_DC_HPDx_INT_EN					(1 << 16)
338 #define 	SI_DC_HPDx_RX_INT_ACK				(1 << 20)
339 #define 	SI_DC_HPDx_RX_INT_EN				(1 << 24)
340 
341 #define SI_DC_HPD1_CONTROL						0x6024
342 #define SI_DC_HPD2_CONTROL						0x6030
343 #define SI_DC_HPD3_CONTROL						0x603c
344 #define SI_DC_HPD4_CONTROL						0x6048
345 #define SI_DC_HPD5_CONTROL						0x6054
346 #define SI_DC_HPD6_CONTROL						0x6060
347 #define 	SI_DC_HPDx_CONNECTION_TIMER(x)		((x) << 0)
348 #define 	SI_DC_HPDx_RX_INT_TIMER(x)			((x) << 16)
349 #define 	SI_DC_HPDx_EN						(1 << 28)
350 
351 /* 0x6e98, 0x7a98, 0x10698, 0x11298, 0x11e98, 0x12a98 */
352 #define SI_CRTC_STATUS_FRAME_COUNT				0x6e98
353 
354 #define	SI_GRBM_CNTL							0x8000
355 #define		SI_GRBM_READ_TIMEOUT(x)				((x) << 0)
356 
357 #define	SI_GRBM_STATUS2							0x8008
358 #define		SI_RLC_RQ_PENDING					(1 << 0)
359 #define		SI_RLC_BUSY 						(1 << 8)
360 #define		SI_TC_BUSY 							(1 << 9)
361 
362 #define	SI_GRBM_STATUS							0x8010
363 #define		SI_CMDFIFO_AVAIL_MASK				0x0000000F
364 #define		SI_RING2_RQ_PENDING					(1 << 4)
365 #define		SI_SRBM_RQ_PENDING					(1 << 5)
366 #define		SI_RING1_RQ_PENDING					(1 << 6)
367 #define		SI_CF_RQ_PENDING					(1 << 7)
368 #define		SI_PF_RQ_PENDING					(1 << 8)
369 #define		SI_GDS_DMA_RQ_PENDING				(1 << 9)
370 #define		SI_GRBM_EE_BUSY						(1 << 10)
371 #define		SI_DB_CLEAN							(1 << 12)
372 #define		SI_CB_CLEAN							(1 << 13)
373 #define		SI_TA_BUSY 							(1 << 14)
374 #define		SI_GDS_BUSY 						(1 << 15)
375 #define		SI_VGT_BUSY							(1 << 17)
376 #define		SI_IA_BUSY_NO_DMA					(1 << 18)
377 #define		SI_IA_BUSY							(1 << 19)
378 #define		SI_SX_BUSY 							(1 << 20)
379 #define		SI_SPI_BUSY							(1 << 22)
380 #define		SI_BCI_BUSY							(1 << 23)
381 #define		SI_SC_BUSY 							(1 << 24)
382 #define		SI_PA_BUSY 							(1 << 25)
383 #define		SI_DB_BUSY 							(1 << 26)
384 #define		SI_CP_COHERENCY_BUSY				(1 << 28)
385 #define		SI_CP_BUSY 							(1 << 29)
386 #define		SI_CB_BUSY 							(1 << 30)
387 #define		SI_GUI_ACTIVE						(1 << 31)
388 #define	SI_GRBM_STATUS_SE0						0x8014
389 #define	SI_GRBM_STATUS_SE1						0x8018
390 #define		SI_SE_DB_CLEAN						(1 << 1)
391 #define		SI_SE_CB_CLEAN						(1 << 2)
392 #define		SI_SE_BCI_BUSY						(1 << 22)
393 #define		SI_SE_VGT_BUSY						(1 << 23)
394 #define		SI_SE_PA_BUSY						(1 << 24)
395 #define		SI_SE_TA_BUSY						(1 << 25)
396 #define		SI_SE_SX_BUSY						(1 << 26)
397 #define		SI_SE_SPI_BUSY						(1 << 27)
398 #define		SI_SE_SC_BUSY						(1 << 29)
399 #define		SI_SE_DB_BUSY						(1 << 30)
400 #define		SI_SE_CB_BUSY						(1 << 31)
401 
402 #define	SI_GRBM_SOFT_RESET						0x8020
403 #define		SI_SOFT_RESET_CP					(1 << 0)
404 #define		SI_SOFT_RESET_CB					(1 << 1)
405 #define		SI_SOFT_RESET_RLC					(1 << 2)
406 #define		SI_SOFT_RESET_DB					(1 << 3)
407 #define		SI_SOFT_RESET_GDS					(1 << 4)
408 #define		SI_SOFT_RESET_PA					(1 << 5)
409 #define		SI_SOFT_RESET_SC					(1 << 6)
410 #define		SI_SOFT_RESET_BCI					(1 << 7)
411 #define		SI_SOFT_RESET_SPI					(1 << 8)
412 #define		SI_SOFT_RESET_SX					(1 << 10)
413 #define		SI_SOFT_RESET_TC					(1 << 11)
414 #define		SI_SOFT_RESET_TA					(1 << 12)
415 #define		SI_SOFT_RESET_VGT					(1 << 14)
416 #define		SI_SOFT_RESET_IA					(1 << 15)
417 
418 #define SI_GRBM_GFX_INDEX						0x802C
419 #define		SI_INSTANCE_INDEX(x)				((x) << 0)
420 #define		SI_SH_INDEX(x)						((x) << 8)
421 #define		SI_SE_INDEX(x)						((x) << 16)
422 #define		SI_SH_BROADCAST_WRITES      		(1 << 29)
423 #define		SI_INSTANCE_BROADCAST_WRITES		(1 << 30)
424 #define		SI_SE_BROADCAST_WRITES      		(1 << 31)
425 
426 #define SI_GRBM_INT_CNTL						0x8060
427 #define 	SI_RDERR_INT_ENABLE					(1 << 0)
428 #define 	SI_GUI_IDLE_INT_ENABLE				(1 << 19)
429 
430 #define	SI_SCRATCH_REG0							0x8500
431 #define	SI_SCRATCH_REG1							0x8504
432 #define	SI_SCRATCH_REG2							0x8508
433 #define	SI_SCRATCH_REG3							0x850C
434 #define	SI_SCRATCH_REG4							0x8510
435 #define	SI_SCRATCH_REG5							0x8514
436 #define	SI_SCRATCH_REG6							0x8518
437 #define	SI_SCRATCH_REG7							0x851C
438 
439 #define	SI_SCRATCH_UMSK							0x8540
440 #define	SI_SCRATCH_ADDR							0x8544
441 
442 #define	SI_CP_SEM_WAIT_TIMER					0x85BC
443 #define	SI_CP_SEM_INCOMPLETE_TIMER_CNTL			0x85C8
444 
445 #define SI_CP_ME_CNTL							0x86D8
446 #define		SI_CP_CE_HALT						(1 << 24)
447 #define		SI_CP_PFP_HALT						(1 << 26)
448 #define		SI_CP_ME_HALT						(1 << 28)
449 
450 #define	SI_CP_COHER_CNTL2						0x85E8
451 
452 #define	SI_CP_RB2_RPTR							0x86f8
453 #define	SI_CP_RB1_RPTR							0x86fc
454 #define	SI_CP_RB0_RPTR							0x8700
455 #define	SI_CP_RB_WPTR_DELAY						0x8704
456 
457 #define	SI_CP_QUEUE_THRESHOLDS					0x8760
458 #define		SI_ROQ_IB1_START(x)					((x) << 0)
459 #define		SI_ROQ_IB2_START(x)					((x) << 8)
460 #define SI_CP_MEQ_THRESHOLDS					0x8764
461 #define		SI_MEQ1_START(x)					((x) << 0)
462 #define		SI_MEQ2_START(x)					((x) << 8)
463 
464 #define	SI_CP_PERFMON_CNTL						0x87FC
465 
466 #define	SI_VGT_VTX_VECT_EJECT_REG				0x88B0
467 
468 #define	SI_VGT_CACHE_INVALIDATION				0x88C4
469 #define		SI_CACHE_INVALIDATION(x)			((x) << 0)
470 #define			SI_VC_ONLY						0
471 #define			SI_TC_ONLY						1
472 #define			SI_VC_AND_TC					2
473 #define		SI_AUTO_INVLD_EN(x)					((x) << 6)
474 #define			SI_NO_AUTO						0
475 #define			SI_ES_AUTO						1
476 #define			SI_GS_AUTO						2
477 #define			SI_ES_AND_GS_AUTO				3
478 #define	SI_VGT_ESGS_RING_SIZE					0x88C8
479 #define	SI_VGT_GSVS_RING_SIZE					0x88CC
480 
481 #define	SI_VGT_GS_VERTEX_REUSE					0x88D4
482 
483 #define	SI_VGT_PRIMITIVE_TYPE					0x8958
484 #define	SI_VGT_INDEX_TYPE						0x895C
485 
486 #define	SI_VGT_NUM_INDICES						0x8970
487 #define	SI_VGT_NUM_INSTANCES					0x8974
488 
489 #define	SI_VGT_TF_RING_SIZE						0x8988
490 #define	SI_VGT_HS_OFFCHIP_PARAM					0x89B0
491 #define	SI_VGT_TF_MEMORY_BASE					0x89B8
492 
493 #define SI_CC_GC_SHADER_ARRAY_CONFIG			0x89bc
494 #define		SI_INACTIVE_CUS_MASK				0xFFFF0000
495 #define		SI_INACTIVE_CUS_SHIFT				16
496 #define SI_GC_USER_SHADER_ARRAY_CONFIG			0x89c0
497 
498 #define	SI_PA_CL_ENHANCE						0x8A14
499 #define		SI_CLIP_VTX_REORDER_ENA				(1 << 0)
500 #define		SI_NUM_CLIP_SEQ(x)					((x) << 1)
501 
502 #define	SI_PA_SU_LINE_STIPPLE_VALUE				0x8A60
503 
504 #define	SI_PA_SC_LINE_STIPPLE_STATE				0x8B10
505 
506 #define	SI_PA_SC_FORCE_EOV_MAX_CNTS				0x8B24
507 #define		SI_FORCE_EOV_MAX_CLK_CNT(x)			((x) << 0)
508 #define		SI_FORCE_EOV_MAX_REZ_CNT(x)			((x) << 16)
509 
510 #define	SI_PA_SC_FIFO_SIZE						0x8BCC
511 #define		SI_SC_FRONTEND_PRIM_FIFO_SIZE(x)	((x) << 0)
512 #define		SI_SC_BACKEND_PRIM_FIFO_SIZE(x)		((x) << 6)
513 #define		SI_SC_HIZ_TILE_FIFO_SIZE(x)			((x) << 15)
514 #define		SI_SC_EARLYZ_TILE_FIFO_SIZE(x)		((x) << 23)
515 
516 #define	SI_PA_SC_ENHANCE						0x8BF0
517 
518 #define	SI_SQ_CONFIG							0x8C00
519 
520 #define	SI_SQC_CACHES							0x8C08
521 
522 #define	SI_SX_DEBUG_1							0x9060
523 
524 #define	SI_SPI_STATIC_THREAD_MGMT_1				0x90E0
525 #define	SI_SPI_STATIC_THREAD_MGMT_2				0x90E4
526 #define	SI_SPI_STATIC_THREAD_MGMT_3				0x90E8
527 #define	SI_SPI_PS_MAX_WAVE_ID					0x90EC
528 
529 #define	SI_SPI_CONFIG_CNTL						0x9100
530 
531 #define	SI_SPI_CONFIG_CNTL_1					0x913C
532 #define		SI_VTX_DONE_DELAY(x)				((x) << 0)
533 #define		SI_INTERP_ONE_PRIM_PER_ROW			(1 << 4)
534 
535 #define	SI_CGTS_TCC_DISABLE						0x9148
536 #define	SI_CGTS_USER_TCC_DISABLE				0x914C
537 #define		SI_TCC_DISABLE_MASK					0xFFFF0000
538 #define		SI_TCC_DISABLE_SHIFT				16
539 
540 #define	SI_TA_CNTL_AUX							0x9508
541 
542 #define SI_CC_RB_BACKEND_DISABLE				0x98F4
543 #define		SI_BACKEND_DISABLE(x)				((x) << 16)
544 #define SI_GB_ADDR_CONFIG						0x98F8
545 #define		SI_NUM_PIPES(x)						((x) << 0)
546 #define		SI_NUM_PIPES_MASK					0x00000007
547 #define		SI_NUM_PIPES_SHIFT					0
548 #define		SI_PIPE_INTERLEAVE_SIZE(x)			((x) << 4)
549 #define		SI_PIPE_INTERLEAVE_SIZE_MASK		0x00000070
550 #define		SI_PIPE_INTERLEAVE_SIZE_SHIFT		4
551 #define		SI_NUM_SHADER_ENGINES(x)			((x) << 12)
552 #define		SI_NUM_SHADER_ENGINES_MASK			0x00003000
553 #define		SI_NUM_SHADER_ENGINES_SHIFT			12
554 #define		SI_SHADER_ENGINE_TILE_SIZE(x)		((x) << 16)
555 #define		SI_SHADER_ENGINE_TILE_SIZE_MASK		0x00070000
556 #define		SI_SHADER_ENGINE_TILE_SIZE_SHIFT	16
557 #define		SI_NUM_GPUS(x)     					((x) << 20)
558 #define		SI_NUM_GPUS_MASK					0x00700000
559 #define		SI_NUM_GPUS_SHIFT					20
560 #define		SI_MULTI_GPU_TILE_SIZE(x)     		((x) << 24)
561 #define		SI_MULTI_GPU_TILE_SIZE_MASK			0x03000000
562 #define		SI_MULTI_GPU_TILE_SIZE_SHIFT		24
563 #define		SI_ROW_SIZE(x)             			((x) << 28)
564 #define		SI_ROW_SIZE_MASK					0x30000000
565 #define		SI_ROW_SIZE_SHIFT					28
566 
567 #define	SI_GB_TILE_MODE0						0x9910
568 #define 	SI_MICRO_TILE_MODE(x)				((x) << 0)
569 #define		SI_ADDR_SURF_DISPLAY_MICRO_TILING	0
570 #define		SI_ADDR_SURF_THIN_MICRO_TILING		1
571 #define		SI_ADDR_SURF_DEPTH_MICRO_TILING		2
572 #define 	SI_ARRAY_MODE(x)					((x) << 2)
573 #define			SI_ARRAY_LINEAR_GENERAL			0
574 #define			SI_ARRAY_LINEAR_ALIGNED			1
575 #define			SI_ARRAY_1D_TILED_THIN1			2
576 #define			SI_ARRAY_2D_TILED_THIN1			4
577 #define		SI_PIPE_CONFIG(x)					((x) << 6)
578 #define			SI_ADDR_SURF_P2					0
579 #define			SI_ADDR_SURF_P4_8x16			4
580 #define			SI_ADDR_SURF_P4_16x16			5
581 #define			SI_ADDR_SURF_P4_16x32			6
582 #define			SI_ADDR_SURF_P4_32x32			7
583 #define			SI_ADDR_SURF_P8_16x16_8x16		8
584 #define			SI_ADDR_SURF_P8_16x32_8x16		9
585 #define			SI_ADDR_SURF_P8_32x32_8x16		10
586 #define			SI_ADDR_SURF_P8_16x32_16x16		11
587 #define			SI_ADDR_SURF_P8_32x32_16x16		12
588 #define			SI_ADDR_SURF_P8_32x32_16x32		13
589 #define			SI_ADDR_SURF_P8_32x64_32x32		14
590 #define		SI_TILE_SPLIT(x)					((x) << 11)
591 #define			SI_ADDR_SURF_TILE_SPLIT_64B		0
592 #define			SI_ADDR_SURF_TILE_SPLIT_128B	1
593 #define			SI_ADDR_SURF_TILE_SPLIT_256B	2
594 #define			SI_ADDR_SURF_TILE_SPLIT_512B	3
595 #define			SI_ADDR_SURF_TILE_SPLIT_1KB		4
596 #define			SI_ADDR_SURF_TILE_SPLIT_2KB		5
597 #define			SI_ADDR_SURF_TILE_SPLIT_4KB		6
598 #define		SI_BANK_WIDTH(x)					((x) << 14)
599 #define			SI_ADDR_SURF_BANK_WIDTH_1		0
600 #define			SI_ADDR_SURF_BANK_WIDTH_2		1
601 #define			SI_ADDR_SURF_BANK_WIDTH_4		2
602 #define			SI_ADDR_SURF_BANK_WIDTH_8		3
603 #define		SI_BANK_HEIGHT(x)					((x) << 16)
604 #define			SI_ADDR_SURF_BANK_HEIGHT_1		0
605 #define			SI_ADDR_SURF_BANK_HEIGHT_2		1
606 #define			SI_ADDR_SURF_BANK_HEIGHT_4		2
607 #define			SI_ADDR_SURF_BANK_HEIGHT_8		3
608 #define		SI_MACRO_TILE_ASPECT(x)				((x) << 18)
609 #define			SI_ADDR_SURF_MACRO_ASPECT_1		0
610 #define			SI_ADDR_SURF_MACRO_ASPECT_2		1
611 #define			SI_ADDR_SURF_MACRO_ASPECT_4		2
612 #define			SI_ADDR_SURF_MACRO_ASPECT_8		3
613 #define		SI_NUM_BANKS(x)						((x) << 20)
614 #define			SI_ADDR_SURF_2_BANK				0
615 #define			SI_ADDR_SURF_4_BANK				1
616 #define			SI_ADDR_SURF_8_BANK				2
617 #define			SI_ADDR_SURF_16_BANK			3
618 
619 #define	SI_CB_PERFCOUNTER0_SELECT0				0x9a20
620 #define	SI_CB_PERFCOUNTER0_SELECT1				0x9a24
621 #define	SI_CB_PERFCOUNTER1_SELECT0				0x9a28
622 #define	SI_CB_PERFCOUNTER1_SELECT1				0x9a2c
623 #define	SI_CB_PERFCOUNTER2_SELECT0				0x9a30
624 #define	SI_CB_PERFCOUNTER2_SELECT1				0x9a34
625 #define	SI_CB_PERFCOUNTER3_SELECT0				0x9a38
626 #define	SI_CB_PERFCOUNTER3_SELECT1				0x9a3c
627 
628 #define	SI_GC_USER_RB_BACKEND_DISABLE			0x9B7C
629 #define		SI_BACKEND_DISABLE_MASK				0x00FF0000
630 #define		SI_BACKEND_DISABLE_SHIFT			16
631 
632 #define	SI_TCP_CHAN_STEER_LO					0xac0c
633 #define	SI_TCP_CHAN_STEER_HI					0xac10
634 
635 #define	SI_CP_RB0_BASE							0xC100
636 #define	SI_CP_RB0_CNTL							0xC104
637 #define		SI_RB_BUFSZ(x)						((x) << 0)
638 #define		SI_RB_BLKSZ(x)						((x) << 8)
639 #define		SI_BUF_SWAP_32BIT					(2 << 16)
640 #define		SI_RB_NO_UPDATE						(1 << 27)
641 #define		SI_RB_RPTR_WR_ENA					(1 << 31)
642 
643 #define	SI_CP_RB0_RPTR_ADDR						0xC10C
644 #define	SI_CP_RB0_RPTR_ADDR_HI					0xC110
645 #define	SI_CP_RB0_WPTR							0xC114
646 
647 #define	SI_CP_PFP_UCODE_ADDR					0xC150
648 #define	SI_CP_PFP_UCODE_DATA					0xC154
649 #define	SI_CP_ME_RAM_RADDR						0xC158
650 #define	SI_CP_ME_RAM_WADDR						0xC15C
651 #define	SI_CP_ME_RAM_DATA						0xC160
652 
653 #define	SI_CP_CE_UCODE_ADDR						0xC168
654 #define	SI_CP_CE_UCODE_DATA						0xC16C
655 
656 #define	SI_CP_RB1_BASE							0xC180
657 #define	SI_CP_RB1_CNTL							0xC184
658 #define	SI_CP_RB1_RPTR_ADDR						0xC188
659 #define	SI_CP_RB1_RPTR_ADDR_HI					0xC18C
660 #define	SI_CP_RB1_WPTR							0xC190
661 #define	SI_CP_RB2_BASE							0xC194
662 #define	SI_CP_RB2_CNTL							0xC198
663 #define	SI_CP_RB2_RPTR_ADDR						0xC19C
664 #define	SI_CP_RB2_RPTR_ADDR_HI					0xC1A0
665 #define	SI_CP_RB2_WPTR							0xC1A4
666 #define SI_CP_INT_CNTL_RING0					0xC1A8
667 #define SI_CP_INT_CNTL_RING1					0xC1AC
668 #define SI_CP_INT_CNTL_RING2					0xC1B0
669 #define 	SI_CNTX_BUSY_INT_ENABLE				(1 << 19)
670 #define 	SI_CNTX_EMPTY_INT_ENABLE			(1 << 20)
671 #define 	SI_WAIT_MEM_SEM_INT_ENABLE			(1 << 21)
672 #define 	SI_TIME_STAMP_INT_ENABLE			(1 << 26)
673 #define 	SI_CP_RINGID2_INT_ENABLE			(1 << 29)
674 #define 	SI_CP_RINGID1_INT_ENABLE			(1 << 30)
675 #define 	SI_CP_RINGID0_INT_ENABLE			(1 << 31)
676 #define SI_CP_INT_STATUS_RING0					0xC1B4
677 #define SI_CP_INT_STATUS_RING1					0xC1B8
678 #define SI_CP_INT_STATUS_RING2					0xC1BC
679 #define 	SI_WAIT_MEM_SEM_INT_STAT			(1 << 21)
680 #define 	SI_TIME_STAMP_INT_STAT				(1 << 26)
681 #define 	SI_CP_RINGID2_INT_STAT				(1 << 29)
682 #define 	SI_CP_RINGID1_INT_STAT				(1 << 30)
683 #define 	SI_CP_RINGID0_INT_STAT				(1 << 31)
684 
685 #define	SI_CP_DEBUG								0xC1FC
686 
687 #define SI_RLC_CNTL								0xC300
688 #define 	SI_RLC_ENABLE						(1 << 0)
689 #define SI_RLC_RL_BASE							0xC304
690 #define SI_RLC_RL_SIZE							0xC308
691 #define SI_RLC_LB_CNTL							0xC30C
692 #define SI_RLC_SAVE_AND_RESTORE_BASE			0xC310
693 #define SI_RLC_LB_CNTR_MAX						0xC314
694 #define SI_RLC_LB_CNTR_INIT						0xC318
695 
696 #define SI_RLC_CLEAR_STATE_RESTORE_BASE			0xC320
697 
698 #define SI_RLC_UCODE_ADDR						0xC32C
699 #define SI_RLC_UCODE_DATA						0xC330
700 
701 #define SI_RLC_MC_CNTL							0xC344
702 #define SI_RLC_UCODE_CNTL						0xC348
703 
704 #define SI_PA_SC_RASTER_CONFIG					0x28350
705 #define 	SI_RASTER_CONFIG_RB_MAP_0			0
706 #define 	SI_RASTER_CONFIG_RB_MAP_1			1
707 #define 	SI_RASTER_CONFIG_RB_MAP_2			2
708 #define 	SI_RASTER_CONFIG_RB_MAP_3			3
709 
710 #define SI_VGT_EVENT_INITIATOR					0x28a90
711 #define 	SI_SAMPLE_STREAMOUTSTATS1			(1 << 0)
712 #define 	SI_SAMPLE_STREAMOUTSTATS2			(2 << 0)
713 #define 	SI_SAMPLE_STREAMOUTSTATS3			(3 << 0)
714 #define 	SI_CACHE_FLUSH_TS					(4 << 0)
715 #define 	SI_CACHE_FLUSH						(6 << 0)
716 #define 	SI_CS_PARTIAL_FLUSH					(7 << 0)
717 #define 	SI_VGT_STREAMOUT_RESET				(10 << 0)
718 #define 	SI_END_OF_PIPE_INCR_DE				(11 << 0)
719 #define 	SI_END_OF_PIPE_IB_END				(12 << 0)
720 #define 	SI_RST_PIX_CNT						(13 << 0)
721 #define 	SI_VS_PARTIAL_FLUSH					(15 << 0)
722 #define 	SI_PS_PARTIAL_FLUSH					(16 << 0)
723 #define 	SI_CACHE_FLUSH_AND_INV_TS_EVENT		(20 << 0)
724 #define 	SI_ZPASS_DONE						(21 << 0)
725 #define 	SI_CACHE_FLUSH_AND_INV_EVENT		(22 << 0)
726 #define 	SI_PERFCOUNTER_START				(23 << 0)
727 #define 	SI_PERFCOUNTER_STOP					(24 << 0)
728 #define 	SI_PIPELINESTAT_START				(25 << 0)
729 #define 	SI_PIPELINESTAT_STOP				(26 << 0)
730 #define 	SI_PERFCOUNTER_SAMPLE				(27 << 0)
731 #define 	SI_SAMPLE_PIPELINESTAT				(30 << 0)
732 #define 	SI_SAMPLE_STREAMOUTSTATS			(32 << 0)
733 #define 	SI_RESET_VTX_CNT					(33 << 0)
734 #define 	SI_VGT_FLUSH						(36 << 0)
735 #define 	SI_BOTTOM_OF_PIPE_TS				(40 << 0)
736 #define 	SI_DB_CACHE_FLUSH_AND_INV			(42 << 0)
737 #define 	SI_FLUSH_AND_INV_DB_DATA_TS			(43 << 0)
738 #define 	SI_FLUSH_AND_INV_DB_META			(44 << 0)
739 #define 	SI_FLUSH_AND_INV_CB_DATA_TS			(45 << 0)
740 #define 	SI_FLUSH_AND_INV_CB_META			(46 << 0)
741 #define 	SI_CS_DONE							(47 << 0)
742 #define 	SI_PS_DONE							(48 << 0)
743 #define 	SI_FLUSH_AND_INV_CB_PIXEL_DATA		(49 << 0)
744 #define 	SI_THREAD_TRACE_START				(51 << 0)
745 #define 	SI_THREAD_TRACE_STOP				(52 << 0)
746 #define 	SI_THREAD_TRACE_FLUSH				(54 << 0)
747 #define 	SI_THREAD_TRACE_FINISH				(55 << 0)
748 
749 /*
750  * PM4
751  */
752 #define	SI_PACKET_TYPE0	0
753 #define	SI_PACKET_TYPE1	1
754 #define	SI_PACKET_TYPE2	2
755 #define	SI_PACKET_TYPE3	3
756 
757 #define SI_CP_PACKET_GET_TYPE(h)	(((h) >> 30) & 3)
758 #define SI_CP_PACKET_GET_COUNT(h)	(((h) >> 16) & 0x3FFF)
759 #define SI_CP_PACKET0_GET_REG(h)	(((h) & 0xFFFF) << 2)
760 #define SI_CP_PACKET3_GET_OPCODE(h)	(((h) >> 8) & 0xFF)
761 #define SI_PACKET0(reg, n)			((PACKET_TYPE0 << 30) \
762 	| (((reg) >> 2) & 0xFFFF) \
763 	| ((n) & 0x3FFF) << 16)
764 #define SI_CP_PACKET2				0x80000000
765 #define		SI_PACKET2_PAD_SHIFT	0
766 #define		SI_PACKET2_PAD_MASK		(0x3fffffff << 0)
767 
768 #define SI_PACKET2(v)				(CP_PACKET2 | REG_SET(PACKET2_PAD, (v)))
769 
770 #define SI_PACKET3(op, n)			((PACKET_TYPE3 << 30) \
771 	| (((op) & 0xFF) << 8) \
772 	| ((n) & 0x3FFF) << 16)
773 
774 #define SI_PACKET3_COMPUTE(op, n)	(PACKET3(op, n) | 1 << 1)
775 
776 /* Packet 3 types */
777 #define	SI_PACKET3_NOP						0x10
778 #define	SI_PACKET3_SET_BASE					0x11
779 #define		SI_PACKET3_BASE_INDEX(x)		((x) << 0)
780 #define			SI_GDS_PARTITION_BASE		2
781 #define			SI_CE_PARTITION_BASE		3
782 #define	SI_PACKET3_CLEAR_STATE				0x12
783 #define	SI_PACKET3_INDEX_BUFFER_SIZE		0x13
784 #define	SI_PACKET3_DISPATCH_DIRECT			0x15
785 #define	SI_PACKET3_DISPATCH_INDIRECT		0x16
786 #define	SI_PACKET3_ALLOC_GDS				0x1B
787 #define	SI_PACKET3_WRITE_GDS_RAM			0x1C
788 #define	SI_PACKET3_ATOMIC_GDS				0x1D
789 #define	SI_PACKET3_ATOMIC					0x1E
790 #define	SI_PACKET3_OCCLUSION_QUERY			0x1F
791 #define	SI_PACKET3_SET_PREDICATION			0x20
792 #define	SI_PACKET3_REG_RMW					0x21
793 #define	SI_PACKET3_COND_EXEC				0x22
794 #define	SI_PACKET3_PRED_EXEC				0x23
795 #define	SI_PACKET3_DRAW_INDIRECT			0x24
796 #define	SI_PACKET3_DRAW_INDEX_INDIRECT		0x25
797 #define	SI_PACKET3_INDEX_BASE				0x26
798 #define	SI_PACKET3_DRAW_INDEX_2				0x27
799 #define	SI_PACKET3_CONTEXT_CONTROL			0x28
800 #define	SI_PACKET3_INDEX_TYPE				0x2A
801 #define	SI_PACKET3_DRAW_INDIRECT_MULTI		0x2C
802 #define	SI_PACKET3_DRAW_INDEX_AUTO			0x2D
803 #define	SI_PACKET3_DRAW_INDEX_IMMD			0x2E
804 #define	SI_PACKET3_NUM_INSTANCES			0x2F
805 #define	SI_PACKET3_DRAW_INDEX_MULTI_AUTO	0x30
806 #define	SI_PACKET3_INDIRECT_BUFFER_CONST	0x31
807 #define	SI_PACKET3_INDIRECT_BUFFER			0x32
808 #define	SI_PACKET3_STRMOUT_BUFFER_UPDATE	0x34
809 #define	SI_PACKET3_DRAW_INDEX_OFFSET_2		0x35
810 #define	SI_PACKET3_DRAW_INDEX_MULTI_ELEMENT	0x36
811 #define	SI_PACKET3_WRITE_DATA				0x37
812 #define	SI_PACKET3_DRAW_INDEX_INDIRECT_MULTI 0x38
813 #define	SI_PACKET3_MEM_SEMAPHORE			0x39
814 #define	SI_PACKET3_MPEG_INDEX				0x3A
815 #define	SI_PACKET3_COPY_DW					0x3B
816 #define	SI_PACKET3_WAIT_REG_MEM				0x3C
817 #define	SI_PACKET3_MEM_WRITE				0x3D
818 #define	SI_PACKET3_COPY_DATA				0x40
819 #define	SI_PACKET3_PFP_SYNC_ME				0x42
820 #define	SI_PACKET3_SURFACE_SYNC				0x43
821 #define 	SI_PACKET3_DEST_BASE_0_ENA		(1 << 0)
822 #define 	SI_PACKET3_DEST_BASE_1_ENA		(1 << 1)
823 #define 	SI_PACKET3_CB0_DEST_BASE_ENA	(1 << 6)
824 #define 	SI_PACKET3_CB1_DEST_BASE_ENA	(1 << 7)
825 #define 	SI_PACKET3_CB2_DEST_BASE_ENA	(1 << 8)
826 #define 	SI_PACKET3_CB3_DEST_BASE_ENA	(1 << 9)
827 #define 	SI_PACKET3_CB4_DEST_BASE_ENA	(1 << 10)
828 #define 	SI_PACKET3_CB5_DEST_BASE_ENA	(1 << 11)
829 #define 	SI_PACKET3_CB6_DEST_BASE_ENA	(1 << 12)
830 #define 	SI_PACKET3_CB7_DEST_BASE_ENA	(1 << 13)
831 #define 	SI_PACKET3_DB_DEST_BASE_ENA		(1 << 14)
832 #define 	SI_PACKET3_DEST_BASE_2_ENA		(1 << 19)
833 #define 	SI_PACKET3_DEST_BASE_3_ENA		(1 << 21)
834 #define 	SI_PACKET3_TCL1_ACTION_ENA		(1 << 22)
835 #define 	SI_PACKET3_TC_ACTION_ENA		(1 << 23)
836 #define 	SI_PACKET3_CB_ACTION_ENA		(1 << 25)
837 #define 	SI_PACKET3_DB_ACTION_ENA		(1 << 26)
838 #define 	SI_PACKET3_SH_KCACHE_ACTION_ENA	(1 << 27)
839 #define 	SI_PACKET3_SH_ICACHE_ACTION_ENA	(1 << 29)
840 #define	SI_PACKET3_ME_INITIALIZE			0x44
841 #define		SI_PACKET3_ME_INITIALIZE_DEVICE_ID(x) ((x) << 16)
842 #define	SI_PACKET3_COND_WRITE				0x45
843 #define	SI_PACKET3_EVENT_WRITE				0x46
844 #define		SI_EVENT_TYPE(x)				((x) << 0)
845 #define		SI_EVENT_INDEX(x)				((x) << 8)
846 /* 0 - any non-TS event
847  * 1 - ZPASS_DONE
848  * 2 - SAMPLE_PIPELINESTAT
849  * 3 - SAMPLE_STREAMOUTSTAT*
850  * 4 - *S_PARTIAL_FLUSH
851  * 5 - EOP events
852  * 6 - EOS events
853  * 7 - CACHE_FLUSH, CACHE_FLUSH_AND_INV_EVENT
854  */
855 #define		SI_INV_L2						(1 << 20)
856 /* INV TC L2 cache when EVENT_INDEX = 7 */
857 #define	SI_PACKET3_EVENT_WRITE_EOP			0x47
858 #define		SI_DATA_SEL(x)					((x) << 29)
859 /* 0 - discard
860  * 1 - send low 32bit data
861  * 2 - send 64bit data
862  * 3 - send 64bit counter value
863  */
864 #define		SI_INT_SEL(x)					((x) << 24)
865 /* 0 - none
866  * 1 - interrupt only (DATA_SEL = 0)
867  * 2 - interrupt when data write is confirmed
868  */
869 #define	SI_PACKET3_EVENT_WRITE_EOS			0x48
870 #define	SI_PACKET3_PREAMBLE_CNTL			0x4A
871 #define 	SI_PACKET3_PREAMBLE_BEGIN_CLEAR_STATE (2 << 28)
872 #define 	SI_PACKET3_PREAMBLE_END_CLEAR_STATE (3 << 28)
873 #define	SI_PACKET3_ONE_REG_WRITE			0x57
874 #define	SI_PACKET3_LOAD_CONFIG_REG			0x5F
875 #define	SI_PACKET3_LOAD_CONTEXT_REG			0x60
876 #define	SI_PACKET3_LOAD_SH_REG				0x61
877 #define	SI_PACKET3_SET_CONFIG_REG			0x68
878 #define		SI_PACKET3_SET_CONFIG_REG_START	0x00008000
879 #define		SI_PACKET3_SET_CONFIG_REG_END	0x0000b000
880 #define	SI_PACKET3_SET_CONTEXT_REG			0x69
881 #define		SI_PACKET3_SET_CONTEXT_REG_START 0x00028000
882 #define		SI_PACKET3_SET_CONTEXT_REG_END	0x00029000
883 #define	SI_PACKET3_SET_CONTEXT_REG_INDIRECT	0x73
884 #define	SI_PACKET3_SET_RESOURCE_INDIRECT	0x74
885 #define	SI_PACKET3_SET_SH_REG				0x76
886 #define		SI_PACKET3_SET_SH_REG_START		0x0000b000
887 #define		SI_PACKET3_SET_SH_REG_END		0x0000c000
888 #define	SI_PACKET3_SET_SH_REG_OFFSET		0x77
889 #define	SI_PACKET3_ME_WRITE					0x7A
890 #define	SI_PACKET3_SCRATCH_RAM_WRITE		0x7D
891 #define	SI_PACKET3_SCRATCH_RAM_READ			0x7E
892 #define	SI_PACKET3_CE_WRITE					0x7F
893 #define	SI_PACKET3_LOAD_CONST_RAM			0x80
894 #define	SI_PACKET3_WRITE_CONST_RAM			0x81
895 #define	SI_PACKET3_WRITE_CONST_RAM_OFFSET	0x82
896 #define	SI_PACKET3_DUMP_CONST_RAM			0x83
897 #define	SI_PACKET3_INCREMENT_CE_COUNTER		0x84
898 #define	SI_PACKET3_INCREMENT_DE_COUNTER		0x85
899 #define	SI_PACKET3_WAIT_ON_CE_COUNTER		0x86
900 #define	SI_PACKET3_WAIT_ON_DE_COUNTER		0x87
901 #define	SI_PACKET3_WAIT_ON_DE_COUNTER_DIFF	0x88
902 #define	SI_PACKET3_SET_CE_DE_COUNTERS		0x89
903 #define	SI_PACKET3_WAIT_ON_AVAIL_BUFFER		0x8A
904 #define	SI_PACKET3_SWITCH_BUFFER			0x8B
905 
906 
907 #endif
908