mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
i965/icl: Don't set ResetGatewayTimer
This field is removed in gen11+ Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
772a75be46
commit
85f319155f
1 changed files with 2 additions and 0 deletions
|
|
@ -4220,8 +4220,10 @@ genX(upload_cs_state)(struct brw_context *brw)
|
|||
const uint32_t subslices = MAX2(brw->screen->subslice_total, 1);
|
||||
vfe.MaximumNumberofThreads = devinfo->max_cs_threads * subslices - 1;
|
||||
vfe.NumberofURBEntries = GEN_GEN >= 8 ? 2 : 0;
|
||||
#if GEN_GEN < 11
|
||||
vfe.ResetGatewayTimer =
|
||||
Resettingrelativetimerandlatchingtheglobaltimestamp;
|
||||
#endif
|
||||
#if GEN_GEN < 9
|
||||
vfe.BypassGatewayControl = BypassingOpenGatewayCloseGatewayprotocol;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue