mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 17:13:29 +08:00
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:
committed by
Compute-Runtime-Automation
parent
4573511966
commit
ad05878165
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user