Searched refs:ttm_bo_mem_space (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 343 ret = ttm_bo_mem_space(bo, &hop_placement, &hop_mem, ctx); in ttm_bo_bounce_temp_buffer() 383 ret = ttm_bo_mem_space(bo, &placement, &evict_mem, ctx); in ttm_bo_evict() 744 int ttm_bo_mem_space(struct ttm_buffer_object *bo, in ttm_bo_mem_space() function 760 EXPORT_SYMBOL(ttm_bo_mem_space);
|
/linux/include/drm/ttm/ |
H A D | ttm_bo.h | 436 int ttm_bo_mem_space(struct ttm_buffer_object *bo,
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 902 ret = ttm_bo_mem_space(&bo->ttm, &placement, &new_mem, &ctx); in xe_bo_evict_pinned() 970 ret = ttm_bo_mem_space(&bo->ttm, &bo->placement, &new_mem, &ctx); in xe_bo_restore_pinned()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_object.c | 398 r = ttm_bo_mem_space(&(*bo_ptr)->tbo, &(*bo_ptr)->placement, in amdgpu_bo_create_kernel_at()
|
H A D | amdgpu_ttm.c | 1009 r = ttm_bo_mem_space(bo, &placement, &tmp, &ctx); in amdgpu_ttm_alloc_gart()
|