commit | c213ddf330e29f9d141705444dc45683adbb99b0 | [log] [tgz] |
---|---|---|
author | Krzysztof Helt <krzysztof.h1@wp.pl> | Tue Aug 05 13:01:26 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 05 14:33:49 2008 -0700 |
tree | c44a3a4fb3c09743f6816148bf4ba272b8f1ea0a | |
parent | efc491814308f89d5ef6c4fe19ae4552a67d4132 [diff] |
fbcon: fix scrolling after logo is cleared If the 'clear' command is used on the frame buffer with a logo the upper area is filled by few lines but not scrolled anymore. Fix this by removing the protected area for the logo if any part of the logo is cleared. Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>