mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: remove not needed debug variable
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9604a9d8f0
commit
3b017d41a7
@@ -254,7 +254,7 @@ class DirectSubmissionHw {
|
||||
void *semaphorePtr = nullptr;
|
||||
volatile RingSemaphoreData *semaphoreData = nullptr;
|
||||
uint32_t *pciBarrierPtr = nullptr;
|
||||
volatile TagAddressType *tagAddress;
|
||||
volatile TagAddressType *tagAddress = nullptr;
|
||||
|
||||
uint32_t currentQueueWorkCount = 1u;
|
||||
uint32_t activeTiles = 1u;
|
||||
|
||||
@@ -51,9 +51,6 @@ DirectSubmissionHw<GfxFamily, Dispatcher>::DirectSubmissionHw(const DirectSubmis
|
||||
|
||||
disableCacheFlush = UllsDefaults::defaultDisableCacheFlush;
|
||||
disableMonitorFence = UllsDefaults::defaultDisableMonitorFence;
|
||||
if (debugManager.flags.DirectSubmissionDisableMonitorFence.get() != -1) {
|
||||
this->disableMonitorFence = debugManager.flags.DirectSubmissionDisableMonitorFence.get();
|
||||
}
|
||||
|
||||
if (debugManager.flags.DirectSubmissionMaxRingBuffers.get() != -1) {
|
||||
this->maxRingBufferCount = debugManager.flags.DirectSubmissionMaxRingBuffers.get();
|
||||
|
||||
Reference in New Issue
Block a user