mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
refactor: remove not needed code
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
23bfcfae9d
commit
f63ace10bf
@@ -691,6 +691,3 @@ DECLARE_DEBUG_VARIABLE(int32_t, ForceDummyBlitWa, -1, "-1: default, 0: disabled,
|
||||
DECLARE_DEBUG_VARIABLE(bool, VfBarResourceAllocationWa, true, "Enables/disables WA for resizing VF BAR to 2GB on Warm Reset.")
|
||||
DECLARE_DEBUG_VARIABLE(bool, DoNotUseProductConfigForValidationWa, false, "Forces a workaround with legacy device binary validation usage (skip checking PRODUCT_CONFIG even if passed");
|
||||
DECLARE_DEBUG_VARIABLE(int64_t, ForceTotalWMTPDataSize, -1, "<=0: disabled, >0: size in bytes of total WMTP Data Size")
|
||||
|
||||
/* SPD LOGGING RELATED FLAGS */
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, EnableLogLevel, 6, "0: trace, 1: debug 2: info, 3: warning 4: error, 5: critical 6: off");
|
||||
|
||||
@@ -596,7 +596,6 @@ EnableFtrTile64Optimization = 0
|
||||
ForceTlbFlushWithTaskCountAfterCopy = -1
|
||||
ForceSynchronizedDispatchMode = -1
|
||||
ReadOnlyAllocationsTypeMask = 0
|
||||
EnableLogLevel = 6
|
||||
EnableReusingGpuTimestamps = -1
|
||||
ForceCopyOperationOffloadForComputeCmdList = -1
|
||||
SecondaryContextEngineTypeMask = -1
|
||||
|
||||
Reference in New Issue
Block a user