Revert "feature: Implement appendMemoryPrefetch for Shared System USM Allocat...

This reverts commit 97799b3faf.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-03-12 05:18:52 +01:00
committed by Compute-Runtime-Automation
parent 0d5baa2c30
commit fa2e3adad3
29 changed files with 128 additions and 568 deletions

View File

@@ -165,7 +165,7 @@ class Drm : public DriverModel {
MOCKABLE_VIRTUAL bool isVmBindAvailable();
MOCKABLE_VIRTUAL bool registerResourceClasses();
MOCKABLE_VIRTUAL void setPageFaultSupported(bool value) { this->pageFaultSupported = value; }
MOCKABLE_VIRTUAL void queryPageFaultSupport();
bool hasPageFaultSupport() const;
bool hasKmdMigrationSupport() const;