mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Revert "fix: set NotLockable flag when resource doesn't need to be lockable"
This reverts commit 7b2af39fd6.
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1948781b67
commit
c4a80e193a
@@ -292,9 +292,6 @@ HWTEST2_F(CommandQueuePvcAndLaterTests, whenPrepareHostPtrSurfaceForSplitThenSet
|
||||
HostPtrSurface hostPtrSurf(ptr, ptrSize);
|
||||
queue->getGpgpuCommandStreamReceiver().createAllocationForHostSurface(hostPtrSurf, false);
|
||||
|
||||
EXPECT_EQ(1u, hostPtrSurf.getAllocation()->hostPtrTaskCountAssignment.load());
|
||||
hostPtrSurf.getAllocation()->hostPtrTaskCountAssignment--;
|
||||
|
||||
queue->prepareHostPtrSurfaceForSplit(false, *hostPtrSurf.getAllocation());
|
||||
|
||||
for (auto i = static_cast<uint32_t>(aub_stream::EngineType::ENGINE_BCS1); i <= static_cast<uint32_t>(aub_stream::EngineType::ENGINE_BCS8); i++) {
|
||||
|
||||
Reference in New Issue
Block a user