Searched refs:I915_TILING_NONE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem_tiling.c228 if (tiling_mode == I915_TILING_NONE)
296 if (args.tiling_mode == I915_TILING_NONE) {
305 args.tiling_mode = I915_TILING_NONE;
373 case I915_TILING_NONE:
H A Di915_drm.h671 #define I915_TILING_NONE 0 macro
688 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
694 * The tiling mode may be demoted to I915_TILING_NONE when the system
719 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
H A Di915_gem.c349 if (obj_priv->tiling_mode == I915_TILING_NONE &&

Completed in 110 milliseconds