HomeSort by: relevance | last modified time | path
    Searched refs:cmd_bounce (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 3356 vfree(sw_context->cmd_bounce);
3357 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size);
3359 if (sw_context->cmd_bounce == NULL) {
3720 ret = copy_from_user(sw_context->cmd_bounce, user_commands,
3728 kernel_commands = sw_context->cmd_bounce;
vmwgfx_drv.c 1046 vfree(dev_priv->ctx.cmd_bounce);
vmwgfx_drv.h 369 * @cmd_bounce: Command bounce buffer used for command validation before
398 uint32_t *cmd_bounce; member in struct:vmw_sw_context

Completed in 20 milliseconds