Message ID | 20191011200949.7839-1-ville.syrjala@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=8AhR=YE=lists.freedesktop.org=intel-gfx-bounces@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B54C215AB for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 11 Oct 2019 20:09:55 +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 93516214E0 for <patchwork-intel-gfx@patchwork.kernel.org>; Fri, 11 Oct 2019 20:09:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93516214E0 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 876386EC8B; Fri, 11 Oct 2019 20:09:54 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id F12CA6EC8B for <intel-gfx@lists.freedesktop.org>; Fri, 11 Oct 2019 20:09:52 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Oct 2019 13:09:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,285,1566889200"; d="scan'208";a="200889758" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by FMSMGA003.fm.intel.com with SMTP; 11 Oct 2019 13:09:49 -0700 Received: by stinkbox (sSMTP sendmail emulation); Fri, 11 Oct 2019 23:09:49 +0300 From: Ville Syrjala <ville.syrjala@linux.intel.com> To: intel-gfx@lists.freedesktop.org Date: Fri, 11 Oct 2019 23:09:41 +0300 Message-Id: <20191011200949.7839-1-ville.syrjala@linux.intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/8] drm/i915: Some cleanup near the SKL wm/ddb area X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development <intel-gfx.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/intel-gfx> List-Post: <mailto:intel-gfx@lists.freedesktop.org> List-Help: <mailto:intel-gfx-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/intel-gfx>, <mailto:intel-gfx-request@lists.freedesktop.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" <intel-gfx-bounces@lists.freedesktop.org> |
Series |
drm/i915: Some cleanup near the SKL wm/ddb area
|
expand
|
From: Ville Syrjälä <ville.syrjala@linux.intel.com> Made the mistake of looking at some skl+ wm/ddb stuff, and then proceeded to throw out a bunch of useless things. I stopped when I saw struct skl_ddb_allocation and decided that maybe that starts to cut a bit too close to the dbuf slice stuff. Ville Syrjälä (8): drm/i915: Nuke the useless changed param from skl_ddb_add_affected_pipes() drm/i915: Nuke 'realloc_pipes' drm/i915: Make dirty_pipes refer to pipes drm/i915: Don't set undefined bits in dirty_pipes 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 drivers/gpu/drm/i915/display/intel_display.c | 138 ++++++++--- .../drm/i915/display/intel_display_types.h | 6 +- drivers/gpu/drm/i915/i915_drv.h | 2 - drivers/gpu/drm/i915/i915_reg.h | 14 +- drivers/gpu/drm/i915/intel_pm.c | 228 +++--------------- 5 files changed, 150 insertions(+), 238 deletions(-)