Searched refs:tiling_mode (Results 1 – 6 of 6) sorted by relevance
162 int tiling_mode, unsigned int stride) in i915_vma_fence_prepare() argument184 int tiling_mode, unsigned int stride) in i915_gem_object_fence_prepare() argument192 if (tiling_mode == I915_TILING_NONE) in i915_gem_object_fence_prepare()201 if (i915_vma_fence_prepare(vma, tiling_mode, stride)) in i915_gem_object_fence_prepare()367 if (!i915_tiling_ok(obj, args->tiling_mode, args->stride)) { in i915_gem_set_tiling_ioctl()372 if (args->tiling_mode == I915_TILING_NONE) { in i915_gem_set_tiling_ioctl()376 if (args->tiling_mode == I915_TILING_X) in i915_gem_set_tiling_ioctl()395 args->tiling_mode = I915_TILING_NONE; in i915_gem_set_tiling_ioctl()405 args->tiling_mode = i915_gem_object_get_tiling(obj); in i915_gem_set_tiling_ioctl()440 args->tiling_mode = in i915_gem_get_tiling_ioctl()[all …]
216 unsigned int tiling_mode = 0; in vgpu_create_gem() local221 tiling_mode = I915_TILING_NONE; in vgpu_create_gem()224 tiling_mode = I915_TILING_X; in vgpu_create_gem()229 tiling_mode = I915_TILING_Y; in vgpu_create_gem()236 obj->tiling_and_stride = tiling_mode | stride; in vgpu_create_gem()
109 enum bw_defines *tiling_mode; in calculate_bandwidth() local133 tiling_mode = kcalloc(maximum_number_of_surfaces, sizeof(*tiling_mode), GFP_KERNEL); in calculate_bandwidth()134 if (!tiling_mode) in calculate_bandwidth()276 tiling_mode[0] = bw_def_linear; in calculate_bandwidth()277 tiling_mode[1] = bw_def_linear; in calculate_bandwidth()278 tiling_mode[2] = bw_def_linear; in calculate_bandwidth()279 tiling_mode[3] = bw_def_linear; in calculate_bandwidth()282 tiling_mode[0] = bw_def_landscape; in calculate_bandwidth()341 tiling_mode[i] = bw_def_linear; in calculate_bandwidth()344 tiling_mode[i] = bw_def_tiled; in calculate_bandwidth()[all …]
1717 __u32 tiling_mode; member1740 __u32 tiling_mode; member
90 enum tiling_mode { enum
Completed in 32 milliseconds