Searched refs:next_rptr (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | evergreen_dma.c | 73 u32 next_rptr = ring->wptr + 4; in evergreen_dma_ring_ib_execute() local 74 while ((next_rptr & 7) != 5) in evergreen_dma_ring_ib_execute() 75 next_rptr++; in evergreen_dma_ring_ib_execute() 76 next_rptr += 3; in evergreen_dma_ring_ib_execute() 80 radeon_ring_write(ring, next_rptr); in evergreen_dma_ring_ib_execute()
|
D | r600_dma.c | 410 u32 next_rptr = ring->wptr + 4; in r600_dma_ring_ib_execute() local 411 while ((next_rptr & 7) != 5) in r600_dma_ring_ib_execute() 412 next_rptr++; in r600_dma_ring_ib_execute() 413 next_rptr += 3; in r600_dma_ring_ib_execute() 417 radeon_ring_write(ring, next_rptr); in r600_dma_ring_ib_execute()
|
D | ni_dma.c | 129 u32 next_rptr = ring->wptr + 4; in cayman_dma_ring_ib_execute() local 130 while ((next_rptr & 7) != 5) in cayman_dma_ring_ib_execute() 131 next_rptr++; in cayman_dma_ring_ib_execute() 132 next_rptr += 3; in cayman_dma_ring_ib_execute() 136 radeon_ring_write(ring, next_rptr); in cayman_dma_ring_ib_execute()
|
D | cik_sdma.c | 140 u32 next_rptr = ring->wptr + 5; in cik_sdma_ring_ib_execute() local 141 while ((next_rptr & 7) != 4) in cik_sdma_ring_ib_execute() 142 next_rptr++; in cik_sdma_ring_ib_execute() 143 next_rptr += 4; in cik_sdma_ring_ib_execute() 148 radeon_ring_write(ring, next_rptr); in cik_sdma_ring_ib_execute()
|
D | r600.c | 3366 u32 next_rptr; in r600_ring_ib_execute() local 3369 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute() 3373 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute() 3375 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute() 3379 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
|
D | evergreen.c | 2929 u32 next_rptr; in evergreen_ring_ib_execute() local 2936 next_rptr = ring->wptr + 3 + 4; in evergreen_ring_ib_execute() 2940 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute() 2942 next_rptr = ring->wptr + 5 + 4; in evergreen_ring_ib_execute() 2946 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
|
D | ni.c | 1434 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local 1438 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
|
D | si.c | 3413 u32 next_rptr; in si_ring_ib_execute() local 3415 next_rptr = ring->wptr + 3 + 4 + 8; in si_ring_ib_execute() 3419 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute() 3421 next_rptr = ring->wptr + 5 + 4 + 8; in si_ring_ib_execute() 3426 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
|
D | cik.c | 3742 u32 next_rptr; in cik_ring_ib_execute() local 3744 next_rptr = ring->wptr + 3 + 4; in cik_ring_ib_execute() 3748 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute() 3750 next_rptr = ring->wptr + 5 + 4; in cik_ring_ib_execute() 3755 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute()
|
D | r100.c | 3690 u32 next_rptr = ring->wptr + 2 + 3; in r100_ring_ib_execute() local 3692 radeon_ring_write(ring, next_rptr); in r100_ring_ib_execute()
|