Skip to content

radv: just use UINT64_MAX when a timeline wait has that for the timeout

Mike Blumenkrantz requested to merge zmike/mesa:radv-time into main

this would otherwise result in (UINT64_MAX - gettime()), which can effectively be rounded to UINT64_MAX without a noticeable change

Merge request reports