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

#include <i915_drm.h>

Data Fields

__u32 handle
 
__u32 pad
 
__u64 offset
 
__u64 size
 
__u64 data_ptr
 

Detailed Description

Definition at line 405 of file i915_drm.h.

Field Documentation

__u64 data_ptr

Pointer to write the data into.

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

Definition at line 418 of file i915_drm.h.

Handle for the object being read.

Definition at line 407 of file i915_drm.h.

Offset into the object to read from

Definition at line 410 of file i915_drm.h.

__u32 pad

Definition at line 408 of file i915_drm.h.

__u64 size

Length of data to read

Definition at line 412 of file i915_drm.h.


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