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:
		| @@ -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()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bunnei
					bunnei