mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
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:

committed by
Compute-Runtime-Automation

parent
b323e78f55
commit
0606ef4095
@ -325,4 +325,5 @@ OverrideGmmResourceUsageField = -1
|
||||
LogAllocationType = 0
|
||||
ProgramAdditionalPipeControlBeforeStateComputeModeCommand = 0
|
||||
OverrideBufferSuitableForRenderCompression = -1
|
||||
AllowMixingRegularAndCooperativeKernels = 0
|
||||
AllowMixingRegularAndCooperativeKernels = 0
|
||||
AllowPatchingVfeStateInCommandLists = 0
|
Reference in New Issue
Block a user