Remove RMW from gfx allocations

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-07-09 12:14:05 +00:00
committed by Compute-Runtime-Automation
parent 58f1499648
commit a869921c2a
17 changed files with 104 additions and 92 deletions

View File

@@ -141,7 +141,7 @@ HWCMDTEST_F(IGFX_GEN8_CORE, TwoOOQsTwoDependentWalkers, GivenTwoCommandQueuesWhe
auto numCommands = commandsList.size();
EXPECT_EQ(1u, numCommands);
auto expectedCmd = MEDIA_VFE_STATE::sInit();
auto expectedCmd = FamilyType::cmdInitMediaVfeState;
if (numCommands > 1) {
uint32_t commandIndex = 0;