Searched refs:DMA_PACKET_COPY (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | si_dma.c | 78 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in si_dma_vm_copy_pages() 262 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 | 139 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, cur_size_in_dw)); in evergreen_copy_dma()
|
D | r600_dma.c | 475 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_COPY, 0, 0, cur_size_in_dw)); in r600_copy_dma()
|
D | ni_dma.c | 326 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in cayman_dma_vm_copy_pages()
|
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 | 2853 case DMA_PACKET_COPY: in evergreen_dma_cs_parse() 3592 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 | 2425 case DMA_PACKET_COPY: in r600_dma_cs_parse()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | si_dma.c | 317 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_COPY, in si_dma_vm_copy_pte() 781 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
|