https://github.com/torvalds/linux
Revision 8d5f7b4353dae4c7ee342c61303372fd996ca161 authored by Benjamin Herrenschmidt on 10 June 2005, 23:45:30 UTC, committed by Linus Torvalds on 13 June 2005, 03:59:05 UTC
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>
1 parent c3315ed
History
Tip revision: 8d5f7b4353dae4c7ee342c61303372fd996ca161 authored by Benjamin Herrenschmidt on 10 June 2005, 23:45:30 UTC
[PATCH] radeonfb: don't blow up VGA console on load
Tip revision: 8d5f7b4

README

back to top