46
46
* Monitor ranges (GTF): 50-70 Hz V, 30-70 kHz H, max dotclock 150 MHz
47
47
* Dummy Descriptor:
48
48
* Checksum: 0xab
49
+ *
50
+ * ----------------
51
+ *
52
+ * edid-decode 1.30.0-5367
53
+ * edid-decode SHA: 41ebf7135691 2025-05-01 10:19:22
54
+ *
55
+ * EDID conformity: PASS
49
56
*/
50
57
static const unsigned char test_edid_dvi_1080p [] = {
51
58
0x00 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x00 , 0x31 , 0xd8 , 0x2a , 0x00 ,
@@ -62,6 +69,10 @@ static const unsigned char test_edid_dvi_1080p[] = {
62
69
};
63
70
64
71
/*
72
+ *
73
+ * This edid is intentionally broken with the 100MHz limit. It's meant
74
+ * to be used only with tests in unusual situations.
75
+ *
65
76
* edid-decode (hex):
66
77
*
67
78
* 00 ff ff ff ff ff ff 00 31 d8 2a 00 00 00 00 00
@@ -136,6 +147,18 @@ static const unsigned char test_edid_dvi_1080p[] = {
136
147
* Source physical address: 1.2.3.4
137
148
* Maximum TMDS clock: 100 MHz
138
149
* Checksum: 0x10 Unused space in Extension Block: 106 bytes
150
+ *
151
+ * ----------------
152
+ *
153
+ * edid-decode 1.30.0-5367
154
+ * edid-decode SHA: 41ebf7135691 2025-05-01 10:19:22
155
+ *
156
+ * Failures:
157
+ *
158
+ * EDID:
159
+ * CTA-861: The maximum HDMI TMDS clock is 100000 kHz, but one or more video timings go up to 148500 kHz.
160
+ *
161
+ * EDID conformity: FAIL
139
162
*/
140
163
static const unsigned char test_edid_hdmi_1080p_rgb_max_100mhz [] = {
141
164
0x00 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x00 , 0x31 , 0xd8 , 0x2a , 0x00 ,
@@ -237,6 +260,13 @@ static const unsigned char test_edid_hdmi_1080p_rgb_max_100mhz[] = {
237
260
* Source physical address: 1.2.3.4
238
261
* Maximum TMDS clock: 200 MHz
239
262
* Checksum: 0xfc Unused space in Extension Block: 106 bytes
263
+ *
264
+ * ----------------
265
+ *
266
+ * edid-decode 1.30.0-5367
267
+ * edid-decode SHA: 41ebf7135691 2025-05-01 10:19:22
268
+ *
269
+ * EDID conformity: PASS
240
270
*/
241
271
static const unsigned char test_edid_hdmi_1080p_rgb_max_200mhz [] = {
242
272
0x00 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x00 , 0x31 , 0xd8 , 0x2a , 0x00 ,
@@ -338,6 +368,13 @@ static const unsigned char test_edid_hdmi_1080p_rgb_max_200mhz[] = {
338
368
* Source physical address: 1.2.3.4
339
369
* Maximum TMDS clock: 340 MHz
340
370
* Checksum: 0xe0 Unused space in Extension Block: 106 bytes
371
+ *
372
+ * ----------------
373
+ *
374
+ * edid-decode 1.30.0-5367
375
+ * edid-decode SHA: 41ebf7135691 2025-05-01 10:19:22
376
+ *
377
+ * EDID conformity: PASS
341
378
*/
342
379
static const unsigned char test_edid_hdmi_1080p_rgb_max_340mhz [] = {
343
380
0x00 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x00 , 0x31 , 0xd8 , 0x2a , 0x00 ,
@@ -445,6 +482,13 @@ static const unsigned char test_edid_hdmi_1080p_rgb_max_340mhz[] = {
445
482
* DC_Y444
446
483
* Maximum TMDS clock: 200 MHz
447
484
* Checksum: 0xd4 Unused space in Extension Block: 106 bytes
485
+ *
486
+ * ----------------
487
+ *
488
+ * edid-decode 1.30.0-5367
489
+ * edid-decode SHA: 41ebf7135691 2025-05-01 10:19:22
490
+ *
491
+ * EDID conformity: PASS
448
492
*/
449
493
static const unsigned char test_edid_hdmi_1080p_rgb_yuv_dc_max_200mhz [] = {
450
494
0x00 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x00 , 0x31 , 0xd8 , 0x2a , 0x00 ,
@@ -552,6 +596,13 @@ static const unsigned char test_edid_hdmi_1080p_rgb_yuv_dc_max_200mhz[] = {
552
596
* DC_Y444
553
597
* Maximum TMDS clock: 340 MHz
554
598
* Checksum: 0xb8 Unused space in Extension Block: 106 bytes
599
+ *
600
+ * ----------------
601
+ *
602
+ * edid-decode 1.30.0-5367
603
+ * edid-decode SHA: 41ebf7135691 2025-05-01 10:19:22
604
+ *
605
+ * EDID conformity: PASS
555
606
*/
556
607
static const unsigned char test_edid_hdmi_1080p_rgb_yuv_dc_max_340mhz [] = {
557
608
0x00 , 0xff , 0xff , 0xff , 0xff , 0xff , 0xff , 0x00 , 0x31 , 0xd8 , 0x2a , 0x00 ,
0 commit comments