commit | d60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Tue May 08 00:39:12 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:31 2007 -0700 |
tree | c3c550698372e12892a5ecb7c773cedff770560c | |
parent | 2d2699d984924890f6dac8cf51c3b6311f56816c [diff] |
vga16fb: restrict to blit rectangles with widths of multiples of 8 pixels Advertise that vga16fb can only handle widths that are 8-pixel-multiple only (software limitation). To ensure that a legal font is 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>