commit | 5dcdbcb06badbdf2faa698bf3198e421a1e12840 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 12 13:50:28 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 08 10:23:52 2010 +0100 |
tree | 9233236a9593dfb8cf1d76485897caf953a29883 | |
parent | 106dadacbeeea92f61a2c32f3651ee31c1b34e31 [diff] |
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>