summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorBenet Clark <benetc@codeaurora.org>2015-03-24 12:18:25 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:39:00 -0700
commit8b9d016850053fa3e3019418db23989d3ebe851b (patch)
tree99aa49e2e751d26f9702752d1fc3cc8e38693427 /include/uapi
parent1e32b0c2e8e16b2128e831432558b52809c236a9 (diff)
msm: mdss: Redefine Gamut Mapping v1_7 Fine Mode table size
The table size definition was incorrectly defined previously, which caused the Gamut Mapping tables to be missing values. The table size definition has been redefined, in order to include the missing values. Change-Id: I0adf546c52c40f7a251f3aa977864ba116822d93 Signed-off-by: Benet Clark <benetc@codeaurora.org>
Diffstat (limited to 'include/uapi')
-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 5b46750dad31..8daedd3c1866 100644
--- a/include/uapi/linux/msm_mdp.h
+++ b/include/uapi/linux/msm_mdp.h
@@ -965,7 +965,7 @@ struct mdp_dither_cfg_data {
#define MDP_GAMUT_TABLE_NUM 8
#define MDP_GAMUT_TABLE_NUM_V1_7 4
#define MDP_GAMUT_SCALE_OFF_TABLE_NUM 3
-#define MDP_GAMUT_TABLE_V1_7_SZ 1228
+#define MDP_GAMUT_TABLE_V1_7_SZ 1229
#define MDP_GAMUT_SCALE_OFF_SZ 16
#define MDP_GAMUT_TABLE_V1_7_COARSE_SZ 32