Linux Kernel
3.7.1
|
Data Fields | |
struct vmw_fence_action | action |
struct list_head | fpriv_head |
struct drm_pending_event * | event |
struct vmw_fence_obj * | fence |
struct drm_device * | dev |
uint32_t * | tv_sec |
uint32_t * | tv_usec |
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.
Definition at line 72 of file vmwgfx_fence.c.
struct drm_device* dev |
Definition at line 77 of file vmwgfx_fence.c.
Definition at line 75 of file vmwgfx_fence.c.
struct vmw_fence_obj* fence |
Definition at line 76 of file vmwgfx_fence.c.
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.