summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-08-27 09:52:11 +0200
committerMichel Dänzer <daenzer@vmware.com>2009-08-27 09:52:11 +0200
commit7d36f13afa5da742aa6c989a2652e92c96e5f80e (patch)
treed9a6207b1683cc934a9854659d998d2a44d52e8a /src/radeon_exa.c
parent066c90e8f5b93c80195dc43486ad3efa083a1f3a (diff)
KMS: Remove explicit radeon_bo_wait calls before radeon_bo_map.
libdrm_radeon always takes care of this implicitly now.
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r--src/radeon_exa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c
index b7013c95..ca4c5237 100644
--- a/src/radeon_exa.c
+++ b/src/radeon_exa.c
@@ -350,8 +350,6 @@ static Bool RADEONPrepareAccess_CS(PixmapPtr pPix, int index)
if (driver_priv->bo->cref > 1)
radeon_cs_flush_indirect(pScrn);
- radeon_bo_wait(driver_priv->bo);
-
/* flush IB */
ret = radeon_bo_map(driver_priv->bo, 1);
if (ret) {