Searched defs:fb_var_screeninfo (Results 1 – 1 of 1) sorted by relevance
78 struct fb_var_screeninfo { struct79 uint32_t xres; /* visible resolution */80 uint32_t yres;81 uint32_t xres_virtual; /* virtual resolution */82 uint32_t yres_virtual;83 uint32_t xoffset; /* offset from virtual to visible */84 uint32_t yoffset; /* resolution */86 uint32_t bits_per_pixel;87 uint32_t grayscale; /* !=0 Graylevels instead of colors */89 struct fb_bitfield red; /* bitfield in fb mem if true color, */[all …]