On Tue, 30 Apr 2013, Vladimir Barinov wrote: [snip] > > > > +static int rcar_vin_init_videobuf2(struct vb2_queue *vq, > > > > + struct soc_camera_device *icd) > > > > +{ > > > > + vq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE; > > > > + vq->io_modes = VB2_MMAP | VB2_USERPTR; > > > > + vq->drv_priv = icd; > > > > + vq->ops = &rcar_vin_vb2_ops; > > > > + vq->mem_ops = &vb2_dma_contig_memops; > > > > + vq->buf_struct_size = sizeof(struct rcar_vin_buffer); > > > > > Please, add > > > > > vq->timestamp_type = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC; > > > There is not such field in "struct vb2_queue". Please, look at the current kernel, e.g. the "next" tree, within days this will be in Linus' tree too. Mainline submissions should always be developed against the newest kernel version. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html