Lines Matching +full:1 +full:x
26 #define GFX9_NUM_GFX_RINGS 1
33 #define PACKET_TYPE1 1
54 #define PACKET3_COMPUTE(op, n) (PACKET3(op, n) | 1 << 1)
57 #define PACKETJ_CONDITION_CHECK1 1
66 #define PACKETJ_TYPE1 1
80 #define CP_PACKETJ_GET_REG(x) ((x) & 0x3FFFF) argument
81 #define CP_PACKETJ_GET_RES(x) (((x) >> 18) & 0x3F) argument
82 #define CP_PACKETJ_GET_COND(x) (((x) >> 24) & 0xF) argument
83 #define CP_PACKETJ_GET_TYPE(x) (((x) >> 28) & 0xF) argument
88 #define PACKET3_BASE_INDEX(x) ((x) << 0) argument
116 #define WRITE_DATA_DST_SEL(x) ((x) << 8) argument
118 * 1 - memory (sync - via GRBM)
124 #define WR_ONE_ADDR (1 << 16)
125 #define WR_CONFIRM (1 << 20)
126 #define WRITE_DATA_CACHE_POLICY(x) ((x) << 25) argument
128 * 1 - Stream
130 #define WRITE_DATA_ENGINE_SEL(x) ((x) << 30) argument
132 * 1 - pfp
138 # define PACKET3_SEM_SEL_SIGNAL_TYPE (0x1 << 20) /* 0 = increment, 1 = write 1 */
142 #define WAIT_REG_MEM_FUNCTION(x) ((x) << 0) argument
144 * 1 - <
151 #define WAIT_REG_MEM_MEM_SPACE(x) ((x) << 4) argument
153 * 1 - mem
155 #define WAIT_REG_MEM_OPERATION(x) ((x) << 6) argument
157 * 1 - wr_wait_wr_reg
159 #define WAIT_REG_MEM_ENGINE(x) ((x) << 8) argument
161 * 1 - pfp
164 #define INDIRECT_BUFFER_VALID (1 << 23)
165 #define INDIRECT_BUFFER_CACHE_POLICY(x) ((x) << 28) argument
167 * 1 - Stream
170 #define INDIRECT_BUFFER_PRE_ENB(x) ((x) << 21) argument
171 #define INDIRECT_BUFFER_PRE_RESUME(x) ((x) << 30) argument
176 #define EVENT_TYPE(x) ((x) << 0) argument
177 #define EVENT_INDEX(x) ((x) << 8) argument
179 * 1 - ZPASS_DONE, PIXEL_PIPE_STAT_*
185 #define EVENT_TYPE(x) ((x) << 0) argument
186 #define EVENT_INDEX(x) ((x) << 8) argument
187 #define EOP_TCL1_VOL_ACTION_EN (1 << 12)
188 #define EOP_TC_VOL_ACTION_EN (1 << 13) /* L2 */
189 #define EOP_TC_WB_ACTION_EN (1 << 15) /* L2 */
190 #define EOP_TCL1_ACTION_EN (1 << 16)
191 #define EOP_TC_ACTION_EN (1 << 17) /* L2 */
192 #define EOP_TC_NC_ACTION_EN (1 << 19)
193 #define EOP_TC_MD_ACTION_EN (1 << 21) /* L2 metadata */
194 #define EOP_EXEC (1 << 28) /* For Trailing Fence */
196 #define DATA_SEL(x) ((x) << 29) argument
198 * 1 - send low 32bit data
203 #define INT_SEL(x) ((x) << 24) argument
205 * 1 - interrupt only (DATA_SEL = 0)
208 #define DST_SEL(x) ((x) << 16) argument
210 * 1 - TC/L2
219 /* 1. header
228 # define PACKET3_DMA_DATA_ENGINE(x) ((x) << 0) argument
230 * 1 - PFP
232 # define PACKET3_DMA_DATA_SRC_CACHE_POLICY(x) ((x) << 13) argument
234 * 1 - Stream
236 # define PACKET3_DMA_DATA_DST_SEL(x) ((x) << 20) argument
238 * 1 - GDS
241 # define PACKET3_DMA_DATA_DST_CACHE_POLICY(x) ((x) << 25) argument
243 * 1 - Stream
245 # define PACKET3_DMA_DATA_SRC_SEL(x) ((x) << 29) argument
247 * 1 - GDS
251 # define PACKET3_DMA_DATA_CP_SYNC (1 << 31)
253 # define PACKET3_DMA_DATA_CMD_SAS (1 << 26)
255 * 1 - register
257 # define PACKET3_DMA_DATA_CMD_DAS (1 << 27)
259 * 1 - register
261 # define PACKET3_DMA_DATA_CMD_SAIC (1 << 28)
262 # define PACKET3_DMA_DATA_CMD_DAIC (1 << 29)
263 # define PACKET3_DMA_DATA_CMD_RAW_WAIT (1 << 30)
265 /* 1. HEADER
275 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_NC_ACTION_ENA(x) ((x) << 3) argument
276 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_WC_ACTION_ENA(x) ((x) << 4) argument
277 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_INV_METADATA_ACTION_ENA(x) ((x) << 5) argument
278 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TCL1_VOL_ACTION_ENA(x) ((x) << 15) argument
279 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_WB_ACTION_ENA(x) ((x) << 18) argument
280 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TCL1_ACTION_ENA(x) ((x) << 22) argument
281 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_TC_ACTION_ENA(x) ((x) << 23) argument
282 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_CB_ACTION_ENA(x) ((x) << 25) argument
283 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_DB_ACTION_ENA(x) ((x) << 26) argument
284 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_SH_KCACHE_ACTION_ENA(x) ((x) << 27) argument
285 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_SH_KCACHE_VOL_ACTION_ENA(x) ((x) << 28) argument
286 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_SH_ICACHE_ACTION_ENA(x) ((x) << 29) argument
287 #define PACKET3_ACQUIRE_MEM_CP_COHER_CNTL_SH_KCACHE_WB_ACTION_ENA(x) ((x) << 30) argument
320 # define FRAME_TMZ (1 << 0)
321 # define FRAME_CMD(x) ((x) << 28) argument
323 * x=0: tmz_begin
324 * x=1: tmz_end
328 # define PACKET3_INVALIDATE_TLBS_DST_SEL(x) ((x) << 0) argument
329 # define PACKET3_INVALIDATE_TLBS_ALL_HUB(x) ((x) << 4) argument
330 # define PACKET3_INVALIDATE_TLBS_PASID(x) ((x) << 5) argument
331 # define PACKET3_INVALIDATE_TLBS_FLUSH_TYPE(x) ((x) << 29) argument
333 /* 1. header
342 # define PACKET3_SET_RESOURCES_VMID_MASK(x) ((x) << 0) argument
343 # define PACKET3_SET_RESOURCES_UNMAP_LATENTY(x) ((x) << 16) argument
344 # define PACKET3_SET_RESOURCES_QUEUE_TYPE(x) ((x) << 29) argument
346 /* 1. header
355 # define PACKET3_MAP_QUEUES_QUEUE_SEL(x) ((x) << 4) argument
356 # define PACKET3_MAP_QUEUES_VMID(x) ((x) << 8) argument
357 # define PACKET3_MAP_QUEUES_QUEUE(x) ((x) << 13) argument
358 # define PACKET3_MAP_QUEUES_PIPE(x) ((x) << 16) argument
359 # define PACKET3_MAP_QUEUES_ME(x) ((x) << 18) argument
360 # define PACKET3_MAP_QUEUES_QUEUE_TYPE(x) ((x) << 21) argument
361 # define PACKET3_MAP_QUEUES_ALLOC_FORMAT(x) ((x) << 24) argument
362 # define PACKET3_MAP_QUEUES_ENGINE_SEL(x) ((x) << 26) argument
363 # define PACKET3_MAP_QUEUES_NUM_QUEUES(x) ((x) << 29) argument
365 # define PACKET3_MAP_QUEUES_CHECK_DISABLE(x) ((x) << 1) argument
366 # define PACKET3_MAP_QUEUES_DOORBELL_OFFSET(x) ((x) << 2) argument
368 /* 1. header
376 # define PACKET3_UNMAP_QUEUES_ACTION(x) ((x) << 0) argument
378 * 1 - RESET_QUEUES
382 # define PACKET3_UNMAP_QUEUES_QUEUE_SEL(x) ((x) << 4) argument
383 # define PACKET3_UNMAP_QUEUES_ENGINE_SEL(x) ((x) << 26) argument
384 # define PACKET3_UNMAP_QUEUES_NUM_QUEUES(x) ((x) << 29) argument
386 # define PACKET3_UNMAP_QUEUES_PASID(x) ((x) << 0) argument
388 # define PACKET3_UNMAP_QUEUES_DOORBELL_OFFSET0(x) ((x) << 2) argument
390 # define PACKET3_UNMAP_QUEUES_DOORBELL_OFFSET1(x) ((x) << 2) argument
392 # define PACKET3_UNMAP_QUEUES_RB_WPTR(x) ((x) << 0) argument
394 # define PACKET3_UNMAP_QUEUES_DOORBELL_OFFSET2(x) ((x) << 2) argument
396 # define PACKET3_UNMAP_QUEUES_DOORBELL_OFFSET3(x) ((x) << 2) argument
398 /* 1. header
407 # define PACKET3_QUERY_STATUS_CONTEXT_ID(x) ((x) << 0) argument
408 # define PACKET3_QUERY_STATUS_INTERRUPT_SEL(x) ((x) << 28) argument
409 # define PACKET3_QUERY_STATUS_COMMAND(x) ((x) << 30) argument
411 # define PACKET3_QUERY_STATUS_PASID(x) ((x) << 0) argument
413 # define PACKET3_QUERY_STATUS_DOORBELL_OFFSET(x) ((x) << 2) argument
414 # define PACKET3_QUERY_STATUS_ENG_SEL(x) ((x) << 25) argument
417 /* 1. header