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 98E9FC433FE for ; Tue, 8 Nov 2022 09:50:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA68510E3CB; Tue, 8 Nov 2022 09:49:58 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id BEFDA10E0E8; Tue, 8 Nov 2022 09:49:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667900992; x=1699436992; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=iC+onxNy7KNgKEzOFYTssykgkV5jyGSsB6F/1ba4UZ0=; b=l4X+QIOJ8GGfjvKCYGFQszVm2p/BJfMhOjPNXOpdjZadXiuGa1dztCcg 70lEAh3LLeekidm2M6d0RlLQJA7cUKOWB7OOrw79TwBDqo6xSZGU4NmUr j1KEqNpA5C/mnF7TeFTE26pVZktCk5Ia03t4U2dCwin0JqvQpTqOzJ2Hn uLeAU4/RfDCBp0EQ5H8VyT0bH6+GSKKLstGACEEcZni6ChzwZR1IRjV9Y kKZgOBbwL4DF61afzpgGHnnNruMjtwBppfrHKVP/Fr9whqlnVOvgvuX9M VTL4xz0jriLJ8iV8dZmTojJT3ppdhbVDKTNTE4Wvl/feqhYAyEdmUs/QX g==; X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="337381192" X-IronPort-AV: E=Sophos;i="5.96,147,1665471600"; d="scan'208";a="337381192" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 01:49:48 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="811182308" X-IronPort-AV: E=Sophos;i="5.96,147,1665471600"; d="scan'208";a="811182308" Received: from shylandx-mobl2.ger.corp.intel.com (HELO [10.213.210.50]) ([10.213.210.50]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Nov 2022 01:49:46 -0800 Message-ID: Date: Tue, 8 Nov 2022 09:49:45 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Content-Language: en-US To: Lucas De Marchi , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-doc@vger.kernel.org References: <20221107173209.2219571-1-lucas.demarchi@intel.com> <20221107173209.2219571-2-lucas.demarchi@intel.com> From: Tvrtko Ursulin Organization: Intel Corporation UK Plc In-Reply-To: <20221107173209.2219571-2-lucas.demarchi@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH 1/3] Documentation/gpu: Fix section in the wrong scope X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mauro Carvalho Chehab Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 07/11/2022 17:32, Lucas De Marchi wrote: > That section should still be inside "DRM client usage stats" rather than > as a sibling. > > Signed-off-by: Lucas De Marchi > --- > Documentation/gpu/drm-usage-stats.rst | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/gpu/drm-usage-stats.rst b/Documentation/gpu/drm-usage-stats.rst > index 92c5117368d7..b46327356e80 100644 > --- a/Documentation/gpu/drm-usage-stats.rst > +++ b/Documentation/gpu/drm-usage-stats.rst > @@ -126,7 +126,6 @@ percentage utilization of the engine, whereas drm-engine- only reflects > time active without considering what frequency the engine is operating as a > percentage of it's maximum frequency. > > -=============================== > Driver specific implementations > =============================== > Oops - yep. Reviewed-by: Tvrtko Ursulin Regards, Tvrtko