Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c346 ret = ttm_bo_mem_space(bo, &hop_placement, &hop_mem, ctx); in ttm_bo_bounce_temp_buffer()
385 ret = ttm_bo_mem_space(bo, &placement, &evict_mem, ctx); in ttm_bo_evict()
785 int ttm_bo_mem_space(struct ttm_buffer_object *bo, in ttm_bo_mem_space() function
801 EXPORT_SYMBOL(ttm_bo_mem_space);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1014 r = ttm_bo_mem_space(bo, &placement, &tmp, &ctx);
1982 r = ttm_bo_mem_space(tbo, &placement, &tmp, &ctx); in amdgpu_ttm_alloc_mmio_remap_bo()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1194 lret = ttm_bo_mem_space(bo, &sys_placement, &new_resource, ctx); in xe_bo_shrink_purge()