Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/ttm/
Dttm_bo_api.h767 void ttm_bo_swapout_all(struct ttm_bo_device *bdev);
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c1947 void ttm_bo_swapout_all(struct ttm_bo_device *bdev) in ttm_bo_swapout_all() function
1957 EXPORT_SYMBOL(ttm_bo_swapout_all);
/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1309 ttm_bo_swapout_all(&dev_priv->bdev); in vmw_pm_freeze()