Make UEFI boot-platform build again
[haiku.git] / headers / private / graphics / radeon_hd / si_reg.h
blobadc6f08c5e868557e934393a75100e06c696deb8
1 /*
2 * Copyright 2011 Advanced Micro Devices, Inc.
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:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
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.
22 * Authors: Alex Deucher
23 * Alexander von Gluck <kallisti5@unixzen.com>
25 #ifndef __SI_REG_H__
26 #define __SI_REG_H__
29 #define TAHITI_RB_BITMAP_WIDTH_PER_SH 2
31 #define TAHITI_GB_ADDR_CONFIG_GOLDEN 0x12011003
32 #define VERDE_GB_ADDR_CONFIG_GOLDEN 0x12010002
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
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
61 #define SI_VGA_HDP_CONTROL 0x328
62 #define SI_VGA_MEMORY_DISABLE (1 << 4)
64 #define SI_DMIF_ADDR_CONFIG 0xBD4
66 #define SI_SRBM_STATUS 0xE50
68 #define SI_CC_SYS_RB_BACKEND_DISABLE 0xe80
69 #define SI_GC_USER_SYS_RB_BACKEND_DISABLE 0xe84
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
110 #define SI_VM_INVALIDATE_REQUEST 0x1478
111 #define SI_VM_INVALIDATE_RESPONSE 0x147c
113 #define SI_VM_CONTEXT0_PROTECTION_FAULT_DEFAULT_ADDR 0x1518
114 #define SI_VM_CONTEXT1_PROTECTION_FAULT_DEFAULT_ADDR 0x151c
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
127 #define SI_VM_CONTEXT0_PAGE_TABLE_END_ADDR 0x157C
128 #define SI_VM_CONTEXT1_PAGE_TABLE_END_ADDR 0x1580
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
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
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)
153 #define SI_MC_SHARED_BLACKOUT_CNTL 0x20ac
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
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)
174 #define SI_MC_SEQ_SUP_CNTL 0x28c8
175 #define SI_RUN_MASK (1 << 0)
176 #define SI_MC_SEQ_SUP_PGM 0x28cc
178 #define SI_MC_IO_PAD_CNTL_D0 0x29d0
179 #define SI_MEM_FALL_OUT_CMD (1 << 8)
181 #define SI_MC_SEQ_IO_DEBUG_INDEX 0x2a44
182 #define SI_MC_SEQ_IO_DEBUG_DATA 0x2a48
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
189 #define SI_HDP_ADDR_CONFIG 0x2F48
190 #define SI_HDP_MISC_CNTL 0x2F4C
191 #define SI_HDP_FLUSH_INVALIDATE_CACHE (1 << 0)
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)
220 #define SI_CONFIG_MEMSIZE 0x5428
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
229 #define SI_HDP_MEM_COHERENCY_FLUSH_CNTL 0x5480
231 #define SI_BIF_FB_EN 0x5490
232 #define SI_FB_READ_EN (1 << 0)
233 #define SI_FB_WRITE_EN (1 << 1)
235 #define SI_HDP_REG_COHERENCY_FLUSH_CNTL 0x54A0
237 #define SI_DC_LB_MEMORY_SPLIT 0x6b0c
238 #define SI_DC_LB_MEMORY_CONFIG(x) ((x) << 20)
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
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)
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)
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)
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 #define SI_DC_GPIO_HPD_A 0x65b4
309 /* 0x6858, 0x7458, 0x10058, 0x10c58, 0x11858, 0x12458 */
310 #define SI_GRPH_INT_STATUS 0x6858
311 #define SI_GRPH_PFLIP_INT_OCCURRED (1 << 0)
312 #define SI_GRPH_PFLIP_INT_CLEAR (1 << 8)
313 /* 0x685c, 0x745c, 0x1005c, 0x10c5c, 0x1185c, 0x1245c */
314 #define SI_GRPH_INT_CONTROL 0x685c
315 #define SI_GRPH_PFLIP_INT_MASK (1 << 0)
316 #define SI_GRPH_PFLIP_INT_TYPE (1 << 8)
318 #define SI_DACA_AUTODETECT_INT_CONTROL 0x66c8
320 #define SI_DC_HPD1_INT_STATUS 0x601c
321 #define SI_DC_HPD2_INT_STATUS 0x6028
322 #define SI_DC_HPD3_INT_STATUS 0x6034
323 #define SI_DC_HPD4_INT_STATUS 0x6040
324 #define SI_DC_HPD5_INT_STATUS 0x604c
325 #define SI_DC_HPD6_INT_STATUS 0x6058
326 #define SI_DC_HPDx_INT_STATUS (1 << 0)
327 #define SI_DC_HPDx_SENSE (1 << 1)
328 #define SI_DC_HPDx_RX_INT_STATUS (1 << 8)
330 #define SI_DC_HPD1_INT_CONTROL 0x6020
331 #define SI_DC_HPD2_INT_CONTROL 0x602c
332 #define SI_DC_HPD3_INT_CONTROL 0x6038
333 #define SI_DC_HPD4_INT_CONTROL 0x6044
334 #define SI_DC_HPD5_INT_CONTROL 0x6050
335 #define SI_DC_HPD6_INT_CONTROL 0x605c
336 #define SI_DC_HPDx_INT_ACK (1 << 0)
337 #define SI_DC_HPDx_INT_POLARITY (1 << 8)
338 #define SI_DC_HPDx_INT_EN (1 << 16)
339 #define SI_DC_HPDx_RX_INT_ACK (1 << 20)
340 #define SI_DC_HPDx_RX_INT_EN (1 << 24)
342 #define SI_DC_HPD1_CONTROL 0x6024
343 #define SI_DC_HPD2_CONTROL 0x6030
344 #define SI_DC_HPD3_CONTROL 0x603c
345 #define SI_DC_HPD4_CONTROL 0x6048
346 #define SI_DC_HPD5_CONTROL 0x6054
347 #define SI_DC_HPD6_CONTROL 0x6060
348 #define SI_DC_HPDx_CONNECTION_TIMER(x) ((x) << 0)
349 #define SI_DC_HPDx_RX_INT_TIMER(x) ((x) << 16)
350 #define SI_DC_HPDx_EN (1 << 28)
352 /* 0x6e98, 0x7a98, 0x10698, 0x11298, 0x11e98, 0x12a98 */
353 #define SI_CRTC_STATUS_FRAME_COUNT 0x6e98
355 #define SI_GRBM_CNTL 0x8000
356 #define SI_GRBM_READ_TIMEOUT(x) ((x) << 0)
358 #define SI_GRBM_STATUS2 0x8008
359 #define SI_RLC_RQ_PENDING (1 << 0)
360 #define SI_RLC_BUSY (1 << 8)
361 #define SI_TC_BUSY (1 << 9)
363 #define SI_GRBM_STATUS 0x8010
364 #define SI_CMDFIFO_AVAIL_MASK 0x0000000F
365 #define SI_RING2_RQ_PENDING (1 << 4)
366 #define SI_SRBM_RQ_PENDING (1 << 5)
367 #define SI_RING1_RQ_PENDING (1 << 6)
368 #define SI_CF_RQ_PENDING (1 << 7)
369 #define SI_PF_RQ_PENDING (1 << 8)
370 #define SI_GDS_DMA_RQ_PENDING (1 << 9)
371 #define SI_GRBM_EE_BUSY (1 << 10)
372 #define SI_DB_CLEAN (1 << 12)
373 #define SI_CB_CLEAN (1 << 13)
374 #define SI_TA_BUSY (1 << 14)
375 #define SI_GDS_BUSY (1 << 15)
376 #define SI_VGT_BUSY (1 << 17)
377 #define SI_IA_BUSY_NO_DMA (1 << 18)
378 #define SI_IA_BUSY (1 << 19)
379 #define SI_SX_BUSY (1 << 20)
380 #define SI_SPI_BUSY (1 << 22)
381 #define SI_BCI_BUSY (1 << 23)
382 #define SI_SC_BUSY (1 << 24)
383 #define SI_PA_BUSY (1 << 25)
384 #define SI_DB_BUSY (1 << 26)
385 #define SI_CP_COHERENCY_BUSY (1 << 28)
386 #define SI_CP_BUSY (1 << 29)
387 #define SI_CB_BUSY (1 << 30)
388 #define SI_GUI_ACTIVE (1 << 31)
389 #define SI_GRBM_STATUS_SE0 0x8014
390 #define SI_GRBM_STATUS_SE1 0x8018
391 #define SI_SE_DB_CLEAN (1 << 1)
392 #define SI_SE_CB_CLEAN (1 << 2)
393 #define SI_SE_BCI_BUSY (1 << 22)
394 #define SI_SE_VGT_BUSY (1 << 23)
395 #define SI_SE_PA_BUSY (1 << 24)
396 #define SI_SE_TA_BUSY (1 << 25)
397 #define SI_SE_SX_BUSY (1 << 26)
398 #define SI_SE_SPI_BUSY (1 << 27)
399 #define SI_SE_SC_BUSY (1 << 29)
400 #define SI_SE_DB_BUSY (1 << 30)
401 #define SI_SE_CB_BUSY (1 << 31)
403 #define SI_GRBM_SOFT_RESET 0x8020
404 #define SI_SOFT_RESET_CP (1 << 0)
405 #define SI_SOFT_RESET_CB (1 << 1)
406 #define SI_SOFT_RESET_RLC (1 << 2)
407 #define SI_SOFT_RESET_DB (1 << 3)
408 #define SI_SOFT_RESET_GDS (1 << 4)
409 #define SI_SOFT_RESET_PA (1 << 5)
410 #define SI_SOFT_RESET_SC (1 << 6)
411 #define SI_SOFT_RESET_BCI (1 << 7)
412 #define SI_SOFT_RESET_SPI (1 << 8)
413 #define SI_SOFT_RESET_SX (1 << 10)
414 #define SI_SOFT_RESET_TC (1 << 11)
415 #define SI_SOFT_RESET_TA (1 << 12)
416 #define SI_SOFT_RESET_VGT (1 << 14)
417 #define SI_SOFT_RESET_IA (1 << 15)
419 #define SI_GRBM_GFX_INDEX 0x802C
420 #define SI_INSTANCE_INDEX(x) ((x) << 0)
421 #define SI_SH_INDEX(x) ((x) << 8)
422 #define SI_SE_INDEX(x) ((x) << 16)
423 #define SI_SH_BROADCAST_WRITES (1 << 29)
424 #define SI_INSTANCE_BROADCAST_WRITES (1 << 30)
425 #define SI_SE_BROADCAST_WRITES (1 << 31)
427 #define SI_GRBM_INT_CNTL 0x8060
428 #define SI_RDERR_INT_ENABLE (1 << 0)
429 #define SI_GUI_IDLE_INT_ENABLE (1 << 19)
431 #define SI_SCRATCH_REG0 0x8500
432 #define SI_SCRATCH_REG1 0x8504
433 #define SI_SCRATCH_REG2 0x8508
434 #define SI_SCRATCH_REG3 0x850C
435 #define SI_SCRATCH_REG4 0x8510
436 #define SI_SCRATCH_REG5 0x8514
437 #define SI_SCRATCH_REG6 0x8518
438 #define SI_SCRATCH_REG7 0x851C
440 #define SI_SCRATCH_UMSK 0x8540
441 #define SI_SCRATCH_ADDR 0x8544
443 #define SI_CP_SEM_WAIT_TIMER 0x85BC
444 #define SI_CP_SEM_INCOMPLETE_TIMER_CNTL 0x85C8
446 #define SI_CP_ME_CNTL 0x86D8
447 #define SI_CP_CE_HALT (1 << 24)
448 #define SI_CP_PFP_HALT (1 << 26)
449 #define SI_CP_ME_HALT (1 << 28)
451 #define SI_CP_COHER_CNTL2 0x85E8
453 #define SI_CP_RB2_RPTR 0x86f8
454 #define SI_CP_RB1_RPTR 0x86fc
455 #define SI_CP_RB0_RPTR 0x8700
456 #define SI_CP_RB_WPTR_DELAY 0x8704
458 #define SI_CP_QUEUE_THRESHOLDS 0x8760
459 #define SI_ROQ_IB1_START(x) ((x) << 0)
460 #define SI_ROQ_IB2_START(x) ((x) << 8)
461 #define SI_CP_MEQ_THRESHOLDS 0x8764
462 #define SI_MEQ1_START(x) ((x) << 0)
463 #define SI_MEQ2_START(x) ((x) << 8)
465 #define SI_CP_PERFMON_CNTL 0x87FC
467 #define SI_VGT_VTX_VECT_EJECT_REG 0x88B0
469 #define SI_VGT_CACHE_INVALIDATION 0x88C4
470 #define SI_CACHE_INVALIDATION(x) ((x) << 0)
471 #define SI_VC_ONLY 0
472 #define SI_TC_ONLY 1
473 #define SI_VC_AND_TC 2
474 #define SI_AUTO_INVLD_EN(x) ((x) << 6)
475 #define SI_NO_AUTO 0
476 #define SI_ES_AUTO 1
477 #define SI_GS_AUTO 2
478 #define SI_ES_AND_GS_AUTO 3
479 #define SI_VGT_ESGS_RING_SIZE 0x88C8
480 #define SI_VGT_GSVS_RING_SIZE 0x88CC
482 #define SI_VGT_GS_VERTEX_REUSE 0x88D4
484 #define SI_VGT_PRIMITIVE_TYPE 0x8958
485 #define SI_VGT_INDEX_TYPE 0x895C
487 #define SI_VGT_NUM_INDICES 0x8970
488 #define SI_VGT_NUM_INSTANCES 0x8974
490 #define SI_VGT_TF_RING_SIZE 0x8988
491 #define SI_VGT_HS_OFFCHIP_PARAM 0x89B0
492 #define SI_VGT_TF_MEMORY_BASE 0x89B8
494 #define SI_CC_GC_SHADER_ARRAY_CONFIG 0x89bc
495 #define SI_INACTIVE_CUS_MASK 0xFFFF0000
496 #define SI_INACTIVE_CUS_SHIFT 16
497 #define SI_GC_USER_SHADER_ARRAY_CONFIG 0x89c0
499 #define SI_PA_CL_ENHANCE 0x8A14
500 #define SI_CLIP_VTX_REORDER_ENA (1 << 0)
501 #define SI_NUM_CLIP_SEQ(x) ((x) << 1)
503 #define SI_PA_SU_LINE_STIPPLE_VALUE 0x8A60
505 #define SI_PA_SC_LINE_STIPPLE_STATE 0x8B10
507 #define SI_PA_SC_FORCE_EOV_MAX_CNTS 0x8B24
508 #define SI_FORCE_EOV_MAX_CLK_CNT(x) ((x) << 0)
509 #define SI_FORCE_EOV_MAX_REZ_CNT(x) ((x) << 16)
511 #define SI_PA_SC_FIFO_SIZE 0x8BCC
512 #define SI_SC_FRONTEND_PRIM_FIFO_SIZE(x) ((x) << 0)
513 #define SI_SC_BACKEND_PRIM_FIFO_SIZE(x) ((x) << 6)
514 #define SI_SC_HIZ_TILE_FIFO_SIZE(x) ((x) << 15)
515 #define SI_SC_EARLYZ_TILE_FIFO_SIZE(x) ((x) << 23)
517 #define SI_PA_SC_ENHANCE 0x8BF0
519 #define SI_SQ_CONFIG 0x8C00
521 #define SI_SQC_CACHES 0x8C08
523 #define SI_SX_DEBUG_1 0x9060
525 #define SI_SPI_STATIC_THREAD_MGMT_1 0x90E0
526 #define SI_SPI_STATIC_THREAD_MGMT_2 0x90E4
527 #define SI_SPI_STATIC_THREAD_MGMT_3 0x90E8
528 #define SI_SPI_PS_MAX_WAVE_ID 0x90EC
530 #define SI_SPI_CONFIG_CNTL 0x9100
532 #define SI_SPI_CONFIG_CNTL_1 0x913C
533 #define SI_VTX_DONE_DELAY(x) ((x) << 0)
534 #define SI_INTERP_ONE_PRIM_PER_ROW (1 << 4)
536 #define SI_CGTS_TCC_DISABLE 0x9148
537 #define SI_CGTS_USER_TCC_DISABLE 0x914C
538 #define SI_TCC_DISABLE_MASK 0xFFFF0000
539 #define SI_TCC_DISABLE_SHIFT 16
541 #define SI_TA_CNTL_AUX 0x9508
543 #define SI_CC_RB_BACKEND_DISABLE 0x98F4
544 #define SI_BACKEND_DISABLE(x) ((x) << 16)
545 #define SI_GB_ADDR_CONFIG 0x98F8
546 #define SI_NUM_PIPES(x) ((x) << 0)
547 #define SI_NUM_PIPES_MASK 0x00000007
548 #define SI_NUM_PIPES_SHIFT 0
549 #define SI_PIPE_INTERLEAVE_SIZE(x) ((x) << 4)
550 #define SI_PIPE_INTERLEAVE_SIZE_MASK 0x00000070
551 #define SI_PIPE_INTERLEAVE_SIZE_SHIFT 4
552 #define SI_NUM_SHADER_ENGINES(x) ((x) << 12)
553 #define SI_NUM_SHADER_ENGINES_MASK 0x00003000
554 #define SI_NUM_SHADER_ENGINES_SHIFT 12
555 #define SI_SHADER_ENGINE_TILE_SIZE(x) ((x) << 16)
556 #define SI_SHADER_ENGINE_TILE_SIZE_MASK 0x00070000
557 #define SI_SHADER_ENGINE_TILE_SIZE_SHIFT 16
558 #define SI_NUM_GPUS(x) ((x) << 20)
559 #define SI_NUM_GPUS_MASK 0x00700000
560 #define SI_NUM_GPUS_SHIFT 20
561 #define SI_MULTI_GPU_TILE_SIZE(x) ((x) << 24)
562 #define SI_MULTI_GPU_TILE_SIZE_MASK 0x03000000
563 #define SI_MULTI_GPU_TILE_SIZE_SHIFT 24
564 #define SI_ROW_SIZE(x) ((x) << 28)
565 #define SI_ROW_SIZE_MASK 0x30000000
566 #define SI_ROW_SIZE_SHIFT 28
568 #define SI_GB_TILE_MODE0 0x9910
569 #define SI_MICRO_TILE_MODE(x) ((x) << 0)
570 #define SI_ADDR_SURF_DISPLAY_MICRO_TILING 0
571 #define SI_ADDR_SURF_THIN_MICRO_TILING 1
572 #define SI_ADDR_SURF_DEPTH_MICRO_TILING 2
573 #define SI_ARRAY_MODE(x) ((x) << 2)
574 #define SI_ARRAY_LINEAR_GENERAL 0
575 #define SI_ARRAY_LINEAR_ALIGNED 1
576 #define SI_ARRAY_1D_TILED_THIN1 2
577 #define SI_ARRAY_2D_TILED_THIN1 4
578 #define SI_PIPE_CONFIG(x) ((x) << 6)
579 #define SI_ADDR_SURF_P2 0
580 #define SI_ADDR_SURF_P4_8x16 4
581 #define SI_ADDR_SURF_P4_16x16 5
582 #define SI_ADDR_SURF_P4_16x32 6
583 #define SI_ADDR_SURF_P4_32x32 7
584 #define SI_ADDR_SURF_P8_16x16_8x16 8
585 #define SI_ADDR_SURF_P8_16x32_8x16 9
586 #define SI_ADDR_SURF_P8_32x32_8x16 10
587 #define SI_ADDR_SURF_P8_16x32_16x16 11
588 #define SI_ADDR_SURF_P8_32x32_16x16 12
589 #define SI_ADDR_SURF_P8_32x32_16x32 13
590 #define SI_ADDR_SURF_P8_32x64_32x32 14
591 #define SI_TILE_SPLIT(x) ((x) << 11)
592 #define SI_ADDR_SURF_TILE_SPLIT_64B 0
593 #define SI_ADDR_SURF_TILE_SPLIT_128B 1
594 #define SI_ADDR_SURF_TILE_SPLIT_256B 2
595 #define SI_ADDR_SURF_TILE_SPLIT_512B 3
596 #define SI_ADDR_SURF_TILE_SPLIT_1KB 4
597 #define SI_ADDR_SURF_TILE_SPLIT_2KB 5
598 #define SI_ADDR_SURF_TILE_SPLIT_4KB 6
599 #define SI_BANK_WIDTH(x) ((x) << 14)
600 #define SI_ADDR_SURF_BANK_WIDTH_1 0
601 #define SI_ADDR_SURF_BANK_WIDTH_2 1
602 #define SI_ADDR_SURF_BANK_WIDTH_4 2
603 #define SI_ADDR_SURF_BANK_WIDTH_8 3
604 #define SI_BANK_HEIGHT(x) ((x) << 16)
605 #define SI_ADDR_SURF_BANK_HEIGHT_1 0
606 #define SI_ADDR_SURF_BANK_HEIGHT_2 1
607 #define SI_ADDR_SURF_BANK_HEIGHT_4 2
608 #define SI_ADDR_SURF_BANK_HEIGHT_8 3
609 #define SI_MACRO_TILE_ASPECT(x) ((x) << 18)
610 #define SI_ADDR_SURF_MACRO_ASPECT_1 0
611 #define SI_ADDR_SURF_MACRO_ASPECT_2 1
612 #define SI_ADDR_SURF_MACRO_ASPECT_4 2
613 #define SI_ADDR_SURF_MACRO_ASPECT_8 3
614 #define SI_NUM_BANKS(x) ((x) << 20)
615 #define SI_ADDR_SURF_2_BANK 0
616 #define SI_ADDR_SURF_4_BANK 1
617 #define SI_ADDR_SURF_8_BANK 2
618 #define SI_ADDR_SURF_16_BANK 3
620 #define SI_CB_PERFCOUNTER0_SELECT0 0x9a20
621 #define SI_CB_PERFCOUNTER0_SELECT1 0x9a24
622 #define SI_CB_PERFCOUNTER1_SELECT0 0x9a28
623 #define SI_CB_PERFCOUNTER1_SELECT1 0x9a2c
624 #define SI_CB_PERFCOUNTER2_SELECT0 0x9a30
625 #define SI_CB_PERFCOUNTER2_SELECT1 0x9a34
626 #define SI_CB_PERFCOUNTER3_SELECT0 0x9a38
627 #define SI_CB_PERFCOUNTER3_SELECT1 0x9a3c
629 #define SI_GC_USER_RB_BACKEND_DISABLE 0x9B7C
630 #define SI_BACKEND_DISABLE_MASK 0x00FF0000
631 #define SI_BACKEND_DISABLE_SHIFT 16
633 #define SI_TCP_CHAN_STEER_LO 0xac0c
634 #define SI_TCP_CHAN_STEER_HI 0xac10
636 #define SI_CP_RB0_BASE 0xC100
637 #define SI_CP_RB0_CNTL 0xC104
638 #define SI_RB_BUFSZ(x) ((x) << 0)
639 #define SI_RB_BLKSZ(x) ((x) << 8)
640 #define SI_BUF_SWAP_32BIT (2 << 16)
641 #define SI_RB_NO_UPDATE (1 << 27)
642 #define SI_RB_RPTR_WR_ENA (1 << 31)
644 #define SI_CP_RB0_RPTR_ADDR 0xC10C
645 #define SI_CP_RB0_RPTR_ADDR_HI 0xC110
646 #define SI_CP_RB0_WPTR 0xC114
648 #define SI_CP_PFP_UCODE_ADDR 0xC150
649 #define SI_CP_PFP_UCODE_DATA 0xC154
650 #define SI_CP_ME_RAM_RADDR 0xC158
651 #define SI_CP_ME_RAM_WADDR 0xC15C
652 #define SI_CP_ME_RAM_DATA 0xC160
654 #define SI_CP_CE_UCODE_ADDR 0xC168
655 #define SI_CP_CE_UCODE_DATA 0xC16C
657 #define SI_CP_RB1_BASE 0xC180
658 #define SI_CP_RB1_CNTL 0xC184
659 #define SI_CP_RB1_RPTR_ADDR 0xC188
660 #define SI_CP_RB1_RPTR_ADDR_HI 0xC18C
661 #define SI_CP_RB1_WPTR 0xC190
662 #define SI_CP_RB2_BASE 0xC194
663 #define SI_CP_RB2_CNTL 0xC198
664 #define SI_CP_RB2_RPTR_ADDR 0xC19C
665 #define SI_CP_RB2_RPTR_ADDR_HI 0xC1A0
666 #define SI_CP_RB2_WPTR 0xC1A4
667 #define SI_CP_INT_CNTL_RING0 0xC1A8
668 #define SI_CP_INT_CNTL_RING1 0xC1AC
669 #define SI_CP_INT_CNTL_RING2 0xC1B0
670 #define SI_CNTX_BUSY_INT_ENABLE (1 << 19)
671 #define SI_CNTX_EMPTY_INT_ENABLE (1 << 20)
672 #define SI_WAIT_MEM_SEM_INT_ENABLE (1 << 21)
673 #define SI_TIME_STAMP_INT_ENABLE (1 << 26)
674 #define SI_CP_RINGID2_INT_ENABLE (1 << 29)
675 #define SI_CP_RINGID1_INT_ENABLE (1 << 30)
676 #define SI_CP_RINGID0_INT_ENABLE (1 << 31)
677 #define SI_CP_INT_STATUS_RING0 0xC1B4
678 #define SI_CP_INT_STATUS_RING1 0xC1B8
679 #define SI_CP_INT_STATUS_RING2 0xC1BC
680 #define SI_WAIT_MEM_SEM_INT_STAT (1 << 21)
681 #define SI_TIME_STAMP_INT_STAT (1 << 26)
682 #define SI_CP_RINGID2_INT_STAT (1 << 29)
683 #define SI_CP_RINGID1_INT_STAT (1 << 30)
684 #define SI_CP_RINGID0_INT_STAT (1 << 31)
686 #define SI_CP_DEBUG 0xC1FC
688 #define SI_RLC_CNTL 0xC300
689 #define SI_RLC_ENABLE (1 << 0)
690 #define SI_RLC_RL_BASE 0xC304
691 #define SI_RLC_RL_SIZE 0xC308
692 #define SI_RLC_LB_CNTL 0xC30C
693 #define SI_RLC_SAVE_AND_RESTORE_BASE 0xC310
694 #define SI_RLC_LB_CNTR_MAX 0xC314
695 #define SI_RLC_LB_CNTR_INIT 0xC318
697 #define SI_RLC_CLEAR_STATE_RESTORE_BASE 0xC320
699 #define SI_RLC_UCODE_ADDR 0xC32C
700 #define SI_RLC_UCODE_DATA 0xC330
702 #define SI_RLC_MC_CNTL 0xC344
703 #define SI_RLC_UCODE_CNTL 0xC348
705 #define SI_PA_SC_RASTER_CONFIG 0x28350
706 #define SI_RASTER_CONFIG_RB_MAP_0 0
707 #define SI_RASTER_CONFIG_RB_MAP_1 1
708 #define SI_RASTER_CONFIG_RB_MAP_2 2
709 #define SI_RASTER_CONFIG_RB_MAP_3 3
711 #define SI_VGT_EVENT_INITIATOR 0x28a90
712 #define SI_SAMPLE_STREAMOUTSTATS1 (1 << 0)
713 #define SI_SAMPLE_STREAMOUTSTATS2 (2 << 0)
714 #define SI_SAMPLE_STREAMOUTSTATS3 (3 << 0)
715 #define SI_CACHE_FLUSH_TS (4 << 0)
716 #define SI_CACHE_FLUSH (6 << 0)
717 #define SI_CS_PARTIAL_FLUSH (7 << 0)
718 #define SI_VGT_STREAMOUT_RESET (10 << 0)
719 #define SI_END_OF_PIPE_INCR_DE (11 << 0)
720 #define SI_END_OF_PIPE_IB_END (12 << 0)
721 #define SI_RST_PIX_CNT (13 << 0)
722 #define SI_VS_PARTIAL_FLUSH (15 << 0)
723 #define SI_PS_PARTIAL_FLUSH (16 << 0)
724 #define SI_CACHE_FLUSH_AND_INV_TS_EVENT (20 << 0)
725 #define SI_ZPASS_DONE (21 << 0)
726 #define SI_CACHE_FLUSH_AND_INV_EVENT (22 << 0)
727 #define SI_PERFCOUNTER_START (23 << 0)
728 #define SI_PERFCOUNTER_STOP (24 << 0)
729 #define SI_PIPELINESTAT_START (25 << 0)
730 #define SI_PIPELINESTAT_STOP (26 << 0)
731 #define SI_PERFCOUNTER_SAMPLE (27 << 0)
732 #define SI_SAMPLE_PIPELINESTAT (30 << 0)
733 #define SI_SAMPLE_STREAMOUTSTATS (32 << 0)
734 #define SI_RESET_VTX_CNT (33 << 0)
735 #define SI_VGT_FLUSH (36 << 0)
736 #define SI_BOTTOM_OF_PIPE_TS (40 << 0)
737 #define SI_DB_CACHE_FLUSH_AND_INV (42 << 0)
738 #define SI_FLUSH_AND_INV_DB_DATA_TS (43 << 0)
739 #define SI_FLUSH_AND_INV_DB_META (44 << 0)
740 #define SI_FLUSH_AND_INV_CB_DATA_TS (45 << 0)
741 #define SI_FLUSH_AND_INV_CB_META (46 << 0)
742 #define SI_CS_DONE (47 << 0)
743 #define SI_PS_DONE (48 << 0)
744 #define SI_FLUSH_AND_INV_CB_PIXEL_DATA (49 << 0)
745 #define SI_THREAD_TRACE_START (51 << 0)
746 #define SI_THREAD_TRACE_STOP (52 << 0)
747 #define SI_THREAD_TRACE_FLUSH (54 << 0)
748 #define SI_THREAD_TRACE_FINISH (55 << 0)
751 * PM4
753 #define SI_PACKET_TYPE0 0
754 #define SI_PACKET_TYPE1 1
755 #define SI_PACKET_TYPE2 2
756 #define SI_PACKET_TYPE3 3
758 #define SI_CP_PACKET_GET_TYPE(h) (((h) >> 30) & 3)
759 #define SI_CP_PACKET_GET_COUNT(h) (((h) >> 16) & 0x3FFF)
760 #define SI_CP_PACKET0_GET_REG(h) (((h) & 0xFFFF) << 2)
761 #define SI_CP_PACKET3_GET_OPCODE(h) (((h) >> 8) & 0xFF)
762 #define SI_PACKET0(reg, n) ((PACKET_TYPE0 << 30) \
763 | (((reg) >> 2) & 0xFFFF) \
764 | ((n) & 0x3FFF) << 16)
765 #define SI_CP_PACKET2 0x80000000
766 #define SI_PACKET2_PAD_SHIFT 0
767 #define SI_PACKET2_PAD_MASK (0x3fffffff << 0)
769 #define SI_PACKET2(v) (CP_PACKET2 | REG_SET(PACKET2_PAD, (v)))
771 #define SI_PACKET3(op, n) ((PACKET_TYPE3 << 30) \
772 | (((op) & 0xFF) << 8) \
773 | ((n) & 0x3FFF) << 16)
775 #define SI_PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)
777 /* Packet 3 types */
778 #define SI_PACKET3_NOP 0x10
779 #define SI_PACKET3_SET_BASE 0x11
780 #define SI_PACKET3_BASE_INDEX(x) ((x) << 0)
781 #define SI_GDS_PARTITION_BASE 2
782 #define SI_CE_PARTITION_BASE 3
783 #define SI_PACKET3_CLEAR_STATE 0x12
784 #define SI_PACKET3_INDEX_BUFFER_SIZE 0x13
785 #define SI_PACKET3_DISPATCH_DIRECT 0x15
786 #define SI_PACKET3_DISPATCH_INDIRECT 0x16
787 #define SI_PACKET3_ALLOC_GDS 0x1B
788 #define SI_PACKET3_WRITE_GDS_RAM 0x1C
789 #define SI_PACKET3_ATOMIC_GDS 0x1D
790 #define SI_PACKET3_ATOMIC 0x1E
791 #define SI_PACKET3_OCCLUSION_QUERY 0x1F
792 #define SI_PACKET3_SET_PREDICATION 0x20
793 #define SI_PACKET3_REG_RMW 0x21
794 #define SI_PACKET3_COND_EXEC 0x22
795 #define SI_PACKET3_PRED_EXEC 0x23
796 #define SI_PACKET3_DRAW_INDIRECT 0x24
797 #define SI_PACKET3_DRAW_INDEX_INDIRECT 0x25
798 #define SI_PACKET3_INDEX_BASE 0x26
799 #define SI_PACKET3_DRAW_INDEX_2 0x27
800 #define SI_PACKET3_CONTEXT_CONTROL 0x28
801 #define SI_PACKET3_INDEX_TYPE 0x2A
802 #define SI_PACKET3_DRAW_INDIRECT_MULTI 0x2C
803 #define SI_PACKET3_DRAW_INDEX_AUTO 0x2D
804 #define SI_PACKET3_DRAW_INDEX_IMMD 0x2E
805 #define SI_PACKET3_NUM_INSTANCES 0x2F
806 #define SI_PACKET3_DRAW_INDEX_MULTI_AUTO 0x30
807 #define SI_PACKET3_INDIRECT_BUFFER_CONST 0x31
808 #define SI_PACKET3_INDIRECT_BUFFER 0x32
809 #define SI_PACKET3_STRMOUT_BUFFER_UPDATE 0x34
810 #define SI_PACKET3_DRAW_INDEX_OFFSET_2 0x35
811 #define SI_PACKET3_DRAW_INDEX_MULTI_ELEMENT 0x36
812 #define SI_PACKET3_WRITE_DATA 0x37
813 #define SI_PACKET3_DRAW_INDEX_INDIRECT_MULTI 0x38
814 #define SI_PACKET3_MEM_SEMAPHORE 0x39
815 #define SI_PACKET3_MPEG_INDEX 0x3A
816 #define SI_PACKET3_COPY_DW 0x3B
817 #define SI_PACKET3_WAIT_REG_MEM 0x3C
818 #define SI_PACKET3_MEM_WRITE 0x3D
819 #define SI_PACKET3_COPY_DATA 0x40
820 #define SI_PACKET3_PFP_SYNC_ME 0x42
821 #define SI_PACKET3_SURFACE_SYNC 0x43
822 #define SI_PACKET3_DEST_BASE_0_ENA (1 << 0)
823 #define SI_PACKET3_DEST_BASE_1_ENA (1 << 1)
824 #define SI_PACKET3_CB0_DEST_BASE_ENA (1 << 6)
825 #define SI_PACKET3_CB1_DEST_BASE_ENA (1 << 7)
826 #define SI_PACKET3_CB2_DEST_BASE_ENA (1 << 8)
827 #define SI_PACKET3_CB3_DEST_BASE_ENA (1 << 9)
828 #define SI_PACKET3_CB4_DEST_BASE_ENA (1 << 10)
829 #define SI_PACKET3_CB5_DEST_BASE_ENA (1 << 11)
830 #define SI_PACKET3_CB6_DEST_BASE_ENA (1 << 12)
831 #define SI_PACKET3_CB7_DEST_BASE_ENA (1 << 13)
832 #define SI_PACKET3_DB_DEST_BASE_ENA (1 << 14)
833 #define SI_PACKET3_DEST_BASE_2_ENA (1 << 19)
834 #define SI_PACKET3_DEST_BASE_3_ENA (1 << 21)
835 #define SI_PACKET3_TCL1_ACTION_ENA (1 << 22)
836 #define SI_PACKET3_TC_ACTION_ENA (1 << 23)
837 #define SI_PACKET3_CB_ACTION_ENA (1 << 25)
838 #define SI_PACKET3_DB_ACTION_ENA (1 << 26)
839 #define SI_PACKET3_SH_KCACHE_ACTION_ENA (1 << 27)
840 #define SI_PACKET3_SH_ICACHE_ACTION_ENA (1 << 29)
841 #define SI_PACKET3_ME_INITIALIZE 0x44
842 #define SI_PACKET3_ME_INITIALIZE_DEVICE_ID(x) ((x) << 16)
843 #define SI_PACKET3_COND_WRITE 0x45
844 #define SI_PACKET3_EVENT_WRITE 0x46
845 #define SI_EVENT_TYPE(x) ((x) << 0)
846 #define SI_EVENT_INDEX(x) ((x) << 8)
847 /* 0 - any non-TS event
848 * 1 - ZPASS_DONE
849 * 2 - SAMPLE_PIPELINESTAT
850 * 3 - SAMPLE_STREAMOUTSTAT*
851 * 4 - *S_PARTIAL_FLUSH
852 * 5 - EOP events
853 * 6 - EOS events
854 * 7 - CACHE_FLUSH, CACHE_FLUSH_AND_INV_EVENT
856 #define SI_INV_L2 (1 << 20)
857 /* INV TC L2 cache when EVENT_INDEX = 7 */
858 #define SI_PACKET3_EVENT_WRITE_EOP 0x47
859 #define SI_DATA_SEL(x) ((x) << 29)
860 /* 0 - discard
861 * 1 - send low 32bit data
862 * 2 - send 64bit data
863 * 3 - send 64bit counter value
865 #define SI_INT_SEL(x) ((x) << 24)
866 /* 0 - none
867 * 1 - interrupt only (DATA_SEL = 0)
868 * 2 - interrupt when data write is confirmed
870 #define SI_PACKET3_EVENT_WRITE_EOS 0x48
871 #define SI_PACKET3_PREAMBLE_CNTL 0x4A
872 #define SI_PACKET3_PREAMBLE_BEGIN_CLEAR_STATE (2 << 28)
873 #define SI_PACKET3_PREAMBLE_END_CLEAR_STATE (3 << 28)
874 #define SI_PACKET3_ONE_REG_WRITE 0x57
875 #define SI_PACKET3_LOAD_CONFIG_REG 0x5F
876 #define SI_PACKET3_LOAD_CONTEXT_REG 0x60
877 #define SI_PACKET3_LOAD_SH_REG 0x61
878 #define SI_PACKET3_SET_CONFIG_REG 0x68
879 #define SI_PACKET3_SET_CONFIG_REG_START 0x00008000
880 #define SI_PACKET3_SET_CONFIG_REG_END 0x0000b000
881 #define SI_PACKET3_SET_CONTEXT_REG 0x69
882 #define SI_PACKET3_SET_CONTEXT_REG_START 0x00028000
883 #define SI_PACKET3_SET_CONTEXT_REG_END 0x00029000
884 #define SI_PACKET3_SET_CONTEXT_REG_INDIRECT 0x73
885 #define SI_PACKET3_SET_RESOURCE_INDIRECT 0x74
886 #define SI_PACKET3_SET_SH_REG 0x76
887 #define SI_PACKET3_SET_SH_REG_START 0x0000b000
888 #define SI_PACKET3_SET_SH_REG_END 0x0000c000
889 #define SI_PACKET3_SET_SH_REG_OFFSET 0x77
890 #define SI_PACKET3_ME_WRITE 0x7A
891 #define SI_PACKET3_SCRATCH_RAM_WRITE 0x7D
892 #define SI_PACKET3_SCRATCH_RAM_READ 0x7E
893 #define SI_PACKET3_CE_WRITE 0x7F
894 #define SI_PACKET3_LOAD_CONST_RAM 0x80
895 #define SI_PACKET3_WRITE_CONST_RAM 0x81
896 #define SI_PACKET3_WRITE_CONST_RAM_OFFSET 0x82
897 #define SI_PACKET3_DUMP_CONST_RAM 0x83
898 #define SI_PACKET3_INCREMENT_CE_COUNTER 0x84
899 #define SI_PACKET3_INCREMENT_DE_COUNTER 0x85
900 #define SI_PACKET3_WAIT_ON_CE_COUNTER 0x86
901 #define SI_PACKET3_WAIT_ON_DE_COUNTER 0x87
902 #define SI_PACKET3_WAIT_ON_DE_COUNTER_DIFF 0x88
903 #define SI_PACKET3_SET_CE_DE_COUNTERS 0x89
904 #define SI_PACKET3_WAIT_ON_AVAIL_BUFFER 0x8A
905 #define SI_PACKET3_SWITCH_BUFFER 0x8B
908 #endif