commit | fc316cbe4692fc0da19dfc9a87db270964d3d056 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Thu Oct 25 10:37:43 2012 -0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 26 10:24:44 2012 +0200 |
tree | ced5f6f8b7c02c43b4eea349c4df62cb2d59aaf3 | |
parent | 1f544388be50653aec6334cefc4955a3588ae679 [diff] |
drm/i915: simplify intel_crtc_driving_pch By forking Ironlake and Haswell functions. The only callers are {ironlake,haswell}_crtc_enable anyway, and this way we won't need to add other checks on the Haswell version for the next gens. V2: Even simpler, as pointed by Jani Nikula. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>