Skip to content

Commit bbacbed

Browse files
committed
Merge remote-tracking branch 'origin/master' into doom_tast_clut
2 parents f23a044 + 2c97c9d commit bbacbed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libraries/ENVIE_Video_coreboot/video_modes.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
struct envie_edid_mode envie_known_modes[NUM_KNOWN_MODES] = {
55
[EDID_MODE_640x480_60Hz] = {
6-
.name = "640x480@75Hz", .pixel_clock = 26892, .refresh = 75,
7-
.hactive = 640, .hback_porch = 40, .hfront_porch = 8, .hsync_len = 32,
8-
.vactive = 480, .vback_porch = 6, .vfront_porch = 4, .vsync_len = 8,
6+
.name = "640x480@75Hz", .pixel_clock = 25200, .refresh = 60,
7+
.hactive = 640, .hback_porch = 160, .hfront_porch = 16, .hsync_len = 96,
8+
.vactive = 480, .vback_porch = 45, .vfront_porch = 10, .vsync_len = 2,
99
},
1010
[EDID_MODE_720x480_60Hz] = {
11-
.name = "720x480@60Hz", .pixel_clock = 26750, .refresh = 60,
12-
.hactive = 720, .hback_porch = 88, .hfront_porch = 24, .hsync_len = 64, .voffset = 0,
13-
.vactive = 480, .vback_porch = 7, .vfront_porch = 3, .vsync_len = 10,
11+
.name = "720x480@60Hz", .pixel_clock = 27000, .refresh = 60,
12+
.hactive = 720, .hback_porch = 60, .hfront_porch = 16, .hsync_len = 62, .voffset = 1,
13+
.vactive = 480, .vback_porch = 45, .vfront_porch = 9, .vsync_len = 6,
1414
},
1515
[EDID_MODE_800x600_59Hz] = {
1616
.name = "800x600@60Hz", .pixel_clock = 37000, .refresh = 59,

0 commit comments

Comments
 (0)