[nvdvr] Update according to help from Serah
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
All checks were successful
eden-license / license-header (pull_request) Successful in 23s
This commit is contained in:
parent
743a193327
commit
82e72efae9
1 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@ NvResult nvhost_gpu::SetErrorNotifier(IoctlSetErrorNotifier& params) {
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_DEBUG(Service_NVDRV, "called, SetErrorNotifier initialized, mem=0x{:X}", params.mem);
|
LOG_DEBUG(Service_NVDRV, "called, SetErrorNotifier initialized, mem=0x{:X}", params.mem);
|
||||||
error_notifier_mem = params.mem;
|
system.GPU().EnableErrorNotifier(static_cast<u32>(error_notifier_memory),
|
||||||
|
static_cast<u32>(error_notifier_offset),
|
||||||
|
static_cast<u32>(error_notifier_size));
|
||||||
return NvResult::Success;
|
return NvResult::Success;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue