Re: [Mesa-dev] [PATCH 2/2] Revert "anv/skylake: disable ForceThreadDispatchEnable"

2018-10-31 Thread Emil Velikov
On Mon, 29 Oct 2018 at 11:46, Juan A. Suarez Romero wrote: > > On Tue, 2018-10-16 at 15:12 -0500, Jason Ekstrand wrote: > > This reverts commit 0fa9e6d7b304f6a8064ed78a4b9c557e1026e7e5. The real > > issue appears to have been that HiZ ops don't like having WM thread > > dispatch force-enabled. T

Re: [Mesa-dev] [PATCH 2/2] Revert "anv/skylake: disable ForceThreadDispatchEnable"

2018-10-29 Thread Juan A. Suarez Romero
On Tue, 2018-10-16 at 15:12 -0500, Jason Ekstrand wrote: > This reverts commit 0fa9e6d7b304f6a8064ed78a4b9c557e1026e7e5. The real > issue appears to have been that HiZ ops don't like having WM thread > dispatch force-enabled. The previous commit fixes that problem so we > can go back to using the

[Mesa-dev] [PATCH 2/2] Revert "anv/skylake: disable ForceThreadDispatchEnable"

2018-10-16 Thread Jason Ekstrand
This reverts commit 0fa9e6d7b304f6a8064ed78a4b9c557e1026e7e5. The real issue appears to have been that HiZ ops don't like having WM thread dispatch force-enabled. The previous commit fixes that problem so we can go back to using the ForceThreadDispatchEnable bit even on SKL+. --- src/intel/vulka