Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-18 Thread Mauro Carvalho Chehab
Em 17-11-2012 08:45, Kirill Smelkov escreveu: On Fri, Nov 16, 2012 at 01:46:58PM -0200, Mauro Carvalho Chehab wrote: Em 16-11-2012 11:38, Hans Verkuil escreveu: On Wed November 7 2012 12:30:01 Kirill Smelkov wrote: [...] diff --git a/drivers/media/platform/vivi.c

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-18 Thread Mauro Carvalho Chehab
Em 18-11-2012 07:24, Mauro Carvalho Chehab escreveu: Em 17-11-2012 08:45, Kirill Smelkov escreveu: On Fri, Nov 16, 2012 at 01:46:58PM -0200, Mauro Carvalho Chehab wrote: Em 16-11-2012 11:38, Hans Verkuil escreveu: On Wed November 7 2012 12:30:01 Kirill Smelkov wrote: [...] diff --git

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-17 Thread Kirill Smelkov
On Fri, Nov 16, 2012 at 01:46:58PM -0200, Mauro Carvalho Chehab wrote: Em 16-11-2012 11:38, Hans Verkuil escreveu: On Wed November 7 2012 12:30:01 Kirill Smelkov wrote: [...] diff --git a/drivers/media/platform/vivi.c b/drivers/media/platform/vivi.c index 37d0af8..5d1b374 100644 ---

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-16 Thread Hans Verkuil
= TPF_DEFAULT; + dev-timeperframe = tpf_default; dev-width = 640; dev-height = 480; dev-pixelsize = dev-fmt-depth / 8; 8 From: Kirill Smelkov k...@mns.spb.ru Date: Tue, 23 Oct 2012 16:56:59 +0400 Subject: [PATCH v4] [media] vivi: Teach it to tune FPS I

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-16 Thread Mauro Carvalho Chehab
Em 16-11-2012 11:38, Hans Verkuil escreveu: On Wed November 7 2012 12:30:01 Kirill Smelkov wrote: On Fri, Nov 02, 2012 at 03:42:21PM +0100, Hans Verkuil wrote: Thanks for the ping, I forgot about this patch... Thanks for feedback and for waiting. I'm here again... On Tue October 23 2012

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-12 Thread Kirill Smelkov
= 640; dev-height = 480; dev-pixelsize = dev-fmt-depth / 8; 8 From: Kirill Smelkov k...@mns.spb.ru Date: Tue, 23 Oct 2012 16:56:59 +0400 Subject: [PATCH v4] [media] vivi: Teach it to tune FPS I was testing my video-over-ethernet subsystem recently, and vivi

Re: [PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-12 Thread Hans Verkuil
On Mon 12 November 2012 09:12:58 Kirill Smelkov wrote: Ping. Is maybe something stupid on my side? No, I've been abroad and haven't had time to look at it. I want to do that this week. Ping me again if you haven't heard from me by Saturday. Regards, Hans -- To unsubscribe from this

[PATCH v4] [media] vivi: Teach it to tune FPS

2012-11-07 Thread Kirill Smelkov
= TPF_DEFAULT; + dev-timeperframe = tpf_default; dev-width = 640; dev-height = 480; dev-pixelsize = dev-fmt-depth / 8; 8 From: Kirill Smelkov k...@mns.spb.ru Date: Tue, 23 Oct 2012 16:56:59 +0400 Subject: [PATCH v4] [media] vivi: Teach it to tune FPS I