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

This reverts commit eb8e69d2d4.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2023-05-19 10:25:43 +02:00
committed by Compute-Runtime-Automation
parent e03160a87c
commit b4d8d6b447
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