Files
edid-generator/3840x2160.S
Trevor Joynson (trevorj) 6a1dc7e89c Initial commit
2016-06-09 20:21:28 -04:00

21 lines
474 B
ArmAsm

/* 3840x2160: 3840x2160 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync */
#define HSYNC_POL 1
#define CRC 0x9b
#define VSYNC_POL 1
#define YPULSE (63+10)
#define XPULSE 88
#define YPIX 2160
#define XPIX 3840
#define VFREQ 60
#define DPI 96
#define CLOCK 594000
#define VERSION 1
#define REVISION 3
#define XOFFSET 176
#define YOFFSET (63+8)
#define XY_RATIO XY_RATIO_16_9
#define YBLANK 90
#define XBLANK 560
#define TIMING_NAME "3840x2160"
#include "edid.S"