diff --git a/shared/source/dll/devices/devices_base.inl b/shared/source/dll/devices/devices_base.inl index d572490f37..f5606b556f 100644 --- a/shared/source/dll/devices/devices_base.inl +++ b/shared/source/dll/devices/devices_base.inl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2023 Intel Corporation + * Copyright (C) 2018-2024 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -46,6 +46,10 @@ NAMEDDEVICE(0x56B0, Dg2HwConfig, "Intel(R) Arc(TM) Pro A30M Graphics") NAMEDDEVICE(0x56B1, Dg2HwConfig, "Intel(R) Arc(TM) Pro A40/A50 Graphics") DEVICE(0x56B2, Dg2HwConfig) DEVICE(0x56B3, Dg2HwConfig) +DEVICE(0x56BA, Dg2HwConfig) +DEVICE(0x56BB, Dg2HwConfig) +DEVICE(0x56BC, Dg2HwConfig) +DEVICE(0x56BD, Dg2HwConfig) NAMEDDEVICE(0x56A0, Dg2HwConfig, "Intel(R) Arc(TM) A770 Graphics") NAMEDDEVICE(0x56A1, Dg2HwConfig, "Intel(R) Arc(TM) A750 Graphics") NAMEDDEVICE(0x56A2, Dg2HwConfig, "Intel(R) Arc(TM) A580 Graphics") 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 acd37d272e..4a33d1af2c 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 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Intel Corporation + * Copyright (C) 2022-2024 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -34,6 +34,10 @@ inline const std::vector dg2G11DeviceIds{ 0x56A6, 0x56B0, 0x56B1, + 0x56BA, + 0x56BB, + 0x56BC, + 0x56BD, 0x56C1}; inline const std::vector dg2G12DeviceIds{ @@ -45,4 +49,4 @@ inline const std::vector dg2G12DeviceIds{ 0x56B3, 0x4F85, 0x4F86}; -} // namespace NEO \ No newline at end of file +} // namespace NEO