drm/i915: Remove dead code from intel_release_load_detect_pipe()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Apr 2011 08:32:11 +0000 (09:32 +0100)
committerKeith Packard <keithp@keithp.com>
Tue, 10 May 2011 20:19:17 +0000 (13:19 -0700)
As we now never attempt to steal a crtc for load detection, we either
set a mode on a new pipe, or change the dpms mode on an existing pipe.
Never both, so we can simplify the code slightly.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found