| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_gem.c | 167 .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 D | vmwgfx_cotable.c | 415 .bo_type = ttm_bo_type_device, in vmw_cotable_resize()
|
| H A D | vmwgfx_shader.c | 897 .bo_type = ttm_bo_type_device, in vmw_compat_shader_add()
|
| H A D | vmwgfx_resource.c | 339 .bo_type = ttm_bo_type_device, in vmw_resource_buf_alloc()
|
| H A D | vmwgfx_scrn.c | 413 .bo_type = ttm_bo_type_device, in vmw_sou_primary_plane_prepare_fb()
|
| H A D | vmwgfx_surface.c | 828 .bo_type = ttm_bo_type_device, in vmw_surface_define_ioctl()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 402 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 D | ttm_tt_test.c | 159 bo->type = ttm_bo_type_device; in ttm_tt_create_basic()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gem.c | 457 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 D | amdgpu_amdkfd.c | 423 bp.type = ttm_bo_type_device; in amdgpu_amdkfd_alloc_gws()
|
| H A D | amdgpu_ttm.c | 561 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 D | amdgpu_amdkfd_gpuvm.c | 1716 enum ttm_bo_type bo_type = ttm_bo_type_device; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
|
| /linux/include/drm/ttm/ |
| H A D | ttm_bo.h | 68 ttm_bo_type_device, enumerator
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 880 (!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 D | xe_svm.c | 1050 ttm_bo_type_device, in xe_drm_pagemap_populate_mm()
|
| H A D | xe_migrate.c | 879 bool type_device = src_bo->ttm.type == ttm_bo_type_device; in xe_migrate_copy()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_object.c | 117 type = ttm_bo_type_device; in qxl_bo_create()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_tt.c | 80 case ttm_bo_type_device: in ttm_tt_create()
|
| H A D | ttm_bo_util.c | 778 if (bo->type == ttm_bo_type_device) in ttm_bo_pipeline_gutting()
|
| H A D | ttm_bo.c | 956 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 D | lsdc_ttm.c | 471 bo_type = ttm_bo_type_device; in lsdc_bo_create()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_vram_helper.c | 224 ret = ttm_bo_init_validate(bdev, &gbo->bo, ttm_bo_type_device, in drm_gem_vram_create()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_object.c | 146 type = ttm_bo_type_device; in radeon_bo_create()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm.c | 1311 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 D | nouveau_bo.c | 348 int type = sg ? ttm_bo_type_sg : ttm_bo_type_device; in nouveau_bo_init()
|