mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 09:30:19 +01:00
radeon: re-enable hw blits for copying from VRAM
This commit is contained in:
parent
b18e6b0a0d
commit
9c5819fc60
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue