Searched defs:fb_var_screeninfo (Results 1 – 1 of 1) sorted by relevance
240 struct fb_var_screeninfo { struct241 __u32 xres; /* visible resolution */242 __u32 yres;243 __u32 xres_virtual; /* virtual resolution */244 __u32 yres_virtual;245 __u32 xoffset; /* offset from virtual to visible */246 __u32 yoffset; /* resolution */248 __u32 bits_per_pixel; /* guess what */249 __u32 grayscale; /* 0 = color, 1 = grayscale, */251 struct fb_bitfield red; /* bitfield in fb mem if true color, */[all …]