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=-0.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, 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 1C665C432C0 for ; Sat, 23 Nov 2019 08:58:07 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 25F1120726 for ; Sat, 23 Nov 2019 08:58:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="SOIcuWAL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25F1120726 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C049D17EC; Sat, 23 Nov 2019 09:57:13 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C049D17EC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1574499483; bh=0s5lpvPFNY6jfTBYHRV8sJXl1V6brhUUXEJpN+xpltU=; h=Date:From:To:In-Reply-To:References:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=SOIcuWALPQCMr9kVfYU04rg8GIKxXpI93mBsVaskUmkOMM4g0CIU8B4wrqA/aJKU3 wTQ1abDY6weRik3Lym8W6WmDK/sBWzIU/4pNdnB4jHVLb8J75mzikOLb4bBAKN6JPw vpP7YURIfCe0ouL/Dy1sVDGCphZSzG2BSzFffn+s= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 50075F8014E; Sat, 23 Nov 2019 09:57:13 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 55157F8015B; Sat, 23 Nov 2019 09:57:09 +0100 (CET) Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 41476F800EE for ; Sat, 23 Nov 2019 09:57:05 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 41476F800EE X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id E9A46AC1A; Sat, 23 Nov 2019 08:57:04 +0000 (UTC) Date: Sat, 23 Nov 2019 09:57:04 +0100 Message-ID: From: Takashi Iwai To: Alex Deucher In-Reply-To: <20191122214353.582899-1-alexander.deucher@amd.com> References: <20191122214353.582899-1-alexander.deucher@amd.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Cc: Alex Deucher , alsa-devel@alsa-project.org, amd-gfx@lists.freedesktop.org Subject: Re: [alsa-devel] [PATCH 0/4] add runtime pm support for AMD display audio X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Fri, 22 Nov 2019 22:43:49 +0100, Alex Deucher wrote: > > These patches were originally part of a larger set of patches > to enabled runtime pm support on the GPU side[1]. However, the > patches are useful on their own there are really no dependencies, > other than the fact that you need both for runtime pm to kick in > on the GPU side. The GPU side will be landing for 5.6; I'd like > to land the audio side as well. Do you mean that these can go into 5.5-rc1, or they need waiting until 5.5-rc1 release? I guess these won't break things even without the runtime PM support in GPU side, as the ELD notification is done via audio component, so I'm fine to apply them at any time. thanks, Takashi > > Thanks, > > Alex > > [1]: https://patchwork.freedesktop.org/series/67885/ > > Alex Deucher (4): > ALSA: hda/hdmi - fix vgaswitcheroo detection for AMD > ALSA: hda/hdmi - Add new pci ids for AMD GPU display audio > ALSA: hda/hdmi - enable runtime pm for newer AMD display audio > ALSA: hda/hdmi - enable automatic runtime pm for AMD HDMI codecs by > default > > sound/pci/hda/hda_intel.c | 80 +++++++++++++++++++++++++++++++++++--- > sound/pci/hda/patch_hdmi.c | 1 + > 2 files changed, 76 insertions(+), 5 deletions(-) > > -- > 2.23.0 > _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel