git: 9front

Download patch

ref: dfeab91a39c3fb70eddc06a7a3918fe0d0a28e0d
parent: 7081faa93099339a5ca0eb14c11be1f17f146d4a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri May 6 02:02:24 EDT 2016

/lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)

--- a/lib/vgadb
+++ b/lib/vgadb
@@ -1827,3 +1827,14 @@
 	shb=1664 ehb=1856 ht=2160
 	vrs=1201 vre=1204 vt=1250
 	hsync=+ vsync=+
+
+#
+# Panasonic CF-R7 LCD panel
+#
+cfr7=1024x768
+	lcd=1
+	defaultclock=75
+	shb=1096 ehb=1232 ht=1344
+	shs=1072
+	vrs=771 vre=777 vt=806
+	hsync=- vsync=-
--