From b4527ee6fd0c347f0b0d50486a6e23d1d04722f1 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 27 Feb 2016 02:57:40 +0200 Subject: [PATCH] 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 --- recipes/pandora-system/pandora-scripts/op_lcdrate.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" -- 2.39.5