Searched refs:ttm_pool_alloc (Results 1 – 11 of 11) sorted by relevance
/linux-6.8/drivers/gpu/drm/ttm/tests/ |
D | ttm_pool_test.c | 92 err = ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_pre_populated() 161 err = ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_alloc_basic() 224 err = ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_alloc_basic_dma_addr() 257 err = ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_alloc_order_caching_match() 289 err = ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_alloc_caching_mismatch() 323 err = ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_alloc_order_mismatch() 353 ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_free_dma_alloc() 384 ttm_pool_alloc(pool, tt, &simple_ctx); in ttm_pool_free_no_dma_alloc()
|
/linux-6.8/include/drm/ttm/ |
D | ttm_pool.h | 81 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
|
/linux-6.8/drivers/gpu/drm/ttm/ |
D | ttm_pool.c | 422 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() function 527 EXPORT_SYMBOL(ttm_pool_alloc);
|
D | ttm_tt.c | 328 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
|
/linux-6.8/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 397 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
|
/linux-6.8/drivers/gpu/drm/loongson/ |
D | lsdc_ttm.c | 127 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in lsdc_ttm_tt_populate()
|
/linux-6.8/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 556 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
|
/linux-6.8/drivers/gpu/drm/i915/gem/ |
D | i915_gem_ttm.c | 331 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in i915_ttm_tt_populate()
|
/linux-6.8/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1354 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
|
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_bo.c | 396 err = ttm_pool_alloc(&ttm_dev->pool, tt, ctx); in xe_ttm_tt_populate()
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1127 ret = ttm_pool_alloc(pool, ttm, ctx); in amdgpu_ttm_tt_populate()
|