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)
commit5dcdbcb06badbdf2faa698bf3198e421a1e12840
tree9233236a9593dfb8cf1d76485897caf953a29883
parent106dadacbeeea92f61a2c32f3651ee31c1b34e31
drm/i915/overlay: Pass interruptible to switch_off()

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>
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_overlay.c