summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files/patch-userptr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-userptr')
-rw-r--r--lang/intel-compute-runtime/files/patch-userptr6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/intel-compute-runtime/files/patch-userptr b/lang/intel-compute-runtime/files/patch-userptr
index b328b58f7dc1..bcaa948d75ee 100644
--- a/lang/intel-compute-runtime/files/patch-userptr
+++ b/lang/intel-compute-runtime/files/patch-userptr
@@ -38,9 +38,9 @@ frame #5: 0x000000080104b4e5 libigdrcl.so`NEO::DrmMemoryManager::DrmMemoryManage
60 }
61 }
---- core/os_interface/linux/drm_memory_manager.cpp.orig 2020-02-14 10:58:18 UTC
-+++ core/os_interface/linux/drm_memory_manager.cpp
-@@ -141,7 +141,17 @@ NEO::BufferObject *DrmMemoryManager::allocUserptr(uint
+--- shared/source/os_interface/linux/drm_memory_manager.cpp.orig 2020-02-28 16:16:42 UTC
++++ shared/source/os_interface/linux/drm_memory_manager.cpp
+@@ -148,7 +148,17 @@ NEO::BufferObject *DrmMemoryManager::allocUserptr(uint
userptr.flags = static_cast<uint32_t>(flags);
if (this->getDrm(rootDeviceIndex).ioctl(DRM_IOCTL_I915_GEM_USERPTR, &userptr) != 0) {