Searched refs:next_rptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dni.c954 uint32_t next_rptr = ring->wptr + 3 + 4 + 8; local
958 radeon_ring_write(ring, next_rptr);
1230 u32 next_rptr = ring->wptr + 4; local
1231 while ((next_rptr & 7) != 5)
1232 next_rptr++;
1233 next_rptr += 3;
1237 radeon_ring_write(ring, next_rptr);
H A Dr600.c3059 u32 next_rptr; local
3062 next_rptr = ring->wptr + 3 + 4;
3066 radeon_ring_write(ring, next_rptr);
3068 next_rptr = ring->wptr + 5 + 4;
3072 radeon_ring_write(ring, next_rptr);
3217 u32 next_rptr = ring->wptr + 4; local
3218 while ((next_rptr & 7) != 5)
3219 next_rptr++;
3220 next_rptr += 3;
3224 radeon_ring_write(ring, next_rptr);
[all...]
H A Devergreen.c1606 u32 next_rptr; local
1613 next_rptr = ring->wptr + 3 + 4;
1617 radeon_ring_write(ring, next_rptr);
1619 next_rptr = ring->wptr + 5 + 4;
1623 radeon_ring_write(ring, next_rptr);
3420 u32 next_rptr = ring->wptr + 4; local
3421 while ((next_rptr & 7) != 5)
3422 next_rptr++;
3423 next_rptr += 3;
3427 radeon_ring_write(ring, next_rptr);
[all...]
H A Dsi.c1838 u32 next_rptr; local
1840 next_rptr = ring->wptr + 3 + 4 + 8;
1844 radeon_ring_write(ring, next_rptr);
1846 next_rptr = ring->wptr + 5 + 4 + 8;
1851 radeon_ring_write(ring, next_rptr);
H A Dr100.c3782 u32 next_rptr = ring->wptr + 2 + 3; local
3784 radeon_ring_write(ring, next_rptr);

Completed in 115 milliseconds