![]() |
|
|||
0001 /* 0002 1920x1080.S: EDID data set for standard 1920x1080 60 Hz monitor 0003 0004 Copyright (C) 2012 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 148500 /* kHz */ 0027 #define XPIX 1920 0028 #define YPIX 1080 0029 #define XY_RATIO XY_RATIO_16_9 0030 #define XBLANK 280 0031 #define YBLANK 45 0032 #define XOFFSET 88 0033 #define XPULSE 44 0034 #define YOFFSET 4 0035 #define YPULSE 5 0036 #define DPI 96 0037 #define VFREQ 60 /* Hz */ 0038 #define TIMING_NAME "Linux FHD" 0039 /* No ESTABLISHED_TIMINGx_BITS */ 0040 #define HSYNC_POL 1 0041 #define VSYNC_POL 1 0042 0043 #include "edid.S"
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |