msm: mdss: Define AD BL linearity LUT size independent of maximum BL value

Previously the AD BL linearity LUT size was dependent on the maximum BL
value for the hardware. Now it has been defined to a fixed value so that
the LUT is consistent across hardwares.

Change-Id: I11cc2f135118cf3f63fdeca820f4c8430f9d127d
Signed-off-by: Benet Clark <benetc@codeaurora.org>
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h
index 3425386..f866792 100644
--- a/include/linux/msm_mdp.h
+++ b/include/linux/msm_mdp.h
@@ -703,7 +703,7 @@
 };
 
 #define MDSS_MAX_BL_BRIGHTNESS 255
-#define AD_BL_LIN_LEN (MDSS_MAX_BL_BRIGHTNESS + 1)
+#define AD_BL_LIN_LEN 256
 
 #define MDSS_AD_MODE_AUTO_BL	0x0
 #define MDSS_AD_MODE_AUTO_STR	0x1