summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMitch Luban <mluban@nvidia.com>2013-04-30 18:41:18 -0700
committerRiham Haidar <rhaidar@nvidia.com>2013-05-06 12:05:53 -0700
commit24c81aee73b7660b9e47a42b6cc31d81edbf6437 (patch)
tree18f01626506a3fd094c6182aef096571a0c31192 /arch
parent8d6366b0890f9268a5a843e549dbb6f944bfa33f (diff)
arch: arm: roth: reduce didim aggressiveness for roth
Set aggressiveness to 1 and do faster backlight phase in. Bug 1276704 Change-Id: Ie9a17b5a42862a0804c4217ca0992514371b1d50 Signed-off-by: Mitch Luban <mluban@nvidia.com> Reviewed-on: http://git-master/r/224321 Reviewed-by: Jon Mayo <jmayo@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Reviewed-by: Matt Wagner <mwagner@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-roth-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-roth-panel.c b/arch/arm/mach-tegra/board-roth-panel.c
index b6351479e832..54b2146ce8c5 100644
--- a/arch/arm/mach-tegra/board-roth-panel.c
+++ b/arch/arm/mach-tegra/board-roth-panel.c
@@ -913,7 +913,7 @@ static struct tegra_dc_sd_settings roth_sd_settings = {
.use_auto_pwm = false,
.hw_update_delay = 0,
.bin_width = -1,
- .aggressiveness = 5,
+ .aggressiveness = 1,
.use_vid_luma = false,
.phase_in_adjustments = 0,
.k_limit_enable = true,
@@ -923,7 +923,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 = 4,
+ .smooth_k_incr = 128,
/* Default video coefficients */
.coeff = {5, 9, 2},
.fc = {0, 0},