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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 50E12CE8D61 for ; Thu, 19 Sep 2024 09:12:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1198C10E6AD; Thu, 19 Sep 2024 09:12:01 +0000 (UTC) X-Greylist: delayed 2569 seconds by postgrey-1.36 at gabe; Thu, 19 Sep 2024 09:12:00 UTC Received: from coelho.fi (static.29.146.99.88.clients.your-server.de [88.99.146.29]) by gabe.freedesktop.org (Postfix) with ESMTPS id 212B010E6AD for ; Thu, 19 Sep 2024 09:12:00 +0000 (UTC) Received: from 91-155-255-213.elisa-laajakaista.fi ([91.155.255.213] helo=[192.168.100.137]) by coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97) (envelope-from ) id 1srCXD-000000005qc-28Zw; Thu, 19 Sep 2024 11:29:10 +0300 Message-ID: <799c3feff78cfbec83fed11d83ee7d1bfde13296.camel@coelho.fi> From: Luca Coelho To: Jani Nikula , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Date: Thu, 19 Sep 2024 11:29:07 +0300 In-Reply-To: <1b825b893dd2d423da167a7b6b21d05e8cd0182c.1726231866.git.jani.nikula@intel.com> References: <1b825b893dd2d423da167a7b6b21d05e8cd0182c.1726231866.git.jani.nikula@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.53.2-1 MIME-Version: 1.0 Subject: Re: [PATCH 2/2] drm/i915/debugfs: add dedicated intel_display_caps debugfs for display X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Fri, 2024-09-13 at 15:51 +0300, Jani Nikula wrote: > Add dedicated intel_display_caps for display, with device info and > params. Intentionally prefix the file intel_ instead of i915_. Going > forward, we should do the same for all debugfs files, making them > independent of i915 and xe. >=20 > Remove display param dumping from i915 specific i915_capabilities > debugfs. >=20 > Note that we don't add node_to_intel_display() functionality in > to_intel_display(). It's too specific for that. >=20 > Signed-off-by: Jani Nikula > --- Reviewed-by: Luca Coelho -- Cheers, Luca.