Home
last modified time | relevance | path

Searched defs:fb_pixmap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h430 struct fb_pixmap { struct
431 u8 *addr; /* pointer to memory */
432 u32 size; /* size of buffer in bytes */
433 u32 offset; /* current offset to buffer */
434 u32 buf_align; /* byte alignment of each bitmap */
435 u32 scan_align; /* alignment per scanline */
436 u32 access_align; /* alignment per read/write (bits) */
437 u32 flags; /* see FB_PIXMAP_* */
438 u32 blit_x; /* supported bit block dimensions (1-32)*/
439 u32 blit_y; /* Format: blit_x = 1 << (width - 1) */
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h185 struct fb_pixmap { struct
186 u8 *addr; /* pointer to memory */
187 u32 size; /* size of buffer in bytes */
188 u32 offset; /* current offset to buffer */
189 u32 buf_align; /* byte alignment of each bitmap */
190 u32 scan_align; /* alignment per scanline */
191 u32 access_align; /* alignment per read/write (bits) */
192 u32 flags; /* see FB_PIXMAP_* */
193 u32 blit_x; /* supported bit block dimensions (1-32)*/
194 u32 blit_y; /* Format: blit_x = 1 << (width - 1) */
[all …]