Home
last modified time | relevance | path

Searched refs:ttm_bo_mem_space (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c343 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 Dttm_bo.h436 int ttm_bo_mem_space(struct ttm_buffer_object *bo,
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c902 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 Damdgpu_object.c398 r = ttm_bo_mem_space(&(*bo_ptr)->tbo, &(*bo_ptr)->placement, in amdgpu_bo_create_kernel_at()
H A Damdgpu_ttm.c1009 r = ttm_bo_mem_space(bo, &placement, &tmp, &ctx); in amdgpu_ttm_alloc_gart()