Linux Kernel
3.7.1
|
Data Fields | |
struct vmw_private * | vmw_priv |
void * | vmalloc |
struct vmw_dma_buffer * | vmw_bo |
struct ttm_bo_kmap_obj | map |
u32 | pseudo_palette [17] |
unsigned | depth |
unsigned | bpp |
unsigned | max_width |
unsigned | max_height |
void * | bo_ptr |
unsigned | bo_size |
bool | bo_iowrite |
struct { | |
spinlock_t lock | |
bool active | |
unsigned x1 | |
unsigned y1 | |
unsigned x2 | |
unsigned y2 | |
} | dirty |
Definition at line 38 of file vmwgfx_fb.c.
bool active |
Definition at line 60 of file vmwgfx_fb.c.
bool bo_iowrite |
Definition at line 56 of file vmwgfx_fb.c.
void* bo_ptr |
Definition at line 54 of file vmwgfx_fb.c.
unsigned bo_size |
Definition at line 55 of file vmwgfx_fb.c.
unsigned bpp |
Definition at line 49 of file vmwgfx_fb.c.
unsigned depth |
Definition at line 48 of file vmwgfx_fb.c.
struct { ... } dirty |
spinlock_t lock |
Definition at line 59 of file vmwgfx_fb.c.
Definition at line 44 of file vmwgfx_fb.c.
unsigned max_height |
Definition at line 52 of file vmwgfx_fb.c.
unsigned max_width |
Definition at line 51 of file vmwgfx_fb.c.
u32 pseudo_palette[17] |
Definition at line 46 of file vmwgfx_fb.c.
void* vmalloc |
Definition at line 41 of file vmwgfx_fb.c.
struct vmw_dma_buffer* vmw_bo |
Definition at line 43 of file vmwgfx_fb.c.
struct vmw_private* vmw_priv |
Definition at line 39 of file vmwgfx_fb.c.
unsigned x1 |
Definition at line 61 of file vmwgfx_fb.c.
unsigned x2 |
Definition at line 63 of file vmwgfx_fb.c.
unsigned y1 |
Definition at line 62 of file vmwgfx_fb.c.
unsigned y2 |
Definition at line 64 of file vmwgfx_fb.c.