Searched refs:I915_BIT_6_SWIZZLE_9_10_17 (Results 1 – 7 of 7) sorted by relevance
226 return to_gt(i915)->ggtt->bit_6_swizzle_x == I915_BIT_6_SWIZZLE_9_10_17 && in i915_gem_object_needs_bit17_swizzle()390 if (args->swizzle_mode == I915_BIT_6_SWIZZLE_9_10_17) in i915_gem_set_tiling_ioctl()468 if (args->swizzle_mode == I915_BIT_6_SWIZZLE_9_10_17) in i915_gem_get_tiling_ioctl()
319 case I915_BIT_6_SWIZZLE_9_10_17: in swizzle_string()
699 swizzle_x = I915_BIT_6_SWIZZLE_9_10_17; in detect_bit_6_swizzle()
683 return (sw == I915_BIT_6_SWIZZLE_9_10_17 || in has_bit17_swizzle()
392 tile.swizzle == I915_BIT_6_SWIZZLE_9_10_17) in igt_partial_tiling()511 tile.swizzle == I915_BIT_6_SWIZZLE_9_10_17) in igt_smoke_tiling()
1740 #define I915_BIT_6_SWIZZLE_9_10_17 7 macro