cron job: media_tree daily build: WARNINGS

2014-07-31 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: Thu 31 Jul 08:04:29 CEST 2014 git branch: test git hash: 27dcb00d0dc1d532b0da940e35a6d020ee33bd47 gcc

Re: ddbridge -- kernel 3.15.6

2014-07-31 Thread Thomas Kaiser
On 07/30/2014 11:03 PM, Rudy Zijlstra wrote: On 19-07-14 19:49, Thomas Kaiser wrote: Hello Rudy I use a similar card from Digital Devices with Ubuntu 14.04 and kernel 3.13.0-32-generic. Support for this card was not build into the kernel and I had to compile it myself. I had to use

[PATCH] videobuf2-core: simplify and unify the kernel api

2014-07-31 Thread panpan liu
Making the kernel api more simplified and unified. Signed-off-by: panpan liu panpan1@samsung.com --- drivers/media/v4l2-core/videobuf2-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 = 100755 drivers/media/v4l2-core/videobuf2-core.c diff --git

Re: Problems with the omap3isp

2014-07-31 Thread Stefan Herbrechtsmeier
Am 31.07.2014 01:10, schrieb Laurent Pinchart: On Tuesday 15 July 2014 12:04:09 Stefan Herbrechtsmeier wrote: Hi Laurent, I have some problems with the omap3isp driver. At the moment I use a linux-stable 3.14.5 with your fixes for omap3xxx-clocks.dtsi. 1. If I change the clock rate to 24 MHz

RE: [PATCH] V4L/DVB: dvb-usb-v2: Update firmware and driver for performance of ITEtech IT9135

2014-07-31 Thread Bimow.Chen
Hi, Antti! Thank you for your reply. We hope the performance was improved and the patch meets your requirements. But the challenges are some tuner registers needed to set before initializing the demodulator. See comments below. Moikka Bimow! I did a lot of testing today for that patch. I used

Re: [PATCH] videobuf2-core: simplify and unify the kernel api

2014-07-31 Thread Hans Verkuil
On 07/31/2014 10:28 AM, panpan liu wrote: Making the kernel api more simplified and unified. Signed-off-by: panpan liu panpan1@samsung.com Has been fixed already in 3.15. Always check the latest code! Regards, Hans --- drivers/media/v4l2-core/videobuf2-core.c |2 +- 1

Re: Configurable Video Controller Driver

2014-07-31 Thread Julien BERAUD
Hi Sakari, Thank you for your answer. Le 21/07/2014 13:14, Sakari Ailus a écrit : Hi Julien, On Thu, Jul 10, 2014 at 04:19:06PM +0200, Julien BERAUD wrote: We are developing a driver for our video controller which has the particularity of being very reconfigurable. We have reached a point at

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Michael Dietschi
Am 30.07.2014 17:21, schrieb Enrico: Standard question: are you using media-ctl from git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest yavta from git://git.ideasonboard.org/yavta.git ? Enrico No, not exactly. I used older versions which came with Yocto Poky Daisy. But I also

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-31 Thread Enrico
On Wed, Jul 30, 2014 at 11:01 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Enrico, On Wednesday 23 July 2014 15:57:51 Enrico wrote: On Wed, Jul 23, 2014 at 3:54 PM, Enrico wrote: [snip] You were right i was using the wrong binary, now the output is: ... - entity

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Enrico
On Thu, Jul 31, 2014 at 12:06 PM, Michael Dietschi michael.diets...@inunum.com wrote: Am 30.07.2014 17:21, schrieb Enrico: Standard question: are you using media-ctl from git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest yavta from git://git.ideasonboard.org/yavta.git ?

[PATCH] videobuf2: fix lockdep warning

2014-07-31 Thread Hans Verkuil
The following lockdep warning has been there ever since commit a517cca6b24fc54ac209e44118ec8962051662e3 one year ago: [ 403.117947] == [ 403.117949] [ INFO: possible circular locking dependency detected ] [ 403.117953] 3.16.0-rc6-test-media

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Michael Dietschi
Am 31.07.2014 12:36, schrieb Enrico: I think you are missing the ccdc sink pad setup, basically you should have something like this: - entity 5: OMAP3 ISP CCDC (3 pads, 9 links) type V4L2 subdev subtype Unknown flags 0 device node name /dev/v4l-subdev2

