From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paulo Zanoni Subject: [PATCH 0/9] Haswell watermarks, round 1 Date: Fri, 3 May 2013 17:23:36 -0300 Message-ID: <1367612625-4823-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-vb0-f53.google.com (mail-vb0-f53.google.com [209.85.212.53]) by gabe.freedesktop.org (Postfix) with ESMTP id A60E4E5C5F for ; Fri, 3 May 2013 13:23:57 -0700 (PDT) Received: by mail-vb0-f53.google.com with SMTP id i3so1697281vbh.12 for ; Fri, 03 May 2013 13:23:57 -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 All our Haswell watermarks code does not follow our specifications, and this series only does some small fixes and also fixes the linetime watermarks. For the other watermarks we're still calling the old sandybridge update_wm functions, so the next patches will implement Haswell-specific functions and use them, also using the linetime watermarks fixed in this series. Consider this series as a warm-up for the next ones :) Cheers, Paulo Paulo Zanoni (9): drm/i915: ILK, SNB and IVB don't have linetime watermarks drm/i915: fix linetime_watermarks code drm/i915: use the mode->htotal to calculate linetime watermarks drm/i915: fix haswell linetime watermarks calculation drm/i915: use the correct clock when calculating linetime watermarks drm/i915: make intel_ddi_get_cdclk_freq return values in KHz drm/i915: set the IPS linetime watermark drm/i915: MCH_SSKPD is a 64 bit register on Haswell drm/i915: set FORCE_ARB_IDLE_PLANES workaround drivers/gpu/drm/i915/i915_drv.h | 2 - drivers/gpu/drm/i915/i915_reg.h | 3 ++ drivers/gpu/drm/i915/intel_ddi.c | 10 ++--- drivers/gpu/drm/i915/intel_display.c | 4 -- drivers/gpu/drm/i915/intel_dp.c | 3 +- drivers/gpu/drm/i915/intel_drv.h | 2 - drivers/gpu/drm/i915/intel_pm.c | 73 ++++++++++++++++++---------------- 7 files changed, 48 insertions(+), 49 deletions(-) -- 1.7.10.4