Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/ttm/
Dttm_bo_driver.h647 extern int ttm_tt_swapout(struct ttm_tt *ttm,
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_tt.c327 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage) in ttm_tt_swapout() function
Dttm_bo.c1683 ret = ttm_tt_swapout(bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()