Searched refs:DMA_PACKET_NOP (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | ni_dma.c | 142 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in cayman_dma_ring_ib_execute() 445 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0); in cayman_dma_vm_pad_ib()
|
H A D | evergreen_dma.c | 86 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0)); in evergreen_dma_ring_ib_execute()
|
H A D | r600_dma.c | 423 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in r600_dma_ring_ib_execute()
|
H A D | rv770d.h | 675 #define DMA_PACKET_NOP 0xf macro
|
H A D | nid.h | 1367 #define DMA_PACKET_NOP 0xf macro
|
H A D | ni.c | 2248 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in cayman_startup() 2254 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in cayman_startup()
|
H A D | sid.h | 1878 #define DMA_PACKET_NOP 0xf macro
|
H A D | rv770.c | 1821 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0)); in rv770_startup()
|
H A D | evergreen_cs.c | 3207 case DMA_PACKET_NOP: in evergreen_dma_cs_parse() 3646 case DMA_PACKET_NOP: in evergreen_dma_ib_parse()
|
H A D | evergreend.h | 1432 #define DMA_PACKET_NOP 0xf macro
|
H A D | r600d.h | 657 #define DMA_PACKET_NOP 0xf macro
|
H A D | r600_cs.c | 2518 case DMA_PACKET_NOP: in r600_dma_cs_parse()
|
H A D | si.c | 6727 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0)); in si_startup() 6733 DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0)); in si_startup()
|
H A D | evergreen.c | 5091 DMA_PACKET(DMA_PACKET_NOP, 0, 0)); in evergreen_startup()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | si_dma.c | 72 amdgpu_ring_write(ring, DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0)); in si_dma_ring_emit_ib() 408 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0); in si_dma_ring_pad_ib() 721 .nop = DMA_PACKET(DMA_PACKET_NOP, 0, 0, 0, 0),
|
H A D | sid.h | 1942 #define DMA_PACKET_NOP 0xf macro
|