From: Benjamin Herrenschmidt Date: Fri, 10 Jun 2005 23:45:30 +0000 (+1000) Subject: [PATCH] radeonfb: don't blow up VGA console on load X-Git-Tag: v2.6.12~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d5f7b4353dae4c7ee342c61303372fd996ca161;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed