From: Dave Airlie Date: Thu, 18 Sep 2008 00:19:53 +0000 (+1000) Subject: [PATCH] radeon: disable blit moves X-Git-Tag: submit/1.0/20121108.012404~642^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13e24fa7c03a4da6ba85b42d97290b4360c5ba8c;p=profile%2Fivi%2Flibdrm.git [PATCH] radeon: disable blit moves --- diff --git a/linux-core/radeon_buffer.c b/linux-core/radeon_buffer.c index 96a584f..5b2ba42 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;