Home
last modified time | relevance | path

Searched refs:ttm_pool_free (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c440 ttm_pool_free(&bdev->pool, ttm); in ttm_tt_unpopulate()
H A Dttm_pool.c949 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt) in ttm_pool_free() function
960 EXPORT_SYMBOL(ttm_pool_free);
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c397 ttm_pool_free(&bdev->pool, ttm); in vmw_ttm_unpopulate()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c137 return ttm_pool_free(&bdev->pool, ttm); in lsdc_ttm_tt_unpopulate()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c570 return ttm_pool_free(&rdev->mman.bdev.pool, ttm); in radeon_ttm_tt_unpopulate()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c1273 return ttm_pool_free(pool, ttm); in amdgpu_ttm_tt_unpopulate()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c591 ttm_pool_free(&ttm_dev->pool, tt); in xe_ttm_tt_unpopulate()