Searched refs:ttm_pool_alloc (Results 1 – 7 of 7) sorted by relevance
| /linux/include/drm/ttm/ |
| A D | ttm_pool.h | 79 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_pool.c | 359 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() function 448 EXPORT_SYMBOL(ttm_pool_alloc);
|
| A D | ttm_tt.c | 328 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_ttm_buffer.c | 544 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_ttm.c | 565 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_bo.c | 1265 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_ttm.c | 1142 ret = ttm_pool_alloc(&adev->mman.bdev.pool, ttm, ctx); in amdgpu_ttm_tt_populate()
|
Completed in 19 milliseconds