mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
f31b7646d0
commit
f5cda5ba53
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user