Searched refs:DMA_PACKET_NOP (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | ni_dma.c | 143 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in cayman_dma_ring_ib_execute() 446 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0); in cayman_dma_vm_pad_ib()
|
D | evergreen_dma.c | 87 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0)); in evergreen_dma_ring_ib_execute()
|
D | r600_dma.c | 424 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in r600_dma_ring_ib_execute()
|
D | rv770d.h | 675 #define DMA_PACKET_NOP 0xf macro
|
D | nid.h | 1367 #define DMA_PACKET_NOP 0xf macro
|
D | ni.c | 2261 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in cayman_startup() 2267 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in cayman_startup()
|
D | sid.h | 1878 #define DMA_PACKET_NOP 0xf macro
|
D | rv770.c | 1824 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in rv770_startup()
|
D | evergreen_cs.c | 3208 case DMA_PACKET_NOP: in evergreen_dma_cs_parse() 3647 case DMA_PACKET_NOP: in evergreen_dma_ib_parse()
|
D | evergreend.h | 1432 #define DMA_PACKET_NOP 0xf macro
|
D | r600d.h | 657 #define DMA_PACKET_NOP 0xf macro
|
D | r600_cs.c | 2516 case DMA_PACKET_NOP: in r600_dma_cs_parse()
|
D | si.c | 6728 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0)); in si_startup() 6734 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0)); in si_startup()
|
D | evergreen.c | 5088 DMA_PACKET(DMA_PACKET_NOP, 0, 0)); in evergreen_startup()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | si_dma.c | 73 amdgpu_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0)); in si_dma_ring_emit_ib() 410 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0); in si_dma_ring_pad_ib() 723 .nop = DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0),
|
D | sid.h | 1942 #define DMA_PACKET_NOP 0xf macro
|