[media] mt9p031: Really disable Black Level Calibration in test pattern mode
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 7 May 2014 15:34:34 +0000 (12:34 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 23 May 2014 17:53:31 +0000 (14:53 -0300)
commit8bf54c4321dd6c57d4117f425890e5c6d49c103a
tree7bc2ae1eaf5721848d2ef791b7a6083956a325e5
parent536954f1e9b26a135c17e6a8a03f2a40a069df27
[media] mt9p031: Really disable Black Level Calibration in test pattern mode

The digital side of the Black Level Calibration (BLC) function must be
disabled when generating a test pattern to avoid artifacts in the image.
The driver disables BLC correctly at the hardware level, but the feature
gets reenabled by v4l2_ctrl_handler_setup() the next time the device is
powered on.

Fix this by marking the BLC controls as inactive when generating a test
pattern, and ignoring control set requests on inactive controls.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/i2c/mt9p031.c