Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3742 vfree(sw_context->cmd_bounce); in vmw_resize_cmd_bounce()
3743 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce()
3745 if (sw_context->cmd_bounce == NULL) { in vmw_resize_cmd_bounce()
4082 ret = copy_from_user(sw_context->cmd_bounce, user_commands, in vmw_execbuf_process()
4090 kernel_commands = sw_context->cmd_bounce; in vmw_execbuf_process()
H A Dvmwgfx_drv.h421 uint32_t *cmd_bounce; member
H A Dvmwgfx_drv.c1030 vfree(dev_priv->ctx.cmd_bounce); in vmw_driver_unload()