Home
last modified time | relevance | path

Searched refs:ttm_bo_type_device (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c167 .bo_type = ttm_bo_type_device, in vmw_gem_object_create_with_handle()
271 case ttm_bo_type_device: in vmw_bo_print_info()
H A Dvmwgfx_cotable.c415 .bo_type = ttm_bo_type_device, in vmw_cotable_resize()
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_scrn.c413 .bo_type = ttm_bo_type_device, in vmw_sou_primary_plane_prepare_fb()
H A Dvmwgfx_surface.c828 .bo_type = ttm_bo_type_device, in vmw_surface_define_ioctl()
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_bo_test.c402 bo->type = ttm_bo_type_device; in ttm_bo_fini_basic()
463 bo->type = ttm_bo_type_device; in ttm_bo_fini_shared_resv()
H A Dttm_tt_test.c159 bo->type = ttm_bo_type_device; in ttm_tt_create_basic()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c457 flags, ttm_bo_type_device, resv, &gobj, fpriv->xcp_id + 1); in amdgpu_gem_create_ioctl()
527 0, ttm_bo_type_device, NULL, &gobj, fpriv->xcp_id + 1); in amdgpu_gem_userptr_ioctl()
1281 ttm_bo_type_device, NULL, &gobj, fpriv->xcp_id + 1); in amdgpu_mode_dumb_create()
H A Damdgpu_amdkfd.c423 bp.type = ttm_bo_type_device; in amdgpu_amdkfd_alloc_gws()
H A Damdgpu_ttm.c561 if (bo->type == ttm_bo_type_device && in amdgpu_bo_move()
1933 bp.type = ttm_bo_type_device; in amdgpu_ttm_alloc_mmio_remap_bo()
H A Damdgpu_amdkfd_gpuvm.c1716 enum ttm_bo_type bo_type = ttm_bo_type_device; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
/linux/include/drm/ttm/
H A Dttm_bo.h68 ttm_bo_type_device, enumerator
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c880 (!ttm && ttm_bo->type == ttm_bo_type_device); in xe_bo_move()
2167 if (type != ttm_bo_type_device) in xe_bo_init_locked()
2177 if (type == ttm_bo_type_device && aligned_size != size) in xe_bo_init_locked()
2465 cpu_caching, ttm_bo_type_device, in xe_bo_create_user()
2471 ttm_bo_type_device, flags, 0, true); in xe_bo_create_user()
3514 if (!xe_device_has_flat_ccs(xe) || bo->ttm.type != ttm_bo_type_device) in xe_bo_needs_ccs_pages()
H A Dxe_svm.c1050 ttm_bo_type_device, in xe_drm_pagemap_populate_mm()
H A Dxe_migrate.c879 bool type_device = src_bo->ttm.type == ttm_bo_type_device; in xe_migrate_copy()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c117 type = ttm_bo_type_device; in qxl_bo_create()
/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c80 case ttm_bo_type_device: in ttm_tt_create()
H A Dttm_bo_util.c778 if (bo->type == ttm_bo_type_device) in ttm_bo_pipeline_gutting()
H A Dttm_bo.c956 if (bo->type == ttm_bo_type_device || bo->type == ttm_bo_type_sg) { in ttm_bo_init_reserved()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c471 bo_type = ttm_bo_type_device; in lsdc_bo_create()
/linux/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c224 ret = ttm_bo_init_validate(bdev, &gbo->bo, ttm_bo_type_device, in drm_gem_vram_create()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c146 type = ttm_bo_type_device; in radeon_bo_create()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c1311 bo_type = (obj->flags & I915_BO_ALLOC_USER) ? ttm_bo_type_device : in __i915_gem_ttm_object_init()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c348 int type = sg ? ttm_bo_type_sg : ttm_bo_type_device; in nouveau_bo_init()

12