mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 21:50:20 +01:00
[PATCH] radeon: disable blit moves
This commit is contained in:
parent
8f38c28a39
commit
13e24fa7c0
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue