Home
last modified time | relevance | path

Searched defs:fb_fix_screeninfo (Results 1 – 1 of 1) sorted by relevance

/linux/include/uapi/linux/
H A Dfb.h158 struct fb_fix_screeninfo { struct
162 __u32 smem_len; /* Length of frame buffer mem */
163 __u32 type; /* see FB_TYPE_* */
165 __u32 visual; /* see FB_VISUAL_* */
166 __u16 xpanstep; /* zero if no hardware panning */
167 __u16 ypanstep; /* zero if no hardware panning */
168 __u16 ywrapstep; /* zero if no hardware ywrap */
169 __u32 line_length; /* length of a line in bytes */
172 __u32 mmio_len; /* Length of Memory Mapped I/O */
173 __u32 accel; /* Indicate to driver which */
[all …]