Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dfb.h22 struct fb_fix_screeninfo { struct
23 char id[16]; /* identification string eg "TT Builtin" */
24 unsigned long smem_start; /* Start of frame buffer mem */
26 __u32 smem_len; /* Length of frame buffer mem */
27 __u32 type; /* see FB_TYPE_* */
28 __u32 type_aux; /* Interleave for interleaved Planes */
29 __u32 visual; /* see FB_VISUAL_* */
30 __u16 xpanstep; /* zero if no hardware panning */
31 __u16 ypanstep; /* zero if no hardware panning */
32 __u16 ywrapstep; /* zero if no hardware ywrap */
[all …]