drm/radeon/kms: move blit initialization after we disabled VGA
authorJerome Glisse <jglisse@redhat.com>
Thu, 4 Feb 2010 16:27:27 +0000 (17:27 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 5 Feb 2010 01:43:09 +0000 (11:43 +1000)
VGA might be overwritting VRAM and corrupt our blit shader leading
to corruption, it likely won't happen if you load fbcon right after
radeon. Thanks to Shawn Starr and Andre Maasikas for tracking down
this issue.

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found