From 4b2f301e52ffc522ea09c0123ebf215ef0e6799d Mon Sep 17 00:00:00 2001 From: Zbigniew Zdanowicz Date: Tue, 16 Nov 2021 23:09:39 +0000 Subject: [PATCH] update list of device ids Signed-off-by: Zbigniew Zdanowicz --- .../unit_test/gen9/cfl/linux/dll/device_id_tests_cfl.cpp | 5 +++-- shared/source/dll/devices/devices_base.inl | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/opencl/test/unit_test/gen9/cfl/linux/dll/device_id_tests_cfl.cpp b/opencl/test/unit_test/gen9/cfl/linux/dll/device_id_tests_cfl.cpp index 2f8d118b3a..a442e15533 100644 --- a/opencl/test/unit_test/gen9/cfl/linux/dll/device_id_tests_cfl.cpp +++ b/opencl/test/unit_test/gen9/cfl/linux/dll/device_id_tests_cfl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2020 Intel Corporation + * Copyright (C) 2018-2021 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -14,7 +14,7 @@ using namespace NEO; TEST(CflDeviceIdTest, GivenSupportedDeviceIdThenHardwareInfoIsCorrect) { - std::array expectedDescriptors = {{ + std::array expectedDescriptors = {{ {0x3E90, &CFL_1x2x6::hwInfo, &CFL_1x2x6::setupHardwareInfo, GTTYPE_GT1}, {0x3E93, &CFL_1x2x6::hwInfo, &CFL_1x2x6::setupHardwareInfo, GTTYPE_GT1}, {0x3EA4, &CFL_1x2x6::hwInfo, &CFL_1x2x6::setupHardwareInfo, GTTYPE_GT1}, @@ -62,6 +62,7 @@ TEST(CflDeviceIdTest, GivenSupportedDeviceIdThenHardwareInfoIsCorrect) { // CML WORKSTATION {0x9BC6, &CFL_1x3x8::hwInfo, &CFL_1x3x8::setupHardwareInfo, GTTYPE_GT2}, {0x9BE6, &CFL_1x3x8::hwInfo, &CFL_1x3x8::setupHardwareInfo, GTTYPE_GT2}, + {0x9BF6, &CFL_1x3x8::hwInfo, &CFL_1x3x8::setupHardwareInfo, GTTYPE_GT2}, }}; auto compareStructs = [](const DeviceDescriptor *first, const DeviceDescriptor *second) { diff --git a/shared/source/dll/devices/devices_base.inl b/shared/source/dll/devices/devices_base.inl index 9ae507720c..a6edd08081 100644 --- a/shared/source/dll/devices/devices_base.inl +++ b/shared/source/dll/devices/devices_base.inl @@ -193,6 +193,7 @@ DEVICE( 0x9BC2, CFL_1x3x8, GTTYPE_GT2 ) // CML WORKSTATION NAMEDDEVICE( 0x9BC6, CFL_1x3x8, GTTYPE_GT2, "Intel(R) UHD Graphics P630" ) NAMEDDEVICE( 0x9BE6, CFL_1x3x8, GTTYPE_GT2, "Intel(R) UHD Graphics P630" ) +NAMEDDEVICE( 0x9BF6, CFL_1x3x8, GTTYPE_GT2, "Intel(R) UHD Graphics P630" ) #endif #ifdef SUPPORT_GLK