Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ttm/
H A 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);
/openbmc/linux/include/drm/ttm/
H A Dttm_device.h272 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx,
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1543 while (ttm_device_swapout(&dev_priv->bdev, &ctx, GFP_KERNEL) > 0); in vmw_pm_freeze()