|
Linux Kernel
3.7.1
|
#include <vmwgfx_drm.h>
Data Fields | |
| int32_t | cid |
| uint32_t | pad64 |
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.
| int32_t cid |
Definition at line 112 of file vmwgfx_drm.h.
| uint32_t pad64 |
Definition at line 113 of file vmwgfx_drm.h.
1.8.2