From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754566AbcHBSyb (ORCPT ); Tue, 2 Aug 2016 14:54:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41798 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754638AbcHBSyW (ORCPT ); Tue, 2 Aug 2016 14:54:22 -0400 From: Lyude To: intel-gfx@lists.freedesktop.org, =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= , Maarten Lankhorst , Matt Roper Cc: Lyude , Daniel Vetter , Jani Nikula , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH v5 0/6] Finally fix watermarks Date: Tue, 2 Aug 2016 14:52:48 -0400 Message-Id: <1470163975-30467-1-git-send-email-cpaul@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Tue, 02 Aug 2016 18:53:17 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Next version of https://patchwork.freedesktop.org/series/10276/ . Notable series-wide changes: - Added the following patches: - "drm/i915/skl: Ensure pipes with changed wms get added to the state" - "drm/i915: Move CRTC updating in atomic_commit into it's own hook" - "drm/i915/skl: Update DDB values atomically with wms/plane attrs" With this, we now actually fix all of the issues causing underruns instead of just working around them. - Since we now are fixing this issue instead of working around it, the following patches were no longer necessary: - "drm/i915/skl: Always wait for pipes to update after a flush" - "drm/i915/skl: Fix extra whitespace in skl_flush_wm_values()" Lyude (5): drm/i915/skl: Add support for the SAGV, fix underrun hangs drm/i915/skl: Update plane watermarks atomically during plane updates drm/i915/skl: Ensure pipes with changed wms get added to the state drm/i915: Move CRTC updating in atomic_commit into it's own hook drm/i915/skl: Update DDB values atomically with wms/plane attrs Matt Roper (1): drm/i915/gen9: Only copy WM results for changed pipes to skl_hw drivers/gpu/drm/i915/i915_drv.h | 4 + drivers/gpu/drm/i915/i915_reg.h | 5 + drivers/gpu/drm/i915/intel_display.c | 190 +++++++++++--- drivers/gpu/drm/i915/intel_drv.h | 17 ++ drivers/gpu/drm/i915/intel_pm.c | 467 +++++++++++++++++++++++------------ drivers/gpu/drm/i915/intel_sprite.c | 6 + 6 files changed, 496 insertions(+), 193 deletions(-) -- 2.7.4