drm/i915: Avoid blocking the kworker thread on a stuck mutex
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 29 Sep 2010 11:26:37 +0000 (12:26 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 29 Sep 2010 11:26:37 +0000 (12:26 +0100)
Just reschedule the retire requests again if the device is currently
busy. The request list will be pruned along other paths so will never
grow unbounded and so we can afford to miss the occasional pruning.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found