Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/ttm/
Dttm_tt.h190 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm,
/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_tt.c266 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm, in ttm_tt_swapout() function
312 EXPORT_SYMBOL_FOR_TESTS_ONLY(ttm_tt_swapout);
Dttm_bo.c1132 ret = ttm_tt_swapout(bo->bdev, bo->ttm, swapout_walk->gfp_flags); in ttm_bo_swapout_cb()
/linux-6.12.1/drivers/gpu/drm/ttm/tests/
Dttm_tt_test.c358 num_pages = ttm_tt_swapout(devs->ttm_dev, tt, GFP_KERNEL); in ttm_tt_swapin_basic()