mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
feature: Dispatch monitor fence from wait
Resolves: NEO-8240 Related-To: NEO-8067 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f3f623900a
commit
fc1f45b630
@@ -169,6 +169,13 @@ GmmPageTableMngr *WddmCommandStreamReceiver<GfxFamily>::createPageTableManager()
|
||||
return gmmPageTableMngr;
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
void WddmCommandStreamReceiver<GfxFamily>::flushMonitorFence() {
|
||||
if (this->directSubmission.get()) {
|
||||
this->directSubmission->flushMonitorFence();
|
||||
}
|
||||
}
|
||||
|
||||
template <typename GfxFamily>
|
||||
void WddmCommandStreamReceiver<GfxFamily>::kmDafLockAllocations(ResidencyContainer &allocationsForResidency) {
|
||||
for (auto &graphicsAllocation : allocationsForResidency) {
|
||||
|
||||
Reference in New Issue
Block a user