anv/icl: Don't set ResetGatewayTimer
authorAnuj Phogat <anuj.phogat@gmail.com>
Fri, 26 May 2017 22:37:03 +0000 (15:37 -0700)
committerAnuj Phogat <anuj.phogat@gmail.com>
Fri, 16 Feb 2018 19:10:32 +0000 (11:10 -0800)
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/vulkan/genX_pipeline.c

index 45ebe31de6bb83972edf10b760546b8ec620e25e..784559380db74411ad484cc0b4553fea08f818e0 100644 (file)
@@ -1820,7 +1820,9 @@ compute_pipeline_create(
       vfe.MaximumNumberofThreads =
          devinfo->max_cs_threads * subslices - 1;
       vfe.NumberofURBEntries     = GEN_GEN <= 7 ? 0 : 2;
+#if GEN_GEN < 11
       vfe.ResetGatewayTimer      = true;
+#endif
 #if GEN_GEN <= 8
       vfe.BypassGatewayControl   = true;
 #endif