Re: [Mesa-dev] [PATCH] anv: Improve flushing around STATE_BASE_ADDRESS

2017-02-01 Thread Iago Toral
On Tue, 2017-01-31 at 10:33 -0800, Jason Ekstrand wrote: > It is not clear from the docs exactly how pipelined > STATE_BASE_ADDRESS > actually is.  Previously, we knew we needed to flush prior to re- > emitting > STATE_BASE_ADDRESS on gen8+ but we had never confirmed it on gen7 so > we > left it al

Re: [Mesa-dev] [PATCH] anv: Improve flushing around STATE_BASE_ADDRESS

2017-01-31 Thread Kenneth Graunke
On Tuesday, January 31, 2017 10:33:41 AM PST Jason Ekstrand wrote: > It is not clear from the docs exactly how pipelined STATE_BASE_ADDRESS > actually is. Previously, we knew we needed to flush prior to re-emitting > STATE_BASE_ADDRESS on gen8+ but we had never confirmed it on gen7 so we > left it

[Mesa-dev] [PATCH] anv: Improve flushing around STATE_BASE_ADDRESS

2017-01-31 Thread Jason Ekstrand
It is not clear from the docs exactly how pipelined STATE_BASE_ADDRESS actually is. Previously, we knew we needed to flush prior to re-emitting STATE_BASE_ADDRESS on gen8+ but we had never confirmed it on gen7 so we left it alone and avoided the flush. Recently, Mark found hangs on gen7 which app