Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/ttm/
Dttm_bo_api.h698 extern void ttm_bo_swapout_all(struct ttm_bo_device *bdev);
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c1697 void ttm_bo_swapout_all(struct ttm_bo_device *bdev) in ttm_bo_swapout_all() function
1702 EXPORT_SYMBOL(ttm_bo_swapout_all);
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1354 ttm_bo_swapout_all(&dev_priv->bdev); in vmwgfx_pm_notifier()