Remove HwHelper::isLinuxCompletionFenceSupported method

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-05-27 11:01:46 +00:00
committed by Compute-Runtime-Automation
parent 35d1f2e341
commit c4095411c7
13 changed files with 8 additions and 48 deletions

View File

@ -164,7 +164,7 @@ int IoctlHelperUpstream::execBuffer(Drm *drm, ExecBuffer *execBuffer, uint64_t c
return ioctl(drm, DRM_IOCTL_I915_GEM_EXECBUFFER2, execBuffer);
}
bool IoctlHelperUpstream::completionFenceExtensionSupported(const HardwareInfo &hwInfo, const bool isVmBindAvailable) {
bool IoctlHelperUpstream::completionFenceExtensionSupported(const bool isVmBindAvailable) {
return false;
}