summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-10-16 10:53:26 +1000
committerDave Airlie <airlied@redhat.com>2008-10-16 10:53:26 +1000
commit9c5819fc60808b00949f6aee55424f17a8b4f419 (patch)
tree0fe15e214b25451e84bcb5e637317b2705c0b0ed /linux-core
parentb18e6b0a0d9ef6902e4be1809ba710200f4c37be (diff)
radeon: re-enable hw blits for copying from VRAM
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/radeon_buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/radeon_buffer.c b/linux-core/radeon_buffer.c
index 9090000e..e5a90892 100644
--- a/linux-core/radeon_buffer.c
+++ b/linux-core/radeon_buffer.c
@@ -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;