[PATCH] [media] em28xx: enable DMABUF

2013-01-05 Thread Mauro Carvalho Chehab
Now that it uses videobuf2, em28xx can support DMABUF. Tested with an HVR-950 on analog mode and a 2gen i5core machine with an i915 graphics adapter. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/em28xx/em28xx-video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi

Re: How to configure resizer in ISP pipeline?

2013-01-05 Thread Andreas Nagel
Hi Sakari, thanks for helping. My "sensor" (TVP5146) already provides YUV data, so I can skip the previewer. I tried setting the input and output pad of the resizer subdevice to incoming resolution (input pad) and desired resolution (output pad). For example: 720x576 --> 352x288. But it didn't

Re: How to configure resizer in ISP pipeline?

2013-01-05 Thread Sakari Ailus
Hi Andreas, On Tue, Dec 11, 2012 at 03:48:23PM +0100, Andreas Nagel wrote: > Hello, > > using Media Controller API, I can successfully configure a simple > ISP pipeline on an OMAP3530 and capture video data. Now I want to > include the resizer. So the pipeline would look like this (where MEM > wo

Re: [PATCH 1/2] omap3isp: Remove unneeded memset after kzalloc

2013-01-05 Thread Sakari Ailus
Sakari Ailus wrote: > Acked-by: Sakari Ailus I forgot to mention this applies to both of the patches. -- Cheers, Sakari Ailus sakari.ai...@iki.fi -- 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

[PATCH 1/1] v4l: Don't compile v4l2-int-device unless really needed

2013-01-05 Thread Sakari Ailus
Add a configuration option for v4l2-int-device so it is only compiled when necessary, which is only by omap24xxcam and tcm825x drivers. Signed-off-by: Sakari Ailus --- The side effect of this patch is that there's a new config option in the main media menu to select V4L2 int device. The drivers u

cron job: media_tree daily build: ERRORS

2013-01-05 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date:Sat Jan 5 19:00:22 CET 2013 git hash:2c46bb119f13a3ebc62461dac498a7057f5b4a94 gcc version: i686-linux-gcc (GCC

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

2013-01-05 Thread Sakari Ailus
Hi Kamil, On Mon, Dec 17, 2012 at 12:48:25PM +0100, Kamil Debski wrote: > > From: 'Sakari Ailus' [mailto:sakari.ai...@iki.fi] > > Sent: Monday, December 17, 2012 12:35 PM > > Subject: Re: [PATCH 4/4] v4l: Tell user space we're using monotonic > > timestamps > > > > Hi Kamil, > > > > On Mon, Dec

Re: [git:v4l-dvb/for_v3.9] [media] rc/keymaps: add RC keytable for MyGica X8507

2013-01-05 Thread Alfredo Jesús Delaiti
Hi all El 23/12/12 18:42, Mauro Carvalho Chehab escribió: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] rc/keymaps: add RC keytable for MyGica X8507 Author: Alfredo Jesús Delaiti

Re: [PATCH 2/3] [media] winbond-cir: increase IR receiver resolution

2013-01-05 Thread Sean Young
On Thu, Jan 03, 2013 at 01:16:57AM +0100, David Härdeman wrote: > On Wed, Oct 24, 2012 at 10:22:41PM +0100, Sean Young wrote: > >This is needed for carrier reporting. > > > >Signed-off-by: Sean Young > >--- > > drivers/media/rc/winbond-cir.c | 14 +- > > 1 file changed, 9 insertions(+),

Re: BUG: bttv does not load module ir-kbd-i2c for Hauppauge model 37284, rev B421

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Jan 2013 15:00:18 +0100 Frank Schäfer escreveu: > While we are at it ;) : > > [ 15.280772] bttv: Bt8xx card found (0) > [ 15.281349] bttv: 0: Bt878 (rev 17) at :01:08.0, irq: 18, > latency: 32, mmio: 0xfdfff000 > [ 15.281386] bttv: 0: detected: Hauppauge WinTV [card=10], PCI

Re: [PATCH 10/15] em28xx: fix broken TRY_FMT.

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 5 Jan 2013 14:34:04 +0100 Hans Verkuil escreveu: > On Sat January 5 2013 03:54:44 Mauro Carvalho Chehab wrote: > > Hans/Devin, > > > > Em Fri, 4 Jan 2013 15:59:40 -0500 > > Devin Heitmueller escreveu: > > > > > TRY_FMT should not return an error if a pixelformat is unsupported. > > >

Re: [PATCH 0/4] Some IR fixes for I2C devices on em28xx

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Jan 2013 14:42:10 +0100 Frank Schäfer escreveu: > Am 05.01.2013 14:22, schrieb Frank Schäfer: > > Am 04.01.2013 22:15, schrieb Mauro Carvalho Chehab: > >> Frank pointed that IR was not working with I2C devices. So, I took some > >> time to fix them. > >> > >> Tested with Hauppauge WinT

