[Intel-gfx] [PATCH 0/9] pll limit fixes and a few other things

Daniel Vetter daniel.vetter at ffwll.ch
Tue May 21 21:54:50 CEST 2013


Hi all,

So pipe config conversion progresses neatly, and this pile here contains a few
more prep work things:
- fix up the pll limits (or at least what the current believe about the correct
  values is ...)
- unconfuse the meaning of adjusted_mode->clock, a side effect of this is that
  it makes the hsw wm patch I've rejected from Paulo obsolete (or at least it
  should do so).
- and on top a tiny cleanup and a paranoid WARN I've promised Mika

Comments&flames as usual highly welcome!

Cheers, Daniel

Daniel Vetter (9):
  drm/i915: split out intel_pnv_find_best_PLL
  drm/i915: move find_pll callback to dev_priv->display
  drm/i915: fixup i8xx pll limits
  drm/i915: fixup g4x pll limits
  drm/i915: pnv dpll doesn't use m1!
  drm/i915: fix ibx/cpt/ppt dpll limits
  drm/i915: store adjust dotclock in adjustede_mode->clock
  drm/i915: Drop some no longer required mode/adjusted_mode parameters
  drm/i915: check for strange pfit pipe assignemnt on ivb/hsw

 drivers/gpu/drm/i915/i915_drv.h      |   7 +
 drivers/gpu/drm/i915/intel_ddi.c     |   3 +-
 drivers/gpu/drm/i915/intel_display.c | 313 ++++++++++++++++++-----------------
 drivers/gpu/drm/i915/intel_dp.c      |  50 ++----
 drivers/gpu/drm/i915/intel_drv.h     |  13 +-
 drivers/gpu/drm/i915/intel_hdmi.c    |   4 +-
 6 files changed, 196 insertions(+), 194 deletions(-)

-- 
1.7.11.7




More information about the Intel-gfx mailing list