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.8 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 7B189C432C0 for ; Tue, 26 Nov 2019 14:57:52 +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 008CC2075C for ; Tue, 26 Nov 2019 14:57:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="sDcUsIaO" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 008CC2075C 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 416DF1752; Tue, 26 Nov 2019 15:57:00 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 416DF1752 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1574780270; bh=ViT0Tc7BTQR6pqchV5X5u1vdIzw4Z9RqZLlUfzBj6cU=; h=Date:From:To:In-Reply-To:References:Cc:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=sDcUsIaOeJFQ6g1ePIjnUHOSuCmHZ3G9pyLUPEalvpw/2oNBuRS4CTxw9JlOYGzxo 35bgrJqv/avjDwjJjRtnMTyFdAjSiQNqiuSfPcwV54BexYewE43tLBasWlPu30UUhY vM8ytKDb4eBHJJ3ANGwjOzsU1owWVKL1K9rbUsW8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 52034F80232; Tue, 26 Nov 2019 15:54:02 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id BD51FF80233; Tue, 26 Nov 2019 15:54:00 +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 256C5F8022D for ; Tue, 26 Nov 2019 15:53:57 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 256C5F8022D 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 4306AAC28; Tue, 26 Nov 2019 14:53:57 +0000 (UTC) Date: Tue, 26 Nov 2019 15:53:57 +0100 Message-ID: From: Takashi Iwai To: Alex Deucher In-Reply-To: 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 list 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 Mon, 25 Nov 2019 15:40:43 +0100, Alex Deucher wrote: > > On Sat, Nov 23, 2019 at 3:57 AM Takashi Iwai wrote: > > > > 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. > > Up to you. I'm ok to wait for the next merge window if you'd prefer. OK, I'm going to apply them for 5.5-rc1 inclusion. BTW, should I apply these patches with your gmail address as author (while sign-off is AMD address)? Or should I align both to your AMD address? It's nothing wrong to have different addresses in the commit, but if unintended, it's better to align both. thanks, Takashi _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org https://mailman.alsa-project.org/mailman/listinfo/alsa-devel