From bd579a7d748bd88b0882691bfb2084511501871e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 11 Sep 2022 03:16:33 +0300 Subject: Add first version of the documentation Signed-off-by: Laurent Pinchart --- imx8mp-isp.dot | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 imx8mp-isp.dot (limited to 'imx8mp-isp.dot') diff --git a/imx8mp-isp.dot b/imx8mp-isp.dot new file mode 100644 index 0000000..9fcb3be --- /dev/null +++ b/imx8mp-isp.dot @@ -0,0 +1,17 @@ +digraph board { + size="5" + rankdir=TB + n00000001 [label="{{ 0 | 1} | rkisp1_isp\n/dev/v4l-subdev0 | { 2 | 3}}", shape=Mrecord, style=filled, fillcolor=green] + n00000001:port2 -> n00000006:port0 + n00000001:port3 -> n0000000d [style=bold] + n00000006 [label="{{ 0} | rkisp1_resizer_mainpath\n/dev/v4l-subdev1 | { 1}}", shape=Mrecord, style=filled, fillcolor=green] + n00000006:port1 -> n00000009 [style=bold] + n00000009 [label="rkisp1_mainpath\n/dev/video0", shape=box, style=filled, fillcolor=yellow] + n0000000d [label="rkisp1_stats\n/dev/video1", shape=box, style=filled, fillcolor=yellow] + n00000011 [label="rkisp1_params\n/dev/video2", shape=box, style=filled, fillcolor=yellow] + n00000011 -> n00000001:port1 [style=bold] + n0000001d [label="{{ 0} | csis-32e40000.csi\n/dev/v4l-subdev2 | { 1}}", shape=Mrecord, style=filled, fillcolor=green] + n0000001d:port1 -> n00000001:port0 + n00000022 [label="{{} | imx290 2-001a\n/dev/v4l-subdev3 | { 0}}", shape=Mrecord, style=filled, fillcolor=green] + n00000022:port0 -> n0000001d:port0 [style=dashed] +} -- cgit v1.2.3