mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
radeonsi/gfx10: always use the legacy pipeline for streamout
The best way to prevent GDS hangs is not to use GDS. Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
This commit is contained in:
parent
f251fd7bf5
commit
73bde2b029
1 changed files with 1 additions and 1 deletions
|
|
@ -1123,7 +1123,7 @@ radeonsi_screen_create_impl(struct radeon_winsys *ws,
|
|||
}
|
||||
|
||||
sscreen->use_ngg = sscreen->info.chip_class >= GFX10;
|
||||
sscreen->use_ngg_streamout = sscreen->info.chip_class >= GFX10;
|
||||
sscreen->use_ngg_streamout = false;
|
||||
|
||||
/* Only enable primitive binning on APUs by default. */
|
||||
if (sscreen->info.chip_class >= GFX10) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue