mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
refactor: remove LogicalStateHelper
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
652a6dee67
commit
7562842a58
@@ -80,8 +80,6 @@ class MockCommandStreamReceiver : public CommandStreamReceiver {
|
||||
|
||||
bool isMultiOsContextCapable() const override { return multiOsContextCapable; }
|
||||
|
||||
void createKernelArgsBufferAllocation() override {}
|
||||
|
||||
bool isGpuHangDetected() const override {
|
||||
if (isGpuHangDetectedReturnValue.has_value()) {
|
||||
return *isGpuHangDetectedReturnValue;
|
||||
@@ -257,7 +255,6 @@ class MockCsrHw2 : public CommandStreamReceiverHw<GfxFamily> {
|
||||
using CommandStreamReceiverHw<GfxFamily>::postInitFlagsSetup;
|
||||
using CommandStreamReceiverHw<GfxFamily>::programL3;
|
||||
using CommandStreamReceiverHw<GfxFamily>::programVFEState;
|
||||
using CommandStreamReceiverHw<GfxFamily>::createKernelArgsBufferAllocation;
|
||||
using CommandStreamReceiver::activePartitions;
|
||||
using CommandStreamReceiver::activePartitionsConfig;
|
||||
using CommandStreamReceiver::clearColorAllocation;
|
||||
|
||||
Reference in New Issue
Block a user