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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 DE6D8C433C1 for ; Wed, 24 Mar 2021 11:20:32 +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 84A866191F for ; Wed, 24 Mar 2021 11:20:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 84A866191F 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 C810D6E9C6; Wed, 24 Mar 2021 11:20:31 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 65C906E9C6 for ; Wed, 24 Mar 2021 11:20:30 +0000 (UTC) IronPort-SDR: 8VYPilypy4YDwt73kAjJyoA632V0fykkDD8s2cb1U9wyNhxYofUxsglqkE7cAcTFtdZEMnWwZe Nq778yyU5uPA== X-IronPort-AV: E=McAfee;i="6000,8403,9932"; a="275794380" X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="275794380" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 04:20:29 -0700 IronPort-SDR: aUI+FIQQ/g0RcrsPGXuDPH+SN9Svjea7dF0yNQKdy8ZPek9dFMBXTAkm26hF1F6eWF3UC4AzDq qBIMMfaVQLGw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="381731533" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga007.fm.intel.com with ESMTP; 24 Mar 2021 04:20:29 -0700 Received: from bgsmsx605.gar.corp.intel.com (10.67.234.7) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 24 Mar 2021 04:20:28 -0700 Received: from bgsmsx604.gar.corp.intel.com (10.67.234.6) by BGSMSX605.gar.corp.intel.com (10.67.234.7) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 24 Mar 2021 16:50:26 +0530 Received: from bgsmsx604.gar.corp.intel.com ([10.67.234.6]) by BGSMSX604.gar.corp.intel.com ([10.67.234.6]) with mapi id 15.01.2106.013; Wed, 24 Mar 2021 16:50:26 +0530 From: "Shankar, Uma" To: Kai Vehmanen Thread-Topic: [PATCH] drm/i915/audio: set HDA link parameters in driver Thread-Index: AQHXAVFw2GP5NQ/BY0Wo7PDp+2OR7KqPxTGAgAN3R+A= Date: Wed, 24 Mar 2021 11:20:26 +0000 Message-ID: <72848ff6735d4e2b827edd65fbf2ebe9@intel.com> References: <20210212150838.2568483-1-kai.vehmanen@linux.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-reaction: no-action dlp-version: 11.5.1.3 x-originating-ip: [10.223.10.1] MIME-Version: 1.0 Subject: Re: [Intel-gfx] [PATCH] drm/i915/audio: set HDA link parameters in driver 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: , Cc: "intel-gfx@lists.freedesktop.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" > -----Original Message----- > From: Kai Vehmanen > Sent: Monday, March 22, 2021 5:24 PM > To: Kai Vehmanen > Cc: intel-gfx@lists.freedesktop.org; Shankar, Uma > Subject: Re: [PATCH] drm/i915/audio: set HDA link parameters in driver > > Hi, > > On Fri, 12 Feb 2021, Kai Vehmanen wrote: > > > Update logic to program AUD_FREQ_CNTRL register based on new guidance. > > Earlier this register was configured by BIOS and driver discovered the > > value at init. This is no longer recommended and instead driver should > > set the values based on the hardware revision. > > any chance to get this merged? This has a reviewed-by already and all tests pass: Hi Kai, Can you rebase and resend, I will help merge this. Regards, Uma Shankar > https://patchwork.freedesktop.org/series/87040/ > > Br, Kai _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx