Searched refs:next_rptr (Results 1 – 10 of 10) sorted by relevance
/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 | 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 | 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 | 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 | 3373 u32 next_rptr; in r600_ring_ib_execute() local 3376 next_rptr = ring->wptr + 3 + 4; in r600_ring_ib_execute() 3380 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute() 3382 next_rptr = ring->wptr + 5 + 4; in r600_ring_ib_execute() 3386 radeon_ring_write(ring, next_rptr); in r600_ring_ib_execute()
|
D | evergreen.c | 3026 u32 next_rptr; in evergreen_ring_ib_execute() local 3033 next_rptr = ring->wptr + 3 + 4; in evergreen_ring_ib_execute() 3037 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute() 3039 next_rptr = ring->wptr + 5 + 4; in evergreen_ring_ib_execute() 3043 radeon_ring_write(ring, next_rptr); in evergreen_ring_ib_execute()
|
D | ni.c | 1441 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; in cayman_ring_ib_execute() local 1445 radeon_ring_write(ring, next_rptr); in cayman_ring_ib_execute()
|
D | si.c | 3409 u32 next_rptr; in si_ring_ib_execute() local 3411 next_rptr = ring->wptr + 3 + 4 + 8; in si_ring_ib_execute() 3415 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute() 3417 next_rptr = ring->wptr + 5 + 4 + 8; in si_ring_ib_execute() 3422 radeon_ring_write(ring, next_rptr); in si_ring_ib_execute()
|
D | cik.c | 3772 u32 next_rptr; in cik_ring_ib_execute() local 3774 next_rptr = ring->wptr + 3 + 4; in cik_ring_ib_execute() 3778 radeon_ring_write(ring, next_rptr); in cik_ring_ib_execute() 3780 next_rptr = ring->wptr + 5 + 4; in cik_ring_ib_execute() 3785 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()
|