cron job: media_tree daily build: ERRORS

2016-11-15 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 Nov 16 05:00:17 CET 2016 media-tree git hash:bd676c0c04ec94bd830b9192e2c33f2c4532278d media_build git

Re: [RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-15 Thread Pierre-Hugues Husson
2016-11-16 0:27 GMT+01:00 Russell King - ARM Linux : > On Wed, Nov 16, 2016 at 12:23:50AM +0100, Pierre-Hugues Husson wrote: >> Hi, >> >> >> 2016-11-14 16:22 GMT+01:00 Hans Verkuil : >> > From: Russell King >> > >> > We don't need the CEC engine register definitions, so let's remove them. >> > >>

Re: [RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-15 Thread Russell King - ARM Linux
On Wed, Nov 16, 2016 at 12:23:50AM +0100, Pierre-Hugues Husson wrote: > Hi, > > > 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > > From: Russell King > > > > We don't need the CEC engine register definitions, so let's remove them. > > > > Signed-off-by: Russell King > > --- > > drivers/gpu/drm/br

Re: [RFCv2 PATCH 2/5] drm/bridge: dw_hdmi: remove CEC engine register definitions

2016-11-15 Thread Pierre-Hugues Husson
Hi, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > We don't need the CEC engine register definitions, so let's remove them. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/bridge/dw-hdmi.h | 45 > > 1 file changed, 45 deleti

Re: [RFCv2 PATCH 3/5] drm/bridge: dw_hdmi: add HDMI notifier support

2016-11-15 Thread Pierre-Hugues Husson
Hi Hans, 2016-11-14 16:22 GMT+01:00 Hans Verkuil : > From: Russell King > > Add HDMI notifiers to the HDMI bridge driver. > > Signed-off-by: Russell King > --- > drivers/gpu/drm/bridge/Kconfig | 1 + > drivers/gpu/drm/bridge/dw-hdmi.c | 25 - > 2 files changed, 25 ins

Re: [PATCH v4] media: Driver for Toshiba et8ek8 5MP sensor

2016-11-15 Thread Sakari Ailus
Hi Pavel, On Tue, Nov 15, 2016 at 11:54:25AM +0100, Pavel Machek wrote: > Hi! > > > On Tue, Nov 01, 2016 at 12:54:08AM +0200, Sakari Ailus wrote: > > > > > Thanks, this answered half of my questions already. ;-) > > > > :-). > > > > > > > > I'll have to go through the patches, et8ek8 driver is p

Re: [PATCH 1/1] doc-rst: Specify raw bayer format variant used in the examples

2016-11-15 Thread Sakari Ailus
Hi Laurent, On Tue, Nov 15, 2016 at 11:55:27PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Tuesday 15 Nov 2016 23:49:43 Sakari Ailus wrote: > > The documentation simply mentioned that one of the four pixel orders was > > used in the example. Now specify the ex

Re: [PATCH 1/1] doc-rst: Specify raw bayer format variant used in the examples

2016-11-15 Thread Laurent Pinchart
Hi Sakari, Thank you for the patch. On Tuesday 15 Nov 2016 23:49:43 Sakari Ailus wrote: > The documentation simply mentioned that one of the four pixel orders was > used in the example. Now specify the exact pixelformat instead. > > for i in pixfmt-s*.rst; do i=$i perl -i -pe ' > my $foo=$

[PATCH 1/1] doc-rst: Specify raw bayer format variant used in the examples

2016-11-15 Thread Sakari Ailus
The documentation simply mentioned that one of the four pixel orders was used in the example. Now specify the exact pixelformat instead. for i in pixfmt-s*.rst; do i=$i perl -i -pe ' my $foo=$ENV{i}; $foo =~ s/pixfmt-[a-z]+([0-9].*).rst/$1/; $foo = uc $foo; s/one of

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Sakari Ailus
On Tue, Nov 15, 2016 at 09:07:59PM +0200, Laurent Pinchart wrote: > Hi Sakari, > > On Tuesday 15 Nov 2016 19:04:02 Sakari Ailus wrote: > > On Tue, Nov 15, 2016 at 04:44:04PM +0200, Laurent Pinchart wrote: > > > Hi Sakari, > > > > ... > > > > >> +Description > > >> +=== > > >> + > > >> +T

Re: [RFCv2 PATCH 1/5] video: add HDMI state notifier support

2016-11-15 Thread Hans Verkuil
Hi Philipp, On 11/15/2016 07:24 PM, Philipp Zabel wrote: > Hi Hans, > > Am Montag, den 14.11.2016, 16:22 +0100 schrieb Hans Verkuil: >> From: Hans Verkuil >> >> Add support for HDMI hotplug and EDID notifiers, which is used to convey >> information from HDMI drivers to their CEC and audio counte

