From patchwork Wed Apr 22 12:30:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Sripada, Radhakrishna" X-Patchwork-Id: 11503761 Return-Path: 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 8603092C for ; Wed, 22 Apr 2020 12:29:48 +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 6CD662082E for ; Wed, 22 Apr 2020 12:29:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6CD662082E 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 A66966E9EE; Wed, 22 Apr 2020 12:29:44 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 51D5C6E9E9 for ; Wed, 22 Apr 2020 12:29:43 +0000 (UTC) IronPort-SDR: q6Nr9pko+vv0NPMwGBZnhqMny2Eb5QOVw50ntJe5YQmpZlS/5vHKJotqZt/Cai+wMLTyI11ujH 73wD25CvCIEg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2020 05:29:42 -0700 IronPort-SDR: yzurP79OwCn7rCKr7fhdZSSZ1f85fLNA8m2VUncYQvEgQ3tPfwah0rmmuaWNFKjdzI46Y9yvAS r7QXQ3qbqCNw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,414,1580803200"; d="scan'208";a="255624380" Received: from invictus.jf.intel.com ([10.165.21.212]) by orsmga003.jf.intel.com with ESMTP; 22 Apr 2020 05:29:42 -0700 From: Radhakrishna Sripada To: intel-gfx@lists.freedesktop.org Date: Wed, 22 Apr 2020 05:30:36 -0700 Message-Id: <20200422123037.25414-1-radhakrishna.sripada@intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/1] Apply Wa_1406680159 as a clk_gating workaround 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" This is a one patch series that moves the WA from RCS WA's list to clock gating WA's in intel_pm.c Test-with: 20200228104340.2895082-2-chris@chris-wilson.co.uk Radhakrishna Sripada (1): drm/i915: Apply Wa_1406680159 as a clk_gating workaround drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 ----- drivers/gpu/drm/i915/intel_pm.c | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-)