Back to home page

OSCL-LXR

 
 

    


0001 /*
0002    1280x1024.S: EDID data set for standard 1280x1024 60 Hz monitor
0003 
0004    Copyright (C) 2011 Carsten Emde <C.Emde@osadl.org>
0005 
0006    This program is free software; you can redistribute it and/or
0007    modify it under the terms of the GNU General Public License
0008    as published by the Free Software Foundation; either version 2
0009    of the License, or (at your option) any later version.
0010 
0011    This program is distributed in the hope that it will be useful,
0012    but WITHOUT ANY WARRANTY; without even the implied warranty of
0013    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0014    GNU General Public License for more details.
0015 
0016    You should have received a copy of the GNU General Public License
0017    along with this program; if not, write to the Free Software
0018    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
0019 */
0020 
0021 /* EDID */
0022 #define VERSION 1
0023 #define REVISION 3
0024 
0025 /* Display */
0026 #define CLOCK 108000 /* kHz */
0027 #define XPIX 1280
0028 #define YPIX 1024
0029 #define XY_RATIO XY_RATIO_5_4
0030 #define XBLANK 408
0031 #define YBLANK 42
0032 #define XOFFSET 48
0033 #define XPULSE 112
0034 #define YOFFSET 1
0035 #define YPULSE 3
0036 #define DPI 72
0037 #define VFREQ 60 /* Hz */
0038 #define TIMING_NAME "Linux SXGA"
0039 /* No ESTABLISHED_TIMINGx_BITS */
0040 #define HSYNC_POL 1
0041 #define VSYNC_POL 1
0042 
0043 #include "edid.S"