Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c3792 vfree(sw_context->cmd_bounce); in vmw_resize_cmd_bounce()
3793 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce()
3795 if (sw_context->cmd_bounce == NULL) { in vmw_resize_cmd_bounce()
4147 ret = copy_from_user(sw_context->cmd_bounce, in vmw_execbuf_process()
4155 kernel_commands = sw_context->cmd_bounce; in vmw_execbuf_process()
Dvmwgfx_drv.h305 uint32_t *cmd_bounce; member
Dvmwgfx_drv.c1016 vfree(dev_priv->ctx.cmd_bounce); in vmw_driver_unload()