Home
last modified time | relevance | path

Searched refs:tiling_mode (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_tiling.c160 int tiling_mode, unsigned int stride) in i915_vma_fence_prepare() argument
182 int tiling_mode, unsigned int stride) in i915_gem_object_fence_prepare() argument
189 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 …]
/linux/drivers/gpu/drm/i915/gvt/
A Ddmabuf.c227 unsigned int tiling_mode = 0; in vgpu_create_gem() local
232 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()
/linux/drivers/gpu/drm/amd/display/dc/calcs/
A Ddce_calcs.c109 enum bw_defines *tiling_mode; in calculate_bandwidth() local
133 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 …]
/linux/tools/include/uapi/drm/
A Di915_drm.h1560 __u32 tiling_mode; member
1583 __u32 tiling_mode; member
/linux/include/uapi/drm/
A Di915_drm.h1560 __u32 tiling_mode; member
1583 __u32 tiling_mode; member
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_types.h93 enum tiling_mode { enum

Completed in 62 milliseconds