]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Wake up waiters after setting the WEDGED bit
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 21 Jul 2017 12:32:27 +0000 (13:32 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 27 Jul 2017 07:38:46 +0000 (09:38 +0200)
commit3d7adbbf49c31b194958ad381010e86c842e40af
tree48656d563bd2c25b041bea09e67d224f5a0625c7
parent4d53568cca96015d7ad44353dfd83c10ef14c6cf
drm/i915: Wake up waiters after setting the WEDGED bit

After setting the WEDGED bit, make sure that we do wake up waiters as
they may not be waiting for a request completion yet, just for its
execution.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170721123238.16428-9-chris@chris-wilson.co.uk
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c