Re: [Mesa-dev] [PATCH 2/2] radeonsi: always prefer SWITCH_ON_EOP(0) on CIK

2014-08-06 Thread Alex Deucher
On Wed, Aug 6, 2014 at 11:30 AM, Marek Olšák wrote: > On Wed, Aug 6, 2014 at 4:01 PM, Alex Deucher wrote: >> On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote: >>> From: Marek Olšák >>> >>> The code is rewritten to take known constraints into account, while always >>> using 0 by default. >>> >>

Re: [Mesa-dev] [PATCH 2/2] radeonsi: always prefer SWITCH_ON_EOP(0) on CIK

2014-08-06 Thread Marek Olšák
On Wed, Aug 6, 2014 at 4:01 PM, Alex Deucher wrote: > On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote: >> From: Marek Olšák >> >> The code is rewritten to take known constraints into account, while always >> using 0 by default. >> >> This should improve performance for multi-SE parts in theory

Re: [Mesa-dev] [PATCH 2/2] radeonsi: always prefer SWITCH_ON_EOP(0) on CIK

2014-08-06 Thread Alex Deucher
On Wed, Aug 6, 2014 at 9:32 AM, Marek Olšák wrote: > From: Marek Olšák > > The code is rewritten to take known constraints into account, while always > using 0 by default. > > This should improve performance for multi-SE parts in theory. > > A debug option is also added for easier debugging. (If

[Mesa-dev] [PATCH 2/2] radeonsi: always prefer SWITCH_ON_EOP(0) on CIK

2014-08-06 Thread Marek Olšák
From: Marek Olšák The code is rewritten to take known constraints into account, while always using 0 by default. This should improve performance for multi-SE parts in theory. A debug option is also added for easier debugging. (If there are hangs, use the option. If the hangs go away, you have f