summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files/patch-userptr
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-06 23:23:00 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-03-06 23:23:00 +0000
commit69ff0af8179ddb36c2cc86ab2b42fe17dabc0bf7 (patch)
tree0a017f82ea231557ce556c66ecd7cee5611c43e5 /lang/intel-compute-runtime/files/patch-userptr
parentdevel/intel-graphics-compiler: update to 1.0.3445 (diff)
lang/intel-compute-runtime: update to 20.09.15980
Changes: https://github.com/intel/compute-runtime/compare/20.08.15750...20.09.15980 Reported by: GitHub (watch releases)
Notes
Notes: svn path=/head/; revision=527902
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) {