From 0157ecd04392f446a0500c79bf1ef7cdba7c3fbf Mon Sep 17 00:00:00 2001 From: Gopikrishnaiah Anandan Date: Wed, 26 Nov 2014 13:07:06 -0800 Subject: msm: mdss: Add source side IGC support for thulium IGC(Inverse gamma correction) feature is supported on source side pipes in MDP. Clients of MDP driver can enable the feature using overlay ioctl interface. Change adds support for clients of driver to enable the feature. Change-Id: I5243b001acffff869f9369211fd724d7dd75e8a1 Signed-off-by: Gopikrishnaiah Anandan --- include/uapi/linux/msm_mdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uapi') diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 4dd33f70f5ab..228d5de78a64 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -557,7 +557,7 @@ enum { }; enum { - mdp_igc_rec601, + mdp_igc_rec601 = 1, mdp_igc_rec709, mdp_igc_custom, mdp_igc_mode_max, -- cgit v1.2.3