mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +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
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user