Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dfb.h316 struct fb_tilemap { struct
317 __u32 width; /* width of each tile in pixels */
318 __u32 height; /* height of each tile in scanlines */
319 __u32 depth; /* color depth of each tile */
320 __u32 length; /* number of tiles in the map */
321 const __u8 *data; /* actual tile map: a bitmap array, packed
/kernel/linux/linux-5.10/include/linux/
Dfb.h306 struct fb_tilemap { struct
307 __u32 width; /* width of each tile in pixels */
308 __u32 height; /* height of each tile in scanlines */
309 __u32 depth; /* color depth of each tile */
310 __u32 length; /* number of tiles in the map */
311 const __u8 *data; /* actual tile map: a bitmap array, packed