RE: [RFCv1 PATCH 5/9] vb2_poll: don't start DMA, leave that to the first read().

2011-04-08 Thread Marek Szyprowski
Hello, On Monday, April 04, 2011 1:52 PM Hans Verkuil wrote: The vb2_poll function would start read DMA if called without any streaming in progress. This unfortunately does not work if the application just wants to poll for exceptions. This information of what the application is polling for

Re: [RFCv1 PATCH 5/9] vb2_poll: don't start DMA, leave that to the first read().

2011-04-08 Thread Hans Verkuil
On Friday, April 08, 2011 09:00:55 Marek Szyprowski wrote: Hello, On Monday, April 04, 2011 1:52 PM Hans Verkuil wrote: The vb2_poll function would start read DMA if called without any streaming in progress. This unfortunately does not work if the application just wants to poll for

RE: [RFCv1 PATCH 5/9] vb2_poll: don't start DMA, leave that to the first read().

2011-04-08 Thread Marek Szyprowski
Hello, On Friday, April 08, 2011 10:08 AM Hans Verkuil wrote: On Friday, April 08, 2011 09:00:55 Marek Szyprowski wrote: Hello, On Monday, April 04, 2011 1:52 PM Hans Verkuil wrote: The vb2_poll function would start read DMA if called without any streaming in progress. This

Pinnacle PCTV Dual DVB-T Pro PCI 2000i

2011-04-08 Thread pigeonskil...@libero.it
Pinnacle PCTV Dual DVB-T Pro PCI 2000i (http://linuxtv.org/wiki/index.php/DVB- T_PCI_Cards#Pinnacle) was introduced in 2006 and after 5 years it is still unsupported in linux! Unbelievable! Yet its chips Zarlink ZL10353 (http://linuxtv.org/wiki/index. php/Zarlink_ZL10353) and Microtune MT2060

Re: vb2: stop_streaming() callback redesign

2011-04-08 Thread Laurent Pinchart
Hi Marek, On Tuesday 05 April 2011 16:27:54 Marek Szyprowski wrote: On Monday, April 04, 2011 12:27 PM Laurent Pinchart wrote: On Monday 04 April 2011 01:51:05 Pawel Osciak wrote: This series implements a slight redesign of the stop_streaming() callback in vb2. The callback has been

Re: vb2: stop_streaming() callback redesign

2011-04-08 Thread Laurent Pinchart
Hi Pawel, On Tuesday 05 April 2011 17:12:29 Pawel Osciak wrote: On Mon, Apr 4, 2011 at 03:27, Laurent Pinchart wrote: On Monday 04 April 2011 01:51:05 Pawel Osciak wrote: Hi, This series implements a slight redesign of the stop_streaming() callback in vb2. The callback has been made

[PATCH] Fix cx88 remote control input

2011-04-08 Thread Lawrence Rust
This patch restores remote control input for cx2388x based boards on Linux kernels = 2.6.38. After upgrading from Linux 2.6.37 to 2.6.38 I found that the remote control input of my Hauppauge Nova-S plus was no longer functioning. I posted a question on this newsgroup and Mauro Carvalho Chehab

Re: [PATCH 0/2] V4L: Extended crop/compose API, ver2

2011-04-08 Thread Hans Verkuil
Hi Tomasz! Some comments below... On Wednesday, April 06, 2011 10:44:17 Tomasz Stanislawski wrote: Hello everyone, This patch-set introduces new ioctls to V4L2 API. The new method for configuration of cropping and composition is presented. This is the second version of extcrop RFC. It

Re: [RFC/PATCH 1/2] v4l: videobuf2: Handle buf_queue errors

2011-04-08 Thread Laurent Pinchart
Hi Sylwester, On Thursday 07 April 2011 00:04:45 Sylwester Nawrocki wrote: On 04/06/2011 10:05 PM, Sylwester Nawrocki wrote: On 03/07/2011 12:20 AM, Pawel Osciak wrote: On Tue, Mar 1, 2011 at 02:54, Laurent Pinchart wrote: On Monday 28 February 2011 16:44:38 Pawel Osciak wrote: Hi

RE: [RFC/PATCH 1/2] v4l: videobuf2: Handle buf_queue errors

2011-04-08 Thread Marek Szyprowski
Hello, On Friday, April 08, 2011 2:53 PM Laurent Pinchart wrote: ... As buf_queue callback is called by vb2 only after start_streaming, for a camera snapshot capture I needed to start a pipeline only from the buf_queue handler level, i.e. subdev's video s_stream op was called from

Re: Antwort: Re: [PATCH 1/2] mt9v022: fix pixel clock

2011-04-08 Thread Teresa Gamez
Hello Guennadi, Am Donnerstag, den 07.04.2011, 14:41 +0200 schrieb Guennadi Liakhovetski: Hello Teresa On Thu, 7 Apr 2011, Teresa Gamez wrote: Hello Guennadi, the datasheet also says (see table 3): quote Pixel clock out. DOUT is valid on rising edge of this clock. /quote

Re: v4l: Buffer pools

2011-04-08 Thread Laurent Pinchart
Hi Guennadi, On Thursday 07 April 2011 13:51:12 Guennadi Liakhovetski wrote: On Fri, 1 Apr 2011, Laurent Pinchart wrote: [snip] - Cache management (ISP and DSS) Cache needs to be synchronized between userspace applications, kernel space and hardware. Synchronizing the cache is an

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Jarod Wilson
On Apr 8, 2011, at 8:50 AM, Lawrence Rust wrote: This patch restores remote control input for cx2388x based boards on Linux kernels = 2.6.38. After upgrading from Linux 2.6.37 to 2.6.38 I found that the remote control input of my Hauppauge Nova-S plus was no longer functioning. I posted

Re: [RFC/PATCH 1/2] v4l: videobuf2: Handle buf_queue errors

2011-04-08 Thread Laurent Pinchart
Hi Marek, On Friday 08 April 2011 15:09:02 Marek Szyprowski wrote: On Friday, April 08, 2011 2:53 PM Laurent Pinchart wrote: [snip] buf_queue is called with a spinlock help, so you can't perform I2C communication there. In videobuf2 buf_queue() IS NOT called with any spinlock held.

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Jarod Wilson
On Apr 8, 2011, at 8:50 AM, Lawrence Rust wrote: This patch restores remote control input for cx2388x based boards on Linux kernels = 2.6.38. After upgrading from Linux 2.6.37 to 2.6.38 I found that the remote control input of my Hauppauge Nova-S plus was no longer functioning. I posted

mt9t111 sensor on Beagleboard xM

2011-04-08 Thread javier Martin
Hi, I've just received a LI-LBCM3M1 camera module from Leopard Imaging and I want to test it with my Beagleboard xM. This module has a mt9t111 sensor. At first glance, this driver (http://lxr.linux.no/#linux+v2.6.38/drivers/media/video/mt9t112.c) supports mt9t111 sensor and uses both soc-camera

Re: mt9t111 sensor on Beagleboard xM

2011-04-08 Thread Laurent Pinchart
Hi Javier, On Friday 08 April 2011 17:02:48 javier Martin wrote: Hi, I've just received a LI-LBCM3M1 camera module from Leopard Imaging and I want to test it with my Beagleboard xM. This module has a mt9t111 sensor. At first glance, this driver

Re: [RFCv1 PATCH 1/9] v4l2-ctrls: add new bitmask control type.

2011-04-08 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Monday 04 April 2011 13:51:46 Hans Verkuil wrote: Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-common.c |3 +++ drivers/media/video/v4l2-ctrls.c | 17 - include/linux/videodev2.h |1 +

Re: [RFCv1 PATCH 3/9] v4l2-ioctl: add ctrl_handler to v4l2_fh

2011-04-08 Thread Laurent Pinchart
Hi Hans, On Monday 04 April 2011 13:51:48 Hans Verkuil wrote: From: Hans Verkuil hverk...@xs4all.nl This is required to implement control events and is also needed to allow for per-filehandle control handlers. Thanks for the patch. Shouldn't you modify v4l2-subdev.c similarly ? --

Re: [RFCv1 PATCH 8/9] vivi: add support for CTRL_CH_STATE events.

2011-04-08 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Monday 04 April 2011 13:51:53 Hans Verkuil wrote: Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/video/v4l2-event.c |6 -- drivers/media/video/vivi.c |8 ++-- 2 files changed, 10 insertions(+), 4 deletions(-)

Re: [RFCv1 PATCH 6/9] vivi: add support for control events.

2011-04-08 Thread Laurent Pinchart
Hi Hans, Thanks for the patch. On Monday 04 April 2011 13:51:51 Hans Verkuil wrote: [snip] diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 21d8f6a..8790e03 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c @@ -998,6 +1007,25 @@ static int

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Lawrence Rust
On Fri, 2011-04-08 at 10:41 -0400, Jarod Wilson wrote: On Apr 8, 2011, at 8:50 AM, Lawrence Rust wrote: This patch restores remote control input for cx2388x based boards on Linux kernels = 2.6.38. After upgrading from Linux 2.6.37 to 2.6.38 I found that the remote control input of my

Re: mt9t111 sensor on Beagleboard xM

2011-04-08 Thread javier Martin
On 8 April 2011 17:07, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Javier, On Friday 08 April 2011 17:02:48 javier Martin wrote: Hi, I've just received a LI-LBCM3M1 camera module from Leopard Imaging and I want to test it with my Beagleboard xM. This module has a mt9t111

Re: [RFCv1 PATCH 3/9] v4l2-ioctl: add ctrl_handler to v4l2_fh

2011-04-08 Thread Hans Verkuil
On Friday, April 08, 2011 17:10:32 Laurent Pinchart wrote: Hi Hans, On Monday 04 April 2011 13:51:48 Hans Verkuil wrote: From: Hans Verkuil hverk...@xs4all.nl This is required to implement control events and is also needed to allow for per-filehandle control handlers. Thanks for

[PATCH] Speed up DVB TS stream delivery from DMA buffer into dvb-core's buffer

2011-04-08 Thread Marko Ristola
Avoid unnecessary DVB TS 188 sized packet copying from DMA buffer into stack. Backtrack one 188 sized packet just after some garbage bytes when possible. This obsoletes patch https://patchwork.kernel.org/patch/118147/ Signed-off-by: Marko Ristola marko.rist...@kolumbus.fi diff --git

Re: [RFCv1 PATCH 6/9] vivi: add support for control events.

2011-04-08 Thread Hans Verkuil
On Friday, April 08, 2011 17:19:40 Laurent Pinchart wrote: Hi Hans, Thanks for the patch. On Monday 04 April 2011 13:51:51 Hans Verkuil wrote: [snip] diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 21d8f6a..8790e03 100644 --- a/drivers/media/video/vivi.c

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Jarod Wilson
On Apr 8, 2011, at 11:22 AM, Lawrence Rust wrote: On Fri, 2011-04-08 at 10:41 -0400, Jarod Wilson wrote: On Apr 8, 2011, at 8:50 AM, Lawrence Rust wrote: This patch restores remote control input for cx2388x based boards on Linux kernels = 2.6.38. After upgrading from Linux 2.6.37 to

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Lawrence Rust
On Fri, 2011-04-08 at 12:21 -0400, Jarod Wilson wrote: On Apr 8, 2011, at 11:22 AM, Lawrence Rust wrote: On Fri, 2011-04-08 at 10:41 -0400, Jarod Wilson wrote: On Apr 8, 2011, at 8:50 AM, Lawrence Rust wrote: This patch restores remote control input for cx2388x based boards on Linux

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 12:21 PM, Jarod Wilson ja...@wilsonet.com wrote: The problem is that there isn't a the keytable. There are many many keytables. And a lot of different hardware. Testing all possible combinations of hardware (both receiver side and remote side) is next to impossible. We

Re: mt9t111 sensor on Beagleboard xM

2011-04-08 Thread Laurent Pinchart
Hi Javier, On Friday 08 April 2011 17:30:54 javier Martin wrote: On 8 April 2011 17:07, Laurent Pinchart wrote: On Friday 08 April 2011 17:02:48 javier Martin wrote: Hi, I've just received a LI-LBCM3M1 camera module from Leopard Imaging and I want to test it with my Beagleboard xM. This

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Jarod Wilson
On Apr 8, 2011, at 1:07 PM, Devin Heitmueller wrote: On Fri, Apr 8, 2011 at 12:21 PM, Jarod Wilson ja...@wilsonet.com wrote: The problem is that there isn't a the keytable. There are many many keytables. And a lot of different hardware. Testing all possible combinations of hardware (both

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Jarod Wilson
On Apr 8, 2011, at 12:50 PM, Lawrence Rust wrote: On Fri, 2011-04-08 at 12:21 -0400, Jarod Wilson wrote: On Apr 8, 2011, at 11:22 AM, Lawrence Rust wrote: On Fri, 2011-04-08 at 10:41 -0400, Jarod Wilson wrote: On Apr 8, 2011, at 8:50 AM, Lawrence Rust wrote: This patch restores remote

[cron job] v4l-dvb daily build: ERRORS

2011-04-08 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Apr 8 19:00:39 CEST 2011 git hash:d9954d8547181f9a6a23f835cc1413732700b785 gcc version: i686-linux-gcc (GCC)

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 2:00 PM, Jarod Wilson ja...@wilsonet.com wrote: Have to admit that I don't think it ever registered in my head that we were going to break that many existing keymaps. But something to consider: how many of those are *raw* rc-5 scancode keymaps, vs. cooked scancodes from

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Jarod Wilson
On Apr 8, 2011, at 2:38 PM, Devin Heitmueller wrote: ... I question the notion of introducing the requirement that all keymap definitions must have system codes without having really thought through the notion that it would result in breaking every existing keymap which hadn't been updated.

update fi-dna initial tuning file

2011-04-08 Thread Antti Palosaari
Moikka Christoph, Merge attached patch. Antti -- http://palosaari.fi/ diff -r 59e55f42ab69 util/scan/dvb-c/fi-dna --- a/util/scan/dvb-c/fi-dnaWed Apr 06 06:50:51 2011 -0300 +++ b/util/scan/dvb-c/fi-dnaFri Apr 08 22:32:15 2011 +0300 @@ -1,15 +1,24 @@ # DNA network reference channels +#

Re: [PATCH] Speed up DVB TS stream delivery from DMA buffer into dvb-core's buffer

2011-04-08 Thread Marko Ristola
Here is some statistics without likely and with likely functions. It seems that using likely() gives better performance with Phenom I too. % Plain knl % No likely % With likely % dvb_ringbuffer_write5,9 62,88,7 81,35,7 79,2

Re: [linux-dvb] Pinnacle PCTV Dual DVB-T Pro PCI 2000i

2011-04-08 Thread Marc Coevoet
Op 08-04-11 11:35, pigeonskil...@libero.it schreef: Pinnacle PCTV Dual DVB-T Pro PCI 2000i (http://linuxtv.org/wiki/index.php/DVB- T_PCI_Cards#Pinnacle) was introduced in 2006 and after 5 years it is still unsupported in linux! Unbelievable! Unbelieveable. I bought me a super smaal dvbt stick

Re: [linux-dvb] Pinnacle PCTV Dual DVB-T Pro PCI 2000i

2011-04-08 Thread Devin Heitmueller
On Fri, Apr 8, 2011 at 5:35 AM, pigeonskil...@libero.it pigeonskil...@libero.it wrote: Pinnacle PCTV Dual DVB-T Pro PCI 2000i (http://linuxtv.org/wiki/index.php/DVB- T_PCI_Cards#Pinnacle) was introduced in 2006 and after 5 years it is still unsupported in linux! Unbelievable! I'm not sure why

Re: [PATCH] Fix cx88 remote control input

2011-04-08 Thread Andy Walls
Jarod Wilson ja...@wilsonet.com wrote: On Apr 8, 2011, at 2:38 PM, Devin Heitmueller wrote: ... I question the notion of introducing the requirement that all keymap definitions must have system codes without having really thought through the notion that it would result in breaking every

Re: [RFC/PATCH 1/2] v4l: videobuf2: Handle buf_queue errors

2011-04-08 Thread Sylwester Nawrocki
Hi Laurent! On 04/08/2011 02:53 PM, Laurent Pinchart wrote: Hi Sylwester, On Thursday 07 April 2011 00:04:45 Sylwester Nawrocki wrote: On 04/06/2011 10:05 PM, Sylwester Nawrocki wrote: On 03/07/2011 12:20 AM, Pawel Osciak wrote: On Tue, Mar 1, 2011 at 02:54, Laurent Pinchart wrote: On

[PATCH 2.6.39] soc_camera: OMAP1: fix missing bytesperline and sizeimage initialization

2011-04-08 Thread Janusz Krzysztofik
Since commit 0e4c180d3e2cc11e248f29d4c604b6194739d05a, bytesperline and sizeimage memebers of v4l2_pix_format structure have no longer been calculated inside soc_camera_g_fmt_vid_cap(), but rather passed via soc_camera_device structure from a host driver callback invoked by

V4L/ARM: videobuf-dma-contig no longer works on my ARM machine (was: [PATCH v3] SoC Camera: add driver for OMAP1 camera interface)

2011-04-08 Thread Janusz Krzysztofik
On Wendesday, 23 March 2011, at 11:00:06, Guennadi Liakhovetski wrote: You might want to retest ams-delta with the camera on the current (next or git://linuxtv.org/media_tree.git staging/for_v2.6.39) kernel ... Hi Guennadi, With the patch I've just submitted to the linux-media list