Searched refs:ttm_pool_alloc (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/drm/ttm/ |
D | ttm_pool.h | 79 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
|
/linux-6.1.9/drivers/gpu/drm/ttm/ |
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);
|
D | ttm_tt.c | 328 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
|
/linux-6.1.9/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 479 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 562 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
|
/linux-6.1.9/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm.c | 330 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in i915_ttm_tt_populate()
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1284 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
|
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1087 ret = ttm_pool_alloc(&adev->mman.bdev.pool, ttm, ctx); in amdgpu_ttm_tt_populate()
|