Jenkins build is back to normal : media-build #72

2019-08-14 Thread jenkins
See

Re: [PATCH] media: video-i2c: add mlx90640 subpage data to output

2019-08-14 Thread Matt Ranostay
On Mon, Aug 12, 2019 at 6:05 AM Hans Verkuil wrote: > > Hi Matt, > > On 8/11/19 9:10 AM, Matt Ranostay wrote: > > Add current subpage data via the status register to the video > > frame in the last word of data, which seems to be unused > > undocumented reserved data. > > I don't really understand

Build failed in Jenkins: media-build #71

2019-08-14 Thread jenkins
See Changes: -- [...truncated 28.49 KB...] CC [M] CC [M]

cron job: media_tree daily build: ERRORS

2019-08-14 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 Aug 15 05:00:11 CEST 2019 media-tree git hash:70c55c1ad1a76e804ee5330e134674f5d2741cb7 media_build gi

S/G_SELECTION: The target flag usage for capture/output buftype

2019-08-14 Thread Satish Kumar Nagireddy
Hi All, I need your help in understanding target flag usage in S/G_SELECTION ioctls. I see that some of the applications like GStreamer has the the hardcoding of target flag as V4L2_SEL_TGT_CROP for capture buftype. https://github.com/Xilinx/gst-plugins-good-xlnx/blob/master/sys/v4l2/gstv4l2obje

S/G_SELECTION: The target flag usage for capture/output buftype

2019-08-14 Thread Satish Kumar Nagireddy
Hi All, I need your help in understanding target flag usage in S/G_SELECTION ioctls. I see that some of the applications like GStreamer has the the hardcoding of target flag as V4L2_SEL_TGT_CROP for capture buftype. https://github.com/Xilinx/gst-plugins-good-xlnx/blob/master/sys/v4l2/gstv4l2obje

Re: [GIT PULL FOR v5.4] R-Car VSP1 change

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58148/ Build log: https://builder.linuxtv.org/job/patchwork/8689/ Build time: 00:05:25 Link: https://lore.kernel.org/linux-media/20190814153020.ga30...@pendragon.ideasonboard.com Summary: no issues gpg: Signature made We

