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

#include <i915_drm.h>

Data Fields

__u32 handle
 
__u32 pad
 
__u64 offset
 
__u64 size
 
__u64 data_ptr
 

Detailed Description

Definition at line 421 of file i915_drm.h.

Field Documentation

__u64 data_ptr

Pointer to read the data from.

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

Definition at line 434 of file i915_drm.h.

Handle for the object being written to.

Definition at line 423 of file i915_drm.h.

Offset into the object to write to

Definition at line 426 of file i915_drm.h.

__u32 pad

Definition at line 424 of file i915_drm.h.

__u64 size

Length of data to write

Definition at line 428 of file i915_drm.h.


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