Linux Kernel
3.7.1
|
#include <i915_drm.h>
Data Fields | |
__u32 | handle |
__u32 | relocation_count |
__u64 | relocs_ptr |
__u64 | alignment |
__u64 | offset |
Definition at line 553 of file i915_drm.h.
__u64 alignment |
Required alignment in graphics aperture
Definition at line 569 of file i915_drm.h.
User's handle for a buffer to be bound into the GTT for this operation.
Definition at line 558 of file i915_drm.h.
Returned value of the updated offset of the object, for future presumed_offset writes.
Definition at line 575 of file i915_drm.h.
__u32 relocation_count |
Number of relocations to be performed on this buffer
Definition at line 561 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 566 of file i915_drm.h.