Home
last modified time | relevance | path

Searched refs:next_rptr (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/radeon/
Devergreen_dma.c73 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()
Dni_dma.c129 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()
Dr600_dma.c410 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()
Dcik_sdma.c140 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()
Dr600.c3373 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()
Devergreen.c3026 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()
Dni.c1441 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()
Dsi.c3409 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()
Dcik.c3772 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()
Dr100.c3690 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()