Commit 78364ccf authored by Shuah Khan's avatar Shuah Khan Committed by Mauro Carvalho Chehab

media: doc: media: vimc: Update module parameter usage information

vimc driver is now a monolithic driver. Update the module parameter
usage information to reflect that.

[m.chehab+samsung@kernel.org: fix two warnings due to wrontly added spaces]
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Acked-by: default avatarHelen Koike <helen.koike@collabora.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 3a9e69f1
...@@ -76,22 +76,22 @@ vimc-capture: ...@@ -76,22 +76,22 @@ vimc-capture:
* 1 Pad sink * 1 Pad sink
* 1 Pad source * 1 Pad source
Module options Module options
--------------- --------------
Vimc has a few module parameters to configure the driver. You should pass Vimc has a few module parameters to configure the driver.
those arguments to each subdevice, not to the vimc module. For example::
vimc_subdevice.param=value param=value
* ``vimc_scaler.sca_mult=<unsigned int>`` * ``sca_mult=<unsigned int>``
Image size multiplier factor to be used to multiply both width and Image size multiplier factor to be used to multiply both width and
height, so the image size will be ``sca_mult^2`` bigger than the height, so the image size will be ``sca_mult^2`` bigger than the
original one. Currently, only supports scaling up (the default value original one. Currently, only supports scaling up (the default value
is 3). is 3).
* ``vimc_debayer.deb_mean_win_size=<unsigned int>`` * ``deb_mean_win_size=<unsigned int>``
Window size to calculate the mean. Note: the window size needs to be an Window size to calculate the mean. Note: the window size needs to be an
odd number, as the main pixel stays in the center of the window, odd number, as the main pixel stays in the center of the window,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment