summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/panel-a-edp-1080p-14-0.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/panel-a-edp-1080p-14-0.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/panel-a-edp-1080p-14-0.c')
-rw-r--r--arch/arm/mach-tegra/panel-a-edp-1080p-14-0.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/panel-a-edp-1080p-14-0.c b/arch/arm/mach-tegra/panel-a-edp-1080p-14-0.c
index eba463be3f39..5d2197c91590 100644
--- a/arch/arm/mach-tegra/panel-a-edp-1080p-14-0.c
+++ b/arch/arm/mach-tegra/panel-a-edp-1080p-14-0.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/panel-a-1080p-11-6.c
*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -346,7 +346,6 @@ static void edp_a_1080p_14_0_dc_out_init(struct tegra_dc_out *dc)
dc->width = 320;
dc->height = 205;
dc->hotplug_gpio = TEGRA_GPIO_PFF0;
- dc->dither = TEGRA_DC_TEMPORAL_DITHER;
}
static void edp_a_1080p_14_0_fb_data_init(struct tegra_fb_data *fb)