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

Data Fields

unsigned int has_osd_c:1
 
unsigned int has_osd_d:1
 
unsigned int has_osd_alpha:1
 
unsigned int palette_16bpp:1
 
unsigned short osd_size_off
 
unsigned short palette_sz
 
u32 valid_bpp
 

Detailed Description

struct s3c_fb_win_variant : Set if has OSD C register. : Set if has OSD D register. : Set if can change alpha transparency for a window. : Size of palette in entries. : Set if palette is 16bits wide. : If != 0, supports setting up OSD for a window; the appropriate register is located at the given offset from OSD_BASE. : 1 bit per BPP setting to show valid bits-per-pixel.

valid_bpp bit x is set if (x+1)BPP is supported.

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

Field Documentation

unsigned int has_osd_alpha

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

unsigned int has_osd_c

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

unsigned int has_osd_d

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

unsigned short osd_size_off

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

unsigned int palette_16bpp

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

unsigned short palette_sz

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

u32 valid_bpp

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


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