Searched refs:DMA_PACKET_COPY (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | si_dma.c | 79 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in si_dma_vm_copy_pages() 263 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 1, 0, 0, cur_size_in_bytes)); in si_copy_dma()
|
D | rv770_dma.c | 74 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, 0, cur_size_in_dw)); in rv770_copy_dma()
|
D | evergreen_dma.c | 140 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, cur_size_in_dw)); in evergreen_copy_dma()
|
D | ni_dma.c | 327 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in cayman_dma_vm_copy_pages()
|
D | r600_dma.c | 471 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, 0, cur_size_in_dw)); in r600_copy_dma()
|
D | rv770d.h | 668 #define DMA_PACKET_COPY 0x3 macro
|
D | nid.h | 1359 #define DMA_PACKET_COPY 0x3 macro
|
D | sid.h | 1868 #define DMA_PACKET_COPY 0x3 macro
|
D | evergreen_cs.c | 2803 case DMA_PACKET_COPY: in evergreen_dma_cs_parse() 3520 case DMA_PACKET_COPY: in evergreen_dma_ib_parse()
|
D | evergreend.h | 1425 #define DMA_PACKET_COPY 0x3 macro
|
D | r600d.h | 651 #define DMA_PACKET_COPY 0x3 macro
|
D | r600_cs.c | 2522 case DMA_PACKET_COPY: in r600_dma_cs_parse()
|