commit | 829e79b680210c4f4de435af6e1f90451922fc7d | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Fri Sep 09 13:10:04 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Sep 09 14:03:41 2005 -0700 |
tree | cb8d46347a64f4c5673fb7e5dee55a8078ff8e80 | |
parent | ba44cd2d8abc3271a608b42cdbf55e1e575e2ba5 [diff] |
[PATCH] fbcon: Break up bit_putcs into its component functions The function bit_putcs() in drivers/video/console/bitblit.c is becoming large. Break it up into its component functions (bit_putcs_unaligned and bit_putcs_aligned). Incorporated fb_pad_aligned_buffer() optimization by Roman Zippel. Signed-off-by: Antonino Daplas <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>