Remove constant cache invalidation from Gen12LP

Change-Id: Ia63bd0296689c3f059f1debfdffdbca3e041e3c3
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2020-03-19 15:08:02 +01:00
committed by sys_ocldev
parent 80b7e1ef46
commit 052271c458
7 changed files with 33 additions and 3 deletions

View File

@@ -116,7 +116,6 @@ HWTEST_F(RenderDispatcheTest, givenRenderWhenAddingCacheFlushCmdThenExpectPipeCo
pipeControl->getInstructionCacheInvalidateEnable() &&
pipeControl->getTextureCacheInvalidationEnable() &&
pipeControl->getPipeControlFlushEnable() &&
pipeControl->getConstantCacheInvalidationEnable() &&
pipeControl->getStateCacheInvalidationEnable();
if (foundCacheFlush) {
break;