cron job: media_tree daily build: ERRORS

2017-11-11 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: Sun Nov 12 05:00:15 CET 2017 media-tree git hash:eb0c19942288569e0ae492476534d5a485fb8ab4 media_build

Re: [PATCH v2] media: vsp1: Prevent suspending and resuming DRM pipelines

2017-11-11 Thread Laurent Pinchart
Hi Kieran, Thank you for the patch. On Wednesday, 20 September 2017 12:16:54 EET Kieran Bingham wrote: > When used as part of a display pipeline, the VSP is stopped and > restarted explicitly by the DU from its suspend and resume handlers. > There is thus no need to stop or restart pipelines in

[no subject]

2017-11-11 Thread Scott Tisdale
Salutations Linux http://bit.ly/2meKvbU Scott

Re: [PATCH v10 2/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

2017-11-11 Thread Sakari Ailus
Hi Laurent, On Sat, Nov 11, 2017 at 08:17:59AM +0200, Laurent Pinchart wrote: > > > +static int rcar_csi2_s_power(struct v4l2_subdev *sd, int on) > > > +{ > > > + struct rcar_csi2 *priv = sd_to_csi2(sd); > > > + > > > + if (on) > > > + pm_runtime_get_sync(priv->dev); > > > + else > > > +

Re: [PATCH v10 2/2] media: rcar-csi2: add Renesas R-Car MIPI CSI-2 receiver driver

2017-11-11 Thread Sakari Ailus
Hejssan, Niklas! On Sat, Nov 11, 2017 at 01:11:13AM +0100, Niklas Söderlund wrote: > Hej Sakari, > > On 2017-11-11 00:32:27 +0200, Sakari Ailus wrote: > > Hej Niklas, > > > > Tack för uppdaterade lappar! Jag har några kommentar nedan... det ser bra > > ut överallt. > > Tack för din feedback!

[PATCH] build: VIDEO_IMX274 driver requires kernel 3.18.0 to compile

2017-11-11 Thread Jasmin J.
From: Jasmin Jessich Signed-off-by: Jasmin Jessich --- v4l/versions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/v4l/versions.txt b/v4l/versions.txt index dab91c7..4ee0840 100644 --- a/v4l/versions.txt +++ b/v4l/versions.txt @@ -69,6 +69,7 @@

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-11 Thread Sean Young
Hi Laurant, On Sat, Nov 11, 2017 at 08:06:38PM +0100, Laurent Caumont wrote: > Hi Sean, > > I hope this one will be okay. There is a memory leak in there, and there is no reason to have to kmallocs for this function. Please would you mind testing this version? Please note that there were other

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-11 Thread Laurent Caumont
Hi Sean, I hope this one will be okay. 2017-11-11 19:01 GMT+01:00 Sean Young : > Hi Laurent, > > On Sat, Nov 11, 2017 at 06:53:54PM +0100, Laurent Caumont wrote: >> Hi Sean, >> >> I just realized that files in media_build/linux/driver are not >> associate with a git repository.

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-11 Thread Sean Young
Hi Laurent, On Sat, Nov 11, 2017 at 06:53:54PM +0100, Laurent Caumont wrote: > Hi Sean, > > I just realized that files in media_build/linux/driver are not > associate with a git repository. They are retrieved by the build > command. > So, I cloned the linux-stable repository to generate the

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-11 Thread Laurent Caumont
Hi Sean, I just realized that files in media_build/linux/driver are not associate with a git repository. They are retrieved by the build command. So, I cloned the linux-stable repository to generate the patch. Regards, Laurent 2017-11-11 11:56 GMT+01:00 Sean Young : > Hi Laurent,

Re: [PATCH v2] media: vsp1: Prevent suspending and resuming DRM pipelines

2017-11-11 Thread Kieran Bingham
Ping ... This patch appears to have got lost in the post. Could someone pick it up please? -- Regards Kieran On 20/09/17 10:16, Kieran Bingham wrote: > When used as part of a display pipeline, the VSP is stopped and > restarted explicitly by the DU from its suspend and resume handlers. >

Re: [PATCH v4 2/5] media: dt: bindings: Add binding for NVIDIA Tegra Video Decoder Engine

2017-11-11 Thread Vladimir Zapolskiy
Hi Dmitry, On 10/20/2017 12:34 AM, Dmitry Osipenko wrote: > Add binding documentation for the Video Decoder Engine which is found > on NVIDIA Tegra20/30/114/124/132 SoC's. > > Signed-off-by: Dmitry Osipenko > --- > .../devicetree/bindings/media/nvidia,tegra-vde.txt | 55 >

Re: [PATCH v4 1/5] ARM: tegra: Add device tree node to describe IRAM

2017-11-11 Thread Vladimir Zapolskiy
Hi Dmitry, On 10/20/2017 12:34 AM, Dmitry Osipenko wrote: > From: Vladimir Zapolskiy > > All Tegra SoCs contain 256KiB IRAM, which is used to store CPU resume code > and by hardware engines like a video decoder. > > Signed-off-by: Vladimir Zapolskiy Please add

Re: [PATCH v4 3/5] staging: Introduce NVIDIA Tegra video decoder driver

2017-11-11 Thread Vladimir Zapolskiy
Hi Dmitry, I'll add just a couple of minor comments, in general the code looks very good. On 10/20/2017 12:34 AM, Dmitry Osipenko wrote: > NVIDIA Tegra20/30/114/124/132 SoC's have video decoder engine that > supports standard set of video formats like H.264 / MPEG-4 / WMV / VC1. > Currently

Re: [PATCH 2/2] sdlcam: ignore binary

2017-11-11 Thread Rafaël Carré
On 11/10/2017 05:05 PM, Rafaël Carré wrote: > --- > contrib/test/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/test/.gitignore b/contrib/test/.gitignore > index ad64325b..5bd81d01 100644 > --- a/contrib/test/.gitignore > +++ b/contrib/test/.gitignore > @@ -8,3 +8,4

Re: [PATCH 1/2] sdlcam: fix linking

2017-11-11 Thread Rafaël Carré
On 11/10/2017 05:05 PM, Rafaël Carré wrote: > --- > contrib/test/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/contrib/test/Makefile.am b/contrib/test/Makefile.am > index 6a4303d7..0188fe21 100644 > --- a/contrib/test/Makefile.am > +++

Re: 'LITE-ON USB2.0 DVB-T Tune' driver crash with kernel 4.13 / ubuntu 17.10

2017-11-11 Thread Sean Young
Hi Laurent, On Fri, Nov 10, 2017 at 09:33:58PM +0100, Laurent Caumont wrote: > Hi Mauro, > > I could send you a patch but my git doesn't see the modification I > made, so it's unable to generate a patch. > I don't know if it's a git issue on ubunu 17.10 or if it's the way the > repository was

Re: DVB-S2 and S2X API extensions

2017-11-11 Thread Mauro Carvalho Chehab
Em Thu, 9 Nov 2017 16:28:18 +0100 Ralph Metzler escreveu: > Hi, > > I have a few RFCs regarding new needed enums and > properties for DVB-S2 and DVB-S2X: > > - DVB-S2/X physical layer scrambling > > I currently use the inofficial DTV_PLS for setting the scrambling >