public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH i-g-t 2/2] docs: Remove defunct sections
Date: Tue, 19 Nov 2019 15:48:59 +0200	[thread overview]
Message-ID: <20191119134859.145430-2-arkadiusz.hiler@intel.com> (raw)
In-Reply-To: <20191119134859.145430-1-arkadiusz.hiler@intel.com>

 * chamelium was renamed to kms_chamelium and is now part of the KMS
   Tests section
 * GVT tests were removed.

v2: don't remove the API docs (Petri)

Fixes: 8809638e8e42 ("tests: Rename chamelium to kms_chamelium.")
Fixes: 8781fd89a63e ("igt: Remove gvt_basic")
Reported-by: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
 .../igt-gpu-tools/igt-gpu-tools-docs.xml       |  1 -
 .../igt-gpu-tools/igt_test_programs.xml        | 18 ------------------
 docs/reference/igt-gpu-tools/meson.build       |  2 --
 3 files changed, 21 deletions(-)

diff --git a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
index 3f14d7be..2edb4adf 100644
--- a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
+++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
@@ -28,7 +28,6 @@
     <xi:include href="xml/igt_fb.xml"/>
     <xi:include href="xml/igt_frame.xml"/>
     <xi:include href="xml/igt_gt.xml"/>
-    <xi:include href="xml/igt_gvt.xml"/>
     <xi:include href="xml/igt_kmod.xml"/>
     <xi:include href="xml/igt_kms.xml"/>
     <xi:include href="xml/igt_list.xml"/>
diff --git a/docs/reference/igt-gpu-tools/igt_test_programs.xml b/docs/reference/igt-gpu-tools/igt_test_programs.xml
index b64ba474..3c1e18ee 100644
--- a/docs/reference/igt-gpu-tools/igt_test_programs.xml
+++ b/docs/reference/igt-gpu-tools/igt_test_programs.xml
@@ -104,15 +104,6 @@
     <xi:include href="igt_test_programs_amdgpu_description.xml"/>
   </refentry>
 
-  <refentry id="igt-chamelium-tests">
-    <refnamediv>
-      <refname>Chamelium Tests</refname>
-      <refpurpose>Tests using the Chamelium platform</refpurpose>
-    </refnamediv>
-    <xi:include href="igt_test_programs_chamelium_programs.xml"/>
-    <xi:include href="igt_test_programs_chamelium_description.xml"/>
-  </refentry>
-
   <refentry id="igt-core-tests">
     <refnamediv>
       <refname>Core Tests</refname>
@@ -167,15 +158,6 @@
     <xi:include href="igt_test_programs_gen7_description.xml"/>
   </refentry>
 
-  <refentry id="igt-gvt-tests">
-    <refnamediv>
-      <refname>GVT Tests</refname>
-      <refpurpose>Tests for graphics virtualization technology</refpurpose>
-    </refnamediv>
-    <xi:include href="igt_test_programs_gvt_programs.xml"/>
-    <xi:include href="igt_test_programs_gvt_description.xml"/>
-  </refentry>
-
   <refentry id="igt-i915-tests">
     <refnamediv>
       <refname>i915 Tests</refname>
diff --git a/docs/reference/igt-gpu-tools/meson.build b/docs/reference/igt-gpu-tools/meson.build
index 2fb7f509..6b832ad2 100644
--- a/docs/reference/igt-gpu-tools/meson.build
+++ b/docs/reference/igt-gpu-tools/meson.build
@@ -25,14 +25,12 @@ ignore_headers = [
 
 test_groups = [
 	'amdgpu',
-	'chamelium',
 	'core',
 	'debugfs',
 	'drm',
 	'gem',
 	'gen3',
 	'gen7',
-	'gvt',
 	'i915',
 	'kms',
 	'meta',
-- 
2.23.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-11-19 13:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-19 13:48 [igt-dev] [PATCH i-g-t 1/2] lib: Remove igt_gvt Arkadiusz Hiler
2019-11-19 13:48 ` Arkadiusz Hiler [this message]
2019-11-19 13:53   ` [igt-dev] [PATCH i-g-t 2/2] docs: Remove defunct sections Petri Latvala
2019-11-19 14:37 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib: Remove igt_gvt Patchwork
2019-11-19 22:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-11-20  9:21 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191119134859.145430-2-arkadiusz.hiler@intel.com \
    --to=arkadiusz.hiler@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox