Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3735 vfree(sw_context->cmd_bounce); in vmw_resize_cmd_bounce()
3736 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce()
3738 if (sw_context->cmd_bounce == NULL) { in vmw_resize_cmd_bounce()
4075 ret = copy_from_user(sw_context->cmd_bounce, user_commands, in vmw_execbuf_process()
4083 kernel_commands = sw_context->cmd_bounce; in vmw_execbuf_process()
H A Dvmwgfx_drv.h392 * @cmd_bounce: Command bounce buffer used for command validation before
421 uint32_t *cmd_bounce; member
H A Dvmwgfx_drv.c1030 vfree(dev_priv->ctx.cmd_bounce); in vmw_driver_unload()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c3799 vfree(sw_context->cmd_bounce); in vmw_resize_cmd_bounce()
3800 sw_context->cmd_bounce = vmalloc(sw_context->cmd_bounce_size); in vmw_resize_cmd_bounce()
3802 if (sw_context->cmd_bounce == NULL) { in vmw_resize_cmd_bounce()
4135 ret = copy_from_user(sw_context->cmd_bounce, user_commands, in vmw_execbuf_process()
4143 kernel_commands = sw_context->cmd_bounce; in vmw_execbuf_process()
H A Dvmwgfx_drv.h396 * @cmd_bounce: Command bounce buffer used for command validation before
425 uint32_t *cmd_bounce; member
H A Dvmwgfx_drv.c847 vfree(sw_context->cmd_bounce); in vmw_sw_context_fini()

Completed in 19 milliseconds