]> git.baikalelectronics.ru Git - kernel.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)
commit85ff98d851c3d4402e660cad4adb9fec8aaa490c
treed898b52352add966b418684d929b5c60a80d0db1
parent254304794e0b38cb0d3ef1d39adadce24d6793ac
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