Re: [PATCH] videobuf2: fix lockdep warning

2014-07-31 Thread Antti Palosaari
That finally fixes the issue I reported last year. http://www.spinics.net/lists/linux-media/msg70935.html Tested-by: Antti Palosaari cr...@iki.fi On 07/31/2014 02:52 PM, Hans Verkuil wrote: The following lockdep warning has been there ever since commit

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Enrico
On Thu, Jul 31, 2014 at 2:31 PM, Michael Dietschi michael.diets...@inunum.com wrote: Am 31.07.2014 12:36, schrieb Enrico: I think you are missing the ccdc sink pad setup, basically you should have something like this: - entity 5: OMAP3 ISP CCDC (3 pads, 9 links) type

FW: Delivery Status Notification (Failure)

2014-07-31 Thread Chris R
I'm trying to build the V4L-DVB drivers for an embedded system (OMAP3530/DM3730) that uses the 2.6.37 kernel. I'm using the build instructions from http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-D VB_Device_Drivers and am following the more manually intensive approach

Cross Compiling V4L-DVB Device Drivers for Older (2.6.37) Kernel

2014-07-31 Thread Chris R
I'm trying to build the V4L-DVB drivers for an embedded system (OMAP3530/DM3730) that uses the 2.6.37 kernel. I'm using the build instructions from http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-D VB_Device_Drivers and am following the more manually intensive approach

