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

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3802 vfree(sw_context->cmd_bounce);
3803 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size);
3805 if (sw_context->cmd_bounce == NULL) {
4138 ret = copy_from_user(sw_context->cmd_bounce, user_commands,
4146 kernel_commands = sw_context->cmd_bounce;
H A Dvmwgfx_drv.h379 * @cmd_bounce: Command bounce buffer used for command validation before
408 uint32_t *cmd_bounce; member in struct:vmw_sw_context
H A Dvmwgfx_drv.c850 vfree(sw_context->cmd_bounce);

Completed in 201 milliseconds