From: Anuj Phogat Date: Fri, 26 May 2017 22:37:03 +0000 (-0700) Subject: anv/icl: Don't set ResetGatewayTimer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e3940b3cfd7d0e55dfe1f3db3ec8751ac216af6;p=mesa.git anv/icl: Don't set ResetGatewayTimer Signed-off-by: Anuj Phogat Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/genX_pipeline.c b/src/intel/vulkan/genX_pipeline.c index 45ebe31de6b..784559380db 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