]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] radeonfb: don't blow up VGA console on load
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 10 Jun 2005 23:45:30 +0000 (09:45 +1000)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:59:05 +0000 (20:59 -0700)
commitb2763cca30803c3a9e696cfbab311c97367fb7d8
tree8e82ed5ca2d5934947ca13771300599151d2b882
parentfde23edb6d0a545e793875f679200733a34ef957
[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>
drivers/video/aty/radeon_base.c