mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Extend waitForBind function
use waitUserFence to wait for fence value move some tests to shared - ioctl helper tests - drm memory info tests - drm cache info Related-To: NEO-6591 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6a111e41ff
commit
3467bc0994
@@ -138,6 +138,10 @@ int32_t IoctlHelperUpstream::getComputeEngineClass() {
|
||||
return 4;
|
||||
}
|
||||
|
||||
uint16_t IoctlHelperUpstream::getWaitUserFenceSoftFlag() {
|
||||
return 0;
|
||||
};
|
||||
|
||||
int IoctlHelperUpstream::execBuffer(Drm *drm, drm_i915_gem_execbuffer2 *execBuffer, uint64_t completionGpuAddress, uint32_t counterValue) {
|
||||
return ioctl(drm, DRM_IOCTL_I915_GEM_EXECBUFFER2, execBuffer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user