diff options
author | Jai Luthra <j-luthra@ti.com> | 2023-01-17 09:16:23 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-02-06 08:42:28 +0100 |
commit | ef86447e775fb1f2ced00d4c7fff2c0a1c63f165 (patch) | |
tree | 530d41599e2fe9170f7ef07d648b307232ecdbc8 /MAINTAINERS | |
parent | media: sun4i-csi: Use CSI_INT_STA_REG name, fix typo in a comment (diff) | |
download | linux-ef86447e775fb1f2ced00d4c7fff2c0a1c63f165.tar.xz linux-ef86447e775fb1f2ced00d4c7fff2c0a1c63f165.zip |
media: i2c: imx219: Fix binning for RAW8 capture
2x2 binning works fine for RAW10 capture, but for RAW8 1232p mode it
leads to corrupted frames [1][2].
Using the special 2x2 analog binning mode fixes the issue, but causes
artefacts for RAW10 1232p capture. So here we choose the binning mode
depending upon the frame format selected.
As both binning modes work fine for 480p RAW8 and RAW10 capture, it can
share the same code path as 1232p for selecting binning mode.
[1] https://forums.raspberrypi.com/viewtopic.php?t=332103
[2] https://github.com/raspberrypi/libcamera-apps/issues/281
Fixes: 22da1d56e982 ("media: i2c: imx219: Add support for RAW8 bit bayer format")
Signed-off-by: Jai Luthra <j-luthra@ti.com>
Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions