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

#include <i915_drm.h>

Data Fields

__u32 handle
 
__u32 tiling_mode
 
__u32 swizzle_mode
 

Detailed Description

Definition at line 772 of file i915_drm.h.

Field Documentation

Handle of the buffer to get tiling state for.

Definition at line 774 of file i915_drm.h.

__u32 swizzle_mode

Returned address bit 6 swizzling required for CPU access through mmap mapping.

Definition at line 786 of file i915_drm.h.

__u32 tiling_mode

Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X, I915_TILING_Y).

Definition at line 780 of file i915_drm.h.


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