commit | 2cf34d7b7ee99c27c1a6bdd2f91344cbfa5fef5c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 14 13:03:28 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 14 21:08:36 2010 +0100 |
tree | 86e52ca489247cddc28950e86cc8a01e5433ae4b | |
parent | 48b956c5a89c7b100ef3b818b6ccf759ab695383 [diff] |
drm/i915: Allow get_fence_reg() to be uninterruptible 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>