radeon: re-enable hw blits for copying from VRAM

main
Dave Airlie 2008-10-16 10:53:26 +10:00
parent b18e6b0a0d
commit 9c5819fc60
1 changed files with 0 additions and 3 deletions

View 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;