diff --git a/src/r600_exa.c b/src/r600_exa.c index a354ccd..b56fb3c 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -1544,8 +1544,8 @@ R600UploadToScreenCS(PixmapPtr pDst, int x, int y, int w, int h, if (!(driver_priv->tiling_flags & (RADEON_TILING_MACRO | RADEON_TILING_MICRO))) { if (!radeon_bo_is_referenced_by_cs(driver_priv->bo, info->cs)) { flush = FALSE; - if (!radeon_bo_is_busy(driver_priv->bo, &dst_domain)) - goto copy; +// if (!radeon_bo_is_busy(driver_priv->bo, &dst_domain)) +// goto copy; } /* use cpu copy for fast fb access */ if (info->is_fast_fb)