commit | 6c2b7c1208b762abc0df318ae53d18d9e5414e1b | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 05 09:50:24 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 05 15:06:33 2012 +0200 |
tree | 258832d81855e0e41b6ec87d067bcf480f04aa5a | |
parent | c2c75131244507c93f812862fdbd4f3a37139401 [diff] |
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 <paulo.r.zanoni@intel.com> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>