From: Petri Latvala <petri.latvala@intel.com>
To: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] docs: Remove defunct sections
Date: Tue, 19 Nov 2019 15:40:11 +0200 [thread overview]
Message-ID: <20191119134011.GC25209@platvala-desk.ger.corp.intel.com> (raw)
In-Reply-To: <20191119131339.135947-1-arkadiusz.hiler@intel.com>
On Tue, Nov 19, 2019 at 03:13:39PM +0200, Arkadiusz Hiler wrote:
> * chamelium was renamed to kms_chamelium and is now part of the KMS
> Tests section
> * GVT tests were removed.
>
> 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 | 2 --
> .../igt-gpu-tools/igt_test_programs.xml | 18 ------------------
> docs/reference/igt-gpu-tools/meson.build | 2 --
> 3 files changed, 22 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..209253ce 100644
> --- a/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> +++ b/docs/reference/igt-gpu-tools/igt-gpu-tools-docs.xml
> @@ -19,7 +19,6 @@
> <xi:include href="xml/igt_alsa.xml"/>
> <xi:include href="xml/igt_audio.xml"/>
> <xi:include href="xml/igt_aux.xml"/>
> - <xi:include href="xml/igt_chamelium.xml"/>
> <xi:include href="xml/igt_core.xml"/>
> <xi:include href="xml/igt_debugfs.xml"/>
> <xi:include href="xml/igt_device.xml"/>
> @@ -28,7 +27,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"/>
These are unrelated. igt_chamelium.xml is lib/igt_chamelium docs, igt_gvt.xml is lib/igt_gvt.
> 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',
These other changes are ok.
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-11-19 13:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-19 13:13 [igt-dev] [PATCH i-g-t] docs: Remove defunct sections Arkadiusz Hiler
2019-11-19 13:40 ` Petri Latvala [this message]
2019-11-19 14:18 ` [igt-dev] ✓ Fi.CI.BAT: success for " 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=20191119134011.GC25209@platvala-desk.ger.corp.intel.com \
--to=petri.latvala@intel.com \
--cc=arkadiusz.hiler@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/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