Sysman Fix Multithread Access for zesMemoryGetState

Signed-off-by: Joshua Santosh Ranjan <joshua.santosh.ranjan@intel.com>

Related-To: LOCI-2727
This commit is contained in:
Joshua Santosh Ranjan
2021-11-22 06:58:00 +00:00
committed by Compute-Runtime-Automation
parent 0e75f431e0
commit 152ee4a627
3 changed files with 13 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ bool Drm::queryEngineInfo(bool isSysmanEnabled) {
return false;
}
std::unique_ptr<uint8_t[]> Drm::getMemoryRegions() {
return nullptr;
}
bool Drm::queryMemoryInfo() {
auto pHwInfo = getRootDeviceEnvironment().getHardwareInfo();
auto isLocalMemSupported = HwHelper::get(pHwInfo->platform.eRenderCoreFamily).getEnableLocalMemory(*pHwInfo);