== Series Details ==
Series: drm/i915: Park the breadcrumbs signaler across a GPU reset
URL : https://patchwork.freedesktop.org/series/19510/
State : success
== Summary ==
Series 19510v1 drm/i915: Park the breadcrumbs signaler across a GPU reset
https://patchwork.freedesktop.org/api/1.0/series
The signal threads may be running concurrently with the GPU reset. The
completion from the GPU run asynchronous with the reset and two threads
may see different snapshots of the state, and the signaler may mark a
request as complete as we try to reset it. We don't tolerate 2 different
views of the
== Series Details ==
Series: drm/i915: Assert that the active request hasn't been signaled
URL : https://patchwork.freedesktop.org/series/19503/
State : success
== Summary ==
Series 19503v1 drm/i915: Assert that the active request hasn't been signaled
https://patchwork.freedesktop.org/api/1.0/
As the request is not complete, it should not be signaled. Assert that
this is true before we process the request for a reset.
References: https://bugs.freedesktop.org/show_bug.cgi?id=99671
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/i915_gem.c | 2 ++
1 file changed, 2 insertions(+)
d
Am Mittwoch, 1. Februar 2017, 14:11:22 CET schrieb David Weinehall:
> On Wed, Jan 25, 2017 at 01:10:26PM +0100, Martin Steigerwald wrote:
> > Am Sonntag, 22. Januar 2017, 13:32:08 CET schrieb Linus Torvalds:
> > > Things seem to be calming down a bit, and everything looks nominal.
> > >
> > > Ther