commit | 95d67bb1ca82dc8bd75304bda891e7ad81ecd935 | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@gmail.com> | Tue May 08 00:38:40 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:29 2007 -0700 |
tree | 044b0526dc9406abd1d525a64f7949214a92b402 | |
parent | b2f594fd7adff7aae2d1664e72044926b0b906aa [diff] |
fbcon: delay screen update when setting the mode of all consoles If the current framebuffer console is rotated (rotate != 0), doing an "fbset -a" will corrupt the current console. Fix by updating the current console only after all non-visible consoles have been updated. Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>