Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c148 ret = ttm_bo_populate(bo, ctx); in ttm_bo_handle_move_mem()
1257 int ttm_bo_populate(struct ttm_buffer_object *bo, in ttm_bo_populate() function
1285 EXPORT_SYMBOL(ttm_bo_populate);
1296 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()
355 ret = ttm_bo_populate(bo, &ctx); in ttm_bo_kmap_ttm()
536 ret = ttm_bo_populate(bo, &ctx); in ttm_bo_vmap()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1936 err = ttm_bo_populate(&bo->ttm, ctx); in xe_bo_fault_migrate()