Lines Matching defs:fb_fix_screeninfo
113 struct fb_fix_screeninfo { struct
114 char id[16]; /* identification string eg "TT Builtin" */
115 unsigned long smem_start; /* Start of frame buffer mem */
117 __u32 smem_len; /* Length of frame buffer mem */
118 __u32 type; /* see FB_TYPE_* */
119 __u32 type_aux; /* Interleave for interleaved Planes */
120 __u32 visual; /* see FB_VISUAL_* */
121 __u16 xpanstep; /* zero if no hardware panning */
122 __u16 ypanstep; /* zero if no hardware panning */
123 __u16 ywrapstep; /* zero if no hardware ywrap */
124 __u32 line_length; /* length of a line in bytes */
125 unsigned long mmio_start; /* Start of Memory Mapped I/O */
127 __u32 mmio_len; /* Length of Memory Mapped I/O */
128 __u32 accel; /* Type of acceleration available */
129 __u16 reserved[3]; /* Reserved for future compatibility */