Lines Matching defs:fb_var_screeninfo
104 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, */
116 struct fb_bitfield green; /* else only length is significant */
117 struct fb_bitfield blue;
118 struct fb_bitfield transp; /* transparency */
120 __u32 nonstd; /* != 0 Non standard pixel format */
122 __u32 activate; /* see FB_ACTIVATE_* */
124 __u32 height; /* height of picture in mm */
125 __u32 width; /* width of picture in mm */
127 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
130 __u32 pixclock; /* pixel clock in ps (pico seconds) */
131 __u32 left_margin; /* time from sync to picture */
132 __u32 right_margin; /* time from picture to sync */
133 __u32 upper_margin; /* time from sync to picture */
134 __u32 lower_margin;
135 __u32 hsync_len; /* length of horizontal sync */
136 __u32 vsync_len; /* length of vertical sync */
137 __u32 sync; /* see FB_SYNC_* */
138 __u32 vmode; /* see FB_VMODE_* */
139 __u32 rotate; /* angle we rotate counter clockwise */
140 __u32 reserved[5]; /* Reserved for future compatibility */