Revert "Extend DRM memory manager"

This reverts commit dec634c2cd.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2022-02-12 18:53:38 +01:00
committed by Compute-Runtime-Automation
parent 02c87fd8b9
commit 6fe91498d8
10 changed files with 127 additions and 327 deletions

View File

@ -152,14 +152,6 @@ bool IoctlHelperUpstream::completionFenceExtensionSupported(Drm &drm, const Hard
std::optional<int> IoctlHelperUpstream::getHasPageFaultParamId() {
return std::nullopt;
}
bool IoctlHelperUpstream::hasGemVmAdviseSupport() {
return false;
}
uint32_t IoctlHelperUpstream::getVmAdviseAtomicAttribute() {
return 0;
}
};
} // namespace NEO