Re: [PATCH 05/11] [media] s5p-mfc: Add support for HEVC decoder

2017-02-01 Thread Andrzej Hajda
On 18.01.2017 11:02, Smitha T Murthy wrote: > Add support for codec definition and corresponding buffer > requirements for HEVC decoder. > > Signed-off-by: Smitha T Murthy > --- > drivers/media/platform/s5p-mfc/regs-mfc-v10.h |3 +++ >

Re: [PATCH 03/11] [media] s5p-mfc: Use min scratch buffer size

2017-02-01 Thread Andrzej Hajda
On 18.01.2017 11:02, Smitha T Murthy wrote: > After MFC v8.0, mfc f/w lets the driver know how much scratch buffer > size is required for decoder. If mfc f/w has the functionality, > E_MIN_SCRATCH_BUFFER_SIZE, driver can know how much scratch buffer size > is required for encoder too. Subject

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-01 Thread Sakari Ailus
Hi Rob, On Wed, Feb 01, 2017 at 10:50:59AM -0600, Rob Herring wrote: > > + remote-endpoint = <_0>; > > + bus-width = <8>; > > + vsync-active = <1>; > > + hsync-active = <1>; > > Which side of the connect is supposed to

cron job: media_tree daily build: ERRORS

2017-02-01 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 Feb 2 05:00:18 CET 2017 media-tree git hash:e7b3a2b22176d01db0c3b31d6389ccf542ba1967 media_build

Re: [PATCH] [media] exynos-gsc: Avoid spamming the log on VIDIOC_TRY_FMT

2017-02-01 Thread Shuah Khan
On 01/24/2017 02:42 PM, Javier Martinez Canillas wrote: > There isn't an ioctl to enum the supported field orders, so a user-space > application can call VIDIOC_TRY_FMT using different field orders to know > if one is supported. For example, GStreamer does this so during playback > dozens of the

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-01 Thread Steve Longerbeam
On 02/01/2017 01:30 AM, Philipp Zabel wrote: On Tue, 2017-01-31 at 17:26 -0800, Steve Longerbeam wrote: [...] # Set pad formats media-ctl --set-v4l2 "'tc358743 1-000f':0[fmt:UYVY/1920x1080]" media-ctl --set-v4l2 "'imx6-mipi-csi2':1[fmt:UYVY2X8/1920x1080]" media-ctl --set-v4l2

Re: [PATCH v3 21/24] media: imx: Add MIPI CSI-2 Receiver subdev driver

