drm/radeon/kms: make sure mc is initialized before mapping blit bo
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 15 Dec 2009 22:15:07 +0000 (17:15 -0500)
committerDave Airlie <airlied@redhat.com>
Wed, 16 Dec 2009 05:39:24 +0000 (15:39 +1000)
commit7923c615b811945a9d9f456c92a7a32c34167458
tree8b598db5a5f73cc3d999bef0c1f4ce276d4e9d9c
parentf89551bfe953a144f7d4918ca4c12e11de1e455d
drm/radeon/kms: make sure mc is initialized before mapping blit bo

We need to make sure the the MC is intialized before we map the
blit shader object on r6xx+.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/rv770.c