[PATCH] radeon: disable blit moves

This commit is contained in:
Dave Airlie 2008-09-18 10:19:53 +10:00
parent 8f38c28a39
commit 13e24fa7c0

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