forked from Minki/linux
video: fbdev: atari: Fix TT High video mode vertical refresh
The vertical refresh rate for the TT High video mode (1280x960) is wrong. Fortunately this field is not really used. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Tested-by: Michael Schmitz <schmitzmic@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
3ee5e22803
commit
f0b38ea59a
@ -484,7 +484,7 @@ static struct fb_videomode atafb_modedb[] __initdata = {
|
||||
0, FB_VMODE_NONINTERLACED
|
||||
}, {
|
||||
/* 1280x960, 72 kHz, 72 Hz (TT high) */
|
||||
"tt-high", 57, 1280, 960, 7760, 260, 60, 36, 4, 192, 4,
|
||||
"tt-high", 72, 1280, 960, 7760, 260, 60, 36, 4, 192, 4,
|
||||
0, FB_VMODE_NONINTERLACED
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user