commit | 0622a53c60fbf48d3b85efc4995f4c152c254cf4 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Apr 21 09:32:11 2011 +0100 |
committer | Keith Packard <keithp@keithp.com> | Tue May 10 13:19:17 2011 -0700 |
tree | 937097818e6302c15572c57f0dd0cb3084eccd26 | |
parent | 6492711d05b85f9794809cb4a961ce8cdc6fa720 [diff] |
drm/i915: Remove dead code from intel_release_load_detect_pipe() 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>