fix: Restore sfence in PCI barrier

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2023-04-26 11:04:41 +00:00
committed by Compute-Runtime-Automation
parent 79800d235c
commit e35a7746a4
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ DrmDirectSubmission<GfxFamily, Dispatcher>::DrmDirectSubmission(const DirectSubm
PRINT_DEBUG_STRING(DebugManager.flags.PrintDebugMessages.get(), stderr, "Using PCI barrier ptr: %p\n", this->pciBarrierPtr);
if (this->pciBarrierPtr) {
this->miMemFenceRequired = false;
this->sfenceMode = DirectSubmissionSfenceMode::Disabled;
}
if (this->partitionedMode) {