/* 800x600.S: EDID data set for standard 800x600 60 Hz monitor Copyright (C) 2011 Carsten Emde Copyright (C) 2014 Linaro Limited 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. */ /* EDID */ #define VERSION 1 #define REVISION 3 /* Display */ #define CLOCK 67500 /* kHz */ #define XPIX 800 #define YPIX 480 #define XY_RATIO XY_RATIO_5_3 #define XBLANK 128 #define YBLANK 45 #define XOFFSET 40 #define XPULSE 48 #define YOFFSET 13 #define YPULSE 3 #define DPI 72 #define VFREQ 60 /* Hz */ #define TIMING_NAME "Linux WVGA" /* No ESTABLISHED_TIMINGx_BITS */ #define HSYNC_POL 0 #define VSYNC_POL 0 #include "edid.S"