Re: [PATCH 2.6.39] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-10 Thread Mauro Carvalho Chehab
Em 10-04-2011 19:47, Janusz Krzysztofik escreveu: > After switching from mem->dma_handle to virt_to_phys(mem->vaddr) used > for obtaining page frame number passed to remap_pfn_range() > (commit 35d9f510b67b10338161aba6229d4f55b4000f5b), videobuf-dma-contig > stopped working on my ARM based board.

Re: HVR-1600 (model 74351 rev F1F5) analog Red Screen

2011-04-10 Thread Andy Walls
On Wed, 2011-04-06 at 13:28 -0400, Eric B Munson wrote: > On Tue, Apr 5, 2011 at 10:58 AM, Andy Walls wrote: > > On Mon, 2011-04-04 at 14:36 -0400, Eric B Munson wrote: > >> On Mon, Apr 4, 2011 at 11:16 AM, Eric B Munson wrote: > >> > On Mon, Apr 4, 2011 at 9:12 AM, Andy Walls > >> > wrote: > >

HVR-1250/CX23885 IR Rx (Re: [PATCH] Fix cx88 remote control input)

2011-04-10 Thread Andy Walls
On Sat, 2011-04-09 at 21:39 -0400, Jarod Wilson wrote: > > Jarod, > > > > The HVR-1850 uses a raw IR receiver in the CX23888 and older > HVR-1250s use the raw IR receiver in the CX23885. They both work for > Rx (I need to tweak the Cx23885 rx watermark though), but I never > found time to finish

[PATCH 2.6.39] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-10 Thread Janusz Krzysztofik
After switching from mem->dma_handle to virt_to_phys(mem->vaddr) used for obtaining page frame number passed to remap_pfn_range() (commit 35d9f510b67b10338161aba6229d4f55b4000f5b), videobuf-dma-contig stopped working on my ARM based board. The ARM architecture maintainer, Russell King, confirmed

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

2011-04-10 Thread Guennadi Liakhovetski
On Mon, 11 Apr 2011, Janusz Krzysztofik wrote: > Dnia niedziela 10 kwiecień 2011 o 18:00:14 Guennadi Liakhovetski > napisał(a): > > Hi Janusz > > > > On Sat, 9 Apr 2011, Janusz Krzysztofik wrote: > > > Since commit 0e4c180d3e2cc11e248f29d4c604b6194739d05a, bytesperline > > > and sizeimage memebe

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

2011-04-10 Thread Janusz Krzysztofik
Dnia niedziela 10 kwiecień 2011 o 18:00:14 Guennadi Liakhovetski napisał(a): > Hi Janusz > > On Sat, 9 Apr 2011, Janusz Krzysztofik wrote: > > Since commit 0e4c180d3e2cc11e248f29d4c604b6194739d05a, bytesperline > > and sizeimage memebers of v4l2_pix_format structure have no longer > > been calcul

[cron job] v4l-dvb daily build: ERRORS

2011-04-10 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:Sun Apr 10 19:00:19 CEST 2011 git hash:d9954d8547181f9a6a23f835cc1413732700b785 gcc version: i686-linux-gcc (GCC) 4.5

Re: update fi-dna initial tuning file

2011-04-10 Thread Christoph Pfister
2011/4/8 Antti Palosaari : > Moikka Christoph, > > Merge attached patch. Updated, thanks. > Antti > -- > http://palosaari.fi/ Christoph -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://v

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

2011-04-10 Thread Guennadi Liakhovetski
Hi Janusz On Sat, 9 Apr 2011, Janusz Krzysztofik wrote: > 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 stru

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

2011-04-10 Thread Andreas Oberritter
On 04/08/2011 09:37 PM, Marko Ristola wrote: > > Here is some statistics without likely and with likely functions. > > It seems that using likely() gives better performance with Phenom I too. I'm not sure whether that's the right conclusion. See below. > % Plain knl % No likely

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

2011-04-10 Thread Andreas Oberritter
On 04/08/2011 05:40 PM, Marko Ristola wrote: > 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 Rist

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

2011-04-10 Thread Sylwester Nawrocki
On 04/09/2011 06:43 PM, Sylwester Nawrocki wrote: > Hello, > > On 04/08/2011 02:53 PM, Hans Verkuil wrote: >> 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.