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

#include <vmwgfx_drm.h>

Data Fields

int32_t cid
 
uint32_t pad64
 

Detailed Description

DRM_VMW_CREATE_CONTEXT - Create a host context.

Allocates a device unique context id, and queues a create context command for the host. Does not wait for host completion. struct drm_vmw_context_arg

: Device unique context ID.

Output argument to the DRM_VMW_CREATE_CONTEXT Ioctl. Input argument to the DRM_VMW_UNREF_CONTEXT Ioctl.

Definition at line 111 of file vmwgfx_drm.h.

Field Documentation

int32_t cid

Definition at line 112 of file vmwgfx_drm.h.

uint32_t pad64

Definition at line 113 of file vmwgfx_drm.h.


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