mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +08:00
Update i915 prelim headers to v2.0-rc16
Related-To: NEO-5838 Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bf6dfa6b94
commit
7d202c7871
@@ -90,7 +90,7 @@ int handlePrelimRequests(DrmIoctl request, void *arg, int ioctlRetVal, int query
|
||||
}
|
||||
} else if (request == DrmIoctl::GemVmPrefetch) {
|
||||
auto vmPrefetchParams = static_cast<prelim_drm_i915_gem_vm_prefetch *>(arg);
|
||||
EXPECT_NE(0u, vmPrefetchParams->rsvd);
|
||||
EXPECT_NE(0u, vmPrefetchParams->vm_id);
|
||||
}
|
||||
return ioctlRetVal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user