vga16fb: restrict to blit rectangles with widths of multiples of 8 pixels
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 8 May 2007 07:39:12 +0000 (00:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:31 +0000 (11:15 -0700)
commitd60d2d8a423be91c5ad1a745c4e9dda9cea1b3c5
treec3c550698372e12892a5ecb7c773cedff770560c
parent2d2699d984924890f6dac8cf51c3b6311f56816c
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>
drivers/video/Kconfig
drivers/video/vga16fb.c