Home
last modified time | relevance | path

Searched refs:bo_type (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_validate_test.c22 enum ttm_bo_type bo_type; member
97 .bo_type = ttm_bo_type_sg,
108 enum ttm_bo_type bo_type = params->bo_type; in ttm_bo_init_reserved_sys_man() local
153 enum ttm_bo_type bo_type = params->bo_type; in ttm_bo_init_reserved_mock_man() local
287 bo->type = bo_type; in ttm_bo_validate_invalid_placement()
311 bo->type = bo_type; in ttm_bo_validate_failed_alloc()
343 bo->type = bo_type; in ttm_bo_validate_pinned()
537 bo->type = bo_type; in ttm_bo_validate_no_placement_signaled()
657 bo->type = bo_type; in ttm_bo_validate_move_fence_signaled()
956 bo->type = bo_type; in ttm_bo_validate_allowed_only_evict()
[all …]
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c440 enum ttm_bo_type bo_type; in lsdc_bo_create() local
466 bo_type = ttm_bo_type_kernel; in lsdc_bo_create()
468 bo_type = ttm_bo_type_sg; in lsdc_bo_create()
470 bo_type = ttm_bo_type_device; in lsdc_bo_create()
475 ret = ttm_bo_init_validate(bdev, tbo, bo_type, &lbo->placement, 0, in lsdc_bo_create()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c181 .bo_type = ttm_bo_type_device, in vmw_gem_object_create_with_handle()
206 .bo_type = ttm_bo_type_sg, in vmw_prime_import_sg_table()
H A Dvmwgfx_bo.h58 enum ttm_bo_type bo_type; member
H A Dvmwgfx_bo.c418 .interruptible = params->bo_type != ttm_bo_type_kernel, in vmw_bo_init()
438 ret = ttm_bo_init_reserved(bdev, &vmw_bo->tbo, params->bo_type, in vmw_bo_init()
H A Dvmwgfx_cotable.c415 .bo_type = ttm_bo_type_device, in vmw_cotable_resize()
H A Dvmwgfx_ttm_buffer.c573 .bo_type = ttm_bo_type_kernel, in vmw_bo_create_and_populate()
H A Dvmwgfx_shader.c897 .bo_type = ttm_bo_type_device, in vmw_compat_shader_add()
H A Dvmwgfx_resource.c339 .bo_type = ttm_bo_type_device, in vmw_resource_buf_alloc()
H A Dvmwgfx_cmdbuf.c1238 .bo_type = ttm_bo_type_kernel, in vmw_cmdbuf_set_pool_size()
H A Dvmwgfx_scrn.c413 .bo_type = ttm_bo_type_device, in vmw_sou_primary_plane_prepare_fb()
H A Dvmwgfx_drv.c402 .bo_type = ttm_bo_type_kernel, in vmw_dummy_query_bo_create()
H A Dvmwgfx_surface.c862 .bo_type = ttm_bo_type_device, in vmw_surface_define_ioctl()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1294 enum ttm_bo_type bo_type; in __i915_gem_ttm_object_init() local
1308 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device : in __i915_gem_ttm_object_init()
1331 ret = ttm_bo_init_reserved(&i915->bdev, i915_gem_to_ttm(obj), bo_type, in __i915_gem_ttm_object_init()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1722 enum ttm_bo_type bo_type = ttm_bo_type_device; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu() local
1768 bo_type = ttm_bo_type_sg; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1819 bo_type, NULL, &gobj, xcp_id + 1); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1834 if (bo_type == ttm_bo_type_sg) { in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()