diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-11 03:16:33 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2022-09-21 06:57:58 +0300 |
commit | bd579a7d748bd88b0882691bfb2084511501871e (patch) | |
tree | 20f09b706ccdc2f07459ae1b3a568c5e1b9209ff /imx8mp-isp.dot | |
parent | 50ec2b520352266e97321033bf40dd9bf345615d (diff) |
Add first version of the documentation
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'imx8mp-isp.dot')
-rw-r--r-- | imx8mp-isp.dot | 17 |
1 files changed, 17 insertions, 0 deletions
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="{{<port0> 0 | <port1> 1} | rkisp1_isp\n/dev/v4l-subdev0 | {<port2> 2 | <port3> 3}}", shape=Mrecord, style=filled, fillcolor=green] + n00000001:port2 -> n00000006:port0 + n00000001:port3 -> n0000000d [style=bold] + n00000006 [label="{{<port0> 0} | rkisp1_resizer_mainpath\n/dev/v4l-subdev1 | {<port1> 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="{{<port0> 0} | csis-32e40000.csi\n/dev/v4l-subdev2 | {<port1> 1}}", shape=Mrecord, style=filled, fillcolor=green] + n0000001d:port1 -> n00000001:port0 + n00000022 [label="{{} | imx290 2-001a\n/dev/v4l-subdev3 | {<port0> 0}}", shape=Mrecord, style=filled, fillcolor=green] + n00000022:port0 -> n0000001d:port0 [style=dashed] +} |