Lines Matching defs:fb_var_screeninfo
241 struct fb_var_screeninfo { struct
242 __u32 xres; /* visible resolution */
243 __u32 yres;
244 __u32 xres_virtual; /* virtual resolution */
245 __u32 yres_virtual;
246 __u32 xoffset; /* offset from virtual to visible */
247 __u32 yoffset; /* resolution */
249 __u32 bits_per_pixel; /* guess what */
250 __u32 grayscale; /* 0 = color, 1 = grayscale, */
252 struct fb_bitfield red; /* bitfield in fb mem if true color, */
253 struct fb_bitfield green; /* else only length is significant */
254 struct fb_bitfield blue;
255 struct fb_bitfield transp; /* transparency */
257 __u32 nonstd; /* != 0 Non standard pixel format */
259 __u32 activate; /* see FB_ACTIVATE_* */
261 __u32 height; /* height of picture in mm */
262 __u32 width; /* width of picture in mm */
264 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
267 __u32 pixclock; /* pixel clock in ps (pico seconds) */
268 __u32 left_margin; /* time from sync to picture */
269 __u32 right_margin; /* time from picture to sync */
270 __u32 upper_margin; /* time from sync to picture */
271 __u32 lower_margin;
272 __u32 hsync_len; /* length of horizontal sync */
273 __u32 vsync_len; /* length of vertical sync */
274 __u32 sync; /* see FB_SYNC_* */
275 __u32 vmode; /* see FB_VMODE_* */
276 __u32 rotate; /* angle we rotate counter clockwise */
277 __u32 colorspace; /* colorspace for FOURCC-based modes */
278 __u32 reserved[4]; /* Reserved for future compatibility */