mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Make SVM_GPU allocation OneTimeAubWritable.
Reset Aub/Tbx writable flags on enqueue SVM unmap Change-Id: Ib8370fc049bcbf24d787c5d677520afa12135ee5 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
0a7a4bfa4d
commit
362a63699f
@@ -737,6 +737,7 @@ HWTEST_F(AubCommandStreamReceiverTests, givenAubCommandStreamReceiverWhenWriteMe
|
||||
GraphicsAllocation::AllocationType::IMAGE,
|
||||
GraphicsAllocation::AllocationType::TIMESTAMP_PACKET_TAG_BUFFER,
|
||||
GraphicsAllocation::AllocationType::MAP_ALLOCATION,
|
||||
GraphicsAllocation::AllocationType::SVM_GPU,
|
||||
GraphicsAllocation::AllocationType::EXTERNAL_HOST_PTR};
|
||||
|
||||
for (auto allocationType : onlyOneTimeAubWritableTypes) {
|
||||
|
||||
Reference in New Issue
Block a user