Home
last modified time | relevance | path

Searched refs:ttm_bo_populate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c147 ret = ttm_bo_populate(bo, ctx); in ttm_bo_handle_move_mem()
1261 int ttm_bo_populate(struct ttm_buffer_object *bo, in ttm_bo_populate() function
1288 EXPORT_SYMBOL(ttm_bo_populate);
1299 ret = ttm_bo_populate(bo, ctx); in ttm_bo_setup_export()
H A Dttm_bo_util.c170 ret = ttm_bo_populate(bo, ctx); in ttm_bo_move_memcpy()
358 ret = ttm_bo_populate(bo, &ctx); in ttm_bo_kmap_ttm()
541 ret = ttm_bo_populate(bo, &ctx); in ttm_bo_vmap()
H A Dttm_bo_vm.c228 err = ttm_bo_populate(bo, &ctx); in ttm_bo_vm_fault_reserved()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1813 err = ttm_bo_populate(&bo->ttm, ctx); in xe_bo_fault_migrate()