From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86470C43603 for ; Tue, 10 Dec 2019 14:46:18 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 62FFE20637 for ; Tue, 10 Dec 2019 14:46:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 62FFE20637 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 208726E8F4; Tue, 10 Dec 2019 14:46:16 +0000 (UTC) X-Greylist: delayed 301 seconds by postgrey-1.36 at gabe; Tue, 10 Dec 2019 14:46:14 UTC Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id E34AF6E8F4 for ; Tue, 10 Dec 2019 14:46:14 +0000 (UTC) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Dec 2019 06:46:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,300,1571727600"; d="scan'208";a="244867884" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by fmsmga002.fm.intel.com with SMTP; 10 Dec 2019 06:46:11 -0800 Received: by stinkbox (sSMTP sendmail emulation); Tue, 10 Dec 2019 16:46:11 +0200 Date: Tue, 10 Dec 2019 16:46:11 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: intel-gfx@lists.freedesktop.org Message-ID: <20191210144611.GB1208@intel.com> References: <20191210144105.3239-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191210144105.3239-1-ville.syrjala@linux.intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [Intel-gfx] [PATCH v2 0/6] drm/i915: Some cleanup near the SKL wm/ddb area X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, Dec 10, 2019 at 04:41:01PM +0200, Ville Syrjala wrote: > From: Ville Syrj=E4l=E4 > = > Rebased leftovers from my earlier series to nuke the dirty_pipes junk. > = > Cc: Jos=E9 Roberto de Souza > Cc: Stanislav Lisovskiy > = > Ville Syrj=E4l=E4 (6): > drm/i915: Streamline skl_commit_modeset_enables() > drm/i915: Polish WM_LINETIME register stuff > drm/i915: Move linetime wms into the crtc state > drm/i915: Nuke skl wm.dirty_pipes bitmask > drm/i915: Kill struct skl_ddb_allocation > drm/i915: Implement pps w/a #1124 for bxt+ Drat. Last two aren't part of the series. Time to see how badly patchwork reacts to this one... > = > drivers/gpu/drm/i915/display/intel_display.c | 170 +++++++++++---- > .../drm/i915/display/intel_display_power.c | 28 +-- > .../drm/i915/display/intel_display_power.h | 2 +- > .../drm/i915/display/intel_display_types.h | 11 +- > drivers/gpu/drm/i915/display/intel_dp.c | 11 + > drivers/gpu/drm/i915/gvt/handlers.c | 6 +- > drivers/gpu/drm/i915/i915_drv.h | 14 +- > drivers/gpu/drm/i915/i915_reg.h | 14 +- > drivers/gpu/drm/i915/intel_pm.c | 202 +++--------------- > drivers/gpu/drm/i915/intel_pm.h | 4 +- > 10 files changed, 187 insertions(+), 275 deletions(-) > = > -- = > 2.23.0 -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx