Searched refs:ttm_resource_manager_evict_all (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_system_manager.c | 82 ttm_resource_manager_evict_all(&dev_priv->bdev, man); in vmw_sys_man_fini()
|
| H A D | vmwgfx_gmrid_manager.c | 196 ttm_resource_manager_evict_all(&dev_priv->bdev, man); in vmw_gmrid_man_fini()
|
| H A D | vmwgfx_drv.c | 540 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 D | xe_bo_evict.c | 138 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 D | xe_ttm_sys_mgr.c | 95 err = ttm_resource_manager_evict_all(&xe->ttm, man); in xe_ttm_sys_mgr_fini()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_preempt_mgr.c | 136 ret = ttm_resource_manager_evict_all(&adev->mman.bdev, man); in amdgpu_preempt_mgr_fini()
|
| H A D | amdgpu_ttm.c | 2682 return ttm_resource_manager_evict_all(&adev->mman.bdev, man); in amdgpu_ttm_evict_resources()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_ttm.c | 209 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 D | nouveau_drm.c | 963 ttm_resource_manager_evict_all(&drm->ttm.bdev, man); in nouveau_do_suspend()
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_object.c | 409 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 D | ttm_range_manager.c | 229 ret = ttm_resource_manager_evict_all(bdev, man); in ttm_range_man_fini_nocheck()
|
| H A D | ttm_resource.c | 561 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 D | ttm_resource.h | 480 int ttm_resource_manager_evict_all(struct ttm_device *bdev,
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_ttm.c | 413 return ttm_resource_manager_evict_all(bdev, man); in lsdc_bo_evict_vram()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_object.c | 363 return ttm_resource_manager_evict_all(bdev, man); in radeon_bo_evict_vram()
|