mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: remove print from xe ioctl helper
- driver should not print to stdout Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d7981e153e
commit
d344945625
@@ -1018,7 +1018,6 @@ int IoctlHelperXe::ioctl(DrmIoctl request, void *arg) {
|
||||
ret = IoctlHelper::ioctl(request, &args);
|
||||
d->vmId = ret ? 0 : args.vm_id;
|
||||
xeVmId = d->vmId;
|
||||
printf("VM: 0x%llx\n", args.reserved[0]); // Don't remove for now
|
||||
xeLog(" -> IoctlHelperXe::ioctl GemVmCreate vmid=0x%x r=%d\n", d->vmId, ret);
|
||||
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user