mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add tlb invalidation.
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
db66afb574
commit
b5ba5028d7
@ -1027,6 +1027,7 @@ HWTEST_F(PipeControlHelperTests, WhenProgrammingCacheFlushThenExpectBasicFieldsS
|
||||
EXPECT_TRUE(pipeControl->getTextureCacheInvalidationEnable());
|
||||
EXPECT_TRUE(pipeControl->getPipeControlFlushEnable());
|
||||
EXPECT_TRUE(pipeControl->getStateCacheInvalidationEnable());
|
||||
EXPECT_TRUE(pipeControl->getTlbInvalidate());
|
||||
}
|
||||
|
||||
using HwInfoConfigCommonTest = ::testing::Test;
|
||||
|
Reference in New Issue
Block a user