From: Chris Wilson Date: Tue, 19 Apr 2011 22:10:58 +0000 (+0100) Subject: drm/i915: Simplify return value from intel_get_load_detect_pipe X-Git-Tag: v3.0-rc1~312^2~4^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7173188d5d5e50b95c588dbae3b3bc78fde4138e;p=pandora-kernel.git drm/i915: Simplify return value from intel_get_load_detect_pipe ... and so remove the confusion as to whether to use the returned crtc or intel_encoder->base.crtc with the subsequent load-detection. Even though they were the same, the two instances of load-detection code disagreed over which was the more correct. Signed-off-by: Chris Wilson Signed-off-by: Keith Packard --- Reading git-diff-tree failed