projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f38c28
)
[PATCH] radeon: disable blit moves
author
Dave Airlie
<airlied@linux.ie>
Thu, 18 Sep 2008 00:19:53 +0000
(10:19 +1000)
committer
Dave Airlie
<airlied@linux.ie>
Thu, 18 Sep 2008 00:19:53 +0000
(10:19 +1000)
linux-core/radeon_buffer.c
patch
|
blob
|
history
diff --git
a/linux-core/radeon_buffer.c
b/linux-core/radeon_buffer.c
index 96a584f31f55df8f01fc13dc30e62f1fec3946fb..5b2ba42f007cc2b3339384b2609ce546b0556025 100644
(file)
--- 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;