Home
last modified time | relevance | path

Searched refs:ttm_bo_populate (Results 1 – 5 of 5) 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
1289 EXPORT_SYMBOL(ttm_bo_populate);
1300 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/i915/gem/
H A Di915_gem_ttm_move.c627 ret = ttm_bo_populate(bo, ctx); in i915_ttm_move()
H A Di915_gem_ttm.c814 ret = ttm_bo_populate(bo, &ctx); in __i915_ttm_get_pages()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1812 err = ttm_bo_populate(&bo->ttm, ctx); in xe_bo_fault_migrate()