18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci 1024x768.S: EDID data set for standard 1024x768 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 65000 /* kHz */ 278c2ecf20Sopenharmony_ci#define XPIX 1024 288c2ecf20Sopenharmony_ci#define YPIX 768 298c2ecf20Sopenharmony_ci#define XY_RATIO XY_RATIO_4_3 308c2ecf20Sopenharmony_ci#define XBLANK 320 318c2ecf20Sopenharmony_ci#define YBLANK 38 328c2ecf20Sopenharmony_ci#define XOFFSET 8 338c2ecf20Sopenharmony_ci#define XPULSE 144 348c2ecf20Sopenharmony_ci#define YOFFSET 3 358c2ecf20Sopenharmony_ci#define YPULSE 6 368c2ecf20Sopenharmony_ci#define DPI 72 378c2ecf20Sopenharmony_ci#define VFREQ 60 /* Hz */ 388c2ecf20Sopenharmony_ci#define TIMING_NAME "Linux XGA" 398c2ecf20Sopenharmony_ci#define ESTABLISHED_TIMING2_BITS 0x08 /* Bit 3 -> 1024x768 @60 Hz */ 408c2ecf20Sopenharmony_ci#define HSYNC_POL 0 418c2ecf20Sopenharmony_ci#define VSYNC_POL 0 428c2ecf20Sopenharmony_ci 438c2ecf20Sopenharmony_ci#include "edid.S" 44