Searched refs:tiling_mode (Results 1 – 6 of 6) sorted by relevance
160 int tiling_mode, unsigned int stride) in i915_vma_fence_prepare() argument182 int tiling_mode, unsigned int stride) in i915_gem_object_fence_prepare() argument189 if (tiling_mode == I915_TILING_NONE) in i915_gem_object_fence_prepare()198 if (i915_vma_fence_prepare(vma, tiling_mode, stride)) in i915_gem_object_fence_prepare()355 if (!i915_tiling_ok(obj, args->tiling_mode, args->stride)) { in i915_gem_set_tiling_ioctl()360 if (args->tiling_mode == I915_TILING_NONE) { in i915_gem_set_tiling_ioctl()364 if (args->tiling_mode == I915_TILING_X) in i915_gem_set_tiling_ioctl()383 args->tiling_mode = I915_TILING_NONE; in i915_gem_set_tiling_ioctl()393 args->tiling_mode = i915_gem_object_get_tiling(obj); in i915_gem_set_tiling_ioctl()428 args->tiling_mode = in i915_gem_get_tiling_ioctl()[all …]
227 unsigned int tiling_mode = 0; in vgpu_create_gem() local232 tiling_mode = I915_TILING_NONE; in vgpu_create_gem()235 tiling_mode = I915_TILING_X; in vgpu_create_gem()240 tiling_mode = I915_TILING_Y; in vgpu_create_gem()247 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 …]
1560 __u32 tiling_mode; member1583 __u32 tiling_mode; member
93 enum tiling_mode { enum
Completed in 35 milliseconds