aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/media
diff options
context:
space:
mode:
authorBingbu Cao <bingbu.cao@intel.com>2019-12-30 10:26:25 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-01-04 08:13:42 +0100
commite878742c83ec26ef256ebb6b36a4d44644548f25 (patch)
tree0f6ec5591a376facfc17bc5eca403128e71b3427 /Documentation/media
parentmedia: staging/intel-ipu3: set the main output as mandatory (diff)
downloadwireguard-linux-e878742c83ec26ef256ebb6b36a4d44644548f25.tar.xz
wireguard-linux-e878742c83ec26ef256ebb6b36a4d44644548f25.zip
media: staging/intel-ipu3: make imgu use fixed running mode
Currently, the imgu running mode need user to set by v4l2 ctrl. However, imgu only support 2 pipes and 2 operation modes - video and still. This patch make the first imgu subdev running as video and second one running as still, it will make the user understand easily, it can also cover current camera use cases requirement. The running mode is set during subdev registering, no race-condition after change, so it is safe to change the mode data type to integer. Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/media')
-rw-r--r--Documentation/media/v4l-drivers/ipu3.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/media/v4l-drivers/ipu3.rst b/Documentation/media/v4l-drivers/ipu3.rst
index e4904ab44e60..50bd264a3408 100644
--- a/Documentation/media/v4l-drivers/ipu3.rst
+++ b/Documentation/media/v4l-drivers/ipu3.rst
@@ -234,9 +234,9 @@ The IPU3 ImgU pipelines can be configured using the Media Controller, defined at
Firmware binary selection
-------------------------
-The firmware binary is selected using the V4L2_CID_INTEL_IPU3_MODE, currently
-defined in drivers/staging/media/ipu3/include/intel-ipu3.h . "VIDEO" and "STILL"
-modes are available.
+The firmware binary is selected according to the running mode of imgu. There are
+2 modes are available - "video" and "still". "ipu3-imgu video" are running under
+"video" mode and "ipu3-imgu still" is running under "still" mode.
Processing the image in raw Bayer format
----------------------------------------