From 8b9d016850053fa3e3019418db23989d3ebe851b Mon Sep 17 00:00:00 2001 From: Benet Clark Date: Tue, 24 Mar 2015 12:18:25 -0700 Subject: 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 --- include/uapi/linux/msm_mdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/uapi/linux') 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 -- cgit v1.2.3