summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-panel.c1
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-panel.c b/arch/arm/mach-tegra/board-cardhu-panel.c
index 5702faf6a4ec..cb5fdb937726 100644
--- a/arch/arm/mach-tegra/board-cardhu-panel.c
+++ b/arch/arm/mach-tegra/board-cardhu-panel.c
@@ -543,6 +543,7 @@ static struct tegra_dc_sd_settings cardhu_sd_settings = {
.hw_update_delay = 0,
.bin_width = -1,
.aggressiveness = 1,
+ .phase_in_adjustments = true,
.use_vid_luma = false,
/* Default video coefficients */
.coeff = {5, 9, 2},
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index 6628751699ac..7ab44635be28 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -295,6 +295,7 @@ static struct tegra_dc_sd_settings enterprise_sd_settings = {
.hw_update_delay = 0,
.bin_width = -1,
.aggressiveness = 1,
+ .phase_in_adjustments = true,
.use_vid_luma = false,
/* Default video coefficients */
.coeff = {5, 9, 2},