drm/i915: Abandon oom quickly if killed by a signal
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 11 Jul 2014 10:28:00 +0000 (11:28 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:28 +0000 (07:05 +0200)
Whilst waiting to obtain our locks for the last resort shrinking before
an oom, we check whether or not a fatal signal was pending. If there was,
we do not need to keep waiting as the oom will be aborted.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c

Simple merge