Re: [PATCH 6/6] ir-kbd-i2c: fix get_key_knc1()

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Jan 2013 14:32:30 +0100 Frank Schäfer escreveu: > Am 05.01.2013 03:39, schrieb Mauro Carvalho Chehab: > > Em Fri, 28 Dec 2012 00:02:48 +0100 > > Frank Schäfer escreveu: > > > >> - return valid key code when button is hold > >> - debug: print key code only when a button is pressed > >>

Re: [PATCH 0/4] Some IR fixes for I2C devices on em28xx

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Jan 2013 14:22:08 +0100 Frank Schäfer escreveu: > Am 04.01.2013 22:15, schrieb Mauro Carvalho Chehab: > > Frank pointed that IR was not working with I2C devices. So, I took some > > time to fix them. > > > > Tested with Hauppauge WinTV USB2. > > > > Mauro Carvalho Chehab (4): > > [me

Re: [BUG] Problem with LV5TDLX DVB-T USB and the 3.7.1 kernel

2013-01-05 Thread Antti Palosaari
On 01/05/2013 04:05 PM, Jacek Konieczny wrote: Hi, I have a 'NOT Only TV DVB-T USB Deluxe' tuner device: Model name: LV5TDLX DVB-T USB P/N: STLV5TDLXT702 S/N: LV5TDLX120700116 USB ID: 1f4d:c803 This is based on the RTL2838UHIDIR chip with e4000 tuner (at least, that is detected by various driv

[BUG] Problem with LV5TDLX DVB-T USB and the 3.7.1 kernel

2013-01-05 Thread Jacek Konieczny
Hi, I have a 'NOT Only TV DVB-T USB Deluxe' tuner device: Model name: LV5TDLX DVB-T USB P/N: STLV5TDLXT702 S/N: LV5TDLX120700116 USB ID: 1f4d:c803 This is based on the RTL2838UHIDIR chip with e4000 tuner (at least, that is detected by various drivers). I had some minor success with it with some

BUG: bttv does not load module ir-kbd-i2c for Hauppauge model 37284, rev B421

2013-01-05 Thread Frank Schäfer
While we are at it ;) : [ 15.280772] bttv: Bt8xx card found (0) [ 15.281349] bttv: 0: Bt878 (rev 17) at :01:08.0, irq: 18, latency: 32, mmio: 0xfdfff000 [ 15.281386] bttv: 0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb [ 15.281391] bttv: 0: using: Hauppauge (bt87

Re: [PATCH 3/6] em28xx: make remote controls of devices with external IR IC working again

2013-01-05 Thread Frank Schäfer
Am 05.01.2013 14:26, schrieb Mauro Carvalho Chehab: > Em Sat, 05 Jan 2013 13:58:20 +0100 > Frank Schäfer escreveu: > >> Am 04.01.2013 22:12, schrieb Mauro Carvalho Chehab: >>> Em Fri, 28 Dec 2012 00:02:45 +0100 >>> Frank Schäfer escreveu: >>> Tested with device "Terratec Cinergy 200 USB". >>

Re: [PATCH 0/4] Some IR fixes for I2C devices on em28xx

2013-01-05 Thread Frank Schäfer
Am 05.01.2013 14:22, schrieb Frank Schäfer: > Am 04.01.2013 22:15, schrieb Mauro Carvalho Chehab: >> Frank pointed that IR was not working with I2C devices. So, I took some >> time to fix them. >> >> Tested with Hauppauge WinTV USB2. >> >> Mauro Carvalho Chehab (4): >> [media] em28xx: initialize

Re: [PATCH 10/15] em28xx: fix broken TRY_FMT.

2013-01-05 Thread Hans Verkuil
On Sat January 5 2013 03:54:44 Mauro Carvalho Chehab wrote: > Hans/Devin, > > Em Fri, 4 Jan 2013 15:59:40 -0500 > Devin Heitmueller escreveu: > > > TRY_FMT should not return an error if a pixelformat is unsupported. Instead > > just > > pick a common pixelformat. > > > > Also the bytesperline

Re: [PATCH 6/6] ir-kbd-i2c: fix get_key_knc1()

2013-01-05 Thread Frank Schäfer
Am 05.01.2013 03:39, schrieb Mauro Carvalho Chehab: > Em Fri, 28 Dec 2012 00:02:48 +0100 > Frank Schäfer escreveu: > >> - return valid key code when button is hold >> - debug: print key code only when a button is pressed >> >> Tested with device "Terratec Cinergy 200 USB" (em28xx). >> >> Signed-of

Re: [PATCH] ngene: fix commit 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Jan 2013 10:39:21 +0100 Patrice Chotard escreveu: > Hi Mauro, > > Yes, i confirm that without this patch, tuner_attach_dtt7520x() callback > was never called, so no tuning was possible. Thanks for double-checking. Not sure why the original patch got truncated. Maybe due to some bad c

Re: [PATCH 3/6] em28xx: make remote controls of devices with external IR IC working again

2013-01-05 Thread Mauro Carvalho Chehab
Em Sat, 05 Jan 2013 13:58:20 +0100 Frank Schäfer escreveu: > Am 04.01.2013 22:12, schrieb Mauro Carvalho Chehab: > > Em Fri, 28 Dec 2012 00:02:45 +0100 > > Frank Schäfer escreveu: > > > >> Tested with device "Terratec Cinergy 200 USB". > > Sorry, but this patch is completely wrong ;) > > Comple

Re: [PATCH 0/4] Some IR fixes for I2C devices on em28xx

2013-01-05 Thread Frank Schäfer
Am 04.01.2013 22:15, schrieb Mauro Carvalho Chehab: > Frank pointed that IR was not working with I2C devices. So, I took some > time to fix them. > > Tested with Hauppauge WinTV USB2. > > Mauro Carvalho Chehab (4): > [media] em28xx: initialize button/I2C IR earlier > [media] em28xx: autoload em

Re: [PATCH 3/6] em28xx: make remote controls of devices with external IR IC working again

2013-01-05 Thread Frank Schäfer
Am 04.01.2013 22:12, schrieb Mauro Carvalho Chehab: > Em Fri, 28 Dec 2012 00:02:45 +0100 > Frank Schäfer escreveu: > >> Tested with device "Terratec Cinergy 200 USB". > Sorry, but this patch is completely wrong ;) Completely wrong ? That's not helpful... Please elaborate a bit more on this so tha

