mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Revert "Enable task count update from wait"
This reverts commit 5118a5d3a6.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a783f463c4
commit
0c064ccf4c
@@ -561,21 +561,6 @@ HWTEST_F(CommandStreamReceiverTest, givenUpdateTaskCountFromWaitWhenCheckTaskCou
|
||||
}
|
||||
}
|
||||
|
||||
HWTEST_F(CommandStreamReceiverTest, givenUpdateTaskCountFromWaitWhenCheckIfEnabledThenCanBeEnabledOnlyWithDirectSubmission) {
|
||||
auto &csr = pDevice->getUltCommandStreamReceiver<FamilyType>();
|
||||
auto &hwHelper = HwHelper::get(csr.peekHwInfo().platform.eRenderCoreFamily);
|
||||
|
||||
{
|
||||
csr.directSubmissionAvailable = true;
|
||||
EXPECT_EQ(csr.isUpdateTagFromWaitEnabled(), hwHelper.isUpdateTaskCountFromWaitSupported());
|
||||
}
|
||||
|
||||
{
|
||||
csr.directSubmissionAvailable = false;
|
||||
EXPECT_FALSE(csr.isUpdateTagFromWaitEnabled());
|
||||
}
|
||||
}
|
||||
|
||||
struct InitDirectSubmissionFixture {
|
||||
void SetUp() {
|
||||
DebugManager.flags.EnableDirectSubmission.set(1);
|
||||
|
||||
Reference in New Issue
Block a user