summaryrefslogtreecommitdiff
path: root/lang/intel-compute-runtime/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-20 20:51:51 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-26 15:38:16 +0000
commitdc5bdb5e6ceb863b636cc051e3ef760af290422f (patch)
tree68023e9099981b15c13004cff0cd1f1cf30b25c0 /lang/intel-compute-runtime/files
parentnet/waypipe: update to 0.8.2 (diff)
lang/intel-compute-runtime: update to 21.47.21710
Changes: https://github.com/intel/compute-runtime/compare/21.46.21636...21.47.21710 Reported by: GitHub (watch releases)
Diffstat (limited to 'lang/intel-compute-runtime/files')
-rw-r--r--lang/intel-compute-runtime/files/patch-no-perf10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/intel-compute-runtime/files/patch-no-perf b/lang/intel-compute-runtime/files/patch-no-perf
index 088e2b1541bf..243e7fbf00ca 100644
--- a/lang/intel-compute-runtime/files/patch-no-perf
+++ b/lang/intel-compute-runtime/files/patch-no-perf
@@ -32,9 +32,9 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12:10: fatal error: 'linux/pe
}
LinuxEngineImp::LinuxEngineImp(OsSysman *pOsSysman, zes_engine_group_t type, uint32_t engineInstance) : engineGroup(type), engineInstance(engineInstance) {
---- level_zero/tools/source/sysman/linux/os_sysman_imp.cpp.orig 2021-11-12 16:23:35 UTC
+--- level_zero/tools/source/sysman/linux/os_sysman_imp.cpp.orig 2021-11-20 20:51:51 UTC
+++ level_zero/tools/source/sysman/linux/os_sysman_imp.cpp
-@@ -36,9 +36,11 @@ ze_result_t LinuxSysmanImp::init() {
+@@ -38,9 +38,11 @@ ze_result_t LinuxSysmanImp::init() {
}
DEBUG_BREAK_IF(nullptr == pSysfsAccess);
@@ -43,9 +43,9 @@ level_zero/tools/source/sysman/linux/pmu/pmu_imp.h:12:10: fatal error: 'linux/pe
DEBUG_BREAK_IF(nullptr == pPmuInterface);
+#endif
- pFwUtilInterface = FirmwareUtil::create(pDrm->getPciPath());
- return createPmtHandles();
- }
+
+ if (pFwUtilInterface == nullptr) {
+ createFwUtilInterface();
--- level_zero/tools/source/sysman/linux/os_sysman_imp.h.orig 2021-10-01 16:31:56 UTC
+++ level_zero/tools/source/sysman/linux/os_sysman_imp.h
@@ -14,7 +14,9 @@