From: "André Almeida" <andrealmeid@collabora.com> To: linux-media@vger.kernel.org Cc: mchehab@kernel.org, hverkuil@xs4all.nl, helen.koike@collabora.com, kernel@collabora.com, linux-kernel@vger.kernel.org, "André Almeida" <andrealmeid@collabora.com> Subject: [PATCH 6/7] media: vimc.dot: Update default topology diagram Date: Tue, 2 Jul 2019 12:47:51 -0300 [thread overview] Message-ID: <20190702154752.14939-7-andrealmeid@collabora.com> (raw) In-Reply-To: <20190702154752.14939-1-andrealmeid@collabora.com> Update the default topology diagram to reflect the current state of the driver. Signed-off-by: André Almeida <andrealmeid@collabora.com> --- Documentation/media/v4l-drivers/vimc.dot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/media/v4l-drivers/vimc.dot b/Documentation/media/v4l-drivers/vimc.dot index 57863a13fa39..b40c151ff790 100644 --- a/Documentation/media/v4l-drivers/vimc.dot +++ b/Documentation/media/v4l-drivers/vimc.dot @@ -9,13 +9,13 @@ digraph board { n00000003:port0 -> n00000008:port0 [style=bold] n00000003:port0 -> n0000000f [style=bold] n00000005 [label="{{<port0> 0} | Debayer A\n/dev/v4l-subdev2 | {<port1> 1}}", shape=Mrecord, style=filled, fillcolor=green] - n00000005:port1 -> n00000017:port0 + n00000005:port1 -> n00000017:port0 [style=dashed] n00000008 [label="{{<port0> 0} | Debayer B\n/dev/v4l-subdev3 | {<port1> 1}}", shape=Mrecord, style=filled, fillcolor=green] n00000008:port1 -> n00000017:port0 [style=dashed] n0000000b [label="Raw Capture 0\n/dev/video0", shape=box, style=filled, fillcolor=yellow] n0000000f [label="Raw Capture 1\n/dev/video1", shape=box, style=filled, fillcolor=yellow] n00000013 [label="RGB/YUV Input\n/dev/video2", shape=box, style=filled, fillcolor=yellow] - n00000013 -> n00000017:port0 [style=dashed] + n00000013 -> n00000017:port0 [style=bold] n00000017 [label="{{<port0> 0} | Scaler\n/dev/v4l-subdev4 | {<port1> 1}}", shape=Mrecord, style=filled, fillcolor=green] n00000017:port1 -> n0000001a [style=bold] n0000001a [label="RGB/YUV Capture\n/dev/video3", shape=box, style=filled, fillcolor=yellow] -- 2.22.0
next prev parent reply other threads:[~2019-07-02 15:49 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-07-02 15:47 [PATCH 0/7] media: vimc: Add a V4L2 output device André Almeida 2019-07-02 15:47 ` [PATCH 1/7] media: vimc: Create video module André Almeida 2019-07-02 15:47 ` [PATCH 2/7] media: vimc: video: Add write file operation André Almeida 2019-07-02 15:47 ` [PATCH 3/7] media: vimc: Create a V4L2 output device André Almeida 2019-07-09 22:20 ` Helen Koike 2019-07-02 15:47 ` [PATCH 4/7] media: vimc: Send null buffer through the pipeline André Almeida 2019-07-02 15:47 ` [PATCH 5/7] media: vimc: core: Add output device on " André Almeida 2019-07-09 22:20 ` Helen Koike 2019-07-02 15:47 ` André Almeida [this message] 2019-07-02 15:47 ` [PATCH 7/7] media: vimc.rst: Add output device André Almeida 2019-07-09 22:19 ` [PATCH 0/7] media: vimc: Add a V4L2 " Helen Koike 2019-07-10 7:33 ` Hans Verkuil 2019-07-12 15:38 ` André Almeida 2019-07-13 10:03 ` Hans Verkuil 2019-07-31 3:00 ` André Almeida
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20190702154752.14939-7-andrealmeid@collabora.com \ --to=andrealmeid@collabora.com \ --cc=helen.koike@collabora.com \ --cc=hverkuil@xs4all.nl \ --cc=kernel@collabora.com \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-media@vger.kernel.org \ --cc=mchehab@kernel.org \ --subject='Re: [PATCH 6/7] media: vimc.dot: Update default topology diagram' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).