Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/ttm/
Dttm_device.c131 ret = ttm_device_swapout(bdev, ctx, gfp_flags); in ttm_global_swapout()
142 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx, in ttm_device_swapout() function
176 EXPORT_SYMBOL(ttm_device_swapout);
/Linux-v6.1/include/drm/ttm/
Dttm_device.h277 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx,
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c1494 while (ttm_device_swapout(&dev_priv->bdev, &ctx, GFP_KERNEL) > 0); in vmw_pm_freeze()