Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfb.h157 struct fb_fix_screeninfo { struct
161 __u32 smem_len; /* Length of frame buffer mem */
162 __u32 type; /* see FB_TYPE_* */
164 __u32 visual; /* see FB_VISUAL_* */
165 __u16 xpanstep; /* zero if no hardware panning */
166 __u16 ypanstep; /* zero if no hardware panning */
167 __u16 ywrapstep; /* zero if no hardware ywrap */
168 __u32 line_length; /* length of a line in bytes */
171 __u32 mmio_len; /* Length of Memory Mapped I/O */
172 __u32 accel; /* Indicate to driver which */
[all …]
/openbmc/u-boot/include/linux/
H A Dfb.h22 struct fb_fix_screeninfo { struct
24 unsigned long smem_start; /* Start of frame buffer mem */
26 __u32 smem_len; /* Length of frame buffer mem */
27 __u32 type; /* see FB_TYPE_* */
29 __u32 visual; /* see FB_VISUAL_* */
30 __u16 xpanstep; /* zero if no hardware panning */
31 __u16 ypanstep; /* zero if no hardware panning */
32 __u16 ywrapstep; /* zero if no hardware ywrap */
33 __u32 line_length; /* length of a line in bytes */
36 __u32 mmio_len; /* Length of Memory Mapped I/O */
[all …]