commit | e2af48c66b41fecbec5bc1b07640c2419a724c34 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Mon Oct 31 22:37:05 2016 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Nov 01 16:40:38 2016 +0200 |
tree | 4ab43bf2538d6f1f5621705dce2e4596f841912f | |
parent | efc2611e6ecbb14572b55f038a62439b845e3250 [diff] |
drm/i915: Store struct intel_crtc * in {pipe,plane}_to_crtc_mapping[] A lot of users of the {pipe,plane}_to_crtc_mapping[] will end up casting the result to intel_crtc, so let's just store the intel_crtc pointer in the first place. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1477946245-14134-7-git-send-email-ville.syrjala@linux.intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>