mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
test: add preemption field to mock objects
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3051c5ef2b
commit
3d51832498
@@ -91,6 +91,7 @@ struct WhiteBox<::L0::CommandListCoreFamily<gfxCoreFamily>>
|
||||
using BaseClass::isTbxMode;
|
||||
using BaseClass::isTimestampEventForMultiTile;
|
||||
using BaseClass::latestOperationRequiredNonWalkerInOrderCmdsChaining;
|
||||
using BaseClass::obtainKernelPreemptionMode;
|
||||
using BaseClass::partitionCount;
|
||||
using BaseClass::patternAllocations;
|
||||
using BaseClass::pipeControlMultiKernelEventSync;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2023 Intel Corporation
|
||||
* Copyright (C) 2018-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -61,6 +61,7 @@ class MockDevice : public RootDevice {
|
||||
using Device::generateUuidFromPciBusInfo;
|
||||
using Device::getGlobalMemorySize;
|
||||
using Device::initializeCaps;
|
||||
using Device::preemptionMode;
|
||||
using Device::regularContextPerBcsEngineAssignmentHelper;
|
||||
using Device::regularContextPerCcsEngineAssignmentHelper;
|
||||
using Device::regularEngineGroups;
|
||||
|
||||
Reference in New Issue
Block a user