Home
last modified time | relevance | path

Searched refs:ttm_device_swapout (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/ttm/
Dttm_device.c131 ret = ttm_device_swapout(bdev, ctx, gfp_flags); in ttm_global_swapout()
141 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx, in ttm_device_swapout() function
175 EXPORT_SYMBOL(ttm_device_swapout);
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1543 while (ttm_device_swapout(&dev_priv->bdev, &ctx, GFP_KERNEL) > 0); in vmw_pm_freeze()