Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
s3c_fb_platdata Struct Reference

#include <fb.h>

Data Fields

void(* setup_gpio )(void)
 
struct s3c_fb_pd_winwin [S3C_FB_MAX_WIN]
 
struct fb_videomodevtiming
 
u32 vidcon0
 
u32 vidcon1
 

Detailed Description

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.

Definition at line 58 of file fb.h.

Field Documentation

void(* setup_gpio)(void)

Definition at line 59 of file fb.h.

u32 vidcon0

Definition at line 64 of file fb.h.

u32 vidcon1

Definition at line 65 of file fb.h.

struct fb_videomode* vtiming

Definition at line 62 of file fb.h.

Definition at line 61 of file fb.h.


The documentation for this struct was generated from the following file: