[Intel-gfx] [PATCH v3 00/15] Clean up ironlake clock computation code

Ander Conselvan de Oliveira ander.conselvan.de.oliveira at intel.com
Mon Mar 21 16:00:01 UTC 2016


Hi,

I updated this patch series to also clean up the GMCH pll code. Most of
the ironlake patches have been reviewed by Maarten already. The first
one was extended to remove the num_connector checks from the GMCH code.

Ville, does this address your concern that ILK and GMCH code should be
similar?

Thanks,
Ander

Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>

Ander Conselvan de Oliveira (15):
  drm/i915: Remove checks for cloned config with LVDS in dpll code
  drm/i915: Merge ironlake_get_refclk() into its only caller
  drm/i915: Fold intel_ironlake_limit() into clock computation function
  drm/i915: Call g4x_find_best_dpll() directly from ILK+ code
  drm/i915: Simplify ironlake reduced clock logic a bit
  drm/i915: Don't calculate a new clock in ILK+ code if it is already
    set
  drm/i915: Remove PCH type checks from ironlake_crtc_compute_clock()
  drm/i915: Simplify ironlake_crtc_compute_clock() CPU eDP case
  drm/i915: Pass crtc_state->dpll directly to ->find_dpll()
  drm/i915: Move fp divisor calculation into ironlake_compute_dpll()
  drm/i915: Merge ironlake_compute_clocks() and
    ironlake_crtc_compute_clock()
  drm/i915: Split CHV and VLV specific crtc_compute_clock() hooks
  drm/i915: Split gen2_crtc_compute_clock()
  drm/i915: Split g4x_crtc_compute_clock()
  drm/i915: Split PNV version of crtc_compute_clock()

 drivers/gpu/drm/i915/i915_drv.h      |  18 --
 drivers/gpu/drm/i915/intel_display.c | 610 ++++++++++++++++++-----------------
 2 files changed, 315 insertions(+), 313 deletions(-)

-- 
2.4.3



More information about the Intel-gfx mailing list