From: Chris Wilson Date: Thu, 21 Apr 2011 08:32:11 +0000 (+0100) Subject: drm/i915: Remove dead code from intel_release_load_detect_pipe() X-Git-Tag: v3.0-rc1~312^2~4^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0622a53c60fbf48d3b85efc4995f4c152c254cf4;p=pandora-kernel.git 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 Signed-off-by: Keith Packard --- Reading git-diff-tree failed