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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Di915_gem_tiling.c222 i915_tiling_ok(struct drm_device *dev, int stride, int size, int tiling_mode) argument
227 if (tiling_mode == I915_TILING_NONE)
230 if (tiling_mode == I915_TILING_Y && HAS_128_BYTE_Y_TILING(dev))
287 if (!i915_tiling_ok(dev, args.stride, obj->size, args.tiling_mode)) {
295 if (args.tiling_mode == I915_TILING_NONE) {
298 if (args.tiling_mode == I915_TILING_X)
304 args.tiling_mode = I915_TILING_NONE;
309 if (args.tiling_mode != obj_priv->tiling_mode) {
317 args.tiling_mode
[all...]
H A Di915_drm.h697 * Buffer contents become undefined when changing tiling_mode.
699 uint32_t tiling_mode; member in struct:drm_i915_gem_set_tiling
722 uint32_t tiling_mode; member in struct:drm_i915_gem_get_tiling
H A Di915_drv.h395 uint32_t tiling_mode; member in struct:drm_i915_gem_object
H A Di915_gem.c349 if (obj_priv->tiling_mode == I915_TILING_NONE &&

Completed in 85 milliseconds