Re: [Mesa-dev] [PATCH 5/5] radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga

2015-11-09 Thread Michel Dänzer
On 09.11.2015 07:00, Marek Olšák wrote: > From: Marek Olšák > > I discovered that increasing the ESGS ring size fixes GS hangs on Tonga, > so let's do it properly. > > There is now a separate init_config_gs_rings state that is not immutable, > because GS rings are resized

Re: [Mesa-dev] [PATCH 5/5] radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga

2015-11-09 Thread Nicolai Hähnle
On 08.11.2015 23:00, Marek Olšák wrote: From: Marek Olšák I discovered that increasing the ESGS ring size fixes GS hangs on Tonga, so let's do it properly. There is now a separate init_config_gs_rings state that is not immutable, because GS rings are resized when needed.

[Mesa-dev] [PATCH 5/5] radeonsi: calculate optimal GS ring sizes to fix GS hangs on Tonga

2015-11-08 Thread Marek Olšák
From: Marek Olšák I discovered that increasing the ESGS ring size fixes GS hangs on Tonga, so let's do it properly. There is now a separate init_config_gs_rings state that is not immutable, because GS rings are resized when needed. This also saves some memory. Most apps