]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/radeon/kms: fix screen clearing before fbcon.
authorDave Airlie <airlied@redhat.com>
Tue, 9 Feb 2010 02:31:08 +0000 (12:31 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 11 Feb 2010 01:25:27 +0000 (11:25 +1000)
commit6719fc663c6cd30da5dd02d08aaefb031a7a98fd
treed898b52352add966b418684d929b5c60a80d0db1
parentefa8450f6c93c9d4c99adfea2f52f1d02d878d5b
drm/radeon/kms: fix screen clearing before fbcon.

This memset_io was added to debug something way back and got
left behind, memset the fb to black so the borders don't be all white.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_fb.c