Re: [Mesa-dev] [PATCH v2] anv/skylake: disable ForceThreadDispatchEnable

2018-10-16 Thread Jason Ekstrand
I've updated the comments a bit and pushed to master. Thanks for all your debugging! On Wed, Sep 19, 2018 at 11:21 AM Sergii Romantsov < sergii.romant...@gmail.com> wrote: > On Skylake enabling of ForceThreadDispatchEnable causes gpu-hang. > > -v2: enabling of ForceThreadDispatchEnable is only

[Mesa-dev] [PATCH v2] anv/skylake: disable ForceThreadDispatchEnable

2018-09-19 Thread Sergii Romantsov
On Skylake enabling of ForceThreadDispatchEnable causes gpu-hang. -v2: enabling of ForceThreadDispatchEnable is only for gen8, for gen9 and higher reverted enabling of PixelShaderHasUAV. CC: Jason Ekstrand Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107941 Fixes: 79270d2140ec (a