Searched refs:ttm_pool_free (Results 1 – 9 of 9) 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 | 84 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt);
|
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_pool.c | 543 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free() function 550 EXPORT_SYMBOL(ttm_pool_free);
|
/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 | 136 return ttm_pool_free(&bdev->pool, ttm); in lsdc_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/nouveau/ |
H A D | nouveau_bo.c | 1371 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 | 1210 return ttm_pool_free(pool, ttm); in amdgpu_ttm_tt_unpopulate()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo.c | 439 return ttm_pool_free(&ttm_dev->pool, tt); in xe_ttm_tt_unpopulate()
|