Re: [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58128/ Build log: https://builder.linuxtv.org/job/patchwork/8689/ Build time: 00:08:45 Link: https://lore.kernel.org/linux-media/20190814103251.ga3...@valkosipuli.retiisi.org.uk Summary: 3 issues, being 0 at build time g

Re: [GIT PULL for 5.4] More sensor driver, omap3isp and documentation

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58122/ Build log: https://builder.linuxtv.org/job/patchwork/8689/ Build time: 00:00:00 Link: https://lore.kernel.org/linux-media/20190814084317.gi2...@valkosipuli.retiisi.org.uk FAILED: Jenkins doesn't have a ssh account

Re: [GIT PULL FOR v5.4] R-Car VSP1 change

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58148/ Build log: https://builder.linuxtv.org/job/patchwork/8628/ Build time: 00:05:29 Link: https://lore.kernel.org/linux-media/20190814153020.ga30...@pendragon.ideasonboard.com Summary: no issues gpg: Signature made We

[GIT PULL FOR v5.4] R-Car VSP1 change

2019-08-14 Thread Laurent Pinchart
Hi Mauro, The following changes since commit b20a6e298bcb8cb8ae18de26baaf462a6418515b: media: rc: imon: Allow iMON RC protocol for ffdc 7e device (2019-08-14 05:08:27 -0300) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/vsp1-next-20190814 for you to

[PATCH] media: uvc: Fix error path in control parsing failure

2019-08-14 Thread Laurent Pinchart
When parsing the UVC control descriptors fails, the error path tries to cleanup a media device that hasn't been initialised, potentially resulting in a crash. Fix this by initialising the media device before the error handling path can be reached. Fixes: 5a254d751e52 ("[media] uvcvideo: Register a

[PATCH v2] v4l: rcar-fcp: Read IP version register at probe time

2019-08-14 Thread Laurent Pinchart
This helps identifying the IP core version, for debugging purpose only for now. Signed-off-by: Laurent Pinchart --- Changes since v1: - Use devm_platform_ioremap_resource() --- drivers/media/platform/rcar-fcp.c | 41 +++ 1 file changed, 41 insertions(+) diff --git a

[PATCH] vidioc-queryctrl.rst: fix broken c:type references

2019-08-14 Thread Hans Verkuil
One typo in the function name, one missing : after :c:type. Signed-off-by: Hans Verkuil --- diff --git a/Documentation/media/uapi/v4l/vidioc-queryctrl.rst b/Documentation/media/uapi/v4l/vidioc-queryctrl.rst index dc500632095d..a3d56ffbf4cc 100644 --- a/Documentation/media/uapi/v4l/vidioc-queryct

Re: [PATCHv2 08/12] pixfmt-compressed.rst: improve H264/HEVC/MPEG1+2/VP8+9 documentation

2019-08-14 Thread Hans Verkuil
On 8/14/19 3:09 PM, Paul Kocialkowski wrote: > Hi, > > On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: >> The existing documentation was incorrect and did not correspond >> to how actual codec drivers implemented this. >> >> Update the documentation to explicitly specify what is actually >> expected.

Re: [PATCHv2 08/12] pixfmt-compressed.rst: improve H264/HEVC/MPEG1+2/VP8+9 documentation

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > The existing documentation was incorrect and did not correspond > to how actual codec drivers implemented this. > > Update the documentation to explicitly specify what is actually > expected. > > Signed-off-by: Hans Verkuil > --- > .../media/u

Re: [PATCHv2 06/12] media: vicodec: set flags for vdec/stateful OUTPUT coded formats

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > From: Maxime Jourdan > > Tag all the coded formats where the vicodec stateful decoder supports > dynamic resolution switching and bytestream parsing. Looks good to me: Reviewed-by: Paul Kocialkowski Cheers, Paul > Signed-off-by: Maxime Jou

Re: [PATCHv2 05/12] media: mtk-vcodec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTION

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > From: Maxime Jourdan > > Tag all the coded formats where the mtk-vcodec decoder supports dynamic > resolution switching. Looks good to me despite lack of knowledge about the hardware. Reviewed-by: Paul Kocialkowski Cheers, Paul > Signed-of

Re: [PATCHv2 04/12] media: s5p_mfc_dec: set flags for OUTPUT coded formats

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > From: Maxime Jourdan > > Tag all the coded formats where the s5p_mfc decoder supports dynamic > resolution switching or has a bytestream parser. Looks good to me, despite lacking knowledge of whether this matches what the hardware really suppor

Re: [PATCHv2 03/12] media: venus: vdec: flag OUTPUT formats with V4L2_FMT_FLAG_DYN_RESOLUTION

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > From: Maxime Jourdan > > Tag all the coded formats where the venus vdec supports dynamic > resolution switching. Looks good to me. Reviewed-by: Paul Kocialkowski Cheers, Paul > Signed-off-by: Maxime Jourdan > Signed-off-by: Hans Verkuil

Re: [PATCHv2 01/12] videodev2.h: add V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > Add an enum_fmt format flag to specifically tag coded formats where > full bytestream parsing is supported by the device. > > Some stateful decoders are capable of fully parsing a bytestream, > but others require that userspace pre-parses the byt

Re: [PATCHv2 02/12] videodev2.h: add V4L2_FMT_FLAG_DYN_RESOLUTION

2019-08-14 Thread Paul Kocialkowski
Hi, On Mon 12 Aug 19, 13:05, Hans Verkuil wrote: > From: Maxime Jourdan > > Add an enum_fmt format flag to specifically tag coded formats where > dynamic resolution switching is supported by the device. > > This is useful for some codec drivers that can support dynamic > resolution switching fo

Re: [PATCH v9] media: imx: add csc/scaler mem2mem device

2019-08-14 Thread Philipp Zabel
On Wed, 2019-08-14 at 14:24 +0200, Philipp Zabel wrote: > Add a single imx-media mem2mem video device that uses the IPU IC PP > (image converter post processing) task for scaling and colorspace > conversion. > On i.MX6Q/DL SoCs with two IPUs currently only the first IPU is used. [...] Output of 'v

[PATCH v9] media: imx: add csc/scaler mem2mem device

2019-08-14 Thread Philipp Zabel
Add a single imx-media mem2mem video device that uses the IPU IC PP (image converter post processing) task for scaling and colorspace conversion. On i.MX6Q/DL SoCs with two IPUs currently only the first IPU is used. The hardware only supports writing to destination buffers up to 1024x1024 pixels i

Re: [GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58128/ Build log: https://builder.linuxtv.org/job/patchwork/8485/ Build time: 00:09:49 Link: https://lore.kernel.org/linux-media/20190814103251.ga3...@valkosipuli.retiisi.org.uk Summary: 3 issues, being 0 at build time g

[GIT PULL v2 for 5.4] More sensor driver, omap3isp and documentation patches

2019-08-14 Thread Sakari Ailus
Hi Mauro, Here's a bunch of sensor driver, omap3isp and documentatino patches. Noteworthy bit is perhaps a driver for the ov5675 sensor. There are some checkpatch warnings there (patches 1, 6 and 8), the first two seem false positives whereas the last one comes from the documentation license head

[PATCH 1/1] MAINTAINERS: Add entry for the ov5670 driver

2019-08-14 Thread Sakari Ailus
The ov5670 driver didn't get a MAINTAINERS entry when it was merged. Add one now. Signed-off-by: Sakari Ailus --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 74c51fe3f25c..69d3fa86cf18 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1184

Re: [PATCH v3 1/3] ARM: dts: imx6ul: Add csi node

2019-08-14 Thread Sakari Ailus
Hi Sébastien, On Wed, Jul 31, 2019 at 06:32:57PM +0200, Sébastien Szymanski wrote: > Add csi node for i.MX6UL SoC. > > Reviewed-by: Fabio Estevam > Signed-off-by: Sébastien Szymanski This should be probably merged through the ARM tree. I can take the other two. > --- > > Changes for v3: >

Re: [ANN] Media summit in Lisbon at September

2019-08-14 Thread Laurent Pinchart
On Wed, Aug 14, 2019 at 05:35:48PM +0900, Alexandre Courbot wrote: > That could be nice. Of course something more informal is also fine. > Anyone else planning to attend? I suspect Laurent and people living in > France might be there? I will, and so should the whole libcamera team. > On Mon, Aug

Re: [GIT PULL for 5.4] More sensor driver, omap3isp and documentation

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58122/ Build log: https://builder.linuxtv.org/job/patchwork/8455/ Build time: 00:00:00 Link: https://lore.kernel.org/linux-media/20190814084317.gi2...@valkosipuli.retiisi.org.uk FAILED: can't fetch patches from 0dc99e042

[PATCH v2] media: Fix various misspellings of disconnected

2019-08-14 Thread Geert Uytterhoeven
Fix typos. Signed-off-by: Geert Uytterhoeven --- v2: - Merge "media: cx231xx: Spelling s/diconencted/diconnected/" and "media: tm6000: Spelling s/diconencted/diconnected/", - Fix silly second spelling mistake in above, - Add fixes for more variants. --- drivers/media/usb/cx231xx/cx231x

Re: [GIT PULL for 5.4] More sensor driver, omap3isp and documentation

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58122/ Build log: https://builder.linuxtv.org/job/patchwork/8428/ Build time: 00:01:14 Link: https://lore.kernel.org/linux-media/20190814084317.gi2...@valkosipuli.retiisi.org.ukSummary: no issues

[GIT PULL for 5.4] More sensor driver, omap3isp and documentation patches

2019-08-14 Thread Sakari Ailus
Hi Mauro, Here's a bunch of sensor driver, omap3isp and documentatino patches. Noteworthy bit is perhaps a driver for the ov5675 sensor. There are some checkpatch warnings there (patches 1, 6 and 8), the first two seem false positives whereas the last one comes from the documentation license head

Re: [ANN] Media summit in Lisbon at September

2019-08-14 Thread Alexandre Courbot
That could be nice. Of course something more informal is also fine. Anyone else planning to attend? I suspect Laurent and people living in France might be there? On Mon, Aug 12, 2019 at 4:28 PM Hans Verkuil wrote: > > On 8/12/19 6:00 AM, Alexandre Courbot wrote: > > On Thu, Aug 8, 2019 at 9:55 PM

PLEASE CONFIRM PURCHASE ORDER

2019-08-14 Thread Mr NARESH KUMAR
Could you please confirm if your recieved our purchase order last week. If no please confirm let me resend it to you. NARESH KUMAR Executive Purchase Saiapextrading Ltd Dubai, KSA. (T/F): +96-2667-264 777 / 778 (Mo): +96 94284 02803 Website - http://www.saiapexgeneraltrading.com

Re: [GIT PULL FOR v5.4] RC & DVB

2019-08-14 Thread Jenkins
From: buil...@linuxtv.org Pull request: https://patchwork.linuxtv.org/patch/58121/ Build log: https://builder.linuxtv.org/job/patchwork/8398/ Build time: 00:14:29 Link: https://lore.kernel.org/linux-media/20190814073135.avafdlmfjml3c...@gofer.mess.orgSummary: 1 issues, being 0 at build time Err

[GIT PULL FOR v5.4] RC & DVB

2019-08-14 Thread Sean Young
Hi Mauro, Another batch of patches. Thanks, Sean The following changes since commit 0dc99e042a4cfbc1e27572d523d2a1dbaf402cbf: media: MAINTAINERS: Remove zoran driver (2019-08-13 11:55:34 -0300) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git tags/v5.4c f

Re: [PATCH v3] media: imx: mipi csi-2: Don't fail if initial state times-out

2019-08-14 Thread Sakari Ailus
Hi Steve, On Tue, Aug 13, 2019 at 04:27:06PM -0700, Steve Longerbeam wrote: > Hi Sakari, > > On 8/13/19 1:28 AM, Sakari Ailus wrote: > > Hi Steve, > > > > On Thu, Aug 08, 2019 at 11:02:29AM -0700, Steve Longerbeam wrote: > > > > > > On 8/8/19 1:53 AM, Philipp Zabel wrote: > > > > Hi Sakari, > >

Jenkins build is back to normal : media-build #47

2019-08-14 Thread jenkins
See