Add helpers for page fault support

Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2021-11-02 07:54:20 +00:00
committed by Compute-Runtime-Automation
parent 7d109c42bc
commit ca4af1dde1
9 changed files with 59 additions and 0 deletions

View File

@@ -42,4 +42,8 @@ bool DrmAllocation::setMemAdvise(Drm *drm, MemAdviseFlags flags) {
return true;
}
bool DrmAllocation::shouldAllocationPageFault(Drm *drm) {
return false;
}
} // namespace NEO