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

Data Fields

struct vmw_fence_action action
 
struct list_head fpriv_head
 
struct drm_pending_event * event
 
struct vmw_fence_objfence
 
struct drm_devicedev
 
uint32_ttv_sec
 
uint32_ttv_usec
 

Detailed Description

struct vmw_event_fence_action - fence action that delivers a drm event.

: A struct drm_pending_event that controls the event delivery. : A struct vmw_fence_action to hook up to a fence. : A referenced pointer to the fence to keep it alive while hangs on it. : Pointer to a struct drm_device so we can access the event stuff. : Both and has destructors, so we need to refcount. : Size accounted for this object. : If non-null, the variable pointed to will be assigned current time tv_sec val when the fence signals. : Must be set if is set, and the variable pointed to will be assigned the current time tv_usec val when the fence signals.

Definition at line 71 of file vmwgfx_fence.c.

Field Documentation

Definition at line 72 of file vmwgfx_fence.c.

Definition at line 77 of file vmwgfx_fence.c.

struct drm_pending_event* event

Definition at line 75 of file vmwgfx_fence.c.

Definition at line 76 of file vmwgfx_fence.c.

struct list_head fpriv_head

Definition at line 73 of file vmwgfx_fence.c.

uint32_t* tv_sec

Definition at line 79 of file vmwgfx_fence.c.

uint32_t* tv_usec

Definition at line 80 of file vmwgfx_fence.c.


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