summaryrefslogtreecommitdiff
path: root/src/radeon_exa.c
diff options
context:
space:
mode:
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 b7013c9..ca4c523 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) {