Searched refs:ttm_pool_alloc (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/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-v6.6/include/drm/ttm/ |
D | ttm_pool.h | 81 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
|
/Linux-v6.6/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 | 328 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
|
/Linux-v6.6/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 397 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
|
/Linux-v6.6/drivers/gpu/drm/loongson/ |
D | lsdc_ttm.c | 127 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in lsdc_ttm_tt_populate()
|
/Linux-v6.6/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 558 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
|
/Linux-v6.6/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-v6.6/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1344 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
|
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1128 ret = ttm_pool_alloc(pool, ttm, ctx); in amdgpu_ttm_tt_populate()
|