Lines Matching defs:fb_fix_screeninfo
139 struct fb_fix_screeninfo { struct
140 char id[16]; /* identification string eg "TT Builtin" */
141 unsigned long smem_start; /* Start of frame buffer mem */
143 __u32 smem_len; /* Length of frame buffer mem */
144 __u32 type; /* see FB_TYPE_* */
145 __u32 type_aux; /* Interleave for interleaved Planes */
146 __u32 visual; /* see FB_VISUAL_* */
147 __u16 xpanstep; /* zero if no hardware panning */
148 __u16 ypanstep; /* zero if no hardware panning */
149 __u16 ywrapstep; /* zero if no hardware ywrap */
150 __u32 line_length; /* length of a line in bytes */
151 unsigned long mmio_start; /* Start of Memory Mapped I/O */
153 __u32 mmio_len; /* Length of Memory Mapped I/O */
154 __u32 accel; /* Indicate to driver which */
156 __u16 reserved[3]; /* Reserved for future compatibility */