Skip to content

Commit 89632d5

Browse files
committed
Envie: Restore safe 720x480 resolution
1 parent b7af3c3 commit 89632d5

File tree

1 file changed

+1
-1
lines changed
  • libraries/ENVIE_Video_coreboot

1 file changed

+1
-1
lines changed

libraries/ENVIE_Video_coreboot/edid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ struct edid_mode known_modes[NUM_KNOWN_MODES] = {
10921092
.phsync = '-', .pvsync = '-' },
10931093
[EDID_MODE_720x480_60Hz] = {
10941094
.name = "720x480@60Hz", .pixel_clock = 27000, .refresh = 60,
1095-
.ha = 852, .hbl = 60, .hso = 16, .hspw = 62, .voffset = 1,
1095+
.ha = 720, .hbl = 60, .hso = 16, .hspw = 62, .voffset = 1,
10961096
.va = 480, .vbl = 6, .vso = 30, .vspw = 9,
10971097
.phsync = '-', .pvsync = '-' },
10981098
[EDID_MODE_1280x720_59Hz] = {

0 commit comments

Comments
 (0)