https://bugs.freedesktop.org/show_bug.cgi?id=103188
Chris Wilson chris@chris-wilson.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop |sktop.org |.org Resolution|--- |FIXED QA Contact|intel-gfx-bugs@lists.freede | |sktop.org | Status|NEW |RESOLVED Component|DRM/Intel |IGT
--- Comment #2 from Chris Wilson chris@chris-wilson.co.uk --- commit 136100c2f00b590bc9485100cce012282c1217cf (HEAD, upstream/master) Author: Jason Ekstrand jason@jlekstrand.net Date: Tue Oct 10 13:02:20 2017 -0700
igt/syncobj_wait: Don't close the timeline early in wait_snapshot
Closing the sw_sync timeline now signals any remaining fences upon it; but test_wait_snapshot requires the fence to continue to be busy so that the __syncobj_wait() will return with -ETIME.
dri-devel@lists.freedesktop.org