Searched refs:DMA_PACKET_COPY (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/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 | 476 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, 0, cur_size_in_dw)); in r600_copy_dma()
|
D | rv770d.h | 669 #define DMA_PACKET_COPY 0x3 macro
|
D | nid.h | 1360 #define DMA_PACKET_COPY 0x3 macro
|
D | sid.h | 1870 #define DMA_PACKET_COPY 0x3 macro
|
D | evergreen_cs.c | 2854 case DMA_PACKET_COPY: in evergreen_dma_cs_parse() 3593 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 | 2427 case DMA_PACKET_COPY: in r600_dma_cs_parse()
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | si_dma.c | 320 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in si_dma_vm_copy_pte() 780 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in si_dma_emit_copy_buffer()
|
D | sid.h | 1934 #define DMA_PACKET_COPY 0x3 macro
|