|
@@ -802,6 +802,7 @@ int stk1160_vb2_setup(struct stk1160 *dev)
|
|
|
q->buf_struct_size = sizeof(struct stk1160_buffer);
|
|
|
q->ops = &stk1160_video_qops;
|
|
|
q->mem_ops = &vb2_vmalloc_memops;
|
|
|
+ q->lock = &dev->vb_queue_lock;
|
|
|
q->timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
|
|
|
|
|
|
rc = vb2_queue_init(q);
|
|
@@ -827,7 +828,6 @@ int stk1160_video_register(struct stk1160 *dev)
|
|
|
* It will be used to protect *only* v4l2 ioctls.
|
|
|
*/
|
|
|
dev->vdev.lock = &dev->v4l_lock;
|
|
|
- dev->vdev.queue->lock = &dev->vb_queue_lock;
|
|
|
|
|
|
/* This will be used to set video_device parent */
|
|
|
dev->vdev.v4l2_dev = &dev->v4l2_dev;
|