radeon: re-enable hw blits for copying from VRAM
parent
b18e6b0a0d
commit
9c5819fc60
|
@ -411,9 +411,6 @@ int radeon_move(struct drm_buffer_object * bo,
|
||||||
return 0;
|
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 (new_mem->mem_type == DRM_BO_MEM_VRAM) {
|
||||||
if (radeon_move_vram(bo, evict, no_wait, new_mem))
|
if (radeon_move_vram(bo, evict, no_wait, new_mem))
|
||||||
goto fallback;
|
goto fallback;
|
||||||
|
|
Loading…
Reference in New Issue