fix: Add tlb invalidation to render state cache flush

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2024-04-26 08:03:52 +00:00
committed by Compute-Runtime-Automation
parent 318616b3b1
commit 9df35ac9bb
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2023 Intel Corporation
* Copyright (C) 2018-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -94,6 +94,7 @@ bool UnitTestHelper<GfxFamily>::findStateCacheFlushPipeControl(LinearStream &csr
if (pipeControl->getRenderTargetCacheFlushEnable() &&
pipeControl->getStateCacheInvalidationEnable() &&
pipeControl->getTlbInvalidate() &&
pipeControl->getTextureCacheInvalidationEnable()) {
stateCacheFlushFound = true;
break;