]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit0622a53c60fbf48d3b85efc4995f4c152c254cf4
tree937097818e6302c15572c57f0dd0cb3084eccd26
parent6492711d05b85f9794809cb4a961ce8cdc6fa720
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>
drivers/gpu/drm/i915/intel_display.c