Disable patching VfeState by default

By default VfeState will be programmed once per command lists execute.
Patching may be enabled with AllowPatchingVfeStateInCommandLists variable.

Related-To: NEO-4940

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2021-09-01 09:50:34 +00:00
committed by Compute-Runtime-Automation
parent b323e78f55
commit 0606ef4095
8 changed files with 66 additions and 34 deletions

View File

@ -325,4 +325,5 @@ OverrideGmmResourceUsageField = -1
LogAllocationType = 0
ProgramAdditionalPipeControlBeforeStateComputeModeCommand = 0
OverrideBufferSuitableForRenderCompression = -1
AllowMixingRegularAndCooperativeKernels = 0
AllowMixingRegularAndCooperativeKernels = 0
AllowPatchingVfeStateInCommandLists = 0