Skip to content

iris: Fix large timeout handling in rel2abs()

Kenneth Graunke requested to merge kwg/mesa:iris-timeout into master

...by copying the implementation of anv_get_absolute_timeout().

Appears to fix a CTS test with 32-bit builds: GTF-GL46.gtf32.GL3Tests.sync.sync_functionality_clientwaitsync_flush

Fixes: f459c56b ("iris: Add fence support using drm_syncobj")

Merge request reports