summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-bonaire-panel.c
diff options
context:
space:
mode:
authorChao Xu <cxu@nvidia.com>2013-08-12 14:40:16 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:42:09 -0700
commit6cc0af75424763f5156b10f0c31933efe3d32b96 (patch)
tree905d11c559e945f2f5c31893c7a6194fb44e7b51 /arch/arm/mach-tegra/board-bonaire-panel.c
parent94c9983763c8413f67e3d18e085ac9a44f06c3d5 (diff)
ARM: tegra: Disable temporal dithering for some board/panels
Temporal dithering causes DC to generate inconsistent CRC values, which is inconvenient for the display tests. Bug 1343680. Change-Id: I5adbc35c20e92b7174278caffa71b75e952fa0ce Signed-off-by: Chao Xu <cxu@nvidia.com> Reviewed-on: http://git-master/r/263435 Reviewed-by: Xue Dong <xdong@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-bonaire-panel.c')
-rw-r--r--arch/arm/mach-tegra/board-bonaire-panel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-bonaire-panel.c b/arch/arm/mach-tegra/board-bonaire-panel.c
index 03fbae308c20..b84176506896 100644
--- a/arch/arm/mach-tegra/board-bonaire-panel.c
+++ b/arch/arm/mach-tegra/board-bonaire-panel.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-bonaire-panel.c
*
- * Copyright (c) 2013, NVIDIA Corporation.
+ * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -650,9 +650,6 @@ static struct tegra_dc_out bonaire_disp_out = {
.align = TEGRA_DC_ALIGN_MSB,
.order = TEGRA_DC_ORDER_RED_BLUE,
.flags = TEGRA_DC_OUT_CONTINUOUS_MODE,
-#if defined (CONFIG_TEGRA_DC_TEMPORAL_DITHER) /* mds hack */
- .dither = TEGRA_DC_TEMPORAL_DITHER,
-#endif
#if defined(CONFIG_TEGRA_DP)
.type = TEGRA_DC_OUT_DP,