Skip to content

Commit e870729

Browse files
downorCompute-Runtime-Automation
authored andcommitted
feature: adding device ids of 4 more DG2 variants
Related-To: NEO-9775 Signed-off-by: Dongwon Kim <dongwon.kim@intel.com> Source: 8dda7e3
1 parent c45131e commit e870729

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

shared/source/dll/devices/devices_base.inl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2023 Intel Corporation
2+
* Copyright (C) 2018-2024 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -45,6 +45,10 @@ NAMEDDEVICE(0x56B0, Dg2HwConfig, "Intel(R) Arc(TM) Pro A30M Graphics")
4545
NAMEDDEVICE(0x56B1, Dg2HwConfig, "Intel(R) Arc(TM) Pro A40/A50 Graphics")
4646
DEVICE(0x56B2, Dg2HwConfig)
4747
DEVICE(0x56B3, Dg2HwConfig)
48+
DEVICE(0x56BA, Dg2HwConfig)
49+
DEVICE(0x56BB, Dg2HwConfig)
50+
DEVICE(0x56BC, Dg2HwConfig)
51+
DEVICE(0x56BD, Dg2HwConfig)
4852
NAMEDDEVICE(0x56A0, Dg2HwConfig, "Intel(R) Arc(TM) A770 Graphics")
4953
NAMEDDEVICE(0x56A1, Dg2HwConfig, "Intel(R) Arc(TM) A750 Graphics")
5054
NAMEDDEVICE(0x56A2, Dg2HwConfig, "Intel(R) Arc(TM) A580 Graphics")

shared/source/xe_hpg_core/dg2/definitions/device_ids_configs_dg2_base.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2022 Intel Corporation
2+
* Copyright (C) 2022-2024 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -34,6 +34,10 @@ inline const std::vector<unsigned short> dg2G11DeviceIds{
3434
0x56A6,
3535
0x56B0,
3636
0x56B1,
37+
0x56BA,
38+
0x56BB,
39+
0x56BC,
40+
0x56BD,
3741
0x56C1};
3842

3943
inline const std::vector<unsigned short> dg2G12DeviceIds{
@@ -45,4 +49,4 @@ inline const std::vector<unsigned short> dg2G12DeviceIds{
4549
0x56B3,
4650
0x4F85,
4751
0x4F86};
48-
} // namespace NEO
52+
} // namespace NEO

0 commit comments

Comments
 (0)