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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 87EB9C4320A for ; Thu, 29 Jul 2021 12:38:24 +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 486FA60F42 for ; Thu, 29 Jul 2021 12:38:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 486FA60F42 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de 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 A2C696ED8E; Thu, 29 Jul 2021 12:38:23 +0000 (UTC) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0106C6ED8E for ; Thu, 29 Jul 2021 12:38:21 +0000 (UTC) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5D89722296; Thu, 29 Jul 2021 12:38:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1627562300; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DuKG1Hw6+LWY5rC96vAG57cCXXHD158grqFN/MFqgd0=; b=CKlmRScEALWTzuyWTqAMOJdmIk+HpIAVBwyMcmA1U9uyZRnZ3LB3y9rdRUusdVJWHfpThY x8SqYUoDOFmSaDIWaRVtqGsabbx+VGjDdLFTzPq6JbougnEQYjVX8e/Ahp+lT2urh42gx2 BGZMlBn9sjvGkbYfvMeTVHuZl2jyKso= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1627562300; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DuKG1Hw6+LWY5rC96vAG57cCXXHD158grqFN/MFqgd0=; b=zjk2OTGnwf/8glhYQMgSOuD/J+ZGbCSoihd+ycd7jTXFBadfDKhhgYVbeXZ7lld7SU1ixs /UVQ3gKyJWmU4pDg== Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 3F04512FF9; Thu, 29 Jul 2021 12:38:20 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id GDHhDjyhAmFZdwAAGKfGzw (envelope-from ); Thu, 29 Jul 2021 12:38:20 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <162754118323.22367.3766747345834573441@localhost> References: <20210723072414.17590-1-iivanov@suse.de> <20210728115419.kt3tdhx5jmmk42u2@gilmour> <162754118323.22367.3766747345834573441@localhost> From: Ivan T. Ivanov To: Maxime Ripard Subject: Re: [PATCH] drm/vc4: hdmi: Add debugfs prefix Date: Thu, 29 Jul 2021 15:38:19 +0300 Message-ID: <162756229967.27869.17983896381993823317@localhost> User-Agent: alot/0.9.1 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , dri-devel@lists.freedesktop.org, Emma Anholt , linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi, Quoting Ivan T. Ivanov (2021-07-29 09:46:23) > Quoting Maxime Ripard (2021-07-28 14:54:19) > > Hi, > >=20 > > On Fri, Jul 23, 2021 at 09:24:14AM +0200, Ivan T. Ivanov wrote: > > > Without prefix debugfs can't properly create component > > > debug information tree when driver register more than > > > one component per device, in this case two. Fix this. > > >=20 > > > debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already p= resent! > > >=20 > > > Signed-off-by: Ivan T. Ivanov > >=20 > > Thanks for your patch. > >=20 > > However, that part changed fairly significantly recently so you'll need > > to rebase it on top of the drm-misc-next (or linux-next) > >=20 >=20 > Thanks, will do. >=20 It looks like this patch is not relevant anymore. Side note: vc4_hdmi_audio_component_drv and related definitions seems unused. Regards, Ivan