mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature: Implement debugger open IOCTL
Related-To: NEO-8405 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
cfba0e0861
commit
548ecec7f8
@@ -1132,6 +1132,9 @@ int IoctlHelperXe::ioctl(DrmIoctl request, void *arg) {
|
||||
xeLog(" -> IoctlHelperXe::ioctl GemCreate h=0x%x s=0x%lx p=0x%x f=0x%x r=%d\n",
|
||||
gemCreate->handle, gemCreate->size, gemCreate->flags, ret);
|
||||
} break;
|
||||
case DrmIoctl::debuggerOpen: {
|
||||
ret = debuggerOpenIoctl(request, arg);
|
||||
} break;
|
||||
default:
|
||||
xeLog("Not handled 0x%x\n", request);
|
||||
UNRECOVERABLE_IF(true);
|
||||
|
||||
Reference in New Issue
Block a user