summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/board-cardhu-panel.c6
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-panel.c b/arch/arm/mach-tegra/board-cardhu-panel.c
index 5c458609bd3f..b5ea8a41ae59 100644
--- a/arch/arm/mach-tegra/board-cardhu-panel.c
+++ b/arch/arm/mach-tegra/board-cardhu-panel.c
@@ -469,12 +469,12 @@ static struct tegra_dc_mode cardhu_panel_modes_55hz[] = {
#endif
static struct tegra_dc_sd_settings cardhu_sd_settings = {
- .enable = 0, /* Disabled by default. */
+ .enable = 1, /* enabled by default. */
.use_auto_pwm = false,
.hw_update_delay = 0,
.bin_width = -1,
- .aggressiveness = 3,
- .use_vid_luma = true,
+ .aggressiveness = 1,
+ .use_vid_luma = false,
/* Default video coefficients */
.coeff = {5, 9, 2},
.fc = {0, 0},
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},