Revert "feature: Enable kmd migration by default on PVC platform"

This reverts commit 50d831bee0.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-05-16 06:19:36 +02:00
committed by Compute-Runtime-Automation
parent e8e2bdc900
commit 2eff2dac0e
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ bool ProductHelperHw<gfxProduct>::isPageFaultSupported() const {
template <>
bool ProductHelperHw<gfxProduct>::isKmdMigrationSupported() const {
return true;
return false;
}
} // namespace NEO