summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-core/radeon_buffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-core/radeon_buffer.c b/linux-core/radeon_buffer.c
index 96a584f3..5b2ba42f 100644
--- a/linux-core/radeon_buffer.c
+++ b/linux-core/radeon_buffer.c
@@ -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;