/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r600_dma.c | 254 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); in r600_dma_ring_test() 359 ib.ptr[0] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1); in r600_dma_ib_test() 414 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); in r600_dma_ring_ib_execute()
|
H A D | evergreen_dma.c | 77 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 1)); in evergreen_dma_ring_ib_execute()
|
H A D | ni_dma.c | 133 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); in cayman_dma_ring_ib_execute() 368 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, in cayman_dma_vm_write_pages()
|
H A D | si_dma.c | 120 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, ndw); in si_dma_vm_write_pages()
|
H A D | rv770d.h | 668 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | nid.h | 1359 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | evergreen_cs.c | 2820 case DMA_PACKET_WRITE: in evergreen_dma_cs_parse() 2823 DRM_ERROR("bad DMA_PACKET_WRITE\n"); in evergreen_dma_cs_parse() 2845 DRM_ERROR("bad DMA_PACKET_WRITE [%6d] 0x%08x sub cmd is not 0 or 8\n", idx, header); in evergreen_dma_cs_parse() 3578 case DMA_PACKET_WRITE: in evergreen_dma_ib_parse() 3589 DRM_ERROR("bad DMA_PACKET_WRITE [%6d] 0x%08x sub cmd is not 0 or 8\n", idx, ib->ptr[idx]); in evergreen_dma_ib_parse()
|
H A D | sid.h | 1869 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | evergreend.h | 1424 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | r600d.h | 650 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | r600_cs.c | 2397 case DMA_PACKET_WRITE: in r600_dma_cs_parse() 2400 DRM_ERROR("bad DMA_PACKET_WRITE\n"); in r600_dma_cs_parse() 2502 DRM_ERROR("bad DMA_PACKET_WRITE\n"); in r600_dma_cs_parse()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r600_dma.c | 253 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); in r600_dma_ring_test() 358 ib.ptr[0] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1); in r600_dma_ib_test() 413 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); in r600_dma_ring_ib_execute()
|
H A D | evergreen_dma.c | 76 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 1)); in evergreen_dma_ring_ib_execute()
|
H A D | ni_dma.c | 132 radeon_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 1)); in cayman_dma_ring_ib_execute() 367 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, in cayman_dma_vm_write_pages()
|
H A D | si_dma.c | 119 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, ndw); in si_dma_vm_write_pages()
|
H A D | rv770d.h | 668 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | nid.h | 1359 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | evergreen_cs.c | 2819 case DMA_PACKET_WRITE: in evergreen_dma_cs_parse() 2822 DRM_ERROR("bad DMA_PACKET_WRITE\n"); in evergreen_dma_cs_parse() 2844 DRM_ERROR("bad DMA_PACKET_WRITE [%6d] 0x%08x sub cmd is not 0 or 8\n", idx, header); in evergreen_dma_cs_parse() 3577 case DMA_PACKET_WRITE: in evergreen_dma_ib_parse() 3588 DRM_ERROR("bad DMA_PACKET_WRITE [%6d] 0x%08x sub cmd is not 0 or 8\n", idx, ib->ptr[idx]); in evergreen_dma_ib_parse()
|
H A D | sid.h | 1869 #define DMA_PACKET_WRITE 0x2 macro
|
H A D | r600_cs.c | 2399 case DMA_PACKET_WRITE: in r600_dma_cs_parse() 2402 DRM_ERROR("bad DMA_PACKET_WRITE\n"); in r600_dma_cs_parse() 2504 DRM_ERROR("bad DMA_PACKET_WRITE\n"); in r600_dma_cs_parse()
|
H A D | evergreend.h | 1424 #define DMA_PACKET_WRITE 0x2 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | si_dma.c | 222 amdgpu_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, 1)); in si_dma_ring_test_ring() 274 ib.ptr[0] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, 1); in si_dma_ring_test_ib() 345 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, ndw); in si_dma_vm_write_pte()
|
H A D | sid.h | 1933 #define DMA_PACKET_WRITE 0x2 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | si_dma.c | 218 amdgpu_ring_write(ring, DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, 1)); in si_dma_ring_test_ring() 271 ib.ptr[0] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, 1); in si_dma_ring_test_ib() 342 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, ndw); in si_dma_vm_write_pte()
|
H A D | sid.h | 1933 #define DMA_PACKET_WRITE 0x2 macro
|