Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c446 enum ttm_bo_type bo_type; in lsdc_bo_create() local
472 bo_type = ttm_bo_type_kernel; in lsdc_bo_create()
474 bo_type = ttm_bo_type_sg; in lsdc_bo_create()
476 bo_type = ttm_bo_type_device; in lsdc_bo_create()
481 ret = ttm_bo_init_validate(bdev, tbo, bo_type, &lbo->placement, 0, in lsdc_bo_create()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c138 .bo_type = ttm_bo_type_device, in vmw_gem_object_create_with_handle()
163 .bo_type = ttm_bo_type_sg, in vmw_prime_import_sg_table()
H A Dvmwgfx_bo.h55 enum ttm_bo_type bo_type; member
H A Dvmwgfx_bo.c388 .interruptible = params->bo_type != ttm_bo_type_kernel, in vmw_bo_init()
407 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.c605 .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.c330 .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.c419 .bo_type = ttm_bo_type_device, in vmw_sou_primary_plane_prepare_fb()
H A Dvmwgfx_drv.c400 .bo_type = ttm_bo_type_kernel, in vmw_dummy_query_bo_create()
H A Dvmwgfx_surface.c858 .bo_type = ttm_bo_type_device, in vmw_surface_define_ioctl()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1299 enum ttm_bo_type bo_type; in __i915_gem_ttm_object_init() local
1313 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device : in __i915_gem_ttm_object_init()
1336 ret = ttm_bo_init_reserved(&i915->bdev, i915_gem_to_ttm(obj), bo_type, in __i915_gem_ttm_object_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c1642 enum ttm_bo_type bo_type = ttm_bo_type_device; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu() local
1684 bo_type = ttm_bo_type_sg; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1733 bo_type, NULL, &gobj, xcp_id + 1); in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1745 if (bo_type == ttm_bo_type_sg) { in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()