commit | c00122f33fe65c00103330e9f85dd2d3a63a3d2c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Feb 12 17:19:58 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Feb 13 11:06:35 2017 +0000 |
tree | 3276fd2bfa380908aab36339ef2502eb07c863cf | |
parent | ae9a043b0c5b0d90dcd9fb8b3a2d27f34f0725fc [diff] |
drm/i915: Assert that the active request hasn't been signaled 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 <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170212172002.23072-1-chris@chris-wilson.co.uk Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>