18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci 800x600.S: EDID data set for standard 800x600 60 Hz monitor 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci Copyright (C) 2011 Carsten Emde <C.Emde@osadl.org> 58c2ecf20Sopenharmony_ci Copyright (C) 2014 Linaro Limited 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci This program is free software; you can redistribute it and/or 88c2ecf20Sopenharmony_ci modify it under the terms of the GNU General Public License 98c2ecf20Sopenharmony_ci as published by the Free Software Foundation; either version 2 108c2ecf20Sopenharmony_ci of the License, or (at your option) any later version. 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci This program is distributed in the hope that it will be useful, 138c2ecf20Sopenharmony_ci but WITHOUT ANY WARRANTY; without even the implied warranty of 148c2ecf20Sopenharmony_ci MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 158c2ecf20Sopenharmony_ci GNU General Public License for more details. 168c2ecf20Sopenharmony_ci*/ 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci/* EDID */ 198c2ecf20Sopenharmony_ci#define VERSION 1 208c2ecf20Sopenharmony_ci#define REVISION 3 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci/* Display */ 238c2ecf20Sopenharmony_ci#define CLOCK 40000 /* kHz */ 248c2ecf20Sopenharmony_ci#define XPIX 800 258c2ecf20Sopenharmony_ci#define YPIX 600 268c2ecf20Sopenharmony_ci#define XY_RATIO XY_RATIO_4_3 278c2ecf20Sopenharmony_ci#define XBLANK 256 288c2ecf20Sopenharmony_ci#define YBLANK 28 298c2ecf20Sopenharmony_ci#define XOFFSET 40 308c2ecf20Sopenharmony_ci#define XPULSE 128 318c2ecf20Sopenharmony_ci#define YOFFSET 1 328c2ecf20Sopenharmony_ci#define YPULSE 4 338c2ecf20Sopenharmony_ci#define DPI 72 348c2ecf20Sopenharmony_ci#define VFREQ 60 /* Hz */ 358c2ecf20Sopenharmony_ci#define TIMING_NAME "Linux SVGA" 368c2ecf20Sopenharmony_ci#define ESTABLISHED_TIMING1_BITS 0x01 /* Bit 0: 800x600 @ 60Hz */ 378c2ecf20Sopenharmony_ci#define HSYNC_POL 1 388c2ecf20Sopenharmony_ci#define VSYNC_POL 1 398c2ecf20Sopenharmony_ci 408c2ecf20Sopenharmony_ci#include "edid.S" 41