diff -Naur xf86-video-ati-20131101-orig/src/evergreen_exa.c xf86-video-ati-20131101-new/src/evergreen_exa.c --- xf86-video-ati-20131101-orig/src/evergreen_exa.c 2013-12-29 12:53:43.138501786 +0000 +++ xf86-video-ati-20131101-new/src/evergreen_exa.c 2013-12-29 13:04:06.810462272 +0000 @@ -1664,8 +1664,6 @@ 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; } }