15 struct mbxfb_platform_data
{
17 struct mbxfb_val xres
;
18 struct mbxfb_val yres
;
22 unsigned long memsize
; /* if 0 use ODFB? */
23 unsigned long timings1
;
24 unsigned long timings2
;
25 unsigned long timings3
;
27 int (*probe
)(struct fb_info
*fb
);
28 int (*remove
)(struct fb_info
*fb
);
32 #define MBXFB_FMT_YUV12 0
35 #define MBXFB_FMT_UY0VY1 1
36 #define MBXFB_FMT_VY0UY1 2
37 #define MBXFB_FMT_Y0UY1V 3
38 #define MBXFB_FMT_Y0VY1U 4
39 struct mbxfb_overlaySetup
{
49 /* Filled by the driver */
57 #define MBXFB_IOCX_OVERLAY _IOWR(0xF4, 0x00,struct mbxfb_overlaySetup)
59 #endif /* __MBX_FB_H */