mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ec75f8f686
commit
354bef70ac
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user