projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41a4c2c
)
anv/icl: Don't set ResetGatewayTimer
author
Anuj Phogat
<anuj.phogat@gmail.com>
Fri, 26 May 2017 22:37:03 +0000
(15:37 -0700)
committer
Anuj 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
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/genX_pipeline.c
b/src/intel/vulkan/genX_pipeline.c
index 45ebe31de6bb83972edf10b760546b8ec620e25e..784559380db74411ad484cc0b4553fea08f818e0 100644
(file)
--- 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