Linux Kernel
3.7.1
|
#include <vmwgfx_drm.h>
Data Fields | |
struct drm_vmw_surface_create_req | rep |
struct drm_vmw_surface_arg | req |
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.
Definition at line 234 of file vmwgfx_drm.h.
Definition at line 235 of file vmwgfx_drm.h.