[PATCH] radeon: disable blit moves
authorDave Airlie <airlied@linux.ie>
Thu, 18 Sep 2008 00:19:53 +0000 (10:19 +1000)
committerDave Airlie <airlied@linux.ie>
Thu, 18 Sep 2008 00:19:53 +0000 (10:19 +1000)
linux-core/radeon_buffer.c

index 96a584f..5b2ba42 100644 (file)
@@ -401,6 +401,9 @@ int radeon_move(struct drm_buffer_object * bo,
                return 0; 
        }
 
+       /* disable these blit moves for now that appear to be failing */
+       goto fallback;
+
        if (new_mem->mem_type == DRM_BO_MEM_VRAM) {
                if (radeon_move_vram(bo, evict, no_wait, new_mem))
                        goto fallback;