OSDN Git Service

media: atmel: atmel-isc-base: clamp wb gain coefficients
authorEugen Hristev <eugen.hristev@microchip.com>
Mon, 13 Dec 2021 13:49:36 +0000 (14:49 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 23 Jan 2022 20:18:44 +0000 (21:18 +0100)
commit3f050110617de71c6bc65867fc56bdb30ee07f38
tree569cff4a521113d902b44a3e8873d140b6ea0211
parent76c97b0bb842ae6a6dcb87785518ddf0dec89381
media: atmel: atmel-isc-base: clamp wb gain coefficients

White balance computed gains can overflow above the 13 bits hardware
coefficient that can be used, in some specific scenarios like a subexposure
from the sensor when the image is mostly black.
In this case the computed gain has to be clamped to the maximum value
allowed by the hardware.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/atmel/atmel-isc-base.c