From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id B8EEC10E0A6 for ; Thu, 17 Aug 2023 17:38:43 +0000 (UTC) Message-ID: Date: Thu, 17 Aug 2023 23:08:24 +0530 Content-Language: en-US References: <20230817093504.75749-1-mauro.chehab@linux.intel.com> From: "Modem, Bhanuprakash" In-Reply-To: <20230817093504.75749-1-mauro.chehab@linux.intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [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" To: Mauro Carvalho Chehab , igt-dev@lists.freedesktop.org List-ID: Hi Mauro, On Thu-17-08-2023 03:05 pm, Mauro Carvalho Chehab wrote: > 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 As the testplan is not inside the reference dir, the URL must be: "../../../testplan/xe_tests.html" Also, is there anyway to put these urls in index.html, instead of opening igt-xe-tests.html and from there open the actual xe_tests.html? > + > + 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', Also, we must drop testdisplay, since it is already covered by kms tests. - Bhanu > 'meta', > 'perf', > 'pm',