Searched defs:fb_pixmap (Results 1 – 1 of 1) sorted by relevance
429 struct fb_pixmap { struct430 u8 *addr; /* pointer to memory */431 u32 size; /* size of buffer in bytes */432 u32 offset; /* current offset to buffer */433 u32 buf_align; /* byte alignment of each bitmap */434 u32 scan_align; /* alignment per scanline */435 u32 access_align; /* alignment per read/write (bits) */436 u32 flags; /* see FB_PIXMAP_* */437 u32 blit_x; /* supported bit block dimensions (1-32)*/438 u32 blit_y; /* Format: blit_x = 1 << (width - 1) */[all …]
Completed in 7 milliseconds