From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id E1DF010E41D for ; Thu, 17 Aug 2023 09:35:09 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.19.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 7DE23580505 for ; Thu, 17 Aug 2023 02:35:08 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1qWZPG-000Jhz-1f for igt-dev@lists.freedesktop.org; Thu, 17 Aug 2023 11:35:06 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Thu, 17 Aug 2023 11:35:04 +0200 Message-ID: <20230817093504.75749-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab Instead of relying on runtime-based docs, use the documentation parsed via testplan for i915, Xe and KMS tests. Signed-off-by: Mauro Carvalho Chehab --- .../igt-gpu-tools/igt_test_programs.xml | 63 ++++++++----------- docs/reference/igt-gpu-tools/meson.build | 4 -- 2 files changed, 27 insertions(+), 40 deletions(-) diff --git a/docs/reference/igt-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml index 92bc33ba83f6..51f8cac05f98 100644 --- a/docs/reference/igt-gpu-tools/igt_test_programs.xml +++ b/docs/reference/igt-gpu-tools/igt_test_programs.xml @@ -147,42 +147,6 @@ - - - Gen 3 Tests - Tests specific to gen 3 - - - - - - - - Gen 7 Tests - Tests specific to gen 7 - - - - - - - - i915 Tests - Tests for overall i915 driver behaviour - - - - - - - - KMS Tests - Tests for kernel mode setting - - - - - Meta Tests @@ -255,6 +219,33 @@ + + + + Xe Tests + + Tests for the Intel Xe driver + + + + + + + i915 Tests + + Tests for the Intel i915 driver + + + + + + + KMS Tests + + Tests for kernel mode setting + + + Glossary diff --git a/docs/reference/igt-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build index 6b832ad279cf..9bb5ca7e0798 100644 --- a/docs/reference/igt-gpu-tools/meson.build +++ b/docs/reference/igt-gpu-tools/meson.build @@ -29,10 +29,6 @@ test_groups = [ 'debugfs', 'drm', 'gem', - 'gen3', - 'gen7', - 'i915', - 'kms', 'meta', 'perf', 'pm', -- 2.41.0