Revert "fix: call flushMonitorFence on BCS CSR"

This reverts commit fc8aa8246b.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-11-30 22:04:38 +01:00
committed by Compute-Runtime-Automation
parent f31b7646d0
commit f5cda5ba53
2 changed files with 8 additions and 37 deletions

View File

@@ -189,10 +189,9 @@ template <typename GfxFamily>
void WddmCommandStreamReceiver<GfxFamily>::flushMonitorFence() {
if (this->directSubmission.get()) {
this->directSubmission->flushMonitorFence();
} else if (this->blitterDirectSubmission.get()) {
this->blitterDirectSubmission->flushMonitorFence();
}
}
template <typename GfxFamily>
void WddmCommandStreamReceiver<GfxFamily>::kmDafLockAllocations(ResidencyContainer &allocationsForResidency) {
for (auto &graphicsAllocation : allocationsForResidency) {