Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_tiling.c167 int tiling_mode, unsigned int stride) in i915_vma_fence_prepare() argument
175 size = i915_gem_fence_size(i915, vma->size, tiling_mode, stride); in i915_vma_fence_prepare()
179 alignment = i915_gem_fence_alignment(i915, vma->size, tiling_mode, stride); in i915_vma_fence_prepare()
189 int tiling_mode, unsigned int stride) in i915_gem_object_fence_prepare() argument
195 if (tiling_mode == I915_TILING_NONE) in i915_gem_object_fence_prepare()
200 if (i915_vma_fence_prepare(vma, tiling_mode, stride)) in i915_gem_object_fence_prepare()
348 if (!i915_tiling_ok(obj, args->tiling_mode, args->stride)) { in i915_gem_set_tiling_ioctl()
353 if (args->tiling_mode == I915_TILING_NONE) { in i915_gem_set_tiling_ioctl()
357 if (args->tiling_mode == I915_TILING_X) in i915_gem_set_tiling_ioctl()
376 args->tiling_mode = I915_TILING_NONE; in i915_gem_set_tiling_ioctl()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddmabuf.c231 unsigned int tiling_mode = 0; in vgpu_create_gem() local
236 tiling_mode = I915_TILING_NONE; in vgpu_create_gem()
239 tiling_mode = I915_TILING_X; in vgpu_create_gem()
244 tiling_mode = I915_TILING_Y; in vgpu_create_gem()
251 obj->tiling_and_stride = tiling_mode | stride; in vgpu_create_gem()
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Di915_drm.h732 uint32_t tiling_mode; member
755 uint32_t tiling_mode; member
H A Di915_drv.h357 uint32_t tiling_mode; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dce_calcs.c115 enum bw_defines tiling_mode[maximum_number_of_surfaces]; in calculate_bandwidth() local
266 tiling_mode[0] = bw_def_linear; in calculate_bandwidth()
267 tiling_mode[1] = bw_def_linear; in calculate_bandwidth()
268 tiling_mode[2] = bw_def_linear; in calculate_bandwidth()
269 tiling_mode[3] = bw_def_linear; in calculate_bandwidth()
272 tiling_mode[0] = bw_def_landscape; in calculate_bandwidth()
273 tiling_mode[1] = bw_def_landscape; in calculate_bandwidth()
274 tiling_mode[2] = bw_def_landscape; in calculate_bandwidth()
275 tiling_mode[3] = bw_def_landscape; in calculate_bandwidth()
331 tiling_mode[i] = bw_def_linear; in calculate_bandwidth()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Di915_drm.h1338 __u32 tiling_mode; member
1361 __u32 tiling_mode; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_types.h135 enum tiling_mode { enum