RINGBUFFER_SIZE   140 drivers/video/fbdev/i810/i810.h #define RING_SIZE_MASK              (RINGBUFFER_SIZE - 1)
RINGBUFFER_SIZE  1658 drivers/video/fbdev/i810/i810_main.c 	par->iring.size = RINGBUFFER_SIZE;
RINGBUFFER_SIZE  1660 drivers/video/fbdev/i810/i810_main.c 	par->cursor_heap.offset = par->iring.offset + (RINGBUFFER_SIZE >> 12);
RINGBUFFER_SIZE   606 drivers/video/fbdev/intelfb/intelfbdrv.c 		dinfo->ring.size = RINGBUFFER_SIZE;