mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
fix: Add BMG 0xE209 device id
Related-To: NEO-15319 Signed-off-by: Grochowski, Stanislaw <stanislaw.grochowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
aa8ab38156
commit
2bb965329d
@@ -10,8 +10,9 @@
|
||||
using namespace NEO;
|
||||
|
||||
TEST_F(DeviceIdTests, GivenBmgSupportedDeviceIdThenDeviceDescriptorTableExists) {
|
||||
std::array<DeviceDescriptor, 13> expectedDescriptors = {{
|
||||
std::array<DeviceDescriptor, 14> expectedDescriptors = {{
|
||||
{0xE202, &BmgHwConfig::hwInfo, &BmgHwConfig::setupHardwareInfo},
|
||||
{0xE209, &BmgHwConfig::hwInfo, &BmgHwConfig::setupHardwareInfo},
|
||||
{0xE20B, &BmgHwConfig::hwInfo, &BmgHwConfig::setupHardwareInfo},
|
||||
{0xE20C, &BmgHwConfig::hwInfo, &BmgHwConfig::setupHardwareInfo},
|
||||
{0xE20D, &BmgHwConfig::hwInfo, &BmgHwConfig::setupHardwareInfo},
|
||||
|
||||
Reference in New Issue
Block a user