Commit f0b38ea5 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Helge Deller
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Tested-by: default avatarMichael Schmitz <schmitzmic@gmail.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 3ee5e228
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
	},