Home
last modified time | relevance | path

Searched refs:ttm_bo_type_sg (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c163 .bo_type = ttm_bo_type_sg, in vmw_prime_import_sg_table()
248 case ttm_bo_type_sg: in vmw_bo_print_info()
H A Dvmwgfx_ttm_buffer.c437 bool external = bo->type == ttm_bo_type_sg; in vmw_ttm_tt_create()
/openbmc/linux/include/drm/ttm/
H A Dttm_bo.h70 ttm_bo_type_sg enumerator
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gart.c168 bp.type = ttm_bo_type_sg; in amdgpu_gart_table_ram_alloc()
H A Damdgpu_dma_buf.c339 ttm_bo_type_sg, resv, &gobj, 0); in amdgpu_dma_buf_create_obj()
H A Damdgpu_amdkfd_gpuvm.c323 ttm_bo_type_sg, mem->bo->tbo.base.resv, &gem_obj, 0); in create_dmamap_sg_bo()
893 } else if (mem->bo->tbo.type == ttm_bo_type_sg) { in kfd_mem_attach()
1684 bo_type = ttm_bo_type_sg; in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
1745 if (bo_type == ttm_bo_type_sg) { in amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu()
H A Damdgpu_ttm.c103 if (bo->type == ttm_bo_type_sg) { in amdgpu_evict_flags()
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c81 case ttm_bo_type_sg: in ttm_tt_create()
H A Dttm_bo.c200 if (bo->type != ttm_bo_type_sg) { in ttm_bo_individualize_resv()
990 if (bo->type == ttm_bo_type_device || bo->type == ttm_bo_type_sg) { in ttm_bo_init_reserved()
H A Dttm_bo_util.c249 if (bo->type != ttm_bo_type_sg) in ttm_buffer_object_transfer()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c474 bo_type = ttm_bo_type_sg; in lsdc_bo_create()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c146 type = ttm_bo_type_sg; in radeon_bo_create()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c338 int type = sg ? ttm_bo_type_sg : ttm_bo_type_device; in nouveau_bo_init()