Lines Matching defs:tiling
188 * Current tiling mode
322 /* 965+ just need multiples of page size for tiling */
351 * Round a given pitch up to the minimum required for X tiling on a
352 * given chip. We use 512 as the minimum to allow for a later tiling
541 /* The older chipsets are far-less flexible in terms of tiling,
844 uint32_t tiling;
849 tiling = *tiling_mode;
865 if ((bufmgr_gem->gen == 2) && tiling != I915_TILING_NONE)
867 else if (tiling == I915_TILING_X
869 && tiling == I915_TILING_Y))
871 else if (tiling == I915_TILING_Y)
879 } while (*tiling_mode != tiling);
882 if (tiling == I915_TILING_NONE)
886 tiling, stride, 0);