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

#include <i915_drm.h>

Data Fields

__u64 size
 
__u32 handle
 
__u32 pad
 

Detailed Description

Definition at line 389 of file i915_drm.h.

Field Documentation

Returned handle for the object.

Object handles are nonzero.

Definition at line 401 of file i915_drm.h.

__u32 pad

Definition at line 402 of file i915_drm.h.

__u64 size

Requested size for the object.

The (page-aligned) allocated size for the object will be returned.

Definition at line 395 of file i915_drm.h.


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