Searched refs:SI_DMA_PACKET (Results 1 – 2 of 2) sorted by relevance
97 radeon_emit(cs, SI_DMA_PACKET(SI_DMA_PACKET_CONSTANT_FILL, 0, csize / 4)); in si_sdma_clear_buffer()170 radeon_emit(cs, SI_DMA_PACKET(SI_DMA_PACKET_COPY, sub_cmd, csize >> shift)); in si_sdma_copy_buffer()
270 #define SI_DMA_PACKET(cmd, sub_cmd, n) \ macro