commit | 3810b77ce592740729fd1c2b4ad4a53559813654 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Dec 10 17:16:35 2013 -0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Dec 10 17:16:34 2013 -0800 |
tree | 13a255ebec35bc1cd29af052db22dcaad4f52f29 | |
parent | 47154c883497ab490ad8c504ee0c06fc34f007d3 [diff] | |
parent | c5982d5f8d2c76ab45db5b676c57147c0cd7d1f1 [diff] |
Merge "msm: mdss: Define AD BL linearity LUT size independent of maximum BL value"
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h index a691330..724e573 100644 --- a/include/linux/msm_mdp.h +++ b/include/linux/msm_mdp.h
@@ -803,7 +803,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