Skip to content

etnaviv: drm: don't update cmdstream timestamp when skipping submit

Lucas Stach requested to merge lynxeye/mesa:etnaviv-fix-fences-after-noop into main

When we skip the submit when there is no GPU work queued we must not update the cmdstream timestamp with the fence from the submit request as it will never be filled in by the kernel, effectively replacing the cmdstream timestamp with 0. This causes following fence waits to fail.

Merge request reports