mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
Remove RMW from gfx allocations
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
58f1499648
commit
a869921c2a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user