anv/icl: Don't set ResetGatewayTimer

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Anuj Phogat 2017-05-26 15:37:03 -07:00
parent 41a4c2c8e8
commit 6e3940b3cf

View 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