Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_execbuf.c3784 vfree(sw_context->cmd_bounce); in vmw_resize_cmd_bounce()
3785 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce()
3787 if (sw_context->cmd_bounce == NULL) { in vmw_resize_cmd_bounce()
4119 ret = copy_from_user(sw_context->cmd_bounce, user_commands, in vmw_execbuf_process()
4127 kernel_commands = sw_context->cmd_bounce; in vmw_execbuf_process()
A Dvmwgfx_drv.h384 uint32_t *cmd_bounce; member
A Dvmwgfx_drv.c828 vfree(sw_context->cmd_bounce); in vmw_sw_context_fini()

Completed in 18 milliseconds