2017-02-01 Thread Steve Longerbeam
On 02/01/2017 03:44 PM, Russell King - ARM Linux wrote: On Fri, Jan 06, 2017 at 06:11:39PM -0800, Steve Longerbeam wrote: +static int imxcsi2_get_fmt(struct v4l2_subdev *sd, + struct v4l2_subdev_pad_config *cfg, + struct v4l2_subdev_format

Re: [PATCH v3 21/24] media: imx: Add MIPI CSI-2 Receiver subdev driver

2017-02-01 Thread Russell King - ARM Linux
On Fri, Jan 06, 2017 at 06:11:39PM -0800, Steve Longerbeam wrote: > +static int imxcsi2_get_fmt(struct v4l2_subdev *sd, > +struct v4l2_subdev_pad_config *cfg, > +struct v4l2_subdev_format *sdformat) > +{ > + struct imxcsi2_dev *csi2 =

Re: [PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-01 Thread Sean Young
On Wed, Feb 01, 2017 at 11:26:14PM +0100, Martin Blumenstingl wrote: > On Wed, Feb 1, 2017 at 11:14 PM, Martin Blumenstingl > wrote: > > The driver already parses the "linux,rc-map-name" property. Add this > > information to the documentation so .dts

Re: [PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-01 Thread Martin Blumenstingl
On Wed, Feb 1, 2017 at 11:14 PM, Martin Blumenstingl wrote: > The driver already parses the "linux,rc-map-name" property. Add this > information to the documentation so .dts maintainers don't have to look > it up in the source-code. > > Signed-off-by: Martin

[PATCH v2] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-01 Thread Martin Blumenstingl
The driver already parses the "linux,rc-map-name" property. Add this information to the documentation so .dts maintainers don't have to look it up in the source-code. Signed-off-by: Martin Blumenstingl Acked-by: Rob Herring --- Changes since

[PATCH] add Hama Hybrid DVB-T Stick support

2017-02-01 Thread Piotr Oleszczyk
Adding Hama Hybrid DVB-T Stick support. Technically it's the same device what Terratec Cinergy HT USB XE is. Signed-off-by: Piotr Oleszczyk diff --git a/drivers/media/dvb-core/dvb-usb-ids.h b/drivers/media/dvb-core/dvb-usb-ids.h index 779f422..c90c344 100644 ---

Re: [PATCH] doc-rst: fixed cleandoc target when used with O=dir

2017-02-01 Thread Jonathan Corbet
On Tue, 31 Jan 2017 10:57:41 +0100 Markus Heiser wrote: > The cleandocs target won't work if I use a different output folder:: > > $ make O=/tmp/kernel SPHINXDIRS="process" cleandocs > make[1]: Entering directory '/tmp/kernel' > make[3]: *** No rule to make

[PATCH 2/2] [media] exynos-gsc: Add support for NV{16,21,61}M pixel formats

2017-02-01 Thread Javier Martinez Canillas
From: Thibault Saunier Those are useful formats that should be handled. Signed-off-by: Thibault Saunier Signed-off-by: Javier Martinez Canillas --- drivers/media/platform/exynos-gsc/gsc-core.c | 27

[PATCH 0/2] [media] exynos-gsc: Fix support for NV21 and NV61 formats

2017-02-01 Thread Javier Martinez Canillas
Hello, Commit 652bb68018a5 ("[media] exynos-gsc: do proper bytesperline and sizeimage calculation") fixed corrupted frames for most exynos-gsc formats, but even after that patch two issues were still remaining: 1) Frames were still not correct for NV21 and NV61 formats. 2) Y42B format didn't

[PATCH 1/2] [media] exynos-gsc: Do not swap cb/cr for semi planar formats

2017-02-01 Thread Javier Martinez Canillas
From: Thibault Saunier In the case of semi planar formats cb and cr are in the same plane in memory, meaning that will be set to 'cb' whatever the format is, and whatever the (packed) order of those components are. Suggested-by: Nicolas Dufresne

Re: [PATCH v3 18/24] media: imx: Add SMFC subdev driver

2017-02-01 Thread Steve Longerbeam
On 02/01/2017 10:39 AM, Russell King - ARM Linux wrote: Hi Steve, On Fri, Jan 06, 2017 at 06:11:36PM -0800, Steve Longerbeam wrote: +/* + * Min/Max supported width and heights. + * + * We allow planar output from the SMFC, so we have to align + * output width by 16 pixels to meet IDMAC

Re: [PATCH v3 18/24] media: imx: Add SMFC subdev driver

2017-02-01 Thread Russell King - ARM Linux
Hi Steve, On Fri, Jan 06, 2017 at 06:11:36PM -0800, Steve Longerbeam wrote: > +/* > + * Min/Max supported width and heights. > + * > + * We allow planar output from the SMFC, so we have to align > + * output width by 16 pixels to meet IDMAC alignment requirements, > + * which also means input

Re: [STLinux Kernel] [PATCH v6 02/10] ARM: dts: STiH410: add DELTA dt node

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > This patch adds DT node for STMicroelectronics > DELTA V4L2 video decoder > > Signed-off-by: Hugues Fruchet > --- > arch/arm/boot/dts/stih410.dtsi | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git

Re: [STLinux Kernel] [PATCH v6 06/10] [media] st-delta: add memory allocator helper functions

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Helper functions used by decoder back-ends to allocate > physically contiguous memory required by hardware video > decoder. > > Signed-off-by: Hugues Fruchet Acked-by: Peter Griffin > --- >

Re: [STLinux Kernel] [PATCH v6 08/10] [media] st-delta: EOS (End Of Stream) support

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > EOS (End Of Stream) support allows user to get > all the potential decoded frames remaining in decoder > pipeline after having reached the end of video bitstream. > To do so, user calls VIDIOC_DECODER_CMD(V4L2_DEC_CMD_STOP) > which will drain the

Re: [STLinux Kernel] [PATCH v6 05/10] [media] st-delta: STiH4xx multi-format video decoder v4l2 driver

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > This V4L2 driver enables DELTA multi-format video decoder > of STMicroelectronics STiH4xx SoC series. > > Signed-off-by: Hugues Fruchet Acked-by: Peter Griffin > --- >

Re: [STLinux Kernel] [PATCH v6 04/10] [media] MAINTAINERS: add st-delta driver

2017-02-01 Thread Peter Griffin
Hi Hugues, On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Add entry for the STMicroelectronics DELTA driver. > > Signed-off-by: Hugues Fruchet > --- > MAINTAINERS | 8 > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index

Re: [PATCH] Documentation: devicetree: meson-ir: "linux, rc-map-name" is supported

2017-02-01 Thread Andreas Färber
Am 01.02.2017 um 18:47 schrieb Rob Herring: > On Tue, Jan 31, 2017 at 10:21:12PM +0100, Martin Blumenstingl wrote: >> The driver already parses the "linux,rc-map-name" property. Add this >> information to the documentation so .dts maintainers don't have to look >> it up in the source-code. >> >>

Re: [STLinux Kernel] [PATCH v6 03/10] ARM: multi_v7_defconfig: enable STMicroelectronics DELTA Support

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Enables support of STMicroelectronics STiH4xx SoC series > DELTA multi-format video decoder V4L2 driver. > > Signed-off-by: Hugues Fruchet Acked-by: Peter Griffin > --- >

Re: [STLinux Kernel] [PATCH v6 07/10] [media] st-delta: rpmsg ipc support

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > IPC (Inter Process Communication) support for communication with > DELTA coprocessor firmware using rpmsg kernel framework. > Based on 4 services open/set_stream/decode/close and their associated > rpmsg messages. > The messages structures are

Re: [STLinux Kernel] [PATCH v6 09/10] [media] st-delta: add mjpeg support

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Adds support of DELTA MJPEG video decoder back-end, > implemented by calling JPEG_DECODER_HW0 firmware > using RPMSG IPC communication layer. > > Signed-off-by: Hugues Fruchet Acked-by: Peter Griffin

Re: [STLinux Kernel] [PATCH v6 10/10] st-delta: debug: trace stream/frame information & summary

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > Adds some trace points showing input compressed stream or > output decoded frame information. > Adds an unconditional trace point when streaming starts showing > the compressed stream and the decoded frame information. > Adds an unconditional trace

Re: [PATCH] Documentation: devicetree: meson-ir: "linux,rc-map-name" is supported

2017-02-01 Thread Rob Herring
On Tue, Jan 31, 2017 at 10:21:12PM +0100, Martin Blumenstingl wrote: > The driver already parses the "linux,rc-map-name" property. Add this > information to the documentation so .dts maintainers don't have to look > it up in the source-code. > > Signed-off-by: Martin Blumenstingl

Re: [PATCH] Documentation: devicetree: add the RC map name of the geekbox remote

2017-02-01 Thread Rob Herring
On Tue, Jan 31, 2017 at 10:13:42PM +0100, Martin Blumenstingl wrote: > Signed-off-by: Martin Blumenstingl > --- > The geekbox keymap was added while the documentation patch was not > applied yet (and I wasn't aware of this pending patch). This ensures > that

Re: rtl2832_sdr and /dev/swradio0

2017-02-01 Thread Antti Palosaari
On 01/31/2017 07:50 PM, Russel Winder wrote: Hi, Is anyone actively working on the rtl2832_sdr driver? I am particularly interested in anyone who has code for turning the byte stream from /dev/swradio0 into an ETI stream. Or failing that getting enough data about the API for using

Re: [STLinux Kernel] [PATCH v6 01/10] Documentation: DT: add bindings for ST DELTA

2017-02-01 Thread Peter Griffin
On Wed, 01 Feb 2017, Hugues Fruchet wrote: > This patch adds DT binding documentation for STMicroelectronics > DELTA V4L2 video decoder. > > Signed-off-by: Hugues Fruchet Acked-by: Peter Griffin > --- >

Re: [PATCHv2 13/16] ov2640: update bindings

2017-02-01 Thread Rob Herring
On Mon, Jan 30, 2017 at 03:06:25PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > Update the bindings for this device based on a working DT example. > > Signed-off-by: Hans Verkuil > --- > .../devicetree/bindings/media/i2c/ov2640.txt

[GIT PULL 4.11] drop unused hd29l2 driver

2017-02-01 Thread Antti Palosaari
The following changes since commit d183e4efcae8d88a2f252e546978658ca6d273cc: [media] v4l: tvp5150: Add missing break in set control handler (2016-12-12 07:49:58 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git hdic for you to fetch changes up to

Re: [PATCHv2 08/16] atmel-isi: document device tree bindings

2017-02-01 Thread Rob Herring
On Mon, Jan 30, 2017 at 03:06:20PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > Document the device tree bindings for this driver. Bindings document h/w not drivers. > > Mostly copied from the atmel-isc bindings. > > Signed-off-by: Hans Verkuil

[GIT PULL 4.11] zd1301 usb interface + dvb-t demod driver

2017-02-01 Thread Antti Palosaari
The following changes since commit c739c0a7c3c2472d7562b8f802cdce44d2597c8b: [media] s5k4ecgx: select CRC32 helper (2016-12-21 07:33:40 -0200) are available in the git repository at: git://linuxtv.org/anttip/media_tree.git zd1301 for you to fetch changes up to

Re: [PATCHv2 05/16] ov7670: document device tree bindings

2017-02-01 Thread Rob Herring
On Mon, Jan 30, 2017 at 03:06:17PM +0100, Hans Verkuil wrote: > From: Hans Verkuil > > Add binding documentation and add that file to the MAINTAINERS entry. This should come before the driver support. > Signed-off-by: Hans Verkuil > --- >

[PATCH] staging: bcm2835-v4l: remove incorrect include path

2017-02-01 Thread Arnd Bergmann
The driver introduces a new instance of the missing-include-dirs warning that is enabled at the "make W=1" level but has no other output: cc1: error: drivers/staging/vc04_services/interface/vcos/linuxkernel: No such file or directory [-Werror=missing-include-dirs] cc1: all warnings being treated

[PATCH v6 04/10] [media] MAINTAINERS: add st-delta driver

2017-02-01 Thread Hugues Fruchet
Add entry for the STMicroelectronics DELTA driver. Signed-off-by: Hugues Fruchet --- MAINTAINERS | 8 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cfff2c9..38cc652 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2429,6 +2429,14 @@

[PATCH v6 01/10] Documentation: DT: add bindings for ST DELTA

2017-02-01 Thread Hugues Fruchet
This patch adds DT binding documentation for STMicroelectronics DELTA V4L2 video decoder. Signed-off-by: Hugues Fruchet --- Documentation/devicetree/bindings/media/st,st-delta.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644

[PATCH v6 05/10] [media] st-delta: STiH4xx multi-format video decoder v4l2 driver

2017-02-01 Thread Hugues Fruchet
This V4L2 driver enables DELTA multi-format video decoder of STMicroelectronics STiH4xx SoC series. Signed-off-by: Hugues Fruchet --- drivers/media/platform/Kconfig| 28 + drivers/media/platform/Makefile |2 +

[PATCH v6 06/10] [media] st-delta: add memory allocator helper functions

2017-02-01 Thread Hugues Fruchet
Helper functions used by decoder back-ends to allocate physically contiguous memory required by hardware video decoder. Signed-off-by: Hugues Fruchet --- drivers/media/platform/sti/delta/Makefile| 2 +- drivers/media/platform/sti/delta/delta-mem.c | 51

[PATCH v6 00/10] Add support for DELTA video decoder of STMicroelectronics STiH4xx SoC series

2017-02-01 Thread Hugues Fruchet
This patchset introduces a basic support for DELTA multi-format video decoder of STMicroelectronics STiH4xx SoC series. DELTA hardware IP is controlled by a remote firmware loaded in a ST231 coprocessor. Communication with firmware is done within an IPC layer using rpmsg kernel framework and a

[PATCH v6 02/10] ARM: dts: STiH410: add DELTA dt node

2017-02-01 Thread Hugues Fruchet
This patch adds DT node for STMicroelectronics DELTA V4L2 video decoder Signed-off-by: Hugues Fruchet --- arch/arm/boot/dts/stih410.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/stih410.dtsi b/arch/arm/boot/dts/stih410.dtsi index

[PATCH v6 03/10] ARM: multi_v7_defconfig: enable STMicroelectronics DELTA Support

2017-02-01 Thread Hugues Fruchet
Enables support of STMicroelectronics STiH4xx SoC series DELTA multi-format video decoder V4L2 driver. Signed-off-by: Hugues Fruchet --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig

[PATCH v6 08/10] [media] st-delta: EOS (End Of Stream) support

2017-02-01 Thread Hugues Fruchet
EOS (End Of Stream) support allows user to get all the potential decoded frames remaining in decoder pipeline after having reached the end of video bitstream. To do so, user calls VIDIOC_DECODER_CMD(V4L2_DEC_CMD_STOP) which will drain the decoder and get the drained frames that are then returned

[PATCH v6 09/10] [media] st-delta: add mjpeg support

2017-02-01 Thread Hugues Fruchet
Adds support of DELTA MJPEG video decoder back-end, implemented by calling JPEG_DECODER_HW0 firmware using RPMSG IPC communication layer. Signed-off-by: Hugues Fruchet --- drivers/media/platform/Kconfig | 12 +-

[PATCH v6 07/10] [media] st-delta: rpmsg ipc support

2017-02-01 Thread Hugues Fruchet
IPC (Inter Process Communication) support for communication with DELTA coprocessor firmware using rpmsg kernel framework. Based on 4 services open/set_stream/decode/close and their associated rpmsg messages. The messages structures are duplicated on both host and firmware side and are packed (use

[PATCH v6 10/10] st-delta: debug: trace stream/frame information & summary

2017-02-01 Thread Hugues Fruchet
Adds some trace points showing input compressed stream or output decoded frame information. Adds an unconditional trace point when streaming starts showing the compressed stream and the decoded frame information. Adds an unconditional trace point at instance closure summarizing into a single line

Re: [GIT PULL FOR v4.11] New st-delta driver

2017-02-01 Thread Hugues FRUCHET
On 02/01/2017 11:39 AM, Mauro Carvalho Chehab wrote: > Em Tue, 31 Jan 2017 15:16:10 + > Hugues FRUCHET escreveu: > >> On 01/30/2017 08:18 PM, Mauro Carvalho Chehab wrote: >>> Em Mon, 30 Jan 2017 17:15:36 -0200 >>> Mauro Carvalho Chehab

[PATCH 1/1] et8ek8: Fix compiler / Coccinelle warnings

2017-02-01 Thread Sakari Ailus
Fix a compiler warning due to an unused but assigned variable. Also remove an extra semicolon found by Coccinelle script scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Sakari Ailus --- drivers/media/i2c/et8ek8/et8ek8_driver.c | 7 +++ 1 file changed, 3

Re: [GIT PULL FOR v4.11] Add et8ek8 driver

2017-02-01 Thread Sakari Ailus
Hi Mauro, On Tue, Jan 31, 2017 at 11:01:11AM -0200, Mauro Carvalho Chehab wrote: > Em Tue, 31 Jan 2017 14:45:34 +0200 > Sakari Ailus escreveu: > > > Hi Mauro, > > > > On Tue, Jan 31, 2017 at 10:42:48AM -0200, Mauro Carvalho Chehab wrote: > > > That added a new warning: > >

Re: [PATCHv2] v4l: of: check for unique lanes in data-lanes and clock-lanes

2017-02-01 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. By the way, you can use git format-patch -v2 to automatically add "v2" to the subject line. On Tuesday 31 Jan 2017 13:08:31 Niklas Söderlund wrote: > All lanes in data-lanes and clock-lanes properties should be unique. Add > a check for this in

Bitte kontaktieren Sie mich für weitere Details!

2017-02-01 Thread Miss Marbell
Sehr geehrte Damen und Herren, Ich brauche Ihre Unterstützung in Ihrem Land zu verlagern und zu investieren.Ich bitte Sie um Hilfe, weil ich nicht das Wissen über Geschäft und die Regeln, die Ihr Land für eine sichere Investition führen. Werden Sie versprechen, mit mir aufrichtig zu sein?

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-01 Thread Russell King - ARM Linux
On Wed, Feb 01, 2017 at 11:42:31AM +0100, Philipp Zabel wrote: > On Wed, 2017-02-01 at 10:11 +, Russell King - ARM Linux wrote: > Right, it's just that in the latest version there is no v4l2_subdev for > fifos and idmac. There is the capture interface entity that represents > one of the IDMAC

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-01 Thread Philipp Zabel
On Wed, 2017-02-01 at 10:11 +, Russell King - ARM Linux wrote: > On Wed, Feb 01, 2017 at 10:30:57AM +0100, Philipp Zabel wrote: > > On Tue, 2017-01-31 at 17:26 -0800, Steve Longerbeam wrote: > > [...] > > > right, need to fix that. Probably by poking the attached > > > source subdev (csi or

Re: [GIT PULL FOR v4.11] New st-delta driver

2017-02-01 Thread Mauro Carvalho Chehab
Em Tue, 31 Jan 2017 15:16:10 + Hugues FRUCHET escreveu: > On 01/30/2017 08:18 PM, Mauro Carvalho Chehab wrote: > > Em Mon, 30 Jan 2017 17:15:36 -0200 > > Mauro Carvalho Chehab escreveu: > > > >> Em Mon, 9 Jan 2017 14:23:33 +0100 > >> Hans

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-01 Thread Russell King - ARM Linux
On Wed, Feb 01, 2017 at 10:30:57AM +0100, Philipp Zabel wrote: > On Tue, 2017-01-31 at 17:26 -0800, Steve Longerbeam wrote: > [...] > > right, need to fix that. Probably by poking the attached > > source subdev (csi or prpenc/vf) for its supported formats. > > You are right, in bayer/raw mode

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-01 Thread Philipp Zabel
On Tue, 2017-01-31 at 17:26 -0800, Steve Longerbeam wrote: [...] > > # Set pad formats > > media-ctl --set-v4l2 "'tc358743 1-000f':0[fmt:UYVY/1920x1080]" > > media-ctl --set-v4l2 "'imx6-mipi-csi2':1[fmt:UYVY2X8/1920x1080]" > > media-ctl --set-v4l2 "'ipu1_csi0_mux':2[fmt:UYVY2X8/1920x1080]" > >

Re: [PATCH v3 00/24] i.MX Media Driver

2017-02-01 Thread Russell King - ARM Linux
On Tue, Jan 31, 2017 at 05:54:52PM -0800, Steve Longerbeam wrote: > On 01/31/2017 04:23 PM, Russell King - ARM Linux wrote: > First, thank you for the explanation, it clears up a lot. > > But of_parse_subdev() is used to parse the OF graph starting > from the CSI ports, to discover all the nodes