Searched refs:I915_TILING_NONE (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb_bo.c36 if (tiling != I915_TILING_NONE &&
67 if (tiling != I915_TILING_NONE && mode_cmd->pitches[0] != stride) {
H A Dintel_plane_initial.c193 case I915_TILING_NONE:
H A Dintel_fb.c311 return I915_TILING_NONE;
324 return I915_TILING_NONE;
327 return I915_TILING_NONE;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c62 if (tiling == I915_TILING_NONE)
104 if (tiling == I915_TILING_NONE)
126 if (tiling == I915_TILING_NONE)
192 if (tiling_mode == I915_TILING_NONE)
242 GEM_BUG_ON(!stride ^ (tiling == I915_TILING_NONE));
282 if (tiling == I915_TILING_NONE) {
372 if (args->tiling_mode == I915_TILING_NONE) {
395 args->tiling_mode = I915_TILING_NONE;
456 case I915_TILING_NONE:
H A Di915_gem_object.h323 return i915_gem_object_get_tiling(obj) != I915_TILING_NONE;
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c48 if (tile->tiling == I915_TILING_NONE)
359 tile.tiling = I915_TILING_NONE;
494 case I915_TILING_NONE:
514 if (tile.tiling != I915_TILING_NONE) {
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c221 tiling_mode = I915_TILING_NONE;
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.c90 case I915_TILING_NONE: return ' ';
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h1714 #define I915_TILING_NONE 0 macro
1741 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
1747 * The tiling mode may be demoted to I915_TILING_NONE when the system
1772 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
/linux-master/include/uapi/drm/
H A Di915_drm.h1720 #define I915_TILING_NONE 0 macro
1747 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
1753 * The tiling mode may be demoted to I915_TILING_NONE when the system
1778 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,

Completed in 168 milliseconds