We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579ef0 commit cf738ccCopy full SHA for cf738cc
drivers/staging/media/atomisp/pci/atomisp_fops.c
@@ -441,6 +441,8 @@ const struct vb2_ops atomisp_vb2_ops = {
441
.buf_queue = atomisp_buf_queue,
442
.start_streaming = atomisp_start_streaming,
443
.stop_streaming = atomisp_stop_streaming,
444
+ .wait_prepare = vb2_ops_wait_prepare,
445
+ .wait_finish = vb2_ops_wait_finish,
446
};
447
448
static void atomisp_dev_init_struct(struct atomisp_device *isp)
0 commit comments