Skip to content

Commit ab4a45b

Browse files
Update PVC device ids
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
1 parent aac687b commit ab4a45b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/device_id_tests_pvc.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
using namespace NEO;
1111

1212
TEST_F(DeviceIdTests, GivenPvcSupportedDeviceIdThenConfigIsCorrect) {
13-
std::array<DeviceDescriptor, 4> expectedDescriptors = {{
13+
std::array<DeviceDescriptor, 8> expectedDescriptors = {{
1414
{0x0BD0, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
1515
{0x0BD5, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
1616
{0x0BD6, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
17+
{0x0BD7, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
1718
{0x0BD8, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
19+
{0x0BD9, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
20+
{0x0BDA, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
21+
{0x0BDB, &PVC_CONFIG::hwInfo, &PVC_CONFIG::setupHardwareInfo},
1822
}};
1923

2024
testImpl(expectedDescriptors);

shared/source/dll/devices/devices_additional.inl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
DEVICE(0x0BD0, PVC_CONFIG)
1111
DEVICE(0x0BD5, PVC_CONFIG)
1212
DEVICE(0x0BD6, PVC_CONFIG)
13+
DEVICE(0x0BD7, PVC_CONFIG)
1314
DEVICE(0x0BD8, PVC_CONFIG)
15+
DEVICE(0x0BD9, PVC_CONFIG)
16+
DEVICE(0x0BDA, PVC_CONFIG)
17+
DEVICE(0x0BDB, PVC_CONFIG)
1418
#endif
1519
#endif
1620

0 commit comments

Comments
 (0)