Home
last modified time | relevance | path

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

/linux-6.8/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c3926 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() argument
3941 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo()
4005 void *kernel_commands, u32 command_size, in vmw_execbuf_cmdbuf() argument
4017 if (!dev_priv->cman || kernel_commands) in vmw_execbuf_cmdbuf()
4018 return kernel_commands; in vmw_execbuf_cmdbuf()
4023 kernel_commands = vmw_cmdbuf_alloc(dev_priv->cman, cmdbuf_size, true, in vmw_execbuf_cmdbuf()
4025 if (IS_ERR(kernel_commands)) in vmw_execbuf_cmdbuf()
4026 return kernel_commands; in vmw_execbuf_cmdbuf()
4028 ret = copy_from_user(kernel_commands, user_commands, command_size); in vmw_execbuf_cmdbuf()
4036 return kernel_commands; in vmw_execbuf_cmdbuf()
[all …]
Dvmwgfx_drv.h1004 void *kernel_commands,