Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_tt.h188 int ttm_tt_swapout(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct file *persistent_swap_sto…
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_tt.c351 int ttm_tt_swapout(struct ttm_bo_device *bdev, in ttm_tt_swapout() function
H A Dttm_bo.c1589 ret = ttm_tt_swapout(bo->bdev, bo->ttm, bo->persistent_swap_storage); in ttm_bo_swapout()