Searched refs:ttm_pool_alloc (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 818 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() function 830 EXPORT_SYMBOL(ttm_pool_alloc);
|
| H A D | ttm_tt.c | 402 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 375 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_tt_test.c | 364 err = ttm_pool_alloc(&devs->ttm_dev->pool, tt, &ctx); in ttm_tt_swapin_basic()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_ttm.c | 126 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in lsdc_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 550 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm.c | 327 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in i915_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.c | 1437 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 1229 ret = ttm_pool_alloc(pool, ttm, ctx); in amdgpu_ttm_tt_populate()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 571 err = ttm_pool_alloc(&ttm_dev->pool, tt, ctx); in xe_ttm_tt_populate()
|