https://bugs.freedesktop.org/show_bug.cgi?id=103187
Chris Wilson chris@chris-wilson.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|DRM/Intel |IGT Status|NEW |RESOLVED Resolution|--- |FIXED Assignee|intel-gfx-bugs@lists.freede |dri-devel@lists.freedesktop |sktop.org |.org QA Contact|intel-gfx-bugs@lists.freede | |sktop.org |
--- Comment #2 from Chris Wilson chris@chris-wilson.co.uk --- commit eabe87de4652126480e2211d9c088a8eabea2c8a Author: Chris Wilson chris@chris-wilson.co.uk Date: Tue Oct 10 18:13:41 2017 +0100
igt/syncobj_wait: Close the sw_sync timeline after the test
Closing the sw_sync timeline now signals any remaining fences upon it; but test_wait_interrupted requires the fence to be busy for the __syncobj_wait() not to immediately return with -ETIME (and so be interrupted instead).
dri-devel@lists.freedesktop.org