Re: [PATCH v12][ 07/12] drm: drm_display_mode: add signal polarity flags

2014-04-08 Thread Andrzej Hajda
Hi Denis, On 04/07/2014 02:44 PM, Denis Carikli wrote: We need a way to pass signal polarity informations between DRM panels, and the display drivers. To do that, a pol_flags field was added to drm_display_mode. Signed-off-by: Denis Carikli de...@eukrea.com --- ChangeLog v11-v12: -

Re: [PATCH 3/4] gsc-m2m: report correct format bytesperline and sizeimage

2014-04-08 Thread Shaik Ameer Basha
Hi John Sheu, Thanks for the patch. Please find the review comments inline. On Wed, Mar 12, 2014 at 4:22 AM, John Sheu s...@google.com wrote: Explicitly specify sampling period for subsampled chroma formats, so stride and image size are properly reported through VIDIOC_{S,G}_FMT.

Re: [PATCH 3/4] gsc-m2m: report correct format bytesperline and sizeimage

2014-04-08 Thread Shaik Ameer Basha
On Tue, Apr 8, 2014 at 12:26 PM, Shaik Ameer Basha shaik.sams...@gmail.com wrote: Hi John Sheu, Thanks for the patch. Please find the review comments inline. On Wed, Mar 12, 2014 at 4:22 AM, John Sheu s...@google.com wrote: Explicitly specify sampling period for subsampled chroma formats,

Re: [PATCH 4/8] [media] s5p-jpeg: Fix build break when CONFIG_OF is undefined

2014-04-08 Thread Sachin Kamat
Hi Jacek, On 7 April 2014 18:46, Jacek Anaszewski j.anaszew...@samsung.com wrote: This patch fixes build break occurring when there is no support for Device Tree turned on in the kernel configuration. In such a case only the driver variant for S5PC210 SoC will be available. Signed-off-by:

Re: [PATCH 7/8] [media] s5p_jpeg: Prevent JPEG 4:2:0 YUV 4:2:0 decompression

2014-04-08 Thread Sachin Kamat
Hi Jacek, On 7 April 2014 18:46, Jacek Anaszewski j.anaszew...@samsung.com wrote: Prevent decompression of a JPEG 4:2:0 with odd width to the YUV 4:2:0 compliant formats for Exynos4x12 SoCs and adjust capture format to RGB565 in such a case. This is required because the configuration would

Re: [PATCH v12][ 07/12] drm: drm_display_mode: add signal polarity flags

2014-04-08 Thread Denis Carikli
On 04/08/2014 08:36 AM, Andrzej Hajda wrote: Hi Denis, Hi, +#define DRM_MODE_FLAG_POL_PIXDATA_NEGEDGE BIT(1) +#define DRM_MODE_FLAG_POL_PIXDATA_POSEDGE BIT(2) +#define DRM_MODE_FLAG_POL_PIXDATA_PRESERVE BIT(3) What is the purpose of DRM_MODE_FLAG_POL_PIXDATA_PRESERVE? If

[PATCH 2/2] v4l2-dv-timings.c: add the new 4K timings to the list.

2014-04-08 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Add the new CEA-861-F and DMT 4K timings to the list of predefined timings. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- drivers/media/v4l2-core/v4l2-dv-timings.c | 11 +++ 1 file changed, 11 insertions(+) diff --git

[PATCH 1/2] v4l2-dv-timings.h: add CEA-861-F 4K timings

2014-04-08 Thread Hans Verkuil
From: Hans Verkuil hans.verk...@cisco.com Add the CEA-861-F timings for 3840x2160p24/25/30/50/60 and 4096x2160p24/25/30/50/60. Signed-off-by: Hans Verkuil hans.verk...@cisco.com --- include/uapi/linux/v4l2-dv-timings.h | 70 1 file changed, 70 insertions(+)

RE: videobuf2-vmalloc suspect for corrupted data

