Merge pull request #4903 from bunnei/remove-gpu-integrity

video_core: dma_pusher: Remove integrity check on command lists.
This commit is contained in:
bunnei 2020-11-08 02:48:22 -08:00 committed by GitHub
commit 7bf9f9ae49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()) {