diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-06 13:20:51 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-06 14:49:41 +0200 |
commit | 5b9f8e4ac9473962fa0e824fd1f04138600d459d (patch) | |
tree | d1f99ebd78b645d4ce5bfff5a975905c28d36765 /Documentation/admin-guide | |
parent | media: vidioc-enum-fmt.rst: make the ENUM_FMT text clearer (diff) | |
download | linux-5b9f8e4ac9473962fa0e824fd1f04138600d459d.tar.xz linux-5b9f8e4ac9473962fa0e824fd1f04138600d459d.zip |
media: ipu3.rst: fix a build warning
Sphinx 2.4.4 produces this warning:
Documentation/admin-guide/media/ipu3.rst:235: WARNING: Title underline too short.
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/media/ipu3.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/admin-guide/media/ipu3.rst b/Documentation/admin-guide/media/ipu3.rst index 7a257c358f9d..9361c34f123e 100644 --- a/Documentation/admin-guide/media/ipu3.rst +++ b/Documentation/admin-guide/media/ipu3.rst @@ -232,7 +232,8 @@ The IPU3 ImgU pipelines can be configured using the Media Controller, defined at :ref:`media_controller`. Running mode and firmware binary selection -------------------------- +------------------------------------------ + ImgU works based on firmware, currently the ImgU firmware support run 2 pipes in time-sharing with single input frame data. Each pipe can run at certain mode - "VIDEO" or "STILL", "VIDEO" mode is commonly used for video frames capture, and |