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:
b18e6b0
)
radeon: re-enable hw blits for copying from VRAM
author
Dave Airlie
<airlied@redhat.com>
Thu, 16 Oct 2008 00:53:26 +0000
(10:53 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 16 Oct 2008 00:53:26 +0000
(10:53 +1000)
linux-core/radeon_buffer.c
patch
|
blob
|
history
diff --git
a/linux-core/radeon_buffer.c
b/linux-core/radeon_buffer.c
index
9090000
..
e5a9089
100644
(file)
--- a/
linux-core/radeon_buffer.c
+++ b/
linux-core/radeon_buffer.c
@@
-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;