Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dfb.h598 struct fb_videomode { struct
599 const char *name; /* optional */
600 u32 refresh; /* optional */
601 u32 xres;
602 u32 yres;
603 u32 pixclock;
604 u32 left_margin;
605 u32 right_margin;
606 u32 upper_margin;
607 u32 lower_margin;
[all …]