RE: [BUG] Dual tuner TV card, works using one tuner only, doesn't work if both tuners are used

2015-01-08 Thread blind Pete
Hi dCrypt, I'm not a developer at all. I'm not even sure why I read this list, but can you determine if the problem is associated with a particular kernel version? i.e. if it works on x.y.z but fails on x.y.(z+1) you have a starting point. If you use the word regression and a kernel

cron job: media_tree daily build: ERRORS

2015-01-08 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: Fri Jan 9 04:00:08 CET 2015 git branch: test git hash: 99f3cd52aee21091ce62442285a68873e3be833f gcc

Re: [RFC v01] Driver for Toshiba TC358743 CSI-2 to HDMI bridge

2015-01-08 Thread Mats Randgaard (matrandg)
Thanks for testing the driver! On 01/08/2015 06:12 PM, Philipp Zabel wrote: Hi Mats, Am Montag, den 15.12.2014, 19:21 +0100 schrieb matra...@cisco.com: From: Mats Randgaard matra...@cisco.com The driver is tested on our hardware and all the implemented features works as expected. Missing

RE: [BUG] Dual tuner TV card, works using one tuner only, doesn't work if both tuners are used

2015-01-08 Thread dCrypt
Hi, blind Pete. Thank you for taking your time to answer. Yes, I tried different kernels focusing con Ubuntu distro. I don't remember the exact kernel version, but at least those included by default in the Ubuntu 12.04 lts and 14.04 lts ISO image, which worked for me. The latest Ubuntu

Re: Media Summit planning for 2015 - was: Re: ELC 2015 - March - San Jose

2015-01-08 Thread Mauro Carvalho Chehab
Em Thu, 08 Jan 2015 22:29:43 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: On 01/08/2015 08:19 PM, Mauro Carvalho Chehab wrote: Hi all, I want to do the media planning for 2015. As we've agreed last year, we're planning to do one media summit together with the Kernel Summit. While

Re: [PATCH 1/2] V4L: remove clock name from v4l2_clk API

2015-01-08 Thread Guennadi Liakhovetski
Hi Josh, On Wed, 7 Jan 2015, Josh Wu wrote: Hi, Guennadi On 1/7/2015 6:17 AM, Guennadi Liakhovetski wrote: Hi Josh, On Tue, 6 Jan 2015, Josh Wu wrote: Hi, Guennadi After look deep into this patch, I found you miss one line that should be changed as well. It's In

Re: [PATCH 1/2] V4L: remove clock name from v4l2_clk API

2015-01-08 Thread Laurent Pinchart
Hi Guennadi and Josh, On Thursday 08 January 2015 23:37:58 Guennadi Liakhovetski wrote: On Wed, 7 Jan 2015, Josh Wu wrote: On 1/7/2015 6:17 AM, Guennadi Liakhovetski wrote: On Tue, 6 Jan 2015, Josh Wu wrote: Hi, Guennadi After look deep into this patch, I found you miss one line that

Re: [patch] [media] coda: improve safety in coda_register_device()

