Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfb.h186 struct fb_pixmap { struct
187 u8 *addr; /* pointer to memory */
188 u32 size; /* size of buffer in bytes */
189 u32 offset; /* current offset to buffer */
190 u32 buf_align; /* byte alignment of each bitmap */
191 u32 scan_align; /* alignment per scanline */
192 u32 access_align; /* alignment per read/write (bits) */
193 u32 flags; /* see FB_PIXMAP_* */
194 u32 blit_x; /* supported bit block dimensions (1-32)*/
195 u32 blit_y; /* Format: blit_x = 1 << (width - 1) */
[all …]