mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
fix: Restore sfence in PCI barrier
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
79800d235c
commit
e35a7746a4
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user