Home
last modified time | relevance | path

Searched refs:ttm_bo_swapout_all (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/drm/ttm/
Dttm_bo_api.h765 void ttm_bo_swapout_all(struct ttm_bo_device *bdev);
/Linux-v4.19/drivers/gpu/drm/ttm/
Dttm_bo.c1758 void ttm_bo_swapout_all(struct ttm_bo_device *bdev) in ttm_bo_swapout_all() function
1768 EXPORT_SYMBOL(ttm_bo_swapout_all);
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1514 ttm_bo_swapout_all(&dev_priv->bdev); in vmw_pm_freeze()