mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-31 15:58:07 +08:00
NVDRV: Cleanup.
This commit is contained in:
@@ -125,8 +125,10 @@ NvResult nvhost_ctrl::IocCtrlEventWait(const std::vector<u8>& input, std::vector
|
||||
}
|
||||
}();
|
||||
|
||||
must_unmark_fail = true;
|
||||
|
||||
const auto check_failing = [&]() {
|
||||
if (events_interface.fails[slot] > 1) {
|
||||
if (events_interface.fails[slot] > 2) {
|
||||
{
|
||||
auto lk = system.StallProcesses();
|
||||
gpu.WaitFence(fence_id, target_value);
|
||||
|
||||
Reference in New Issue
Block a user