mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Revert "feature: Append recorded commandlist into immediate (8/N)"
This reverts commit 9db77efd03.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f06fb6b6e8
commit
b3807e7a36
@@ -89,8 +89,6 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
|
||||
LinearStream *getCommandStream() { return commandStream.get(); }
|
||||
|
||||
bool usingSecondaryCmdbufInHostMem() { return useSecondaryCommandStream; }
|
||||
|
||||
IndirectHeap *getIndirectHeap(HeapType heapType);
|
||||
|
||||
HeapHelper *getHeapHelper() { return heapHelper.get(); }
|
||||
@@ -121,7 +119,7 @@ class CommandContainer : public NonCopyableOrMovableClass {
|
||||
GraphicsAllocation *obtainNextCommandBufferAllocation();
|
||||
GraphicsAllocation *obtainNextCommandBufferAllocation(bool forceHostMemory);
|
||||
|
||||
MOCKABLE_VIRTUAL bool swapStreams();
|
||||
bool swapStreams();
|
||||
|
||||
void reset();
|
||||
|
||||
|
||||
@@ -308,8 +308,6 @@ DECLARE_DEBUG_VARIABLE(int32_t, DebugUmdMaxReadWriteRetry, -1, "-1: default , >
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, ForceIndirectDetectionForCMKernels, -1, "-1: default , 0 : disable indirect detection for CM kernels, 1 : enable indirect detection for CM kernels")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, PipelinedEuThreadArbitration, -1, "-1: default. 1: Use Walker field, 0: Use StateComputeMode command to program pipelinedEuThreadArbitration")
|
||||
DECLARE_DEBUG_VARIABLE(bool, ForceUseOnlyGlobalTimestamps, 0, "0- default disabled, 1: enable use only global timestamp")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, ForceParentCommandStreamUsageForImmediateAppendForCopyEngine, -1, "-1 - default (disabled), 0: disable, 1: enable")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, ForceParentCommandStreamUsageForImmediateAppendForComputeEngine, -1, "-1 - default (enabled), 0: disable, 1: enable")
|
||||
|
||||
/*LOGGING FLAGS*/
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, PrintDriverDiagnostics, -1, "prints driver diagnostics messages to standard output, value corresponds to hint level")
|
||||
|
||||
Reference in New Issue
Block a user