From: Grazvydas Ignotas Date: Sat, 27 Feb 2016 00:57:40 +0000 (+0200) Subject: pandora-scripts: new LCD timings X-Git-Tag: sz_174~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4527ee6fd0c347f0b0d50486a6e23d1d04722f1;p=openpandora.oe.git pandora-scripts: new LCD timings 60: removes VFP<->vsync window, see kernel commit 50: reduces VFP<->vsync window, also flicker? 59.94: new rate closer to real NTSC timing --- diff --git a/recipes/pandora-system/pandora-scripts/op_lcdrate.sh b/recipes/pandora-system/pandora-scripts/op_lcdrate.sh index 928ee83..e27d2b8 100755 --- a/recipes/pandora-system/pandora-scripts/op_lcdrate.sh +++ b/recipes/pandora-system/pandora-scripts/op_lcdrate.sh @@ -4,8 +4,9 @@ # License: BSD (http://www.opensource.org/licenses/bsd-license.php) modedb="\ -60|36000,800/68/214/1,480/39/34/1 \ -50|36000,800/189/214/1,480/83/34/1" +60|36000,800/150/214/1,480/0/34/1 \ +50|28800,800/97/214/1,480/3/34/1 \ +59.94|34560,800/77/214/1,480/13/34/1" # timings file for LCD device timings_file="/sys/devices/platform/omapdss/display0/timings"