]> git.baikalelectronics.ru Git - kernel.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)
commit5d33d5119c0df3d4d31f88b4bd302f8eb3312c43
treecd97885e8faf22b57f5f4281114a1479466aca77
parentfc7d1bf604481470546def2315ed6910528edcd5
[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