From: Daniel Vetter Date: Wed, 31 Oct 2012 18:26:13 +0000 (+0100) Subject: drm/i915: move encoder->mode_set calls to crtc_mode_set X-Git-Tag: v3.8-rc1~82^2~192^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9256aa195d3badd009bf4addee6c3ae39879b8a6;p=pandora-kernel.git drm/i915: move encoder->mode_set calls to crtc_mode_set Makes more sense to group the entire mode_set stage into one function. Noticed while discussiing the rather confusing set of function names with Paulo Zanoni. Unfortunately I don't have an idea to make the function names lesss confusion. v2: Use for_each_encoder_on_crtc as suggested by Chris Wilson. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed