]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
voipac mx53: EDID for dt043btft display
authorRostislav Lisovy <lisovy@gmail.com>
Tue, 25 Jun 2013 13:27:53 +0000 (15:27 +0200)
committerRostislav Lisovy <lisovy@gmail.com>
Tue, 13 Aug 2013 14:40:41 +0000 (16:40 +0200)
Documentation/EDID/dt043btft.S [new file with mode: 0644]

diff --git a/Documentation/EDID/dt043btft.S b/Documentation/EDID/dt043btft.S
new file mode 100644 (file)
index 0000000..1af87eb
--- /dev/null
@@ -0,0 +1,44 @@
+/*
+   1920x1080.S: EDID data set for standard 1920x1080 60 Hz monitor
+
+   Copyright (C) 2012 Carsten Emde <C.Emde@osadl.org>
+
+   This program is free software; you can redistribute it and/or
+   modify it under the terms of the GNU General Public License
+   as published by the Free Software Foundation; either version 2
+   of the License, or (at your option) any later version.
+
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
+*/
+
+/* EDID */
+#define VERSION 1
+#define REVISION 3
+
+/* Display */
+#define CLOCK 15000 /* kHz */
+#define XPIX 480
+#define YPIX 272
+#define XY_RATIO XY_RATIO_16_9
+#define XBLANK (84+10+34)
+#define YBLANK (20+20+5)
+#define XOFFSET 10
+#define XPULSE 34
+#define YOFFSET 20
+#define YPULSE 5
+#define DPI 96
+#define VFREQ 60 /* Hz */
+#define TIMING_NAME "Linux FHD"
+#define ESTABLISHED_TIMINGS_BITS 0x00 /* none */
+#define HSYNC_POL 0
+#define VSYNC_POL 0
+#define CRC 0x8b
+
+#include "edid.S"