Re: [GIT PULL FOR 3.9] em28xx videobuf2 support and v4l2-compliance fixes

2013-01-05 Thread Frank Schäfer
Am 04.01.2013 20:41, schrieb Devin Heitmueller: > Hello Mauro, > > Please pull the following series for 3.9, which ports em28xx to VB2 as > well as applying Hans Verkuil's v4l2-compliance fixes for em28xx. > > Thanks, > > Devin > > The following changes since commit 8cd7085ff460ead3aba6174052a408f4

[PATCH] em28xx: fix audio input for TV mode of device Terratec Cinergy 250

2013-01-05 Thread Frank Schäfer
Remy Blank reported that audio over USB can be made working for the television input if .amux is changed from EM28XX_AMUX_LINE_IN to EM28XX_AMUX_VIDEO. An examination of his devices shows, that it is indeed supplied with an EM202 AC97 audio IC. We also use this setting for the Cinergy 200. Remy Bl

Re: [GIT PULL FOR 3.9] em28xx videobuf2 support and v4l2-compliance fixes

2013-01-05 Thread Frank Schäfer
First of all: Hans, Devin thank you for working on this stuff ! Am 04.01.2013 21:59, schrieb Devin Heitmueller: > On Fri, Jan 4, 2013 at 2:59 PM, Ezequiel Garcia wrote: >> Maybe I'm wrong, but weren't **all** changes supposed to be sent as a PATCH >> to the mailing list for community review, befo

Re: [BUG] crystalhd git.linuxtv.org kernel driver: unable to handle kernel paging requests, improper (spin)locking(?) and paging, null pointer oopses on SMP, libcrstalhd3-git i686 not interfacing to a

2013-01-05 Thread thomas schorpp
Hi Oliver, hi crystalhd users and devs, hello Broadcom Crystal HD staff, 1. sorry for the delay, I had to upgrade my old debian i386 stable...squeeze-backports userspace on the old core2duo machine to amd64 by full reinstall, otherwise the driver interface of libcrystalhd3 i686 to 3.6.10...3

[REVIEW PATCH] Fix 3.7 radio modulator regression

2013-01-05 Thread Hans Verkuil
Hi all, This is a fix for a regression introduced in 3.7. If there are no comments, then I'll post the final version early next week. The fix was tested with radio-keene. Regards, Hans >From 86552330c91fff094a07c0018ca34a9f45362a64 Mon Sep 17 00:00:00 2001 Message-Id: <86552330c91fff0

Re: [PATCH] ngene: fix commit 36a495a336c3fbbb2f4eeed2a94ab6d5be19d186

2013-01-05 Thread Patrice Chotard
Hi Mauro, Yes, i confirm that without this patch, tuner_attach_dtt7520x() callback was never called, so no tuning was possible. Patrice Le 05/01/2013 05:06, Mauro Carvalho Chehab a écrit : > The above commit were applied only partially; it broke tuner and > demod attach, but the part that added