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

#include <vmwgfx_drm.h>

Data Fields

uint32_t handle
 
int32_t cookie_valid
 
uint64_t kernel_cookie
 
uint64_t timeout_us
 
int32_t lazy
 
int32_t flags
 
int32_t wait_options
 
int32_t pad64
 

Detailed Description

struct drm_vmw_fence_wait_arg

: Fence object handle as returned by the DRM_VMW_EXECBUF ioctl. : Must be reset to 0 on first call. Left alone on restart. : Set to 0 on first call. Left alone on restart. : Wait timeout in microseconds. 0 for indefinite timeout. : Set to 1 if timing is not critical. Allow more than a kernel tick before returning. : Fence flags to wait on. : Options that control the behaviour of the wait ioctl.

Input argument to the DRM_VMW_FENCE_WAIT ioctl.

Definition at line 598 of file vmwgfx_drm.h.

Field Documentation

int32_t cookie_valid

Definition at line 600 of file vmwgfx_drm.h.

int32_t flags

Definition at line 604 of file vmwgfx_drm.h.

Definition at line 599 of file vmwgfx_drm.h.

uint64_t kernel_cookie

Definition at line 601 of file vmwgfx_drm.h.

int32_t lazy

Definition at line 603 of file vmwgfx_drm.h.

int32_t pad64

Definition at line 606 of file vmwgfx_drm.h.

uint64_t timeout_us

Definition at line 602 of file vmwgfx_drm.h.

int32_t wait_options

Definition at line 605 of file vmwgfx_drm.h.


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