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

Data Fields

unsigned int is_2443:1
 
unsigned short nr_windows
 
unsigned int vidtcon
 
unsigned short wincon
 
unsigned short winmap
 
unsigned short keycon
 
unsigned short buf_start
 
unsigned short buf_end
 
unsigned short buf_size
 
unsigned short osd
 
unsigned short osd_stride
 
unsigned short palette [S3C_FB_MAX_WIN]
 
unsigned int has_prtcon:1
 
unsigned int has_shadowcon:1
 
unsigned int has_blendcon:1
 
unsigned int has_clksel:1
 
unsigned int has_fixvclk:1
 

Detailed Description

struct s3c_fb_variant - fb variant information : Set if S3C2443/S3C2416 style hardware. : The number of windows. : The base for the VIDTCONx registers : The base for the WINxCON registers. : The base for the WINxMAP registers. : The abse for the WxKEYCON registers. : Offset of buffer start registers. : Offset of buffer size registers. : Offset of buffer end registers. : The base for the OSD registers. : Address of palette memory, or 0 if none. : Set if has PRTCON register. : Set if has SHADOWCON register. : Set if has BLENDCON register. : Set if VIDCON0 register has CLKSEL bit. : Set if VIDCON1 register has FIXVCLK bits.

Definition at line 89 of file s3c-fb.c.

Field Documentation

unsigned short buf_end

Definition at line 97 of file s3c-fb.c.

unsigned short buf_size

Definition at line 98 of file s3c-fb.c.

unsigned short buf_start

Definition at line 96 of file s3c-fb.c.

unsigned int has_blendcon

Definition at line 105 of file s3c-fb.c.

unsigned int has_clksel

Definition at line 106 of file s3c-fb.c.

unsigned int has_fixvclk

Definition at line 107 of file s3c-fb.c.

unsigned int has_prtcon

Definition at line 103 of file s3c-fb.c.

unsigned int has_shadowcon

Definition at line 104 of file s3c-fb.c.

unsigned int is_2443

Definition at line 90 of file s3c-fb.c.

unsigned short keycon

Definition at line 95 of file s3c-fb.c.

unsigned short nr_windows

Definition at line 91 of file s3c-fb.c.

unsigned short osd

Definition at line 99 of file s3c-fb.c.

unsigned short osd_stride

Definition at line 100 of file s3c-fb.c.

Definition at line 101 of file s3c-fb.c.

unsigned int vidtcon

Definition at line 92 of file s3c-fb.c.

unsigned short wincon

Definition at line 93 of file s3c-fb.c.

unsigned short winmap

Definition at line 94 of file s3c-fb.c.


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