From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 0/5] Rework ironlake_crtc_mode_set V2 Date: Thu, 20 Sep 2012 18:36:02 -0300 Message-ID: <1348176967-4323-1-git-send-email-przanoni@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-gg0-f177.google.com (mail-gg0-f177.google.com [209.85.161.177]) by gabe.freedesktop.org (Postfix) with ESMTP id DB21A9F764 for ; Thu, 20 Sep 2012 14:37:02 -0700 (PDT) Received: by ggnm2 with SMTP id m2so792142ggn.36 for ; Thu, 20 Sep 2012 14:37:02 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org Cc: Paulo Zanoni List-Id: intel-gfx@lists.freedesktop.org From: Paulo Zanoni 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