Re: [Linaro-mm-sig] [RFC v3 0/2] Introduce DMA buffer sharing mechanism

2011-12-25 Thread Semwal, Sumit
On Fri, Dec 23, 2011 at 10:50 PM, Rob Clark wrote: > On Fri, Dec 23, 2011 at 4:08 AM, Semwal, Sumit wrote: >> On Wed, Dec 21, 2011 at 1:50 AM, Dave Airlie wrote: >> Hence for both patches: Reviewed-by: Daniel Vetter >>> >>> Yeah I'm with Daniel, I like this one, I can definitely

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Holger Nelson
Hi! On Sun, 25 Dec 2011, Dennis Sperlich wrote: I just tried, replacing max_dvb_packet_size = em28xx_isoc_dvb_max_packetsize(dev); by max_dvb_packet_size = dev->alt_max_pkt_size[1]; but it did not work. Was this the correct replacement? printk(KERN_INFO "dev->alt_max_pkt_size[1] is

Re: [RFC PATCH v1 5/7] media: v4l2: introduce two IOCTLs for face detection

2011-12-25 Thread Ming Lei
Hi, On Thu, Dec 22, 2011 at 3:32 AM, Sylwester Nawrocki wrote: >>> How is face detection enabled or disabled? >> >> Currently, streaming on will trigger detection enabling, and streaming off >> will trigger detection disabling. > > We would need to develop a boolean control for this I think, thi

Re: MEM2MEM devices: how to handle sequence number?

2011-12-25 Thread Laurent Pinchart
Hi Sylwester, On Friday 23 December 2011 16:55:10 Sylwester Nawrocki wrote: > On 12/23/2011 12:54 PM, Laurent Pinchart wrote: > > diff --git a/drivers/media/video/videobuf2-core.c > > b/drivers/media/video/videobuf2-core.c > > index 1250662..7d8a88b 100644 > > --- a/drivers/media/v

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Dennis Sperlich
On 25.12.2011 19:13, Mauro Carvalho Chehab wrote: On 25-12-2011 12:04, Dennis Sperlich wrote: On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: On 24-12-2011 19:58, Dennis Sperlich wrote: Hi, I have a Terratec Cinergy HTC Stick an tried the new support for the DVB-C part. It works for SD mat

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Dennis Sperlich
On 25.12.2011 20:42, Malcolm Priestley wrote: On Sun, 2011-12-25 at 15:11 +0100, Hans Petter Selasky wrote: On Sunday 25 December 2011 15:04:17 Dennis Sperlich wrote: On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: On 24-12-2011 19:58, Dennis Sperlich wrote: Hi, I have a Terratec Cinergy H

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Malcolm Priestley
On Sun, 2011-12-25 at 15:11 +0100, Hans Petter Selasky wrote: > On Sunday 25 December 2011 15:04:17 Dennis Sperlich wrote: > > On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: > > > On 24-12-2011 19:58, Dennis Sperlich wrote: > > >> Hi, > > >> > > >> I have a Terratec Cinergy HTC Stick an tried t

Re: Add support for new Terratec DVB USB IDs

2011-12-25 Thread Patrick Boettcher
On Friday, December 23, 2011 12:44:46 AM Jonathan Nieder wrote: > Hi, > > Eduard Bloch wrote[1]: > > current revision of the Cinergy S2 USB box from Terratec seems to use > > another USB-IDs. The manufacturer provides patches at > > http://linux.terratec.de/tv_en.html and it seems like the only >

cron job: media_tree daily build: ERRORS

2011-12-25 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:Sun Dec 25 19:00:17 CET 2011 git hash:1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2 gcc version: i686-linux-gcc (GCC

Re: [RFCv1] add DTMB support for DVB API

2011-12-25 Thread Patrick Boettcher
Hi Antti, On Thursday, December 22, 2011 10:30:25 PM Antti Palosaari wrote: > Rename DMB-TH to DTMB. > > Add few new values for existing parameters. > > Add two new parameters, interleaving and carrier. > DTMB supports interleavers: 240 and 720. > DTMB supports carriers: 1 and 3780. > > Signed-

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Mauro Carvalho Chehab
On 25-12-2011 12:04, Dennis Sperlich wrote: > On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: >> On 24-12-2011 19:58, Dennis Sperlich wrote: >>> Hi, >>> >>> I have a Terratec Cinergy HTC Stick an tried the new support for the DVB-C >>> part. It works for SD material (at least for free receivable

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Mauro Carvalho Chehab
On 25-12-2011 12:11, Hans Petter Selasky wrote: > On Sunday 25 December 2011 15:04:17 Dennis Sperlich wrote: >> On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: >>> On 24-12-2011 19:58, Dennis Sperlich wrote: Hi, I have a Terratec Cinergy HTC Stick an tried the new support for the >

Re: [RFCv1] add DTMB support for DVB API

2011-12-25 Thread Patrick Boettcher
On Friday, December 23, 2011 02:38:59 PM Andreas Oberritter wrote: > On 22.12.2011 22:30, Antti Palosaari wrote: > > @@ -201,6 +205,9 @@ typedef enum fe_guard_interval { > > > > GUARD_INTERVAL_1_128, > > GUARD_INTERVAL_19_128, > > GUARD_INTERVAL_19_256, > > > > +GUARD_INTERVAL_

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Devin Heitmueller
On Sun, Dec 25, 2011 at 9:11 AM, Hans Petter Selasky wrote: > These numbers should not be hardcoded, but extracted from the USB endpoint > descriptor! > > --HPS Hans is correct. I only hard-coded it at 564 as a quick hack when I was bootstrapping the em2784 support. The code really should be cl

Re: Hauppauge HVR-930C problems

2011-12-25 Thread Fredrik Lingvall
On 12/18/11 10:20, Fredrik Lingvall wrote: On 12/17/11 20:53, Mihai Dobrescu wrote: Mihai, I got some success. I did this, # cd /usr/src (for example) # git clone git://linuxtv.org/media_build.git # emerge dev-util/patchutils # emerge Proc-ProcessTable # cd media_build # ./build # make i

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Hans Petter Selasky
On Sunday 25 December 2011 15:04:17 Dennis Sperlich wrote: > On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: > > On 24-12-2011 19:58, Dennis Sperlich wrote: > >> Hi, > >> > >> I have a Terratec Cinergy HTC Stick an tried the new support for the > >> DVB-C part. It works for SD material (at least

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Dennis Sperlich
On 25.12.2011 11:52, Mauro Carvalho Chehab wrote: On 24-12-2011 19:58, Dennis Sperlich wrote: Hi, I have a Terratec Cinergy HTC Stick an tried the new support for the DVB-C part. It works for SD material (at least for free receivable stations, I tried afair only QAM64), but did not for HD sta

Re: DVB-S2 multistream support

2011-12-25 Thread Konstantin Dimitrov
On Sun, Dec 25, 2011 at 1:18 PM, Mauro Carvalho Chehab wrote: > On 25-12-2011 08:55, Konstantin Dimitrov wrote: >> On Sun, Dec 25, 2011 at 12:17 PM, Mauro Carvalho Chehab >> wrote: >> >>> That's said, the approach there assumes that just one mis can be filtered. >>> I'm wandering >>> if it would

Re: DVB-S2 multistream support

2011-12-25 Thread Mauro Carvalho Chehab
On 25-12-2011 08:55, Konstantin Dimitrov wrote: > On Sun, Dec 25, 2011 at 12:17 PM, Mauro Carvalho Chehab > wrote: > >> That's said, the approach there assumes that just one mis can be filtered. >> I'm wandering >> if it wouldn't be better to use the same approach taken inside dvb-core for >> P

Re: DVB-S2 multistream support

2011-12-25 Thread Konstantin Dimitrov
On Sun, Dec 25, 2011 at 12:17 PM, Mauro Carvalho Chehab wrote: > That's said, the approach there assumes that just one mis can be filtered. > I'm wandering > if it wouldn't be better to use the same approach taken inside dvb-core for > PIP filtering. i'm not sure that i understand correctly wh

Re: em28xx_isoc_dvb_max_packetsize for EM2884 (Terratec Cinergy HTC Stick)

2011-12-25 Thread Mauro Carvalho Chehab
On 24-12-2011 19:58, Dennis Sperlich wrote: > Hi, > > I have a Terratec Cinergy HTC Stick an tried the new support for the DVB-C > part. It works for SD material (at least for free receivable stations, I > tried afair only QAM64), but did not for HD stations (QAM256). I have only > access to un

Re: DVB-S2 multistream support

2011-12-25 Thread Mauro Carvalho Chehab
On 25-12-2011 06:23, Antti Palosaari wrote: > On 12/25/2011 03:06 AM, Georgi Chorbadzhiyski wrote: >> Guys are there any news on DVB-S2 multistream support. I have >> found test patches at http://www.tbsdtv.com/forum/viewtopic.php?f=26&t=1874 >> and judging by report on dvblast-devel ML they seem t

Re: DVB-S2 multistream support

2011-12-25 Thread Antti Palosaari
On 12/25/2011 03:06 AM, Georgi Chorbadzhiyski wrote: Guys are there any news on DVB-S2 multistream support. I have found test patches at http://www.tbsdtv.com/forum/viewtopic.php?f=26&t=1874 and judging by report on dvblast-devel ML they seem to work. What is holding them back, perhaps nobody su