From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753873AbcGUTYN (ORCPT ); Thu, 21 Jul 2016 15:24:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42591 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753682AbcGUTYM (ORCPT ); Thu, 21 Jul 2016 15:24:12 -0400 From: Lyude To: intel-gfx@lists.freedesktop.org, Matt Roper Cc: Lyude , Daniel Vetter , Jani Nikula , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/4] drm/i915/skl: Finally fix watermarks Date: Thu, 21 Jul 2016 15:23:36 -0400 Message-Id: <1469129020-2680-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.28]); Thu, 21 Jul 2016 19:24:11 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To Sebastian Reichel: I *think* I may have found the problem. Looked at ./scripts/get_maintainer.pl and apparently it's defaults aren't actually expected to work well with `git send-email`. I've added --norolestats and hopefully that should fix the issue. If the email format issue still seems to be coming up let me know. New version of the original patchset from https://patchwork.freedesktop.org/series/10108/ Notable changes across the patchset (per-patch descriptions noted in each patch's description): - Dropped "drm/i915/skl: Always wait for pipes to update after a flush" - turns out it wasn't actually fixing anything (on drm-intel/drm-intel-nightly anyway) - Dropped "drm/i915/skl: Actually reuse wm values when pipes don't change" - this was a silly mistake Lyude (3): drm/i915/skl: Only flush pipes when we change the ddb allocation drm/i915/skl: Fix extra whitespace in skl_flush_wm_values() drm/i915/skl: Update plane watermarks atomically during plane updates Matt Roper (1): drm/i915/gen9: Only copy WM results for changed pipes to skl_hw drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/intel_display.c | 5 ++ drivers/gpu/drm/i915/intel_drv.h | 2 + drivers/gpu/drm/i915/intel_pm.c | 114 +++++++++++++++++++++++++++++------ drivers/gpu/drm/i915/intel_sprite.c | 2 + 5 files changed, 105 insertions(+), 19 deletions(-) -- 2.7.4