drm/i915/overlay: Pass interruptible to switch_off()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 Aug 2010 12:50:28 +0000 (13:50 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Sep 2010 09:23:52 +0000 (10:23 +0100)
During DPMS we currently do not want the overlay code to be
interruptible, so pass that information down and only take the
uninterrruptible paths.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found