Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c3941 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() argument
3956 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo()
4020 void *kernel_commands, u32 command_size, in vmw_execbuf_cmdbuf() argument
4032 if (!dev_priv->cman || kernel_commands) in vmw_execbuf_cmdbuf()
4033 return kernel_commands; in vmw_execbuf_cmdbuf()
4038 kernel_commands = vmw_cmdbuf_alloc(dev_priv->cman, cmdbuf_size, true, in vmw_execbuf_cmdbuf()
4040 if (IS_ERR(kernel_commands)) in vmw_execbuf_cmdbuf()
4041 return kernel_commands; in vmw_execbuf_cmdbuf()
4043 ret = copy_from_user(kernel_commands, user_commands, command_size); in vmw_execbuf_cmdbuf()
4051 return kernel_commands; in vmw_execbuf_cmdbuf()
[all …]
Dvmwgfx_drv.h1138 void *kernel_commands,