18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci   1280x1024.S: EDID data set for standard 1280x1024 60 Hz monitor
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci   Copyright (C) 2011 Carsten Emde <C.Emde@osadl.org>
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci   This program is free software; you can redistribute it and/or
78c2ecf20Sopenharmony_ci   modify it under the terms of the GNU General Public License
88c2ecf20Sopenharmony_ci   as published by the Free Software Foundation; either version 2
98c2ecf20Sopenharmony_ci   of the License, or (at your option) any later version.
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci   This program is distributed in the hope that it will be useful,
128c2ecf20Sopenharmony_ci   but WITHOUT ANY WARRANTY; without even the implied warranty of
138c2ecf20Sopenharmony_ci   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
148c2ecf20Sopenharmony_ci   GNU General Public License for more details.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci   You should have received a copy of the GNU General Public License
178c2ecf20Sopenharmony_ci   along with this program; if not, write to the Free Software
188c2ecf20Sopenharmony_ci   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
198c2ecf20Sopenharmony_ci*/
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci/* EDID */
228c2ecf20Sopenharmony_ci#define VERSION 1
238c2ecf20Sopenharmony_ci#define REVISION 3
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci/* Display */
268c2ecf20Sopenharmony_ci#define CLOCK 108000 /* kHz */
278c2ecf20Sopenharmony_ci#define XPIX 1280
288c2ecf20Sopenharmony_ci#define YPIX 1024
298c2ecf20Sopenharmony_ci#define XY_RATIO XY_RATIO_5_4
308c2ecf20Sopenharmony_ci#define XBLANK 408
318c2ecf20Sopenharmony_ci#define YBLANK 42
328c2ecf20Sopenharmony_ci#define XOFFSET 48
338c2ecf20Sopenharmony_ci#define XPULSE 112
348c2ecf20Sopenharmony_ci#define YOFFSET 1
358c2ecf20Sopenharmony_ci#define YPULSE 3
368c2ecf20Sopenharmony_ci#define DPI 72
378c2ecf20Sopenharmony_ci#define VFREQ 60 /* Hz */
388c2ecf20Sopenharmony_ci#define TIMING_NAME "Linux SXGA"
398c2ecf20Sopenharmony_ci/* No ESTABLISHED_TIMINGx_BITS */
408c2ecf20Sopenharmony_ci#define HSYNC_POL 1
418c2ecf20Sopenharmony_ci#define VSYNC_POL 1
428c2ecf20Sopenharmony_ci
438c2ecf20Sopenharmony_ci#include "edid.S"
44