HomeSort by: relevance | last modified time | path
    Searched refs:I915_TILING_NONE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_tiling.c 67 if (tiling == I915_TILING_NONE)
109 if (tiling == I915_TILING_NONE)
131 if (tiling == I915_TILING_NONE)
195 if (tiling_mode == I915_TILING_NONE)
224 GEM_BUG_ON(!stride ^ (tiling == I915_TILING_NONE));
265 if (tiling == I915_TILING_NONE) {
353 if (args->tiling_mode == I915_TILING_NONE) {
376 args->tiling_mode = I915_TILING_NONE;
437 case I915_TILING_NONE:
i915_gem_object.h 225 return i915_gem_object_get_tiling(obj) != I915_TILING_NONE;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_mman.c 42 if (tile->tiling == I915_TILING_NONE)
347 tile.tiling = I915_TILING_NONE;
482 case I915_TILING_NONE:
502 if (tile.tiling != I915_TILING_NONE) {
  /src/sys/external/bsd/drm/dist/shared-core/
i915_drm.h 704 #define I915_TILING_NONE 0
721 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
727 * The tiling mode may be demoted to I915_TILING_NONE when the system
752 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
dmabuf.c 236 tiling_mode = I915_TILING_NONE;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 1306 #define I915_TILING_NONE 0
1327 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
1333 * The tiling mode may be demoted to I915_TILING_NONE when the system
1358 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 2588 return I915_TILING_NONE;
3433 case I915_TILING_NONE:
16955 if (tiling != I915_TILING_NONE &&
17005 if (tiling != I915_TILING_NONE && mode_cmd->pitches[0] != stride) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 89 case I915_TILING_NONE: return ' ';

Completed in 31 milliseconds