radeon: re-enable hw blits for copying from VRAM
authorDave Airlie <airlied@redhat.com>
Thu, 16 Oct 2008 00:53:26 +0000 (10:53 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 16 Oct 2008 00:53:26 +0000 (10:53 +1000)
linux-core/radeon_buffer.c

index 9090000..e5a9089 100644 (file)
@@ -411,9 +411,6 @@ 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;