Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfb.h242 struct fb_var_screeninfo { struct
243 __u32 xres; /* visible resolution */
244 __u32 yres;
245 __u32 xres_virtual; /* virtual resolution */
246 __u32 yres_virtual;
247 __u32 xoffset; /* offset from virtual to visible */
248 __u32 yoffset; /* resolution */
250 __u32 bits_per_pixel; /* guess what */
251 __u32 grayscale; /* 0 = color, 1 = grayscale, */
253 struct fb_bitfield red; /* bitfield in fb mem if true color, */
[all …]
/openbmc/u-boot/include/linux/
H A Dfb.h104 struct fb_var_screeninfo { struct
105 __u32 xres; /* visible resolution */
106 __u32 yres;
107 __u32 xres_virtual; /* virtual resolution */
108 __u32 yres_virtual;
109 __u32 xoffset; /* offset from virtual to visible */
110 __u32 yoffset; /* resolution */
112 __u32 bits_per_pixel; /* guess what */
113 __u32 grayscale; /* != 0 Graylevels instead of colors */
115 struct fb_bitfield red; /* bitfield in fb mem if true color, */
[all …]