2014-04-08 Thread Divneil Wadhawan
Hi Hans, That should be new enough, I see no important differences between 3.4 and 3.14 in this respect. But really, 3.4? We are moving to 3.10 shortly. Question: if you use MEMORY_MMAP instead of USERPTR, does that work? Unfortunately, this activity is pending (need to get it pushed in

Re: [PATCH v12][ 07/12] drm: drm_display_mode: add signal polarity flags

2014-04-08 Thread Andrzej Hajda
On 04/08/2014 10:08 AM, Denis Carikli wrote: On 04/08/2014 08:36 AM, Andrzej Hajda wrote: Hi Denis, Hi, +#define DRM_MODE_FLAG_POL_PIXDATA_NEGEDGE BIT(1) +#define DRM_MODE_FLAG_POL_PIXDATA_POSEDGE BIT(2) +#define DRM_MODE_FLAG_POL_PIXDATA_PRESERVE BIT(3) What is the purpose of

Re: [PATCH 4/4] v4l2-mem2mem: allow reqbufs(0) with in use MMAP buffers

2014-04-08 Thread Marek Szyprowski
Hello, On 2014-04-07 16:41, Kamil Debski wrote: Pawel, Marek, Before taking this to my tree I wanted to get an ACK from one of the videobuf2 maintainers. Could you spare a moment to look through this patch? It's not a bug, it is a feature. This was one of the fundamental design requirements

Re: [PATCH v12][ 06/12] ARM: dts: imx5*, imx6*: correct display-timings nodes.

2014-04-08 Thread Shawn Guo
On Mon, Apr 07, 2014 at 02:44:45PM +0200, Denis Carikli wrote: The imx-drm driver can't use the de-active and pixelclk-active display-timings properties yet. Instead the data-enable and the pixel data clock polarity are hardcoded in the imx-drm driver. So theses properties are now set to

Re: [PATCH v12][ 12/12] ARM: imx_v6_v7_defconfig: Add more drm drivers.

2014-04-08 Thread Shawn Guo
On Mon, Apr 07, 2014 at 02:44:51PM +0200, Denis Carikli wrote: The DRM_PANEL_SIMPLE is needed by the eukrea mbimxsd51's displays. Signed-off-by: Denis Carikli de...@eukrea.com Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message

Re: [PATCH v12][ 03/12] imx-drm: Correct BGR666 and the board's dts that use them.

2014-04-08 Thread Russell King - ARM Linux
On Mon, Apr 07, 2014 at 02:44:42PM +0200, Denis Carikli wrote: arch/arm/boot/dts/imx51-apf51dev.dts|2 +- arch/arm/boot/dts/imx53-m53evk.dts |2 +- drivers/staging/imx-drm/imx-ldb.c |4 ++-- drivers/staging/imx-drm/ipu-v3/ipu-dc.c |4 ++-- 4 files changed, 6

[PATCH] s5c73m3: Add missing rename of v4l2_of_get_next_endpoint() function

2014-04-08 Thread Sylwester Nawrocki
This fixes following build error: CC drivers/media/i2c/s5c73m3/s5c73m3-core.o CC drivers/md/dm-ioctl.o CC net/ipv4/inet_lro.o drivers/media/i2c/s5c73m3/s5c73m3-core.c: In function ‘s5c73m3_get_platform_data’: drivers/media/i2c/s5c73m3/s5c73m3-core.c:1619:2: error: implicit

Re: [PATCH v2] uvcvideo: Work around buggy Logitech C920 firmware

2014-04-08 Thread William Manley
On 25/03/14 23:03, Laurent Pinchart wrote: Hi William, On Tuesday 25 March 2014 22:56:33 William Manley wrote: On 13/03/14 12:38, William Manley wrote: The uvcvideo webcam driver exposes the v4l2 control Exposure (Absolute) which allows the user to control the exposure time of the webcam,

mini-summit: AVB Presentation

2014-04-08 Thread Hans Verkuil
I'd like to give a small (20 min?) presentation about AVB (Audio Video Bridging, http://en.wikipedia.org/wiki/Audio_Video_Bridging) and possibilities to implement audio/video streaming and parts of AVDECC in ALSA/V4L2 (AVDECC = AVB Discovery, Enumeration, Connection management and Control). It's

Re: [RFC] Fix interrupted recording with Hauppauge HD-PVR

2014-04-08 Thread Keith Pyle
On 04/07/14 22:32, Ryley Angus wrote: Thanks Hans for getting back to me. I've been trying out your patch and I found the device wasn't actually restarting the streaming/recording properly after a channel change. I changed msecs_to_jiffies(500)) to msecs_to_jiffies(1000)) and had the same

[PATCHv2 3/3] s5p-tv: hdmi: use hdmiphy as PHY

2014-04-08 Thread Tomasz Stanislawski
The HDMIPHY (physical interface) is controlled by a single bit in a power controller's regiter. It was implemented as clock. It was a simple but effective hack. This patch makes S5P-HDMI driver to control HDMIPHY via PHY interface. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com ---

[PATCHv2 2/3] drm: exynos: hdmi: use hdmiphy as PHY

2014-04-08 Thread Tomasz Stanislawski
The HDMIPHY (physical interface) is controlled by a single bit in a power controller's regiter. It was implemented as clock. It was a simple but effective hack. This patch makes HDMI driver to control HDMIPHY via PHY interface. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com ---

[PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-04-08 Thread Tomasz Stanislawski
Add exynos-simple-phy driver to support a single register PHY interfaces present on Exynos4 SoC. Signed-off-by: Tomasz Stanislawski t.stanisl...@samsung.com --- .../devicetree/bindings/phy/samsung-phy.txt| 24 +++ drivers/phy/Kconfig|5 +

[PATCHv2 0/3] phy: Add exynos-simple-phy driver

2014-04-08 Thread Tomasz Stanislawski
Hello everyone, The Samsung SoCs from Exynos family are enhanced with a bunch of devices that provide functionality of a physical layer for interfaces like USB, HDMI, SATA, etc. They are controlled by a simple interface, often a single bit that enables and/or resets the physical layer. An IP

[PATCH v3 4/6] v4l: vsp1: Add DT support

2014-04-08 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- .../devicetree/bindings/media/renesas,vsp1.txt | 43 ++ drivers/media/platform/vsp1/vsp1_drv.c | 52 ++ 2 files changed, 87 insertions(+), 8 deletions(-) create mode

drivers/media/tuners/r820t.c:1534:3-9: Replace memcpy with struct assignment

2014-04-08 Thread kbuild test robot
tree: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: a7963eb7f4c4b5df84d5dd5083734278ad75bafb commit: 25cf4d462abd6d78d224b564de82dcdab7973673 [media] r820t: add IMR calibrate code date: 12 months ago coccinelle warnings: (new ones prefixed by )

Re: [PATCH v3 4/6] v4l: vsp1: Add DT support

2014-04-08 Thread Sylwester Nawrocki
Hi Laurent, On 08/04/14 18:16, Laurent Pinchart wrote: It may be worth to split DT binding documentation and the driver changes into separate patches, and perhaps add some commit description here. Either way fell free to stick: Acked-by: Sylwester Nawrocki s.nawro...@samsung.com

[PATCH v4 4.1/6] v4l: vsp1: Add DT bindings documentation

2014-04-08 Thread Laurent Pinchart
All parameters supplied through platform data can now be passed through the device tree. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Acked-by: Sylwester Nawrocki s.nawro...@samsung.com --- .../devicetree/bindings/media/renesas,vsp1.txt | 43

[PATCH v4 4.2/6] v4l: vsp1: Add DT support

2014-04-08 Thread Laurent Pinchart
Implement support for the VSP1 DT bindings in the VSP1 driver. The driver now first retrieves platform data either from the platform data pointer or by reading the device tree node, and then validates it regardless of the platform data source. Signed-off-by: Laurent Pinchart

Re: [PATCH] [media] uvcvideo: Fix clock param realtime setting

2014-04-08 Thread Laurent Pinchart
Hi Olivier, On Wednesday 02 April 2014 00:31:59 Olivier Langlois wrote: On Tue, 2014-04-01 at 15:49 +0200, Laurent Pinchart wrote: On Sunday 30 March 2014 00:23:01 Olivier Langlois wrote: Yes. ffmpeg uses wall clock time to create timestamps for audio packets from ALSA device.

RE: [RFC] Fix interrupted recording with Hauppauge HD-PVR

2014-04-08 Thread Ryley Angus
Hi Kyle. It may be possible that the delay in acceptable grace periods is due to a difference in our input AV sources more so than the Hauppauge units themselves. I'm wondering if it would be useful to control the timeout period via a module parameter that defaults to 3 seconds perhaps? As far

gspca second isoc endpoint / kinect depth

2014-04-08 Thread Alexander Sosna
Hi, I took drivers/media/usb/gspca/kinect.c as skeleton to build a depth driver for the kinect camera. I needed to implement this feature because libfreenect performs so badly on the raspberry pi that you can't get a single frame. The kinecet has two isoc endpoints but gspca only uses the

Re: [RFC] Fix interrupted recording with Hauppauge HD-PVR

2014-04-08 Thread Keith Pyle
On 04/08/14 12:07, Ryley Angus wrote: Hi Kyle. It may be possible that the delay in acceptable grace periods is due to a difference in our input AV sources more so than the Hauppauge units themselves. I'm wondering if it would be useful to control the timeout period via a module parameter that

Re: [v2] media: soc-camera: OF cameras

2014-04-08 Thread Bryan Wu
Thanks Josh, I think I will take you point and rework my patch again. But I need Guennadi's review firstly, Guennadi, could you please help to review it? -Bryan On Fri, Mar 14, 2014 at 3:48 AM, Josh Wu josh...@atmel.com wrote: Hi, Brayn Sorry for the format of my email. I subscribe the

cron job: media_tree daily build: OK

2014-04-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: Wed Apr 9 04:01:04 CEST 2014 git branch: test git hash: a83b93a7480441a47856dc9104bea970e84cda87 gcc