2015-01-08 Thread Dan Carpenter
On Thu, Jan 08, 2015 at 12:04:20PM +0100, walter harms wrote: @@ -1844,10 +1844,11 @@ static int coda_register_device(struct coda_dev *dev, int i) { struct video_device *vfd = dev-vfd[i]; - if (i ARRAY_SIZE(dev-vfd)) + if (i = dev-devtype-num_vdevs) return

RE: [PATCH 3/3] media-doc: Fix MFC display delay control doc

2015-01-08 Thread Kamil Debski
-Original Message- From: Nicolas Dufresne [mailto:nicolas.dufre...@collabora.com] Sent: Monday, December 15, 2014 10:11 PM To: linux-media@vger.kernel.org Cc: Kamil Debski; Arun Kumar K; Nicolas Dufresne Subject: [PATCH 3/3] media-doc: Fix MFC display delay control doc The

RE: [PATCH 2/3] s5p-mfc-dec: Don't use encoder stop command

2015-01-08 Thread Kamil Debski
-Original Message- From: Nicolas Dufresne [mailto:nicolas.dufre...@collabora.com] Sent: Monday, December 15, 2014 10:11 PM To: linux-media@vger.kernel.org Cc: Kamil Debski; Arun Kumar K; Nicolas Dufresne Subject: [PATCH 2/3] s5p-mfc-dec: Don't use encoder stop command The decoder

RE: [PATCH 0/3] Various fixes for s5p-mfc driver

2015-01-08 Thread Kamil Debski
Hi Nicolas, I usually don't ack patches that I plan to take into my tree, but it might be a good idea to let know the submitter that patches are good. Best wishes, -- Kamil Debski Samsung RD Institute Poland -Original Message- From: Nicolas Dufresne

RE: [PATCH 1/3] s5p-mfc-v6+: Use display_delay_enable CID

2015-01-08 Thread Kamil Debski
-Original Message- From: Nicolas Dufresne [mailto:nicolas.dufre...@collabora.com] Sent: Monday, December 15, 2014 10:11 PM To: linux-media@vger.kernel.org Cc: Kamil Debski; Arun Kumar K; Nicolas Dufresne Subject: [PATCH 1/3] s5p-mfc-v6+: Use display_delay_enable CID The MFC driver

[patch] [media] coda: improve safety in coda_register_device()

2015-01-08 Thread Dan Carpenter
The i variable is used as an offset into both the dev-vfd[] and the dev-devtype-vdevs[] arrays. The second array is smaller so we should use that as a limit instead of ARRAY_SIZE(dev-vfd). Also the original check was off by one. We should use a format string as well in case the -name has any

Re: [patch] [media] coda: improve safety in coda_register_device()

2015-01-08 Thread walter harms
Am 08.01.2015 11:07, schrieb Dan Carpenter: The i variable is used as an offset into both the dev-vfd[] and the dev-devtype-vdevs[] arrays. The second array is smaller so we should use that as a limit instead of ARRAY_SIZE(dev-vfd). Also the original check was off by one. We should use

Re: [PATCH 0/3] Various fixes for s5p-mfc driver

2015-01-08 Thread Nicolas Dufresne
Le 2015-01-08 07:51, Kamil Debski a écrit : I usually don't ack patches that I plan to take into my tree, but it might be a good idea to let know the submitter that patches are good Thanks for letting me know, I may ask informally then next time. cheers, Nicolas -- To unsubscribe from this

Re: [PATCHv3 01/20] media: add new types for DVB devnodes

2015-01-08 Thread Mauro Carvalho Chehab
Em Thu, 08 Jan 2015 18:10:13 +0200 Laurent Pinchart laurent.pinch...@ideasonboard.com escreveu: Hi Mauro, On Wednesday 07 January 2015 12:22:39 Mauro Carvalho Chehab wrote: Em Wed, 07 Jan 2015 16:09:04 +0200 Sakari Ailus escreveu: Mauro Carvalho Chehab wrote: Most of the DVB subdevs

Re: linux-next: Tree for Jan 8 (media, v4l2, vb2)

2015-01-08 Thread Randy Dunlap
On 01/07/15 21:13, Stephen Rothwell wrote: Hi all, Changes since 20150107: *crickets* Non-merge commits (relative to Linus' tree): 1616 1841 files changed, 45068 insertions(+), 27290 deletions(-) on x86_64: CONFIG_VIDEO_V4L2=m CONFIG_VIDEOBUF2_CORE=y CONFIG_VIDEOBUF2_MEMOPS=y

Re: [Linaro-mm-sig] [RFC 1/4] dma-buf: Add constraints sharing information

2015-01-08 Thread Benjamin Gaignard
For me dmabuf and cenalloc offer two different features: one is buffer sharing (dmabuf) and one is buffer allocation (cenalloc). You may want to use dmabuf sharing feature whithout need of the buffer allocation feature, that is what for drm, v4l2, ION and other use dmabuf. In addition of dmabuf

HDMI recording signals

2015-01-08 Thread Javier Brines Garcia
Hi, Sorry I'm newbie into this. Can anyone help me to record HDMI signal with the DeckLink Mini Recorder via command line? In the SDK there's a program called Capture and I've also tried with a GIT repo from the bmdcapture soft that comes with other cards. When I type this command bmdcapture

RE: [RFC 1/6] cec: add new driver for cec support.

2015-01-08 Thread Kamil Debski
Hi Sean, -Original Message- From: Sean Young [mailto:s...@mess.org] Sent: Tuesday, December 30, 2014 2:33 PM To: Kamil Debski Cc: dri-de...@lists.freedesktop.org; linux-media@vger.kernel.org; m.szyprow...@samsung.com; mche...@osg.samsung.com; hverk...@xs4all.nl;

Re: ELC 2015 - March - San Jose

2015-01-08 Thread Shuah Khan
On Wed, Jan 7, 2015 at 11:31 AM, Hans Verkuil hverk...@xs4all.nl wrote: On 01/07/2015 05:20 PM, Steven Toth wrote: Is anyone planning to attend this year? I'm planning to attend. I am planning to attend as well. -- Shuah -- To unsubscribe from this list: send the line unsubscribe

HDMI input on i.MX6 using IPU

2015-01-08 Thread Jean-Michel Hautbois
Hi, I have modified both Steve's and Philipp's code, in order to get something able to get frames from an ADV7611. Right now, I am back to Philipp's base of code, rebased on top of media-tree, and everything works fine, except the very last link between SFMC and IDMAC (using media controller).

Re: [RFC v01] Driver for Toshiba TC358743 CSI-2 to HDMI bridge

2015-01-08 Thread Philipp Zabel
Hi Mats, Am Montag, den 15.12.2014, 19:21 +0100 schrieb matra...@cisco.com: From: Mats Randgaard matra...@cisco.com The driver is tested on our hardware and all the implemented features works as expected. Missing features: - CEC support - HDCP repeater support - IR support

Re: [PATCHv3 01/20] media: add new types for DVB devnodes

2015-01-08 Thread Laurent Pinchart
Hi Mauro, On Wednesday 07 January 2015 12:22:39 Mauro Carvalho Chehab wrote: Em Wed, 07 Jan 2015 16:09:04 +0200 Sakari Ailus escreveu: Mauro Carvalho Chehab wrote: Most of the DVB subdevs have already their own devnode. Add support for them at the media controller API.

Media Summit planning for 2015 - was: Re: ELC 2015 - March - San Jose

2015-01-08 Thread Mauro Carvalho Chehab
Hi all, I want to do the media planning for 2015. As we've agreed last year, we're planning to do one media summit together with the Kernel Summit. While things may change, this year, KS will likely happen by Oct in Korea. I think we may do another summit in US. Looking at:

Re: Media Summit planning for 2015 - was: Re: ELC 2015 - March - San Jose

2015-01-08 Thread Hans Verkuil
On 01/08/2015 08:19 PM, Mauro Carvalho Chehab wrote: Hi all, I want to do the media planning for 2015. As we've agreed last year, we're planning to do one media summit together with the Kernel Summit. While things may change, this year, KS will likely happen by Oct in Korea. I think we

[PATCH] siano: add support for the media controller at USB driver

2015-01-08 Thread Mauro Carvalho Chehab
Adding support for the media controller for a pure DVB device is simple: just create a struct media_device and add it to the dvb adapter. After creating all DVB devices, we need to call the DVB core, for it to create the media graph. More work is needed for pure DVB tuners, but this is hidden at

Re: [PATCHv3 17/20] dvb-frontend: enable tuner link when the FE thread starts

2015-01-08 Thread Shuah Khan
On Tue, Jan 6, 2015 at 2:08 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: If the dvb frontend thread starts, the tuner should be switched to the frontend. Add a code that ensures that this will happen, using the media controller. Signed-off-by: Mauro Carvalho Chehab

Re: [PATCHv3 18/20] cx231xx: enable tuner-decoder link at videobuf start

2015-01-08 Thread Shuah Khan
On Tue, Jan 6, 2015 at 2:08 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: The tuner-decoder needs to be enabled when we're about to start streaming. Signed-off-by: Mauro Carvalho Chehab mche...@osg.samsung.com diff --git a/drivers/media/usb/cx231xx/cx231xx-video.c

Re: Media Summit planning for 2015 - was: Re: ELC 2015 - March - San Jose

2015-01-08 Thread Shuah Khan
On Thu, Jan 8, 2015 at 12:19 PM, Mauro Carvalho Chehab mche...@osg.samsung.com wrote: Hi all, I want to do the media planning for 2015. As we've agreed last year, we're planning to do one media summit together with the Kernel Summit. While things may change, this year, KS will likely happen