]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fbdev: clean the penguin's dirty feet
authorClemens Ladisch <clemens@ladisch.de>
Wed, 19 Nov 2008 23:36:10 +0000 (15:36 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Dec 2008 18:55:10 +0000 (10:55 -0800)
commit79aeb30b95d817f11b125d1bd495d5d3c18bde7d
tree01dfd7186373f1c67df057d8d620ace9a2df5b7c
parent532b2a9f6baf34ab2ce4fa501f76b97be8ab8e85
fbdev: clean the penguin's dirty feet

commit cf7ee554f3a324e98181b0ea249d9d5be3a0acb8 upstream.

When booting in a direct color mode, the penguin has dirty feet, i.e.,
some pixels have the wrong color.  This is caused by
fb_set_logo_directpalette() which does not initialize the last 32 palette
entries.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/video/fbmem.c