mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Create wrapper for drm_i915_gem_exec_object2
Related-To: NEO-6852 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0b68fdbe52
commit
268393d776
@@ -83,7 +83,7 @@ bool DrmDirectSubmission<GfxFamily, Dispatcher>::submit(uint64_t gpuAddress, siz
|
||||
auto execFlags = osContextLinux->getEngineFlag() | I915_EXEC_NO_RELOC;
|
||||
auto &drmContextIds = osContextLinux->getDrmContextIds();
|
||||
|
||||
drm_i915_gem_exec_object2 execObject{};
|
||||
ExecObject execObject{};
|
||||
|
||||
this->handleResidency();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user