Searched refs:RING_MIN_FREE (Results 1 - 2 of 2) sorted by relevance

/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1499 if (ring_space > RING_MIN_FREE)
1500 ring_space -= RING_MIN_FREE;
1572 wait_ring(dinfo, dinfo->ring.size - RING_MIN_FREE);
1573 dinfo->ring_space = dinfo->ring.size - RING_MIN_FREE;
H A Dintelfbhw.h81 * Tail can't wrap to any closer than RING_MIN_FREE bytes of the head,
82 * and the last RING_MIN_FREE bytes need to be padded with MI_NOOP
84 #define RING_MIN_FREE 64 macro

Completed in 15 milliseconds