Home
last modified time | relevance | path

Searched refs:RINGBUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/video/fbdev/i810/
Di810.h124 #define RINGBUFFER_SIZE (64*1024) macro
140 #define RING_SIZE_MASK (RINGBUFFER_SIZE - 1)
Di810_main.c1661 par->iring.size = RINGBUFFER_SIZE; in i810_fix_offsets()
1663 par->cursor_heap.offset = par->iring.offset + (RINGBUFFER_SIZE >> 12); in i810_fix_offsets()