Home
last modified time | relevance | path

Searched refs:user_commands (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c4012 void __user *user_commands, in vmw_execbuf_cmdbuf() argument
4036 ret = copy_from_user(kernel_commands, user_commands, command_size); in vmw_execbuf_cmdbuf()
4088 void __user *user_commands, void *kernel_commands, in vmw_execbuf_process() argument
4115 kernel_commands = vmw_execbuf_cmdbuf(dev_priv, user_commands, in vmw_execbuf_process()
4135 ret = copy_from_user(sw_context->cmd_bounce, user_commands, in vmw_execbuf_process()
H A Dvmwgfx_drv.h1003 void __user *user_commands,