Searched defs:fb_fix_screeninfo (Results 1 – 1 of 1) sorted by relevance
90 struct fb_fix_screeninfo struct93 unsigned long smem_start; /* Start of frame buffer mem */95 uint32_t smem_len; /* Length of frame buffer mem */96 uint32_t type; /* see FB_TYPE_* */98 uint32_t visual; /* see FB_VISUAL_* */99 uint16_t xpanstep; /* zero if no hardware panning */101 uint16_t ywrapstep; /* zero if no hardware ywrap */102 uint32_t line_length; /* length of a line in bytes */103 unsigned long mmio_start; /* Start of Memory Mapped I/O */106 uint32_t accel; /* Indicate to driver which */[all …]
Completed in 7 milliseconds