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

#include <vmwgfx_drm.h>

Data Fields

uint32_t handle
 
uint32_t flags
 
int32_t signaled
 
uint32_t passed_seqno
 
uint32_t signaled_flags
 
uint32_t pad64
 

Detailed Description

DRM_VMW_FENCE_SIGNALED

Checks if a fence object is signaled.. struct drm_vmw_fence_signaled_arg

: Fence object handle as returned by the DRM_VMW_EXECBUF ioctl. : Fence object flags input to DRM_VMW_FENCE_SIGNALED ioctl : Out: Flags signaled. : Out: Highest sequence passed so far. Can be used to signal the EXEC flag of user-space fence objects.

Input/Output argument to the DRM_VMW_FENCE_SIGNALED and DRM_VMW_FENCE_UNREF ioctls.

Definition at line 629 of file vmwgfx_drm.h.

Field Documentation

uint32_t flags

Definition at line 631 of file vmwgfx_drm.h.

Definition at line 630 of file vmwgfx_drm.h.

uint32_t pad64

Definition at line 635 of file vmwgfx_drm.h.

uint32_t passed_seqno

Definition at line 633 of file vmwgfx_drm.h.

int32_t signaled

Definition at line 632 of file vmwgfx_drm.h.

uint32_t signaled_flags

Definition at line 634 of file vmwgfx_drm.h.


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