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

#include <i915_drm.h>

Data Fields

__u64 buffers_ptr
 
__u32 buffer_count
 
__u32 batch_start_offset
 
__u32 batch_len
 
__u32 DR1
 
__u32 DR4
 
__u32 num_cliprects
 
__u64 cliprects_ptr
 
__u64 flags
 
__u64 rsvd1
 
__u64 rsvd2
 

Detailed Description

Definition at line 633 of file i915_drm.h.

Field Documentation

__u32 batch_len

Bytes used in batchbuffer from batch_start_offset

Definition at line 643 of file i915_drm.h.

__u32 batch_start_offset

Offset in the batchbuffer to start execution from.

Definition at line 641 of file i915_drm.h.

__u32 buffer_count

Definition at line 638 of file i915_drm.h.

__u64 buffers_ptr

List of gem_exec_object2 structs

Definition at line 637 of file i915_drm.h.

__u64 cliprects_ptr

This is a struct drm_clip_rect *cliprects

Definition at line 648 of file i915_drm.h.

__u32 DR1

Definition at line 644 of file i915_drm.h.

__u32 DR4

Definition at line 645 of file i915_drm.h.

__u64 flags

Definition at line 665 of file i915_drm.h.

__u32 num_cliprects

Definition at line 646 of file i915_drm.h.

__u64 rsvd1

Definition at line 666 of file i915_drm.h.

__u64 rsvd2

Definition at line 667 of file i915_drm.h.


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