mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: call flushMonitorFence on BCS CSR
Related-To: NEO-12477 Also, make sure that global fence is always resident Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0ecbc627bd
commit
d5e5c8e59e
@@ -189,9 +189,10 @@ 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