Mesa (master): anv/icl: Don't set ResetGatewayTimer

Anuj Phogat aphogat at kemper.freedesktop.org
Fri Feb 16 19:11:30 UTC 2018


Module: Mesa
Branch: master
Commit: 6e3940b3cfd7d0e55dfe1f3db3ec8751ac216af6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e3940b3cfd7d0e55dfe1f3db3ec8751ac216af6

Author: Anuj Phogat <anuj.phogat at gmail.com>
Date:   Fri May 26 15:37:03 2017 -0700

anv/icl: Don't set ResetGatewayTimer

Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/vulkan/genX_pipeline.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/intel/vulkan/genX_pipeline.c b/src/intel/vulkan/genX_pipeline.c
index 45ebe31de6..784559380d 100644
--- a/src/intel/vulkan/genX_pipeline.c
+++ b/src/intel/vulkan/genX_pipeline.c
@@ -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




More information about the mesa-commit mailing list