Home
last modified time | relevance | path

Searched refs:ttm_pool_alloc (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_pool.c419 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() function
524 EXPORT_SYMBOL(ttm_pool_alloc);
Dttm_tt.c340 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c538 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
/drivers/gpu/drm/radeon/
Dradeon_ttm.c568 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1278 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1137 return ttm_pool_alloc(&adev->mman.bdev.pool, ttm, ctx); in amdgpu_ttm_tt_populate()