feature: Add ioctl helper function to get fence address

Related-To: NEO-11817

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2024-09-20 17:16:45 +00:00
committed by Compute-Runtime-Automation
parent ec75f8f686
commit 354bef70ac
4 changed files with 29 additions and 4 deletions

View File

@@ -221,6 +221,8 @@ class IoctlHelper {
virtual bool allocateInterrupt(uint32_t &outHandle) { return false; }
virtual bool releaseInterrupt(uint32_t handle) { return false; }
virtual uint64_t *getPagingFenceAddress(uint32_t vmHandleId, OsContextLinux *osContext);
protected:
Drm &drm;
ExternalCtx *externalCtx = nullptr;