From patchwork Thu Jun 17 21:12:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Srivatsa, Anusha" X-Patchwork-Id: 12329533 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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham 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 277E7C2B9F4 for ; Thu, 17 Jun 2021 21:12:29 +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 D4A90613BF for ; Thu, 17 Jun 2021 21:12:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D4A90613BF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=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 236916E956; Thu, 17 Jun 2021 21:12:28 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 231736E95A for ; Thu, 17 Jun 2021 21:12:27 +0000 (UTC) IronPort-SDR: xDj79sZok95+OnU9chxrsdYMl8Ar2y+rKZSC8h0d+S49V7uOBV9loPouOxaOen+st8UD9kV/LH EHBs2y+Tserg== X-IronPort-AV: E=McAfee;i="6200,9189,10018"; a="227972392" X-IronPort-AV: E=Sophos;i="5.83,281,1616482800"; d="scan'208";a="227972392" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jun 2021 14:12:26 -0700 IronPort-SDR: EvbWAowYKvPGXdbv7VizZPd/+9Oa05c9FWPK32468KkXptlhaEfHKVUcaJFAPA4MsyK4KXg0ek vGbknJmB2ENQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,281,1616482800"; d="scan'208";a="622168078" Received: from anushasr-mobl6.jf.intel.com ([10.165.21.155]) by orsmga005.jf.intel.com with ESMTP; 17 Jun 2021 14:12:25 -0700 From: Anusha Srivatsa To: intel-gfx@lists.freedesktop.org Date: Thu, 17 Jun 2021 14:12:20 -0700 Message-Id: <20210617211225.13549-1-anusha.srivatsa@intel.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/5] Pipe DMC bits + PSR fix 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Pipe DMC series exposed a corner case in PSR patches that were merged recently. Sending the fix along with the Pipe DMC bits to get ensure that CI has no regressions. Anusha Srivatsa (4): drm/i915/dmc: Introduce DMC_FW_MAIN drm/i915/xelpd: Pipe A DMC plugging drm/i915/adl_p: Pipe B DMC Support drm/i915/adl_p: Load DMC Gwan-gyeong Mun (1): drm/i915/display: Limit disabling PSR around cdclk changes to ADL-P drivers/gpu/drm/i915/display/intel_cdclk.c | 22 ++- .../drm/i915/display/intel_display_debugfs.c | 6 +- .../drm/i915/display/intel_display_power.c | 5 +- drivers/gpu/drm/i915/display/intel_dmc.c | 165 ++++++++++-------- drivers/gpu/drm/i915/display/intel_dmc.h | 23 ++- drivers/gpu/drm/i915/i915_reg.h | 2 +- 6 files changed, 139 insertions(+), 84 deletions(-)