Revert "refactor: Move residency controller to wddm"

This reverts commit d9624a270c.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-10-24 09:25:41 +02:00
committed by Compute-Runtime-Automation
parent 4573511966
commit ad05878165
22 changed files with 189 additions and 234 deletions

View File

@@ -34,11 +34,4 @@ uint32_t OSInterface::getAggregatedProcessCount() const {
return 0;
}
void OSInterface::registerTrimCallback() {
if (driverModel && driverModel->getDriverModelType() == DriverModelType::wddm) {
driverModel->as<NEO::Wddm>()->getResidencyController().registerCallback();
UNRECOVERABLE_IF(!driverModel->as<NEO::Wddm>()->getResidencyController().isInitialized());
}
}
} // namespace NEO