Home
last modified time | relevance | path

Searched refs:ttm_resource_manager_evict_all (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_system_manager.c82 ttm_resource_manager_evict_all(&dev_priv->bdev, man); in vmw_sys_man_fini()
H A Dvmwgfx_gmrid_manager.c196 ttm_resource_manager_evict_all(&dev_priv->bdev, man); in vmw_gmrid_man_fini()
H A Dvmwgfx_drv.c540 ttm_resource_manager_evict_all(&dev_priv->bdev, man); in vmw_request_device()
576 ttm_resource_manager_evict_all(&dev_priv->bdev, man); in vmw_release_device_early()
1388 if (ttm_resource_manager_evict_all(&dev_priv->bdev, man)) in vmw_svga_disable()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo_evict.c138 ret = ttm_resource_manager_evict_all(bdev, man); in xe_bo_evict_all_user()
311 int ret = ttm_resource_manager_evict_all(&xe->ttm, man); in xe_bo_pci_dev_remove_all()
H A Dxe_ttm_sys_mgr.c95 err = ttm_resource_manager_evict_all(&xe->ttm, man); in xe_ttm_sys_mgr_fini()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_preempt_mgr.c136 ret = ttm_resource_manager_evict_all(&adev->mman.bdev, man); in amdgpu_preempt_mgr_fini()
H A Damdgpu_ttm.c2682 return ttm_resource_manager_evict_all(&adev->mman.bdev, man); in amdgpu_ttm_evict_resources()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c209 ttm_resource_manager_evict_all(&drm->ttm.bdev, man); in nouveau_ttm_fini_vram()
254 ttm_resource_manager_evict_all(&drm->ttm.bdev, man); in nouveau_ttm_fini_gtt()
H A Dnouveau_drm.c963 ttm_resource_manager_evict_all(&drm->ttm.bdev, man); in nouveau_do_suspend()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_object.c409 return ttm_resource_manager_evict_all(&qdev->mman.bdev, man); in qxl_surf_evict()
417 return ttm_resource_manager_evict_all(&qdev->mman.bdev, man); in qxl_vram_evict()
/linux/drivers/gpu/drm/ttm/
H A Dttm_range_manager.c229 ret = ttm_resource_manager_evict_all(bdev, man); in ttm_range_man_fini_nocheck()
H A Dttm_resource.c561 int ttm_resource_manager_evict_all(struct ttm_device *bdev, in ttm_resource_manager_evict_all() function
595 EXPORT_SYMBOL(ttm_resource_manager_evict_all);
/linux/include/drm/ttm/
H A Dttm_resource.h480 int ttm_resource_manager_evict_all(struct ttm_device *bdev,
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c413 return ttm_resource_manager_evict_all(bdev, man); in lsdc_bo_evict_vram()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c363 return ttm_resource_manager_evict_all(bdev, man); in radeon_bo_evict_vram()