Searched refs:tiling_mode (Results 1 – 4 of 4) sorted by relevance
223 i915_tiling_ok(struct drm_device *dev, int stride, int size, int tiling_mode) in i915_tiling_ok() argument228 if (tiling_mode == I915_TILING_NONE) in i915_tiling_ok()231 if (tiling_mode == I915_TILING_Y && HAS_128_BYTE_Y_TILING(dev)) in i915_tiling_ok()288 if (!i915_tiling_ok(dev, args.stride, obj->size, args.tiling_mode)) { in i915_gem_set_tiling()296 if (args.tiling_mode == I915_TILING_NONE) { in i915_gem_set_tiling()299 if (args.tiling_mode == I915_TILING_X) in i915_gem_set_tiling()305 args.tiling_mode = I915_TILING_NONE; in i915_gem_set_tiling()310 if (args.tiling_mode != obj_priv->tiling_mode) { in i915_gem_set_tiling()318 args.tiling_mode = obj_priv->tiling_mode; in i915_gem_set_tiling()324 obj_priv->tiling_mode = args.tiling_mode; in i915_gem_set_tiling()[all …]
699 uint32_t tiling_mode; member722 uint32_t tiling_mode; member
395 uint32_t tiling_mode; member
349 if (obj_priv->tiling_mode == I915_TILING_NONE && in i915_gem_pwrite_ioctl()