mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
fix: Add tlb invalidation to render state cache flush
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
318616b3b1
commit
9df35ac9bb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user