drm/i915: kill intel_ddi_pll_select()
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 22 Mar 2017 18:58:45 +0000 (15:58 -0300)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Mon, 27 Mar 2017 20:24:33 +0000 (17:24 -0300)
commit44a126ba5d13db90945115324851466685b03733
treed0fc3ee3d820e099f87e9ab5a01f11629df9ae88
parent598b6b5ada3f8a3ecd7bd821f7df87ca8ea0f053
drm/i915: kill intel_ddi_pll_select()

All it does is pick the encoder and call intel_get_shared_dpll(). We
can just do this in the caller. One less indirection level during code
reading.

As another plus, now the two callers of intel_get_shared_dpll() are
{ironlake,haswell}_crtc_compute_clock().

Reported-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1490209125-20046-2-git-send-email-paulo.r.zanoni@intel.com
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h