mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
refactor: correct variable naming
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d25b3ebcdc
commit
b92b5892b8
@@ -7881,7 +7881,7 @@ TEST_F(DebugApiLinuxMultitileTest, givenApiThreadAndMultipleTilesWhenGettingDevi
|
||||
EXPECT_EQ(1u, deviceIndex);
|
||||
}
|
||||
|
||||
template <bool BlockOnFence = false>
|
||||
template <bool blockOnFence = false>
|
||||
struct DebugApiLinuxMultiDeviceVmBindFixture : public DebugApiLinuxMultiDeviceFixture, public MockDebugSessionLinuxi915Helper {
|
||||
void setUp() {
|
||||
DebugApiLinuxMultiDeviceFixture::setUp();
|
||||
@@ -7896,7 +7896,7 @@ struct DebugApiLinuxMultiDeviceVmBindFixture : public DebugApiLinuxMultiDeviceFi
|
||||
handler = new MockIoctlHandler;
|
||||
session->ioctlHandler.reset(handler);
|
||||
|
||||
session->blockOnFenceMode = BlockOnFence;
|
||||
session->blockOnFenceMode = blockOnFence;
|
||||
setupSessionClassHandlesAndUuidMap(session.get());
|
||||
setupVmToTile(session.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user