Searched refs:ttm_pool_free (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_pool_test.c | 95 ttm_pool_free(pool, tt); in ttm_pool_pre_populated() 190 ttm_pool_free(pool, tt); in ttm_pool_alloc_basic() 233 ttm_pool_free(pool, tt); in ttm_pool_alloc_basic_dma_addr() 261 ttm_pool_free(pool, tt); in ttm_pool_alloc_order_caching_match() 291 ttm_pool_free(pool, tt); in ttm_pool_alloc_caching_mismatch() 325 ttm_pool_free(pool, tt); in ttm_pool_alloc_order_mismatch() 357 ttm_pool_free(pool, tt); in ttm_pool_free_dma_alloc() 388 ttm_pool_free(pool, tt); in ttm_pool_free_no_dma_alloc()
|
| /linux/include/drm/ttm/ |
| H A D | ttm_pool.h | 83 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt);
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_pool.c | 894 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free() function 901 EXPORT_SYMBOL(ttm_pool_free);
|
| H A D | ttm_tt.c | 440 ttm_pool_free(&bdev->pool, ttm); in ttm_tt_unpopulate()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 397 ttm_pool_free(&bdev->pool, ttm); in vmw_ttm_unpopulate()
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_ttm.c | 137 return ttm_pool_free(&bdev->pool, ttm); in lsdc_ttm_tt_unpopulate()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 570 return ttm_pool_free(&rdev->mman.bdev.pool, ttm); in radeon_ttm_tt_unpopulate()
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm.c | 342 ttm_pool_free(&bdev->pool, ttm); in i915_ttm_tt_unpopulate()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo.c | 1454 return ttm_pool_free(&drm->ttm.bdev.pool, ttm); in nouveau_ttm_tt_unpopulate()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 1265 return ttm_pool_free(pool, ttm); in amdgpu_ttm_tt_unpopulate()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 593 ttm_pool_free(&ttm_dev->pool, tt); in xe_ttm_tt_unpopulate()
|