From: Daniel Vetter Date: Tue, 10 Apr 2012 11:55:47 +0000 (+0200) Subject: drm/i915: clarify preferred sdvo input mode code X-Git-Tag: v3.6-rc1~83^2~47^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a2969830ae6f8c548f4960751dbb243f6f1f5e;p=pandora-kernel.git drm/i915: clarify preferred sdvo input mode code - kill intel_sdvo->input_dtd, it's only used as a temporary variable, we store the preferred input mode in the adjusted mode at mode_fixup time. - rename the function to make it clear what we want it to do (get the preferred mode) and say in a comment what it unfortunately does as a side-effect (set the new output timings). Reviewed-by: Chris Wilson Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed