Searched refs:next_rptr (Results 1 - 10 of 10) sorted by path

/drivers/gpu/drm/radeon/
H A Dcik.c4058 u32 next_rptr; local
4060 next_rptr = ring->wptr + 3 + 4;
4064 radeon_ring_write(ring, next_rptr);
4066 next_rptr = ring->wptr + 5 + 4;
4071 radeon_ring_write(ring, next_rptr);
H A Dcik_sdma.c140 u32 next_rptr = ring->wptr + 5; local
141 while ((next_rptr & 7) != 4)
142 next_rptr++;
143 next_rptr += 4;
148 radeon_ring_write(ring, next_rptr);
H A Devergreen.c2793 u32 next_rptr; local
2800 next_rptr = ring->wptr + 3 + 4;
2804 radeon_ring_write(ring, next_rptr);
2806 next_rptr = ring->wptr + 5 + 4;
2810 radeon_ring_write(ring, next_rptr);
H A Devergreen_dma.c73 u32 next_rptr = ring->wptr + 4; local
74 while ((next_rptr & 7) != 5)
75 next_rptr++;
76 next_rptr += 3;
80 radeon_ring_write(ring, next_rptr);
H A Dni.c1384 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; local
1388 radeon_ring_write(ring, next_rptr);
H A Dni_dma.c128 u32 next_rptr = ring->wptr + 4; local
129 while ((next_rptr & 7) != 5)
130 next_rptr++;
131 next_rptr += 3;
135 radeon_ring_write(ring, next_rptr);
H A Dr100.c3671 u32 next_rptr = ring->wptr + 2 + 3; local
3673 radeon_ring_write(ring, next_rptr);
H A Dr600.c3259 u32 next_rptr; local
3262 next_rptr = ring->wptr + 3 + 4;
3266 radeon_ring_write(ring, next_rptr);
3268 next_rptr = ring->wptr + 5 + 4;
3272 radeon_ring_write(ring, next_rptr);
H A Dr600_dma.c405 u32 next_rptr = ring->wptr + 4; local
406 while ((next_rptr & 7) != 5)
407 next_rptr++;
408 next_rptr += 3;
412 radeon_ring_write(ring, next_rptr);
H A Dsi.c3377 u32 next_rptr; local
3379 next_rptr = ring->wptr + 3 + 4 + 8;
3383 radeon_ring_write(ring, next_rptr);
3385 next_rptr = ring->wptr + 5 + 4 + 8;
3390 radeon_ring_write(ring, next_rptr);

Completed in 129 milliseconds