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

#include <vmwgfx_drm.h>

Data Fields

struct drm_vmw_surface_create_req rep
 
struct drm_vmw_surface_arg req
 

Detailed Description

DRM_VMW_REF_SURFACE - Reference a host surface.

Puts a reference on a host surface with a give sid, as previously returned by the DRM_VMW_CREATE_SURFACE ioctl. A reference will make sure the surface isn't destroyed while we hold it and will allow the calling client to use the surface ID in the command stream.

On successful return, the Ioctl returns the surface information given in the DRM_VMW_CREATE_SURFACE ioctl. union drm_vmw_surface_reference_arg

: Output data as described above. : Input data as described above.

Argument to the DRM_VMW_REF_SURFACE Ioctl.

Definition at line 233 of file vmwgfx_drm.h.

Field Documentation

Definition at line 234 of file vmwgfx_drm.h.

Definition at line 235 of file vmwgfx_drm.h.


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