Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/ttm/
H A Dttm_device.h271 int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags);
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c331 ret = ttm_global_swapout(ctx, GFP_KERNEL); in ttm_tt_populate()
394 seq_printf(m, "%d\n", ttm_global_swapout(&ctx, GFP_KERNEL)); in ttm_tt_debugfs_shrink_show()
H A Dttm_device.c123 int ttm_global_swapout(struct ttm_operation_ctx *ctx, gfp_t gfp_flags) in ttm_global_swapout() function