summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGopikrishnaiah Anandan <agopik@codeaurora.org>2014-11-26 13:07:06 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:36:43 -0700
commit0157ecd04392f446a0500c79bf1ef7cdba7c3fbf (patch)
treec19ec7545fd1999151ce2c2cbb8fd9aaec45694f /include
parentdf528467f059d637d584765d0d565af06a780220 (diff)
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 <agopik@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/msm_mdp.h2
1 files changed, 1 insertions, 1 deletions
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,