Searched refs:ttm_bo_populate (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm_pm.c | 94 err = ttm_bo_populate(backup_bo, &ctx); in i915_ttm_backup() 193 err = ttm_bo_populate(backup_bo, &ctx); in i915_ttm_restore()
|
| H A D | i915_gem_ttm_move.c | 627 ret = ttm_bo_populate(bo, ctx); in i915_ttm_move()
|
| H A D | i915_gem_ttm.c | 814 ret = ttm_bo_populate(bo, &ctx); in __i915_ttm_get_pages()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 147 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 D | ttm_bo_util.c | 170 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/include/drm/ttm/ |
| H A D | ttm_bo.h | 467 int ttm_bo_populate(struct ttm_buffer_object *bo,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 1812 err = ttm_bo_populate(&bo->ttm, ctx); in xe_bo_fault_migrate()
|