From patchwork Mon Nov 7 17:32:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas De Marchi X-Patchwork-Id: 13034956 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 EB88DC4332F for ; Mon, 7 Nov 2022 17:43:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CAA4A10E837; Mon, 7 Nov 2022 17:43:02 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2BBC410E828; Mon, 7 Nov 2022 17:42:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667842978; x=1699378978; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=GHPk9xqpYWmnySxynr7NduvhEBCfEm3hDibv2rvryPc=; b=ClpTIlCwtNBct2T1OAEDDkzk3f7LeY0LhvIdK9THiiDL+u/fexVupu+f y8xUmPVmzBLQ6Ew0BKzLeV37o/BURX0qwlKsHj+7FLhC4C+F61mWWz11S yLKgI/c45YpHP6spWwsShKj7ziS6gwESi79d9gryP5zztcwPuh/YZJuvy ZZECFNahp09vTg6e6Tp5gisijerFI8071V19cazr34lYGWz2bqsKkgfyR zBRsPYvxfse7RjvLSG4qjIh/TGe8Gg61APZ+NM3syOuGcdpi3yMX+vFMm yLC/zEl9RjSqFVtiFRJjxQ//z017+RZebiv6Yn7N80e4UGew6x33FqSr4 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="374744376" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="374744376" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 09:32:58 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="630568319" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="630568319" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.143]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 09:32:58 -0800 From: Lucas De Marchi To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-doc@vger.kernel.org Date: Mon, 7 Nov 2022 09:32:07 -0800 Message-Id: <20221107173209.2219571-2-lucas.demarchi@intel.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221107173209.2219571-1-lucas.demarchi@intel.com> References: <20221107173209.2219571-1-lucas.demarchi@intel.com> MIME-Version: 1.0 Subject: [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 , Lucas De Marchi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" That section should still be inside "DRM client usage stats" rather than as a sibling. Signed-off-by: Lucas De Marchi Reviewed-by: Tvrtko Ursulin --- 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 =============================== From patchwork Mon Nov 7 17:32:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas De Marchi X-Patchwork-Id: 13034955 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 1294DC4332F for ; Mon, 7 Nov 2022 17:43:09 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5849F10E835; Mon, 7 Nov 2022 17:43:01 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id B52A610E828; Mon, 7 Nov 2022 17:42:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667842978; x=1699378978; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=W3zR3ozQVaFaXeQbgRXKBUOwQlqXOEQHKQq2JdzbNp8=; b=QfCCXbV2mz5AsIm0H4yJ46LKXTvjXSirl1mBuAnODr8ZENkv4G1/Heg7 5VhNivldAybqQlv9U81bTlyd1aF7Y3rw82U1UaTM8JKRvnJd7eAZQ097X KakQQfiF33zR7gU1lLnVMEQ4N5qzMU8CAtivTt8953zf/O2BHuzYDFJ3g lvuUqTZAeU2wltikP6I667j5j/birSAIAQ1C99BMMuRHCNUTtx9534iOV AsATA3q02CqdY+OAYKzCmIPw1sPmG9HReZ0uLxoNRqRvmxIPB5aKF+fQa grUXcyarmEB0bSyPsyIPepzZtTHxbiVu2jZnLd/L+vP9tiDDKVubxe+CX Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="374744378" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="374744378" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 09:32:58 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="630568322" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="630568322" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.143]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 09:32:58 -0800 From: Lucas De Marchi To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-doc@vger.kernel.org Date: Mon, 7 Nov 2022 09:32:08 -0800 Message-Id: <20221107173209.2219571-3-lucas.demarchi@intel.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221107173209.2219571-1-lucas.demarchi@intel.com> References: <20221107173209.2219571-1-lucas.demarchi@intel.com> MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 2/3] Documentation/gpu: Limit index to maxdepth=2 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 , Lucas De Marchi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" With a lot of sub-section it's a little bit hard to find the information needed in the main GPU index. Limit the maxdepth to 2 so it doesn't get poluted with noise from each driver and from other sections. Signed-off-by: Lucas De Marchi --- Documentation/gpu/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index b99dede9a5b1..1d9402d519be 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -3,6 +3,7 @@ Linux GPU Driver Developer's Guide ================================== .. toctree:: + :maxdepth: 2 introduction drm-internals From patchwork Mon Nov 7 17:32:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas De Marchi X-Patchwork-Id: 13034958 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 13DE5C433FE for ; Mon, 7 Nov 2022 17:43:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 402DD10E831; Mon, 7 Nov 2022 17:43:05 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6585610E835; Mon, 7 Nov 2022 17:42:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667842978; x=1699378978; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KODMlnwV/QFHCCKxEIsZ/8aNUnTgN8JpQxZph3w8T2E=; b=iyVx7njUeLfM2PRZlaDkewyq6HpTR0eDCwW0F+vnbuT4Ri+U1+0tOeed HC0ebUZ2OS7nB14gmCwf9Ud4n2whikqkP76/ZjY8lK/2I45pByXJZj8yz 1aVZ7QpSACuNuhGQnwztc4u5UjQMvHfkA0RBMK6VCtEkBpcR6eeeMmIuj UORpGP3j73W/PNfK5jS6cIFKwwgRpaIq2hhb++8UnItR4JAsyFXMfM6zN Utjdwhk1DKr9AzVEs9bZjnlWkwunTo9OES7Ex9Y1WEhHKuXV/sCznEvpy c8rEGle4SlL3Z31ABP6tLakCEHj1z/WXdef2sPS6OyvIMa+M7lfVc+LJU A==; X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="374744379" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="374744379" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 09:32:58 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10524"; a="630568325" X-IronPort-AV: E=Sophos;i="5.96,145,1665471600"; d="scan'208";a="630568325" Received: from lucas-s2600cw.jf.intel.com ([10.165.21.143]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2022 09:32:58 -0800 From: Lucas De Marchi To: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, linux-doc@vger.kernel.org Date: Mon, 7 Nov 2022 09:32:09 -0800 Message-Id: <20221107173209.2219571-4-lucas.demarchi@intel.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221107173209.2219571-1-lucas.demarchi@intel.com> References: <20221107173209.2219571-1-lucas.demarchi@intel.com> MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 3/3] Documentation/gpu: Limit drivers index to maxdepth=2 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 , Lucas De Marchi Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Just like the main index, the page generated is very verbose if all the internal details of each driver is included. Signed-off-by: Lucas De Marchi --- Documentation/gpu/drivers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/gpu/drivers.rst b/Documentation/gpu/drivers.rst index 3a52f48215a3..a36ec133b123 100644 --- a/Documentation/gpu/drivers.rst +++ b/Documentation/gpu/drivers.rst @@ -3,6 +3,7 @@ GPU Driver Documentation ======================== .. toctree:: + :maxdepth: 2 amdgpu/index i915