Re: [RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-11-12 Thread Laurent Pinchart
Hi Sakari, On Friday 09 November 2012 00:33:40 Sakari Ailus wrote: On Thu, Nov 08, 2012 at 01:18:15PM +0100, Laurent Pinchart wrote: On Monday 05 November 2012 16:04:32 Sakari Ailus wrote: On Sun, Nov 04, 2012 at 01:07:25PM +0100, Laurent Pinchart wrote: On Wednesday 24 October 2012

Re: [RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-11-08 Thread Laurent Pinchart
Hi Sakari, On Monday 05 November 2012 16:04:32 Sakari Ailus wrote: On Sun, Nov 04, 2012 at 01:07:25PM +0100, Laurent Pinchart wrote: On Wednesday 24 October 2012 21:16:23 Sakari Ailus wrote: ... @@ -367,7 +368,8 @@ static void __fill_v4l2_buffer(struct vb2_buffer *vb, struct

Re: [RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-11-08 Thread Sakari Ailus
Hi Laurent, On Thu, Nov 08, 2012 at 01:18:15PM +0100, Laurent Pinchart wrote: On Monday 05 November 2012 16:04:32 Sakari Ailus wrote: On Sun, Nov 04, 2012 at 01:07:25PM +0100, Laurent Pinchart wrote: On Wednesday 24 October 2012 21:16:23 Sakari Ailus wrote: ... @@ -367,7 +368,8 @@

Re: [RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-11-05 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Wednesday 24 October 2012 21:16:23 Sakari Ailus wrote: Set buffer timestamp flags for videobuf, videobuf2 and drivers that use neither. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/pci/meye/meye.c |4 ++--

Re: [RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-11-05 Thread Sakari Ailus
Hi Laurent, On Sun, Nov 04, 2012 at 01:07:25PM +0100, Laurent Pinchart wrote: On Wednesday 24 October 2012 21:16:23 Sakari Ailus wrote: ... @@ -367,7 +368,8 @@ static void __fill_v4l2_buffer(struct vb2_buffer *vb, struct v4l2_buffer *b) /* * Clear any buffer state related flags.

[RFC 4/4] v4l: Tell user space we're using monotonic timestamps

2012-10-24 Thread Sakari Ailus
Set buffer timestamp flags for videobuf, videobuf2 and drivers that use neither. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/pci/meye/meye.c |4 ++-- drivers/media/pci/zoran/zoran_driver.c|2 +- drivers/media/platform/omap3isp/ispqueue.c|