Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_api.h586 int ttm_bo_swapout(struct ttm_bo_global *glob,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c1511 int ttm_bo_swapout(struct ttm_bo_global *glob, struct ttm_operation_ctx *ctx) in ttm_bo_swapout() function
1602 EXPORT_SYMBOL(ttm_bo_swapout);
1611 while (ttm_bo_swapout(&ttm_bo_glob, &ctx) == 0); in ttm_bo_swapout_all()
H A Dttm_memory.c278 ret = ttm_bo_swapout(&ttm_bo_glob, ctx); in ttm_shrink()