summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-07-06 12:12:44 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-11 18:58:58 (GMT)
commitac9dad93164c603e5efc4e57727e929799861a9f (patch)
tree5050ed1dad9dfd48649d7305d1857286a940aa41 /include
parent7bec7ef8604d0cd4da2e297279d94546fe2efa2e (diff)
downloadlinux-fsl-qoriq-ac9dad93164c603e5efc4e57727e929799861a9f.tar.xz
[media] omap3isp: preview: Merge gamma correction and gamma bypass
Enabling gamma bypass disables gamma correction and vice versa. Merge the two parameters. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/omap3isp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/omap3isp.h b/include/linux/omap3isp.h
index e7a79db..0cddaa9 100644
--- a/include/linux/omap3isp.h
+++ b/include/linux/omap3isp.h
@@ -428,7 +428,7 @@ struct omap3isp_ccdc_update_config {
#define OMAP3ISP_PREV_COLOR_CONV (1 << 8)
#define OMAP3ISP_PREV_YC_LIMIT (1 << 9)
#define OMAP3ISP_PREV_DEFECT_COR (1 << 10)
-#define OMAP3ISP_PREV_GAMMABYPASS (1 << 11)
+/* Bit 11 was OMAP3ISP_PREV_GAMMABYPASS, now merged with OMAP3ISP_PREV_GAMMA */
#define OMAP3ISP_PREV_DRK_FRM_CAPTURE (1 << 12)
#define OMAP3ISP_PREV_DRK_FRM_SUBTRACT (1 << 13)
#define OMAP3ISP_PREV_LENS_SHADING (1 << 14)