refactor: unify naming for l3 flush after post sync

Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-09-10 06:25:01 +00:00
committed by Compute-Runtime-Automation
parent 36ded38589
commit 56415ddac7
20 changed files with 36 additions and 34 deletions

View File

@@ -107,7 +107,7 @@ struct DrmCommandStreamMultiTileMemExecTestWithCsr : public DrmCommandStreamMult
HWCMDTEST_TEMPLATED_F(IGFX_XE_HP_CORE, DrmCommandStreamMultiTileMemExecTestWithCsr, GivenDrmSupportsCompletionFenceAndVmBindWhenCallingCsrExecThenMultipleTagAllocationIsPassed) {
auto &productHelper = device->getProductHelper();
if (productHelper.isL3FlushAfterPostSyncRequired(true)) {
if (productHelper.isL3FlushAfterPostSyncSupported(true)) {
GTEST_SKIP();
}