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

Data Fields

int num_fence_objects
 
struct vmw_privatedev_priv
 
spinlock_t lock
 
struct list_head fence_list
 
struct work_struct work
 
u32 user_fence_size
 
u32 fence_size
 
u32 event_fence_action_size
 
bool fifo_down
 
struct list_head cleanup_list
 
uint32_t pending_actions [VMW_ACTION_MAX]
 
struct mutex goal_irq_mutex
 
bool goal_irq_on
 
bool seqno_valid
 

Detailed Description

Definition at line 33 of file vmwgfx_fence.c.

Field Documentation

struct list_head cleanup_list

Definition at line 43 of file vmwgfx_fence.c.

Definition at line 35 of file vmwgfx_fence.c.

u32 event_fence_action_size

Definition at line 41 of file vmwgfx_fence.c.

struct list_head fence_list

Definition at line 37 of file vmwgfx_fence.c.

u32 fence_size

Definition at line 40 of file vmwgfx_fence.c.

bool fifo_down

Definition at line 42 of file vmwgfx_fence.c.

struct mutex goal_irq_mutex

Definition at line 45 of file vmwgfx_fence.c.

bool goal_irq_on

Definition at line 46 of file vmwgfx_fence.c.

spinlock_t lock

Definition at line 36 of file vmwgfx_fence.c.

int num_fence_objects

Definition at line 34 of file vmwgfx_fence.c.

uint32_t pending_actions[VMW_ACTION_MAX]

Definition at line 44 of file vmwgfx_fence.c.

bool seqno_valid

Definition at line 47 of file vmwgfx_fence.c.

u32 user_fence_size

Definition at line 39 of file vmwgfx_fence.c.

Definition at line 38 of file vmwgfx_fence.c.


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