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:
Milczarek, Slawomir
2022-12-02 09:14:03 +00:00
committed by Compute-Runtime-Automation
parent bf6dfa6b94
commit 7d202c7871
3 changed files with 30 additions and 5 deletions

View File

@@ -236,7 +236,7 @@ bool IoctlHelperPrelim20::setVmPrefetch(uint64_t start, uint64_t length, uint32_
vmPrefetch.length = length;
vmPrefetch.region = region;
vmPrefetch.start = start;
vmPrefetch.rsvd = vmId;
vmPrefetch.vm_id = vmId;
int ret = IoctlHelper::ioctl(DrmIoctl::GemVmPrefetch, &vmPrefetch);
if (ret != 0) {