feature: Add support for MTL

Related-To: NEO-7111

Signed-off-by: Naklicki, Mateusz <mateusz.naklicki@intel.com>
This commit is contained in:
Naklicki, Mateusz
2022-12-01 12:50:08 +00:00
committed by Compute-Runtime-Automation
parent ceda3f65c2
commit a7d8a93b4e
69 changed files with 2075 additions and 5 deletions

View File

@@ -48,6 +48,10 @@ enum PRODUCT_CONFIG : uint32_t {
PVC_XT_B0 = 0x030f0005,
PVC_XT_B1 = 0x030f0006,
PVC_XT_C0 = 0x030f0007,
XE_LPG_MD_A0 = 0x03118000,
XE_LPG_MD_B0 = 0x03118004,
XE_LPG_LG_A0 = 0x0311c000,
XE_LPG_LG_B0 = 0x0311c004,
CONFIG_MAX_PLATFORM,
};
@@ -60,6 +64,7 @@ enum RELEASE : uint32_t {
XE_HP_RELEASE,
XE_HPG_RELEASE,
XE_HPC_RELEASE,
XE_LPG_RELEASE,
RELEASE_MAX,
};