From: Daniel Vetter Date: Thu, 5 Jul 2012 07:50:24 +0000 (+0200) Subject: drm/i915: introduce for_each_encoder_on_crtc X-Git-Tag: v3.6-rc1~83^2~39^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2b7c1208b762abc0df318ae53d18d9e5414e1b;p=pandora-kernel.git drm/i915: introduce for_each_encoder_on_crtc We already have this pattern at quite a few places, and moving part of the modeset helper stuff into the driver will add more. v2: Don't clobber the crtc struct name with the macro parameter ... v3: Convert two more places noticed by Paulo Zanoni. Reviewed-by: Paulo Zanoni Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed