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

#include <i915_drm.h>

Data Fields

__u32 handle
 
__u32 pad
 
__u64 offset
 
__u64 size
 
__u64 addr_ptr
 

Detailed Description

Definition at line 437 of file i915_drm.h.

Field Documentation

__u64 addr_ptr

Returned pointer the data was mapped at.

This is a fixed-size type for 32/64 compatibility.

Definition at line 454 of file i915_drm.h.

Handle for the object being mapped.

Definition at line 439 of file i915_drm.h.

Offset in the object to map.

Definition at line 442 of file i915_drm.h.

__u32 pad

Definition at line 440 of file i915_drm.h.

__u64 size

Length of data to map.

The value will be page-aligned.

Definition at line 448 of file i915_drm.h.


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