diff --git a/shared/source/dll/devices/devices_base.inl b/shared/source/dll/devices/devices_base.inl index dfb291f35b..a97f380069 100644 --- a/shared/source/dll/devices/devices_base.inl +++ b/shared/source/dll/devices/devices_base.inl @@ -57,6 +57,7 @@ NAMEDDEVICE(0x56A5, Dg2HwConfig, "Intel(R) Arc(TM) A380 Graphics") NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics") NAMEDDEVICE(0x56C0, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170") NAMEDDEVICE(0x56C1, Dg2HwConfig, "Intel(R) Data Center GPU Flex 140") +NAMEDDEVICE(0x56C2, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170C") #endif #ifdef SUPPORT_MTL DEVICE(0x7D40, MtlHwConfig) diff --git a/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_base.h b/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_base.h index 8031c50447..aee5b8643e 100644 --- a/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_base.h +++ b/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_base.h @@ -22,7 +22,8 @@ const std::vector dg2G10DeviceIds{ 0x56A0, 0x56A1, 0x56A2, - 0x56C0}; + 0x56C0, + 0x56C2}; const std::vector dg2G11DeviceIds{ 0x4F87,