Linux Kernel
3.7.1
|
#include <fb.h>
Data Fields | |
void(* | setup_gpio )(void) |
struct s3c_fb_pd_win * | win [S3C_FB_MAX_WIN] |
struct fb_videomode * | vtiming |
u32 | vidcon0 |
u32 | vidcon1 |
struct s3c_fb_platdata - S3C driver platform specific information : Setup the external GPIO pins to the right state to transfer the data from the display system to the connected display device. : The base vidcon0 values to control the panel data format. : The base vidcon1 values to control the panel data output. : Video timing when connected to a RGB type panel. : The setup data for each hardware window, or NULL for unused. : The LCD output display mode.
The platform data supplies the video driver with all the information it requires to work with the display(s) attached to the machine. It controls the initial mode, the number of display windows (0 is always the base framebuffer) that are initialised etc.
struct fb_videomode* vtiming |