summaryrefslogtreecommitdiff
path: root/Documentation/media/v4l-drivers/qcom_camss.rst
diff options
context:
space:
mode:
authorTodor Tomov <todor.tomov@linaro.org>2017-08-08 16:30:18 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-08-26 22:31:39 +0300
commit4dfbd3d90a641a5b606d31f84d8137d1be07c673 (patch)
tree5e1e8e21d6e0d39497f8989e0ba08751dac41263 /Documentation/media/v4l-drivers/qcom_camss.rst
parentbbde31047434678f60820c7187ca7b7ed6e1809f (diff)
downloadlinux-4dfbd3d90a641a5b606d31f84d8137d1be07c673.tar.xz
media: doc: media/v4l-drivers: Qualcomm Camera Subsystem - Media graph
Update the Qualcomm Camera Subsystem driver document with a media controller pipeline graph diagram. Signed-off-by: Todor Tomov <todor.tomov@linaro.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/v4l-drivers/qcom_camss.rst')
-rw-r--r--Documentation/media/v4l-drivers/qcom_camss.rst27
1 files changed, 10 insertions, 17 deletions
diff --git a/Documentation/media/v4l-drivers/qcom_camss.rst b/Documentation/media/v4l-drivers/qcom_camss.rst
index e6e948f8d543..7ef632a42cb6 100644
--- a/Documentation/media/v4l-drivers/qcom_camss.rst
+++ b/Documentation/media/v4l-drivers/qcom_camss.rst
@@ -114,23 +114,16 @@ The considerations to split the driver in this particular way are as follows:
Each VFE sub-device is linked to a separate video device node.
-The complete list of the media entities (V4L2 sub-devices and video device
-nodes) is as follows:
-
-- msm_csiphy0
-- msm_csiphy1
-- msm_csid0
-- msm_csid1
-- msm_ispif0
-- msm_ispif1
-- msm_vfe0_rdi0
-- msm_vfe0_video0
-- msm_vfe0_rdi1
-- msm_vfe0_video1
-- msm_vfe0_rdi2
-- msm_vfe0_video2
-- msm_vfe0_pix
-- msm_vfe0_video3
+The media controller pipeline graph is as follows (with connected two OV5645
+camera sensors):
+
+.. _qcom_camss_graph:
+
+.. kernel-figure:: qcom_camss_graph.dot
+ :alt: qcom_camss_graph.dot
+ :align: center
+
+ Media pipeline graph
Implementation