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 | 344 ret = ttm_bo_mem_space(bo, &hop_placement, &hop_mem, ctx); in ttm_bo_bounce_temp_buffer() 384 ret = ttm_bo_mem_space(bo, &placement, &evict_mem, ctx); in ttm_bo_evict() 780 int ttm_bo_mem_space(struct ttm_buffer_object *bo, in ttm_bo_mem_space() function 796 EXPORT_SYMBOL(ttm_bo_mem_space);
|
/linux/include/drm/ttm/ |
H A D | ttm_bo.h | 438 int ttm_bo_mem_space(struct ttm_buffer_object *bo,
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 912 ret = ttm_bo_mem_space(&bo->ttm, &placement, &new_mem, &ctx); in xe_bo_evict_pinned() 981 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 | 472 r = ttm_bo_mem_space(&(*bo_ptr)->tbo, &(*bo_ptr)->placement, in amdgpu_bo_create_kernel_at()
|
H A D | amdgpu_ttm.c | 1013 r = ttm_bo_mem_space(bo, &placement, &tmp, &ctx); in amdgpu_ttm_alloc_gart()
|