Searched refs:I915_TILING_X (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_tiling.c331 if (args->tiling_mode == I915_TILING_X)
427 case I915_TILING_X:
H A Di915_drm.h747 #define I915_TILING_X 1 macro
766 * Tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
780 * Stride in bytes for the object when in I915_TILING_X or
797 * Current tiling mode for the object (I915_TILING_NONE, I915_TILING_X,
H A Dintel_sprite.c457 case I915_TILING_X:
H A Di915_debug.c86 case I915_TILING_X: return "X";
562 case I915_TILING_X: return " X";
H A Dintel_pm.c482 if (obj->tiling_mode != I915_TILING_X ||
H A Dintel_display.c1964 case I915_TILING_X:

Completed in 146 milliseconds