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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D019C433EF for ; Thu, 14 Oct 2021 00:04:36 +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 2C93C6113B for ; Thu, 14 Oct 2021 00:04:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2C93C6113B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com 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 6A4356EBB7; Thu, 14 Oct 2021 00:04:32 +0000 (UTC) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id D5B166E887; Thu, 14 Oct 2021 00:04:30 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10136"; a="226336838" X-IronPort-AV: E=Sophos;i="5.85,371,1624345200"; d="scan'208";a="226336838" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2021 17:04:27 -0700 X-IronPort-AV: E=Sophos;i="5.85,371,1624345200"; d="scan'208";a="487138048" Received: from melhebea-mobl1.amr.corp.intel.com (HELO ldmartin-desk2) ([10.212.50.4]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2021 17:04:25 -0700 Date: Wed, 13 Oct 2021 17:04:27 -0700 From: Lucas De Marchi To: Andi Shyti Cc: Intel GFX , DRI Devel , Tvrtko Ursulin , Chris Wilson , Andi Shyti Subject: Re: [Intel-gfx] [PATCH v5] drm/i915/gt: move remaining debugfs interfaces into gt Message-ID: <20211014000427.652zp2ahlq7g2cvd@ldmartin-desk2> X-Patchwork-Hint: comment References: <20211012221738.16029-1-andi@etezian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20211012221738.16029-1-andi@etezian.org> 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Oct 13, 2021 at 12:17:38AM +0200, Andi Shyti wrote: >From: Andi Shyti > >The following interfaces: > > i915_wedged > i915_forcewake_user > >are dependent on gt values. Put them inside gt/ and drop the >"i915_" prefix name. This would be the new structure: > > dri/0/gt > | > +-- forcewake_user > | > \-- reset > >For backwards compatibility with existing igt (and the slight >semantic difference between operating on the i915 abi entry >points and the deep gt info): > > dri/0 > | > +-- i915_wedged > | > \-- i915_forcewake_user > >remain at the top level. > >Signed-off-by: Andi Shyti >Cc: Tvrtko Ursulin >Cc: Chris Wilson >Reviewed-by: Lucas De Marchi do you want me to push this? Lucas De Marchi