Home
last modified time | relevance | path

Searched refs:tiling_mode (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_gem_tiling.c223 i915_tiling_ok(struct drm_device *dev, int stride, int size, int tiling_mode) in i915_tiling_ok() argument
228 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 …]
H A Di915_drm.h699 uint32_t tiling_mode; member
722 uint32_t tiling_mode; member
H A Di915_drv.h395 uint32_t tiling_mode; member
H A Di915_gem.c349 if (obj_priv->tiling_mode == I915_TILING_NONE && in i915_gem_pwrite_ioctl()