Update isLinuxCompletionFenceSupported value for XE HPG CORE

Related-To: NEO-6575

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-01-21 13:52:04 +00:00
committed by Compute-Runtime-Automation
parent 1634ac9ec3
commit 2dc54f6fd9
6 changed files with 9 additions and 8 deletions

View File

@ -134,7 +134,7 @@ int IoctlHelperUpstream::execBuffer(Drm *drm, drm_i915_gem_execbuffer2 *execBuff
return ioctl(drm, DRM_IOCTL_I915_GEM_EXECBUFFER2, execBuffer);
}
bool IoctlHelperUpstream::completionFenceExtensionSupported(const HardwareInfo &hwInfo) {
bool IoctlHelperUpstream::completionFenceExtensionSupported(Drm &drm, const HardwareInfo &hwInfo) {
return false;
}