mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Store hardware IP version in hardware info
Query HW IP version using ioctl helper prelim Related-To: NEO-7457 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
49c828e481
commit
8ddc889c1d
@@ -42,7 +42,7 @@ void DebugApiLinuxMultiDeviceFixture::setUp() {
|
||||
L0::Device *device = driverHandle->devices[0];
|
||||
deviceImp = static_cast<DeviceImp *>(device);
|
||||
|
||||
mockDrm = new DrmQueryMock(*neoDevice->getExecutionEnvironment()->rootDeviceEnvironments[0], neoDevice->getExecutionEnvironment()->rootDeviceEnvironments[0]->getHardwareInfo());
|
||||
mockDrm = new DrmQueryMock(*neoDevice->getExecutionEnvironment()->rootDeviceEnvironments[0]);
|
||||
mockDrm->allowDebugAttach = true;
|
||||
|
||||
// set config from HwInfo to have correct topology requested by tests
|
||||
|
||||
Reference in New Issue
Block a user