summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-panel.c
diff options
context:
space:
mode:
authorMatt Wagner <mwagner@nvidia.com>2011-08-02 18:27:17 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:14 -0800
commit705423629e9e077276609e131cb63dacabbe5664 (patch)
treea18ca7de9f03e8c3c4f9b086daa019d231a82b7d /arch/arm/mach-tegra/board-enterprise-panel.c
parentb429461f67f0138fc7fe1b76933da73c8ffe1d91 (diff)
ARM: tegra: cardhu/enterprise: Change DIDIM initial Values
Default to DIDIM on with aggressiveness 1 Set use_vid_luma = false on init Bug 859226 Original-Change-Id: Ibd12bad8a15e3f09b197c424325df2ec8239d821 Reviewed-on: http://git-master/r/44671 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R123f8454f2f38b1f6c551272b364c97a7c5d7a20
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index 76c25264067b..43485d8053de 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -288,8 +288,8 @@ static struct tegra_dc_sd_settings enterprise_sd_settings = {
.use_auto_pwm = false,
.hw_update_delay = 0,
.bin_width = -1,
- .aggressiveness = 5,
- .use_vid_luma = true,
+ .aggressiveness = 1,
+ .use_vid_luma = false,
/* Default video coefficients */
.coeff = {5, 9, 2},
.fc = {0, 0},