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 68c0da0 commit 1b9f056Copy full SHA for 1b9f056
drivers/media/platform/apple/isp/isp-v4l2.c
@@ -849,7 +849,7 @@ int apple_isp_setup_video(struct apple_isp *isp)
849
vbq->mem_ops = &vb2_dma_sg_memops;
850
vbq->buf_struct_size = sizeof(struct isp_buffer);
851
vbq->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
852
- vbq->min_buffers_needed = ISP_MIN_FRAMES;
+ vbq->min_queued_buffers = ISP_MIN_FRAMES;
853
vbq->lock = &isp->video_lock;
854
855
err = vb2_queue_init(vbq);
0 commit comments