diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-05-23 00:48:43 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-05-23 00:48:43 +0000 |
commit | adfa34ad53d0adc2a1c8d9317a63effc101a1a29 (patch) | |
tree | 0e0bbdd4f346138f8f51d0b5844a56c8959c0250 /lang/intel-compute-runtime/files/patch-no-blitter | |
parent | emulators/rpcs3: update to 0.0.10.10420 (diff) |
lang/intel-compute-runtime: update to 20.20.16837
Changes: https://github.com/intel/compute-runtime/compare/20.19.16754...20.20.16837
Reported by: GitHub (watch releases)
Notes
Notes:
svn path=/head/; revision=536253
Diffstat (limited to 'lang/intel-compute-runtime/files/patch-no-blitter')
-rw-r--r-- | lang/intel-compute-runtime/files/patch-no-blitter | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lang/intel-compute-runtime/files/patch-no-blitter b/lang/intel-compute-runtime/files/patch-no-blitter index ca34842f0132..bd4ac0f63a7e 100644 --- a/lang/intel-compute-runtime/files/patch-no-blitter +++ b/lang/intel-compute-runtime/files/patch-no-blitter @@ -23,14 +23,15 @@ frame #4: 0x000000000020df59 ze_peak`L0Context::init_xe(this=0x00007fffffffde70) 185 } 186 if (verbose) ---- level_zero/core/source/device/device_imp.h.orig 2020-04-17 18:43:38 UTC +--- level_zero/core/source/device/device_imp.h.orig 2020-05-15 20:36:40 UTC +++ level_zero/core/source/device/device_imp.h -@@ -99,9 +99,7 @@ struct DeviceImp : public Device { - auto hwInfo = neoDevice->getHardwareInfo(); - if (hwInfo.capabilityTable.blitterOperationsSupported) { - *useBliter = NEO::DebugManager.flags.EnableCopyOnlyCommandListsAndCommandQueues.get(); +@@ -102,10 +102,7 @@ struct DeviceImp : public Device { + } else { + *useBliter = NEO::DebugManager.flags.EnableCopyOnlyCommandListsAndCommandQueues.get(); + } - return ZE_RESULT_SUCCESS; } +- - return ZE_RESULT_ERROR_INVALID_ENUMERATION; } return ZE_RESULT_SUCCESS; |