Re: [PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

2016-11-15 Thread Rob Herring
On Mon, Nov 14, 2016 at 8:11 PM, Laurent Pinchart wrote: > Hi Rob, > > On Monday 14 Nov 2016 19:40:26 Rob Herring wrote: >> On Mon, Oct 17, 2016 at 7:42 AM, Laurent Pinchart wrote: >> > On Friday 14 Oct 2016 07:40:14 Rob Herring wrote: >> >> On Sun, Oct 9, 2016 at 11:33 AM, Laurent Pinchart wrote:

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Edgar Thier
Hi Laurent, > Which device(s) support these formats ? As mentioned in my last mail, I took the freedom and uploaded the lsusb -v output for 3 cameras with bayer 16-bit patterns. You can find them here: dfk23up1300_16bitbayer_RG.lsusb: http://pastebin.com/PDdY7rs0 dfk23ux249_16bitbayer_GB.lsusb:

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Laurent Pinchart
Hi Sakari, On Tuesday 15 Nov 2016 19:04:02 Sakari Ailus wrote: > On Tue, Nov 15, 2016 at 04:44:04PM +0200, Laurent Pinchart wrote: > > Hi Sakari, > > ... > > >> +Description > >> +=== > >> + > >> +These four pixel formats are raw sRGB / Bayer formats with 16 bits per > >> +sample. Each s

Re: [PATCHv4] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-11-15 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Saturday 12 Nov 2016 13:29:11 Niklas Söderlund wrote: > A V4L2 driver for Renesas R-Car MIPI CSI-2 interface. The driver > supports the rcar-vin driver on R-Car Gen3 SoCs where a separate driver > is needed to receive CSI-2. > > Driver is based on a prototy

Re: [RFCv2 PATCH 1/5] video: add HDMI state notifier support

2016-11-15 Thread Philipp Zabel
Hi Hans, Am Montag, den 14.11.2016, 16:22 +0100 schrieb Hans Verkuil: > From: Hans Verkuil > > Add support for HDMI hotplug and EDID notifiers, which is used to convey > information from HDMI drivers to their CEC and audio counterparts. > > Based on an earlier version from Russell King: > > ht

Re: [PATCH v3 1/9] doc: DT: vidc: binding document for Qualcomm video driver

2016-11-15 Thread Stanimir Varbanov
Hi Rob, Thanks for the comments! On 11/14/2016 07:04 PM, Rob Herring wrote: > On Mon, Nov 07, 2016 at 07:33:55PM +0200, Stanimir Varbanov wrote: >> Add binding document for Venus video encoder/decoder driver >> >> Cc: Rob Herring >> Cc: Mark Rutland >> Cc: devicet...@vger.kernel.org >> Signed-o

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Sakari Ailus
Hi Laurent, On Tue, Nov 15, 2016 at 04:44:04PM +0200, Laurent Pinchart wrote: > Hi Sakari, > ... > > +Description > > +=== > > + > > +These four pixel formats are raw sRGB / Bayer formats with 16 bits per > > +sample. Each sample is stored in a 16-bit word. Each n-pixel row contains > >

Re: [patch] [media] stk-webcam: fix an endian bug in stk_camera_read_reg()

2016-11-15 Thread kbuild test robot
Hi Dan, [auto build test WARNING on linuxtv-media/master] [also build test WARNING on v4.9-rc5 next-20161115] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dan-Carpenter/stk-webcam-fix-an

RE: [PATCH 5/5] media: platform: rcar_drif: Add DRIF support

2016-11-15 Thread Ramesh Shanmugasundaram
Hi Rob, Geert, Laurent, Thank you for the review comments. > On Mon, Nov 14, 2016 at 8:52 PM, Rob Herring wrote: > > On Thu, Nov 10, 2016 at 11:22:20AM +0200, Laurent Pinchart wrote: > >> On Wednesday 09 Nov 2016 15:44:44 Ramesh Shanmugasundaram wrote: > >> > --- /dev/null > >> > +++ b/Documenta

Re: [PATCH v4 2/2] Add support for OV5647 sensor

2016-11-15 Thread Pavel Machek
On Tue 2016-11-15 05:50:32, Guenter Roeck wrote: > On 11/15/2016 04:10 AM, Pavel Machek wrote: > >Hi! > > > >>Add support for OV5647 sensor. > >> > > > >>+static int ov5647_write(struct v4l2_subdev *sd, u16 reg, u8 val) > >>+{ > >>+ int ret; > >>+ unsigned char data[3] = { reg >> 8, reg & 0xff,

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Laurent Pinchart
Hi Edgar, On Tuesday 15 Nov 2016 16:44:55 Laurent Pinchart wrote: > On Tuesday 15 Nov 2016 06:39:41 Edgar Thier wrote: > > From 10ce06db4ab3c037758b3cb5264007f59801f1a1 Mon Sep 17 00:00:00 2001 > > From: Edgar Thier > > Date: Tue, 15 Nov 2016 06:33:10 +0100 > > Subject: [PATCH] uvcvideo: Add baye

Re: [patch] [media] stk-webcam: fix an endian bug in stk_camera_read_reg()

2016-11-15 Thread kbuild test robot
Hi Dan, [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v4.9-rc5 next-20161115] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Dan-Carpenter/stk-webcam-fix-an-endian

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Laurent Pinchart
Hi Sakari, On Tuesday 15 Nov 2016 15:45:32 Sakari Ailus wrote: > On Tue, Nov 15, 2016 at 06:39:41AM +0100, Edgar Thier wrote: > > From 10ce06db4ab3c037758b3cb5264007f59801f1a1 Mon Sep 17 00:00:00 2001 > > From: Edgar Thier > > Date: Tue, 15 Nov 2016 06:33:10 +0100 > > Subject: [PATCH] uvcvideo: A

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Laurent Pinchart
Hi Edgar, Thank you for the patch. On Tuesday 15 Nov 2016 06:39:41 Edgar Thier wrote: > From 10ce06db4ab3c037758b3cb5264007f59801f1a1 Mon Sep 17 00:00:00 2001 > From: Edgar Thier > Date: Tue, 15 Nov 2016 06:33:10 +0100 > Subject: [PATCH] uvcvideo: Add bayer 16-bit format patterns Which device(s

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Laurent Pinchart
Hi Sakari, On Monday 14 Nov 2016 16:14:25 Sakari Ailus wrote: > On Mon, Nov 14, 2016 at 02:26:56PM +0100, Edgar Thier wrote: > > From aec97c931cb4b91f91dd0ed38f74d866d4f13347 Mon Sep 17 00:00:00 2001 > > From: Edgar Thier > > Date: Mon, 14 Nov 2016 14:17:57 +0100 > > Subject: [PATCH] uvcvideo: Ad

Re: [PATCHv2 2/2] v4l: vsp1: Provide a writeback video device

2016-11-15 Thread Geert Uytterhoeven
On Fri, Nov 4, 2016 at 6:53 PM, Kieran Bingham wrote: > --- a/drivers/media/platform/vsp1/vsp1_video.c > +++ b/drivers/media/platform/vsp1/vsp1_video.c > +static void vsp1_video_wb_process_buffer(struct vsp1_video *video) > +{ > + if (buf) { > + video->rwpf->mem = buf->mem; >

Re: [PATCH v4 2/2] Add support for OV5647 sensor

2016-11-15 Thread Guenter Roeck
On 11/15/2016 04:10 AM, Pavel Machek wrote: Hi! Add support for OV5647 sensor. +static int ov5647_write(struct v4l2_subdev *sd, u16 reg, u8 val) +{ + int ret; + unsigned char data[3] = { reg >> 8, reg & 0xff, val}; + struct i2c_client *client = v4l2_get_subdevdata(sd); + +

Re: [PATCH] uvcvideo: Add bayer 16-bit format patterns

2016-11-15 Thread Sakari Ailus
Hi Edgar, On Tue, Nov 15, 2016 at 06:39:41AM +0100, Edgar Thier wrote: > > From 10ce06db4ab3c037758b3cb5264007f59801f1a1 Mon Sep 17 00:00:00 2001 > From: Edgar Thier > Date: Tue, 15 Nov 2016 06:33:10 +0100 > Subject: [PATCH] uvcvideo: Add bayer 16-bit format patterns > > Signed-off-by: Edgar Th

Re: [PATCHv4] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 driver

2016-11-15 Thread Geert Uytterhoeven
On Sat, Nov 12, 2016 at 1:29 PM, Niklas Söderlund wrote: > --- /dev/null > +++ b/Documentation/devicetree/bindings/media/rcar-csi2.txt > +The device node should contain two 'port' child nodes according to the > +bindings defined in Documentation/devicetree/bindings/media/ > +video-interfaces.txt.

[PATCH] [media] sh_mobile_ceu_camera: use module_platform_driver

2016-11-15 Thread Geliang Tang
Use module_platform_driver() helper to simplify the code. Signed-off-by: Geliang Tang --- drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/drivers/media/platform/soc_camera/sh_mobile_ceu_camera.c b/drivers

[PATCH] v4l2-ctl: Show HSV encodings names

2016-11-15 Thread Ricardo Ribalda Delgado
Add HSV encoding names to v4l2-ctl. I.e. Format Video Capture: Width/Height : 640/360 Pixel Format : 'HSV3' Field : None Bytes per Line: 1920 Size Image: 691200 Colorspace: sRGB Transfer Function : De

[PATCH 3/3] qv4l2: Support for HSV encodings

2016-11-15 Thread Ricardo Ribalda Delgado
Support set/get and override of HSV encodings. Signed-off-by: Ricardo Ribalda Delgado --- utils/qv4l2/general-tab.cpp | 4 +++- utils/qv4l2/qv4l2.cpp | 5 - utils/qv4l2/tpg-tab.cpp | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/utils/qv4l2/general-tab.cpp

Re: [PATCH v4 2/2] Add support for OV5647 sensor

2016-11-15 Thread Pavel Machek
Hi! > Add support for OV5647 sensor. > > +static int ov5647_write(struct v4l2_subdev *sd, u16 reg, u8 val) > +{ > + int ret; > + unsigned char data[3] = { reg >> 8, reg & 0xff, val}; > + struct i2c_client *client = v4l2_get_subdevdata(sd); > + > + ret = i2c_master_send(client, da

[PATCH 1/2] v4l2-tpg: Init hv_enc field with a valid value

2016-11-15 Thread Ricardo Ribalda Delgado
Zero is not a valid value for hsv_enc. Set the field to a valid initial value. This is not a problem for vivid, because it sets the field to 180 via tpg_s_hsv_enc() on the control initialization, but it might be a source of errors for other drivers that use this code. Signed-off-by: Ricardo Ribal

[PATCH 2/2] vivid: Set color_enc on HSV formats

2016-11-15 Thread Ricardo Ribalda Delgado
HSV formats were missing the color encoding, which leads to an invalid ycbcr_enc value during get_fmt and try_fmt. Signed-off-by: Ricardo Ribalda Delgado --- drivers/media/platform/vivid/vivid-vid-common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/vivid/vivid-v

[PATCH 2/3] qv4l: support for HSV formats via OpenGL.

2016-11-15 Thread Ricardo Ribalda Delgado
Support for HSV32 and HSV24. Signed-off-by: Ricardo Ribalda Delgado --- utils/qv4l2/capture-win-gl.cpp | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/utils/qv4l2/capture-win-gl.cpp b/utils/qv4l2/capture-win-gl.cpp index af1909c936c5..df10d686

[PATCH 1/3] libv4lconvert: Add support for V4L2_PIX_FMT_{HSV24, HSV32}

2016-11-15 Thread Ricardo Ribalda Delgado
HSV32 and HSV24 are single plane interleaved Hue Saturation Value formats. Signed-off-by: Ricardo Ribalda Delgado --- lib/libv4lconvert/libv4lconvert-priv.h | 3 ++ lib/libv4lconvert/libv4lconvert.c | 62 +++ lib/libv4lconvert/rgbyuv.c | 77 +

Re: [PATCH v4] media: Driver for Toshiba et8ek8 5MP sensor

2016-11-15 Thread Pavel Machek
Hi! > On Tue, Nov 01, 2016 at 12:54:08AM +0200, Sakari Ailus wrote: > > > > Thanks, this answered half of my questions already. ;-) > > > :-). > > > > > > I'll have to go through the patches, et8ek8 driver is probably not > > > enough to get useful video. platform/video-bus-switch.c is needed for

Re: [PATCH v5 2/3] vcodec: mediatek: Add Mediatek JPEG Decoder Driver

2016-11-15 Thread Rick Chang
Hi Hans, Thank you for your review. I will fix those problems in patch v6. On Fri, 2016-11-11 at 16:10 +0100, Hans Verkuil wrote: > A quick review: > > On 11/08/2016 07:34 AM, Rick Chang wrote: > > Add v4l2 driver for Mediatek JPEG Decoder > > > > Signed-off-by: Rick Chang > > Signed-off-by: M

[patch] [media] stk-webcam: fix an endian bug in stk_camera_read_reg()

2016-11-15 Thread Dan Carpenter
We pass an int pointer to stk_camera_read_reg() but only write to the highest byte. It's a bug on big endian systems and generally a nasty thing to do and doesn't match the write function either. Signed-off-by: Dan Carpenter diff --git a/drivers/media/usb/stkwebcam/stk-webcam.h b/drivers/media