diff options
author | Grazvydas Ignotas <notasas@gmail.com> | 2012-02-07 02:13:50 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-21 09:40:04 +0200 |
commit | 4306b721ac1e8b79858b38537f0fb5a940a792be (patch) | |
tree | 000d29a15159b569e939f0f389e97a8e40baa198 /drivers/video/omap2 | |
parent | 8df4f5ce64e9dc986570799f94c8850f57f8ced9 (diff) | |
download | linux-3.10-4306b721ac1e8b79858b38537f0fb5a940a792be.tar.gz linux-3.10-4306b721ac1e8b79858b38537f0fb5a940a792be.tar.bz2 linux-3.10-4306b721ac1e8b79858b38537f0fb5a940a792be.zip |
OMAPDSS: TPO-TD03MTEA1: update default gamma
Over time better gamma has been determined and tuned with some
equipment so update the defaults. From subjective point of view
dark shades should be better visible.
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2')
-rw-r--r-- | drivers/video/omap2/displays/panel-tpo-td043mtea1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c index 741e9d7cec1..d63e5e5dbbf 100644 --- a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c +++ b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c @@ -47,7 +47,7 @@ TPO_R03_EN_PRE_CHARGE | TPO_R03_SOFTWARE_CTL) static const u16 tpo_td043_def_gamma[12] = { - 106, 200, 289, 375, 460, 543, 625, 705, 785, 864, 942, 1020 + 105, 315, 381, 431, 490, 537, 579, 686, 780, 837, 880, 1023 }; struct tpo_td043_device { |