Skip to content

freedreno/drm: Avoid unitialized timestamp in submit fail

Rob Clark requested to merge robclark/mesa:drm/better-submit-fail into master

Saw a flood of "waiting on invalid fence" with a completely bogus looking fence # in a log of a rather strange low-memory crash. Not sure if it is coming from memory corruption in userspace, but if a submit ioctl is failing due to failed allocation (or other reason) we would get left with random stack garbage as the fence #. Let's not have that as a potential problem.

Signed-off-by: Rob Clark robdclark@chromium.org

Merge request reports