summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJon Mayo <jmayo@nvidia.com>2011-08-26 13:02:22 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2011-08-30 04:33:13 -0700
commit1754b42ae587faea2d3198586fbb21134b2ef7d4 (patch)
tree00e757f87bea93f9c24b96f52206907d64af6991 /arch
parent51ecd26878686729f01fc0feb04f1ceadab63613 (diff)
arm: tegra: cardhu: use dithering on 18bpp panel
configure ordered dithering for 18bpp internal lcd. Bug 869395 Change-Id: I4e9391773f783992820e85a201d29403455bc100 Reviewed-on: http://git-master/r/49508 Reviewed-by: Jonathan Mayo <jmayo@nvidia.com> Tested-by: Jonathan Mayo <jmayo@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-panel.c2
1 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 522ecf221e10..9c1c768c7475 100644
--- a/arch/arm/mach-tegra/board-cardhu-panel.c
+++ b/arch/arm/mach-tegra/board-cardhu-panel.c
@@ -869,6 +869,8 @@ static struct tegra_dc_out cardhu_disp1_out = {
#ifndef CONFIG_TEGRA_CARDHU_DSI
.type = TEGRA_DC_OUT_RGB,
+ .depth = 18,
+ .dither = TEGRA_DC_ORDERED_DITHER,
.modes = cardhu_panel_modes,
.n_modes = ARRAY_SIZE(cardhu_panel_modes),