Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c3937 void *kernel_commands, u32 command_size, in vmw_execbuf_submit_fifo() argument
3952 memcpy(cmd, kernel_commands, command_size); in vmw_execbuf_submit_fifo()
4016 void *kernel_commands, u32 command_size, in vmw_execbuf_cmdbuf() argument
4028 if (!dev_priv->cman || kernel_commands) in vmw_execbuf_cmdbuf()
4029 return kernel_commands; in vmw_execbuf_cmdbuf()
4034 kernel_commands = vmw_cmdbuf_alloc(dev_priv->cman, cmdbuf_size, true, in vmw_execbuf_cmdbuf()
4036 if (IS_ERR(kernel_commands)) in vmw_execbuf_cmdbuf()
4037 return kernel_commands; in vmw_execbuf_cmdbuf()
4039 ret = copy_from_user(kernel_commands, user_commands, command_size); in vmw_execbuf_cmdbuf()
4047 return kernel_commands; in vmw_execbuf_cmdbuf()
[all …]
Dvmwgfx_drv.h995 void *kernel_commands,