mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 13:50:44 +02:00
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:
parent
41a4c2c8e8
commit
6e3940b3cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue