All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Rework ironlake_crtc_mode_set V2
@ 2012-09-20 21:36 Paulo Zanoni
  2012-09-20 21:36 ` [PATCH 1/5] drm/i915: don't recheck for invalid pipe bpp Paulo Zanoni
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Paulo Zanoni @ 2012-09-20 21:36 UTC (permalink / raw)
  To: intel-gfx; +Cc: Paulo Zanoni

From: Paulo Zanoni <paulo.r.zanoni@intel.com>

Hi

Here are the missing patches that received review during the last week.

 - Patch 0001 is the follow up requested by Daniel on his reply to the previous
   patch 0001.
 - Patch 0002 is just a new version with the comments from Daniel applied.
 - Patch 0003 is new, but we can consider it as a sub-set of the previous patch
   0007 (extract pch_pll_set from ironlake_crtc_mode_set). This should keep the
   order things are executed, while still moving a significant amount of code
   away from ironlake_crtc_mode_set.
 - Patch 0004 is just like previous patch 0008, but rebased.
 - Patch 0005 is a new version of previous patch 0002, but now has the potential
   to do some damage on i9xx, so it is the last one. I don't have i9xx machines
   to test this, so I think we need to gather a few tested-by stamps on it. We
   can also give up breaking i9xx and apply the original version which only
   touches ironlake.

Thanks,
Paulo

Paulo Zanoni (5):
  drm/i915: don't recheck for invalid pipe bpp
  drm/i915: extract set_m_n from ironlake_crtc_mode_set
  drm/i915: extract compute_dpll from ironlake_crtc_mode_set
  drm/i915: remove unused variables from ironlake_crtc_mode_set
  drm/i915: extract intel_set_pipe_timings from crtc_mode_set

 drivers/gpu/drm/i915/intel_display.c |  335 ++++++++++++++++++----------------
 1 file changed, 180 insertions(+), 155 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-10-02 13:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 21:36 [PATCH 0/5] Rework ironlake_crtc_mode_set V2 Paulo Zanoni
2012-09-20 21:36 ` [PATCH 1/5] drm/i915: don't recheck for invalid pipe bpp Paulo Zanoni
2012-09-24 22:47   ` Rodrigo Vivi
2012-09-20 21:36 ` [PATCH 2/5] drm/i915: extract set_m_n from ironlake_crtc_mode_set Paulo Zanoni
2012-09-24 23:00   ` Rodrigo Vivi
2012-09-20 21:36 ` [PATCH 3/5] drm/i915: extract compute_dpll " Paulo Zanoni
2012-09-24 23:08   ` Rodrigo Vivi
2012-09-20 21:36 ` [PATCH 4/5] drm/i915: remove unused variables " Paulo Zanoni
2012-09-24 23:36   ` Rodrigo Vivi
2012-09-25  8:44     ` Daniel Vetter
2012-09-20 21:36 ` [PATCH 5/5] drm/i915: extract intel_set_pipe_timings from crtc_mode_set Paulo Zanoni
2012-09-24 23:53   ` Rodrigo Vivi
2012-10-01 21:10   ` [PATCH] " Paulo Zanoni
2012-10-02 13:40     ` Rodrigo Vivi

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.