anv/skylake: disable ForceThreadDispatchEnable
authorSergii Romantsov <sergii.romantsov@gmail.com>
Wed, 19 Sep 2018 16:21:11 +0000 (19:21 +0300)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 16 Oct 2018 18:20:51 +0000 (13:20 -0500)
commit0fa9e6d7b304f6a8064ed78a4b9c557e1026e7e5
tree7e00821118a401e3970d9dfe96ffd3672004dc13
parent322a919a41f92f65f4621e565c94aa45a737bd03
anv/skylake: disable ForceThreadDispatchEnable

On Skylake enabling of ForceThreadDispatchEnable causes gpu-hang.

-v2: enabling of  ForceThreadDispatchEnable is only for gen8, for
     gen9 and higher reverted enabling of PixelShaderHasUAV.

-v3 (Jason Ekstrand): Rework the comments a bit.

CC: Jason Ekstrand <jason.ekstrand@intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107941
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107760
Fixes: 79270d2140ec (anv: Stop setting 3DSTATE_PS_EXTRA::PixelShaderHasUAV)
Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_pipeline.c