Re: [PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Adds the following new IPU units: - Camera Sensor Interface (csi) - Image Converter (ic) This patch should be split in two parts, IC and CSI. [...] +/* + * Enable error detection and correction for CCIR interlaced mode. +

Re: [PATCH 01/28] ARM: dts: imx6qdl: Add ipu aliases

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Add ipu0 (and ipu1 for quad) aliases to ipu1/ipu2 nodes respectively. Signed-off-by: Steve Longerbeam steve_longerb...@mentor.com Acked-by: Philipp Zabel p.za...@pengutronix.de --- arch/arm/boot/dts/imx6q.dtsi |1 +

Re: [PATCH 02/28] gpu: ipu-v3: Add ipu_get_num()

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Adds of-alias id to ipu_soc and retrieve with ipu_get_num(). ipu_get_num() is used to select inputs to CSI units in IOMUXC. It is also used to select an SMFC channel for video capture. I still don't see the use of this. The

Re: [PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-07-31 Thread Philipp Zabel
Sorry about the near full-quote, this mail was sent prematurely as I just learned Evolution does send mail on Ctrl+Enter. I'll continue this later. regards Philipp -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 00/28] IPUv3 prep for video capture

2014-07-31 Thread Philipp Zabel
Hi Steve, Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Hi Philip, Sascha, Here is a rebased set of IPU patches that prepares for video capture support. Video capture is not included in this set. I've addressed all your IPU-specific concerns from the previous patch

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Michael Dietschi
Am 31.07.2014 15:15, schrieb Enrico: It seems you are missing this: media-ctl --set-format 'OMAP3 ISP CCDC:1 [UYVY 720x480 field:interlaced-tb]' and add --field interlaced-tb to yavta. Enrico Yippieh! It seems to work now - At least I am getting an file... If it is a nice image will be

Re: [PATCH 1/2] [media] V4L: Add camera pan/tilt speed controls

2014-07-31 Thread Vincent Palatin
ping ... Any opinion on adding those new controls ? since re-using the existing relative ones was seen as too twisted. Thanks, -- Vincent On Tue, Jul 8, 2014 at 4:49 PM, Vincent Palatin vpala...@chromium.org wrote: The V4L2_CID_PAN_SPEED and V4L2_CID_TILT_SPEED controls allow to move the

Re: [PATCH 05/28] gpu: ipu-v3: Add units required for video capture

2014-07-31 Thread Philipp Zabel
Am Donnerstag, den 31.07.2014, 17:27 +0200 schrieb Philipp Zabel: +static void init_csc_rgb2ycbcr(u32 __iomem *base) +{ + /* +* Y = R * .299 + G * .587 + B * .114; +* U = R * -.169 + G * -.332 + B * .500 + 128.; +* V = R * .500 + G * -.419 + B * -.0813 + 128.; +

Re: [PATCH 27/28] gpu: ipu-cpmem: Add ipu_cpmem_dump()

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Adds ipu_cpmem_dump() which dumps a channel's cpmem to debug. Maybe #ifdef DEBUG this and ipu_dump? regards Philipp -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to

Re: [PATCH 16/28] gpu: ipu-v3: Add ipu_stride_to_bytes()

2014-07-31 Thread Philipp Zabel
Am Mittwoch, den 25.06.2014, 18:05 -0700 schrieb Steve Longerbeam: Adds ipu_stride_to_bytes(), which converts a pixel stride to bytes, suitable for passing to cpmem. This is not IPU specific. You already have the bytesperline information from the V4L2 driver or have to calculate it there, and

Re: [PATCHv1 02/12] vivid.txt: add documentation for the vivid driver.

2014-07-31 Thread Andy Walls
On Wed, 2014-07-30 at 16:23 +0200, Hans Verkuil wrote: From: Hans Verkuil hans.verk...@cisco.com The vivid Virtual Video Test Driver helps testing V4L2 applications and can emulate V4L2 hardware. Add the documentation for this driver first. Signed-off-by: Hans Verkuil

[PATCH 3/4] cxd2843: Sony CXD2843 DVB-C/C2/T/T2 demodulator driver

2014-07-31 Thread Antti Palosaari
Sony CXD2843 DVB-C/C2/T/T2 demodulator driver. Driver taken from Digital Devices Linux driver package dddvb-0.9.15a. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb-frontends/Kconfig |8 + drivers/media/dvb-frontends/Makefile |1 +

[PATCH 4/4] ddbridge: add support for DVB-C/C2/T/T2 extension card

2014-07-31 Thread Antti Palosaari
Add support for DD DuoFlex C/C2/T/T2 Expansion card. These are for card revision that has Sony CXD2843ER, CXD2837ER or CXD2838ER ISDB-T demodulator. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/pci/ddbridge/Kconfig | 2 + drivers/media/pci/ddbridge/ddbridge-core.c |

[PATCH 1/4] tda18212: add support for slave chip version

2014-07-31 Thread Antti Palosaari
There is 2 different versions of that chip available, master and slave. Slave is used only on dual tuner devices with master tuner. Laser printing top of chip is 18212/M or 18212/S according to chip version. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/tuners/tda18212.c | 31

[PATCH 2/4] uapi: dvb: initial support for DVB-C2 standard

2014-07-31 Thread Antti Palosaari
Just add delivery system for DVB-C2 standard. Other parameters should be added later. Signed-off-by: Antti Palosaari cr...@iki.fi --- include/uapi/linux/dvb/frontend.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/dvb/frontend.h b/include/uapi/linux/dvb/frontend.h index

cron job: media_tree daily build: WARNINGS

2014-07-31 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 Aug 1 04:00:16 CEST 2014 git branch: test git hash: 27dcb00d0dc1d532b0da940e35a6d020ee33bd47 gcc

tvtuner pixelview B1000

2014-07-31 Thread basteon
hello. I have pixelview B1000 card and this card won't work with assigned modules cx8800, cx8802. May be I'm use wrong modules or cardid prefix: 1554:4952, board: PixelView [card=3... # /usr/bin/tvtime-scanner Reading configuration from /etc/tvtime/tvtime.xml Scanning using TV standard NTSC.

Re: ddbridge -- kernel 3.15.6

2014-07-31 Thread Bjoern
On Do, 2014-07-31 at 09:38 +0200, Ralph Metzler wrote: Bjoern writes: I don't know anything about any old or new style. Digital Devices did not submit any changes to the kernel tree. Why does that not happen? Wouldn't it be easier for your consumers? Plug in your card and voila, it works out

Re: ddbridge -- kernel 3.15.6

2014-07-31 Thread Georgi Chorbadzhiyski
On 8/1/14 7:54 AM, Bjoern wrote: On Do, 2014-07-31 at 09:38 +0200, Ralph Metzler wrote: It is not like drivers are not available and supported, just not in the mainline kernel tree. Right... and I hope that can be changed. I really really like the DD hardware I have, but always having to