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

#include <i915_drm.h>

Data Fields

__u32 handle
 
__u32 relocation_count
 
__u64 relocs_ptr
 
__u64 alignment
 
__u64 offset
 
__u64 flags
 
__u64 rsvd1
 
__u64 rsvd2
 

Detailed Description

Definition at line 603 of file i915_drm.h.

Field Documentation

__u64 alignment

Required alignment in graphics aperture

Definition at line 619 of file i915_drm.h.

__u64 flags

Definition at line 628 of file i915_drm.h.

User's handle for a buffer to be bound into the GTT for this operation.

Definition at line 608 of file i915_drm.h.

Returned value of the updated offset of the object, for future presumed_offset writes.

Definition at line 625 of file i915_drm.h.

__u32 relocation_count

Number of relocations to be performed on this buffer

Definition at line 611 of file i915_drm.h.

__u64 relocs_ptr

Pointer to array of struct drm_i915_gem_relocation_entry containing the relocations to be performed in this buffer.

Definition at line 616 of file i915_drm.h.

__u64 rsvd1

Definition at line 629 of file i915_drm.h.

__u64 rsvd2

Definition at line 630 of file i915_drm.h.


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