video_core: dma_pusher: Remove integrity check on command lists.

- This seems to cause softlocks in Breath of the Wild.
This commit is contained in:
bunnei 2020-11-07 00:08:19 -08:00
parent af477fb8c5
commit dc5396a466
3 changed files with 1 additions and 29 deletions

View file

@ -214,7 +214,6 @@ u32 nvhost_gpu::SubmitGPFIFOImpl(IoctlSubmitGpfifo& params, std::vector<u8>& out
params.fence_out.value = syncpoint_manager.GetSyncpointMax(params.fence_out.id);
}
entries.RefreshIntegrityChecks(gpu);
gpu.PushGPUEntries(std::move(entries));
if (params.flags.add_increment.Value()) {