Home
last modified time | relevance | path

Searched refs:ttm_pool_alloc (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/include/drm/ttm/
Dttm_pool.h79 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_pool.c359 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, in ttm_pool_alloc() function
448 EXPORT_SYMBOL(ttm_pool_alloc);
Dttm_tt.c328 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in ttm_tt_populate()
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c479 ret = ttm_pool_alloc(&bdev->pool, ttm, ctx); in vmw_ttm_populate()
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_ttm.c562 return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx); in radeon_ttm_tt_populate()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c330 return ttm_pool_alloc(&bdev->pool, ttm, ctx); in i915_ttm_tt_populate()
/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_bo.c1284 return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx); in nouveau_ttm_tt_populate()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ttm.c1087 ret = ttm_pool_alloc(&adev->mman.bdev.pool, ttm, ctx); in amdgpu_ttm_tt_populate()