Searched refs:ttm_pool_free (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_pool_test.c | 94 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 | 85 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt);
|
/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/ttm/ |
H A D | ttm_tt.c | 438 ttm_pool_free(&bdev->pool, ttm); in ttm_tt_unpopulate()
|
H A D | ttm_pool.c | 876 * ttm_pool_free - Free the backing pages from a ttm_tt object 883 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free() function 890 EXPORT_SYMBOL(ttm_pool_free); 952 * ttm_pool_free(). If @purge is false the pages will be backed up instead,
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 136 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 | 339 ttm_pool_free(&bdev->pool, ttm); in i915_ttm_tt_unpopulate()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 1211 return ttm_pool_free(pool, ttm); in amdgpu_ttm_tt_unpopulate()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 558 ttm_pool_free(&ttm_dev->pool, tt); in xe_ttm_tt_unpopulate()
|