commit | 8d5f7b4353dae4c7ee342c61303372fd996ca161 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Sat Jun 11 09:45:30 2005 +1000 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sun Jun 12 20:59:05 2005 -0700 |
tree | 8e82ed5ca2d5934947ca13771300599151d2b882 | |
parent | c3315ede1bdf7bc706b59870df41b9cdb6e3995a [diff] |
[PATCH] radeonfb: don't blow up VGA console on load The current radeonfb memset's the framebuffer to 0 when loaded. This removes occasional artifacts but has the nasty side effect that if you load radeonfb without framebuffer console, you destroy the VGA text buffer, font, etc... radeon must not touch the framebuffer content when it doesn't "own" it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>