mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-20 08:50:25 +01:00
winsys/radeon: disable virtual memory on Cayman
It hangs.
This commit is contained in:
parent
de92b7adca
commit
ef557eacff
1 changed files with 3 additions and 0 deletions
|
|
@ -303,6 +303,9 @@ static boolean do_winsys_init(struct radeon_drm_winsys *ws)
|
|||
&ws->info.r600_ib_vm_max_size))
|
||||
ws->info.r600_virtual_address = FALSE;
|
||||
}
|
||||
/* Remove this line once the virtual address space feature is fixed. */
|
||||
if (ws->gen == R600 && !debug_get_bool_option("RADEON_VA", FALSE))
|
||||
ws->info.r600_virtual_address = FALSE;
|
||||
}
|
||||
|
||||
/* Get max pipes, this is only needed for compute shaders. All evergreen+
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue