drm/i915: Allow get_fence_reg() to be uninterruptible
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 12:03:28 +0000 (13:03 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 14 Sep 2010 20:08:36 +0000 (21:08 +0100)
As we currently may need to acquire a fence register during a modeset,
we need to be able to do so in an uninterruptible manner. So expose that
parameter to the callers of the fence management code.

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

No differences found