fix: query engine info prior to query topology

don't setup l3 bank count in default gt sys info

Related-To: NEO-12073
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-07-25 14:35:48 +00:00
committed by Compute-Runtime-Automation
parent 3d3dff8dc2
commit 1fa7e14d0b
6 changed files with 23 additions and 20 deletions

View File

@@ -65,16 +65,6 @@ Drm *Drm::create(std::unique_ptr<HwDeviceIdDrm> &&hwDeviceId, RootDeviceEnvironm
printDebugString(debugManager.flags.PrintDebugMessages.get(), stderr, "%s", "WARNING: Failed to request OCL Turbo Boost\n");
}
if (!drm->queryMemoryInfo()) {
drm->setPerContextVMRequired(true);
printDebugString(debugManager.flags.PrintDebugMessages.get(), stderr, "%s", "WARNING: Failed to query memory info\n");
}
if (!drm->queryEngineInfo()) {
drm->setPerContextVMRequired(true);
printDebugString(debugManager.flags.PrintDebugMessages.get(), stderr, "%s", "WARNING: Failed to query engine info\n");
}
drm->checkContextDebugSupport();
drm->queryPageFaultSupport();