Revert "Mark SVM_GPU allocation as not lockable"

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-05-12 11:24:10 +00:00
committed by Compute-Runtime-Automation
parent 3c9dcbb1db
commit a552d1fd65
8 changed files with 23 additions and 78 deletions

View File

@@ -236,6 +236,7 @@ class GraphicsAllocation : public IDNode<GraphicsAllocation> {
isIsaAllocationType(allocationType) ||
allocationType == AllocationType::BUFFER_HOST_MEMORY ||
allocationType == AllocationType::GPU_TIMESTAMP_DEVICE_BUFFER ||
allocationType == AllocationType::SVM_GPU ||
allocationType == AllocationType::SHARED_RESOURCE_COPY;
}