patch-2.4.27 linux-2.4.27/drivers/video/riva/fbdev.c

Next file: linux-2.4.27/drivers/video/sis/300vtbl.h
Previous file: linux-2.4.27/drivers/video/riva/accel.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/drivers/video/riva/fbdev.c linux-2.4.27/drivers/video/riva/fbdev.c
@@ -952,7 +952,7 @@
 	newmode.crtc[0x12] = Set8Bits (vDisplay);
 	newmode.crtc[0x13] = ((width / 8) * ((bpp + 1) / 8)) & 0xFF;
 	newmode.crtc[0x15] = Set8Bits (vBlankStart);
-	newmode.crtc[0x16] = Set8Bits (vBlankEnd);
+	newmode.crtc[0x16] = Set8Bits (vBlankEnd + 1);
 
 	newmode.ext.bpp = bpp;
 	newmode.ext.width = width;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)