Searched refs:ttm_pool_alloc (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/ttm/ |
D | ttm_pool.c | 419 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() function 524 EXPORT_SYMBOL(ttm_pool_alloc);
|
D | ttm_tt.c | 340 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 538 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
|
/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 568 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1278 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1137 return ttm_pool_alloc(&adev->mman.bdev.pool, ttm, ctx); in amdgpu_ttm_tt_populate()
|