From 458c26866f9e0db96a154e0a8c0a0b4b097d55b3 Mon Sep 17 00:00:00 2001 From: Ankita Garg Date: Mon, 31 Mar 2014 16:09:48 -0700 Subject: 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 Reviewed-on: http://git-master/r/390350 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Ankit Pashiney --- arch/arm/mach-tegra/board-roth-panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}, -- cgit v1.2.3