Searched defs:fb_fix_screeninfo (Results 1 – 1 of 1) sorted by relevance
161 struct fb_fix_screeninfo { struct162 char id[16]; /* identification string eg "TT Builtin" */163 unsigned long smem_start; /* Start of frame buffer mem */165 __u32 smem_len; /* Length of frame buffer mem */166 __u32 type; /* see FB_TYPE_* */167 __u32 type_aux; /* Interleave for interleaved Planes */168 __u32 visual; /* see FB_VISUAL_* */ 169 __u16 xpanstep; /* zero if no hardware panning */170 __u16 ypanstep; /* zero if no hardware panning */171 __u16 ywrapstep; /* zero if no hardware ywrap */[all …]