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

/linux-master/drivers/gpu/drm/ttm/
H A Dttm_device.c137 ret = ttm_device_swapout(bdev, ctx, gfp_flags);
147 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx, function
181 EXPORT_SYMBOL(ttm_device_swapout); variable
/linux-master/include/drm/ttm/
H A Dttm_device.h272 int ttm_device_swapout(struct ttm_device *bdev, struct ttm_operation_ctx *ctx,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1550 while (ttm_device_swapout(&dev_priv->bdev, &ctx, GFP_KERNEL) > 0);

Completed in 139 milliseconds