diff options
author | Ankita Garg <ankitag@nvidia.com> | 2014-03-31 16:09:48 -0700 |
---|---|---|
committer | Raghunandan Bayes <rbayes@nvidia.com> | 2014-04-22 05:34:49 -0700 |
commit | 458c26866f9e0db96a154e0a8c0a0b4b097d55b3 (patch) | |
tree | 9efcad70b501799afbb873ce0919e795184db4b2 | |
parent | d4473956b592be08849f64120d00dd0cf42c1c1e (diff) |
arch: arm: roth: Set backlight phase in rate to 32
Some panels still show a change in brightness when booting
even with smooth_k_incr value of 64. This change lowers the
value to 32 and tested on 3 shield devices.
Bug 1486835
Change-Id: Ica504769d0d4725270795aa329c94023590df34a
Signed-off-by: Ankita Garg <ankitag@nvidia.com>
Reviewed-on: http://git-master/r/390350
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ankit Pashiney <apashiney@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/board-roth-panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-roth-panel.c b/arch/arm/mach-tegra/board-roth-panel.c index 8cb97c5e0cf0..e58a66fc73c3 100644 --- a/arch/arm/mach-tegra/board-roth-panel.c +++ b/arch/arm/mach-tegra/board-roth-panel.c @@ -924,7 +924,7 @@ static struct tegra_dc_sd_settings roth_sd_settings = { /* Low soft clipping threshold to compensate for aggressive k_limit */ .soft_clipping_threshold = 128, .smooth_k_enable = true, - .smooth_k_incr = 64, + .smooth_k_incr = 32, /* Default video coefficients */ .coeff = {5, 9, 2}, .fc = {0, 0}, |