s3fb: limit 8x16 rectangles when tileblitting is enabled
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 8 May 2007 07:39:14 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:31 +0000 (11:15 -0700)
commit8db51668f5ef6ae31ed4e4f0c6e2976a190dfa11
tree172c273f795530fffdea6f5f8f2cc8d9158a54bd
parentd60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5
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 <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig
drivers/video/s3fb.c