Home
last modified time | relevance | path

Searched refs:ttm_pool_fini (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c192 ttm_pool_fini(pool); in ttm_pool_alloc_basic()
235 ttm_pool_fini(pool); in ttm_pool_alloc_basic_dma_addr()
263 ttm_pool_fini(pool); in ttm_pool_alloc_order_caching_match()
297 ttm_pool_fini(pool); in ttm_pool_alloc_caching_mismatch()
331 ttm_pool_fini(pool); in ttm_pool_alloc_order_mismatch()
362 ttm_pool_fini(pool); in ttm_pool_free_dma_alloc()
393 ttm_pool_fini(pool); in ttm_pool_free_no_dma_alloc()
409 ttm_pool_fini(pool); in ttm_pool_fini_basic()
/linux/include/drm/ttm/
H A Dttm_pool.h88 void ttm_pool_fini(struct ttm_pool *pool);
/linux/drivers/gpu/drm/ttm/
H A Dttm_device.c251 ttm_pool_fini(&bdev->pool); in ttm_device_fini()
H A Dttm_pool.c610 void ttm_pool_fini(struct ttm_pool *pool) in ttm_pool_fini() function
631 EXPORT_SYMBOL(ttm_pool_fini);
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1830 ttm_pool_fini(&adev->mman.ttm_pools[i]); in amdgpu_ttm_pools_fini()