summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wagner <mwagner@nvidia.com>2011-10-12 14:17:26 -0700
committerSimone Willett <swillett@nvidia.com>2011-10-13 12:40:21 -0700
commit98fbb8fe516de897c967ea23e7dd36f1e11f1a7b (patch)
tree6976e89006d19016bd184df185034b066b6a780d
parente22fc24a34f4799c7c61da917a9a6e6ff8211ecd (diff)
ARM: tegra: Cardhu / Enterprise: Update flicker control
Update DIDIM flicker control so that updates are not applied unless 10 frames in a row require a different brightness and pixel modification than the current one. Bug 888292 Change-Id: Iafbda39cb6a490fccfd5fbd0ad32d2db14fad785 Reviewed-on: http://git-master/r/57623 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-cardhu-panel.c2
-rw-r--r--arch/arm/mach-tegra/board-enterprise-panel.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-panel.c b/arch/arm/mach-tegra/board-cardhu-panel.c
index 078324d39624..7b83d1a05c0a 100644
--- a/arch/arm/mach-tegra/board-cardhu-panel.c
+++ b/arch/arm/mach-tegra/board-cardhu-panel.c
@@ -543,7 +543,7 @@ static struct tegra_dc_sd_settings cardhu_sd_settings = {
.use_vid_luma = false,
/* Default video coefficients */
.coeff = {5, 9, 2},
- .fc = {0, 0},
+ .fc = {10, 0},
/* Immediate backlight changes */
.blp = {1024, 255},
/* Gammas: R: 2.2 G: 2.2 B: 2.2 */
diff --git a/arch/arm/mach-tegra/board-enterprise-panel.c b/arch/arm/mach-tegra/board-enterprise-panel.c
index 5d51b332494f..c352836a16b5 100644
--- a/arch/arm/mach-tegra/board-enterprise-panel.c
+++ b/arch/arm/mach-tegra/board-enterprise-panel.c
@@ -298,7 +298,7 @@ static struct tegra_dc_sd_settings enterprise_sd_settings = {
.use_vid_luma = false,
/* Default video coefficients */
.coeff = {5, 9, 2},
- .fc = {0, 0},
+ .fc = {10, 0},
/* Immediate backlight changes */
.blp = {1024, 255},
/* Gammas: R: 2.2 G: 2.2 B: 2.2 */