Searched refs:ttm_bo_populate (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm_pm.c | 93 err = ttm_bo_populate(backup_bo, &ctx); in i915_ttm_backup() 192 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 | 811 ret = ttm_bo_populate(bo, &ctx); in __i915_ttm_get_pages()
|
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 143 ret = ttm_bo_populate(bo, ctx); in ttm_bo_handle_move_mem() 1252 int ttm_bo_populate(struct ttm_buffer_object *bo, in ttm_bo_populate() function 1279 EXPORT_SYMBOL(ttm_bo_populate);
|
| H A D | ttm_bo_util.c | 166 ret = ttm_bo_populate(bo, ctx); in ttm_bo_move_memcpy() 353 ret = ttm_bo_populate(bo, &ctx); in ttm_bo_kmap_ttm() 510 ret = ttm_bo_populate(bo, &ctx); in ttm_bo_vmap()
|
| H A D | ttm_bo_vm.c | 227 err = ttm_bo_populate(bo, &ctx); in ttm_bo_vm_fault_reserved()
|
| /linux-6.15/include/drm/ttm/ |
| H A D | ttm_bo.h | 488 int ttm_bo_populate(struct ttm_buffer_object *bo,
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 1147 ret = ttm_bo_populate(&bo->ttm, &ctx); in xe_bo_evict_pinned() 1208 ret = ttm_bo_populate(&bo->ttm, &ctx); in xe_bo_restore_pinned()
|