mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Adapt command stream receiver to multiple active partitions
Related-To: NEO-6244 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3bb2985462
commit
3b35ba504f
@@ -69,14 +69,12 @@ struct BcsBufferTests : public ::testing::Test {
|
||||
using UltCommandStreamReceiver<FamilyType>::UltCommandStreamReceiver;
|
||||
|
||||
void waitForTaskCountWithKmdNotifyFallback(uint32_t taskCountToWait, FlushStamp flushStampToWait,
|
||||
bool useQuickKmdSleep, bool forcePowerSavingMode,
|
||||
uint32_t partitionCount, uint32_t offsetSize) override {
|
||||
bool useQuickKmdSleep, bool forcePowerSavingMode) override {
|
||||
EXPECT_EQ(this->latestFlushedTaskCount, taskCountToWait);
|
||||
EXPECT_EQ(0u, flushStampToWait);
|
||||
EXPECT_FALSE(useQuickKmdSleep);
|
||||
EXPECT_FALSE(forcePowerSavingMode);
|
||||
EXPECT_EQ(1u, partitionCount);
|
||||
EXPECT_EQ(0u, offsetSize);
|
||||
EXPECT_EQ(1u, this->activePartitions);
|
||||
waitForTaskCountWithKmdNotifyFallbackCalled++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user