diff --git a/shared/source/dll/devices/devices_base.inl b/shared/source/dll/devices/devices_base.inl index 939a4bfa8a..9cae49a130 100644 --- a/shared/source/dll/devices/devices_base.inl +++ b/shared/source/dll/devices/devices_base.inl @@ -84,6 +84,7 @@ NAMEDDEVICE(0x56A1, Dg2HwConfig, "Intel(R) Arc(TM) A750 Graphics") NAMEDDEVICE(0x56A2, Dg2HwConfig, "Intel(R) Arc(TM) A580 Graphics") NAMEDDEVICE(0x56A5, Dg2HwConfig, "Intel(R) Arc(TM) A380 Graphics") NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics") +NAMEDDEVICE(0x56AF, Dg2HwConfig, "Intel(R) Arc(TM) A760A 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 170V") diff --git a/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_g10.h b/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_g10.h index f1ae9032f5..6eb088abf1 100644 --- a/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_g10.h +++ b/shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_g10.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Intel Corporation + * Copyright (C) 2024-2025 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -25,5 +25,6 @@ const std::vector dg2G10DeviceIds{ 0x56C0, 0x56C2, 0x56BE, - 0x56BF}; + 0x56BF, + 0x56AF}; } // namespace NEO