From: Antonino A. Daplas Date: Tue, 8 May 2007 07:39:14 +0000 (-0700) Subject: s3fb: limit 8x16 rectangles when tileblitting is enabled X-Git-Tag: v2.6.22-rc1~397 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8db51668f5ef6ae31ed4e4f0c6e2976a190dfa11;p=pandora-kernel.git s3fb: limit 8x16 rectangles when tileblitting is enabled If tileblitting is enabled (text mode), the hardware can only accept 8x16 bitmaps. Advertise this to the upper layer. And to ensure that an appropriate font is always available, select an 8x16 font in Kconfig. Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 51c4b25dad25..863c5983ee60 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1194,6 +1194,7 @@ config FB_S3 select FB_TILEBLITTING select FB_SVGALIB select VGASTATE + select FONT_8x16 if FRAMEBUFFER_CONSOLE ---help--- Driver for graphics boards with S3 Trio / S3 Virge chip. Reading git-diff-tree failed