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

#include <vmwgfx_drm.h>

Data Fields

uint64_t map_handle
 
uint32_t handle
 
uint32_t cur_gmr_id
 
uint32_t cur_gmr_offset
 
uint32_t pad64
 

Detailed Description

struct drm_vmw_dmabuf_rep

: Offset to use in the mmap() call used to map the buffer. : Handle unique to this buffer. Used for unreferencing. : GMR id to use in the command stream when this buffer is referenced. See not above. : Offset to use in the command stream when this buffer is referenced. See note above.

Output data from the DRM_VMW_ALLOC_DMABUF Ioctl.

Definition at line 365 of file vmwgfx_drm.h.

Field Documentation

uint32_t cur_gmr_id

Definition at line 368 of file vmwgfx_drm.h.

uint32_t cur_gmr_offset

Definition at line 369 of file vmwgfx_drm.h.

Definition at line 367 of file vmwgfx_drm.h.

uint64_t map_handle

Definition at line 366 of file vmwgfx_drm.h.

uint32_t pad64

Definition at line 370 of file vmwgfx_drm.h.


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