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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 DE466C433F5 for ; Thu, 16 Sep 2021 18:58:08 +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 9D13E60F6D for ; Thu, 16 Sep 2021 18:58:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9D13E60F6D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2241C6E827; Thu, 16 Sep 2021 18:58:08 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0291E6E827 for ; Thu, 16 Sep 2021 18:58:05 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10109"; a="220754057" X-IronPort-AV: E=Sophos;i="5.85,299,1624345200"; d="scan'208";a="220754057" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 11:58:03 -0700 X-IronPort-AV: E=Sophos;i="5.85,299,1624345200"; d="scan'208";a="545825861" Received: from ideak-desk.fi.intel.com ([10.237.68.141]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 11:58:01 -0700 Date: Thu, 16 Sep 2021 21:57:57 +0300 From: Imre Deak To: Anusha Srivatsa Cc: intel-gfx@lists.freedesktop.org, Imre Deak Message-ID: <20210916185757.GH678880@ideak-desk.fi.intel.com> References: <20210914215732.67135-1-anusha.srivatsa@intel.com> <20210914215732.67135-2-anusha.srivatsa@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210914215732.67135-2-anusha.srivatsa@intel.com> Subject: Re: [Intel-gfx] [PATCH 1/1] drm/i915/dmc: Update to DMC v2.12 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" On Tue, Sep 14, 2021 at 02:57:32PM -0700, Anusha Srivatsa wrote: > The release notes mentions that this version- > 1. Fix for unblock indication to punit. > 2. Robustness fix for DC6/6v abort scenarios. > > Cc: Imre Deak > Signed-off-by: Anusha Srivatsa Reviewed-by: Imre Deak > --- > drivers/gpu/drm/i915/display/intel_dmc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_dmc.c b/drivers/gpu/drm/i915/display/intel_dmc.c > index 3c3c6cb5c0df..0978d97d9c3c 100644 > --- a/drivers/gpu/drm/i915/display/intel_dmc.c > +++ b/drivers/gpu/drm/i915/display/intel_dmc.c > @@ -45,8 +45,8 @@ > > #define GEN12_DMC_MAX_FW_SIZE ICL_DMC_MAX_FW_SIZE > > -#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 10) > -#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 10) > +#define ADLP_DMC_PATH DMC_PATH(adlp, 2, 12) > +#define ADLP_DMC_VERSION_REQUIRED DMC_VERSION(2, 12) > MODULE_FIRMWARE(ADLP_DMC_PATH); > > #define ADLS_DMC_PATH DMC_PATH(adls, 2, 01) > -- > 2.25.1 >