commit | 8db51668f5ef6ae31ed4e4f0c6e2976a190dfa11 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Tue May 08 00:39:14 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:31 2007 -0700 |
tree | 172c273f795530fffdea6f5f8f2cc8d9158a54bd | |
parent | d60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5 [diff] |
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>