From 5a804841cb666107d9498b274eb84489f5e5089d Mon Sep 17 00:00:00 2001 From: Mayank Raghuwanshi Date: Wed, 6 Apr 2022 11:45:37 +0530 Subject: [PATCH] Add pmt xml offsets for ATS-M Related-To: LOCI-2960 Signed-off-by: Mayank Raghuwanshi --- .../tools/source/sysman/linux/pmt/pmt_xml_offsets.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 100755 => 100644 level_zero/tools/source/sysman/linux/pmt/pmt_xml_offsets.h diff --git a/level_zero/tools/source/sysman/linux/pmt/pmt_xml_offsets.h b/level_zero/tools/source/sysman/linux/pmt/pmt_xml_offsets.h old mode 100755 new mode 100644 index 994e537b03..2c297e1bdf --- a/level_zero/tools/source/sysman/linux/pmt/pmt_xml_offsets.h +++ b/level_zero/tools/source/sysman/linux/pmt/pmt_xml_offsets.h @@ -29,7 +29,13 @@ const std::map> guidToKeyOffsetMap {"0x4f9301", // For ATSM device {{"PACKAGE_ENERGY", 1032}, {"SOC_TEMPERATURES", 56}}}, // SOC_TEMPERATURE contains GT_TEMP, DRAM_TEMP, SA_TEMP, DE_TEMP, PCIE_TEMP, TYPEC_TEMP - {"0xfdc76194", // For XeHP_SDV device + {"0x4f9302", // For DG2 512EU / ATS-M1 + {{"PACKAGE_ENERGY", 1032}, + {"SOC_TEMPERATURES", 56}}}, + {"0x4f9502", // For DG2 128EU / ATS-M3 + {{"PACKAGE_ENERGY", 1032}, + {"SOC_TEMPERATURES", 56}}}, + {"0xfdc76194", // For XeHP_SDV device {{"HBM0MaxDeviceTemperature", 28}, {"HBM1MaxDeviceTemperature", 36}, {"TileMinTemperature", 40},