Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c3925 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() argument
3940 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo()
4004 void *kernel_commands, u32 command_size, in vmw_execbuf_cmdbuf() argument
4016 if (!dev_priv->cman || kernel_commands) in vmw_execbuf_cmdbuf()
4017 return kernel_commands; in vmw_execbuf_cmdbuf()
4022 kernel_commands = vmw_cmdbuf_alloc(dev_priv->cman, cmdbuf_size, true, in vmw_execbuf_cmdbuf()
4024 if (IS_ERR(kernel_commands)) in vmw_execbuf_cmdbuf()
4025 return kernel_commands; in vmw_execbuf_cmdbuf()
4027 ret = copy_from_user(kernel_commands, user_commands, command_size); in vmw_execbuf_cmdbuf()
4035 return kernel_commands; in vmw_execbuf_cmdbuf()
[all …]
Dvmwgfx_drv.h1126 void *kernel_commands,