]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] fbcon: fix scrollback with logo issue immediately after boot
authorDavid Hollister <david.hollister@amd.com>
Wed, 31 May 2006 04:25:36 +0000 (21:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 31 May 2006 23:27:10 +0000 (16:27 -0700)
commit308af9290ad1844c1b4e93ff4919f8009efbe018
treecd97885e8faf22b57f5f4281114a1479466aca77
parent6855a3a6c3ab611c3a393be846c1e36120033b18
[PATCH] fbcon: fix scrollback with logo issue immediately after boot

From: David Hollister <david.hollister@amd.com>

After the system boots with the logo, if the first action is a scrollback, the
screen may become garbled.  This patch ensures that the softback_curr value is
updated along with softback_in following the scrollback.

Signed-off-by: David Hollister <david.hollister@amd.com>
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Cc: "Antonino A. Daplas" <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/console/fbcon.c