All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] pll limit fixes and a few other things
@ 2013-05-21 19:54 Daniel Vetter
  2013-05-21 19:54 ` [PATCH 1/9] drm/i915: split out intel_pnv_find_best_PLL Daniel Vetter
                   ` (8 more replies)
  0 siblings, 9 replies; 26+ messages in thread
From: Daniel Vetter @ 2013-05-21 19:54 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2013-06-12 19:28 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 19:54 [PATCH 0/9] pll limit fixes and a few other things Daniel Vetter
2013-05-21 19:54 ` [PATCH 1/9] drm/i915: split out intel_pnv_find_best_PLL Daniel Vetter
2013-05-21 19:54 ` [PATCH 2/9] drm/i915: move find_pll callback to dev_priv->display Daniel Vetter
2013-05-21 19:54 ` [PATCH 3/9] drm/i915: fixup i8xx pll limits Daniel Vetter
2013-06-11 22:19   ` Damien Lespiau
2013-05-21 19:54 ` [PATCH 4/9] drm/i915: fixup g4x " Daniel Vetter
2013-06-11 23:07   ` Damien Lespiau
2013-06-12  7:38     ` Ville Syrjälä
2013-06-12  7:39     ` Daniel Vetter
2013-06-12 10:55       ` Damien Lespiau
2013-05-21 19:54 ` [PATCH 5/9] drm/i915: pnv dpll doesn't use m1! Daniel Vetter
2013-06-11 23:38   ` Damien Lespiau
2013-06-12 19:28     ` Daniel Vetter
2013-05-21 19:54 ` [PATCH 6/9] drm/i915: fix ibx/cpt/ppt dpll limits Daniel Vetter
2013-06-12 12:19   ` Damien Lespiau
2013-05-21 19:54 ` [PATCH 7/9] drm/i915: store adjust dotclock in adjustede_mode->clock Daniel Vetter
2013-05-24 17:35   ` Jesse Barnes
2013-05-28  9:54   ` [PATCH] drm/i915: store adjusted " Daniel Vetter
2013-05-31 19:59     ` [PATCH] drm/i915: store adjusted dotclock in adjusted_mode->clock Daniel Vetter
2013-05-31 21:59       ` Paulo Zanoni
2013-05-31 22:10         ` Paulo Zanoni
2013-05-21 19:54 ` [PATCH 8/9] drm/i915: Drop some no longer required mode/adjusted_mode parameters Daniel Vetter
2013-05-26 15:48   ` [PATCH] " Daniel Vetter
2013-06-12 12:59     ` Damien Lespiau
2013-05-21 19:54 ` [PATCH 9/9] drm/i915: check for strange pfit pipe assignemnt on ivb/hsw Daniel Vetter
2013-06-12 13:03   ` Damien Lespiau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.