* [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation
@ 2023-08-17 9:35 Mauro Carvalho Chehab
2023-08-17 11:00 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Mauro Carvalho Chehab @ 2023-08-17 9:35 UTC (permalink / raw)
To: igt-dev
From: Mauro Carvalho Chehab <mchehab@kernel.org>
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 <mchehab@kernel.org>
---
.../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 @@
<xi:include href="igt_test_programs_gem_description.xml"/>
</refentry>
- <refentry id="igt-gen3-tests">
- <refnamediv>
- <refname>Gen 3 Tests</refname>
- <refpurpose>Tests specific to gen 3</refpurpose>
- </refnamediv>
- <xi:include href="igt_test_programs_gen3_programs.xml"/>
- <xi:include href="igt_test_programs_gen3_description.xml"/>
- </refentry>
-
- <refentry id="igt-gen7-tests">
- <refnamediv>
- <refname>Gen 7 Tests</refname>
- <refpurpose>Tests specific to gen 7</refpurpose>
- </refnamediv>
- <xi:include href="igt_test_programs_gen7_programs.xml"/>
- <xi:include href="igt_test_programs_gen7_description.xml"/>
- </refentry>
-
- <refentry id="igt-i915-tests">
- <refnamediv>
- <refname>i915 Tests</refname>
- <refpurpose>Tests for overall i915 driver behaviour</refpurpose>
- </refnamediv>
- <xi:include href="igt_test_programs_i915_programs.xml"/>
- <xi:include href="igt_test_programs_i915_description.xml"/>
- </refentry>
-
- <refentry id="igt-kms-tests">
- <refnamediv>
- <refname>KMS Tests</refname>
- <refpurpose>Tests for kernel mode setting</refpurpose>
- </refnamediv>
- <xi:include href="igt_test_programs_kms_programs.xml"/>
- <xi:include href="igt_test_programs_kms_description.xml"/>
- </refentry>
-
<refentry id="igt-meta-tests">
<refnamediv>
<refname>Meta Tests</refname>
@@ -255,6 +219,33 @@
<xi:include href="igt_test_programs_vgem_description.xml"/>
</refentry>
+ <refentry id="igt-xe-tests">
+ <refnamediv>
+ <refname>
+ <ulink url="../testplan/xe_tests.html" type="http">Xe Tests</ulink>
+ </refname>
+ <refpurpose>Tests for the Intel Xe driver</refpurpose>
+ </refnamediv>
+ </refentry>
+
+ <refentry id="igt-i915-tests">
+ <refnamediv>
+ <refname>
+ <ulink url="../testplan/i915_tests.html" type="http">i915 Tests</ulink>
+ </refname>
+ <refpurpose>Tests for the Intel i915 driver</refpurpose>
+ </refnamediv>
+ </refentry>
+
+ <refentry id="igt-kms-tests">
+ <refnamediv>
+ <refname>
+ <ulink url="../testplan/kms_tests.html" type="http">KMS Tests</ulink>
+ </refname>
+ <refpurpose>Tests for kernel mode setting</refpurpose>
+ </refnamediv>
+ </refentry>
+
<glossary>
<title>Glossary</title>
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
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ○ CI.xeBAT: info for docs/reference: add links to testplan-based documentation 2023-08-17 9:35 [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation Mauro Carvalho Chehab @ 2023-08-17 11:00 ` Patchwork 2023-08-17 11:01 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-17 11:00 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 345 bytes --] == Series Details == Series: docs/reference: add links to testplan-based documentation URL : https://patchwork.freedesktop.org/series/122567/ State : info == Summary == Participating hosts: bat-atsm-2 bat-dg2-oem2 bat-adlp-7 Missing hosts results[0]: Results: [IGTPW_9609](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9609/index.html) [-- Attachment #2: Type: text/html, Size: 855 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for docs/reference: add links to testplan-based documentation 2023-08-17 9:35 [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation Mauro Carvalho Chehab 2023-08-17 11:00 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork @ 2023-08-17 11:01 ` Patchwork 2023-08-17 16:00 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-17 11:01 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5668 bytes --] == Series Details == Series: docs/reference: add links to testplan-based documentation URL : https://patchwork.freedesktop.org/series/122567/ State : success == Summary == CI Bug Log - changes from IGT_7442 -> IGTPW_9609 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/index.html Participating hosts (40 -> 40) ------------------------------ Additional (1): fi-kbl-soraka Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9609 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-kbl-soraka: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271] / [i915#4613]) +3 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html * igt@i915_selftest@live@gt_lrc: - bat-adlp-9: [PASS][3] -> [INCOMPLETE][4] ([i915#4983] / [i915#7913]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/bat-adlp-9/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][5] ([i915#1886] / [i915#7913]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@migrate: - bat-dg2-11: [PASS][6] -> [DMESG-WARN][7] ([i915#7699]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/bat-dg2-11/igt@i915_selftest@live@migrate.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/bat-dg2-11/igt@i915_selftest@live@migrate.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-kbl-soraka: NOTRUN -> [SKIP][8] ([fdo#109271]) +8 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-kbl-soraka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: NOTRUN -> [SKIP][9] ([i915#1845] / [i915#5354]) +3 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-vga-1: - fi-ivb-3770: NOTRUN -> [DMESG-WARN][10] ([i915#8841]) +2 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-ivb-3770/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-vga-1.html #### Possible fixes #### * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [DMESG-FAIL][11] ([i915#5334]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html #### Warnings #### * igt@gem_exec_suspend@basic-s3@smem: - fi-ivb-3770: [ABORT][13] ([i915#8841]) -> [DMESG-WARN][14] ([i915#8841]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/fi-ivb-3770/igt@gem_exec_suspend@basic-s3@smem.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/fi-ivb-3770/igt@gem_exec_suspend@basic-s3@smem.html * igt@kms_psr@cursor_plane_move: - bat-rplp-1: [SKIP][15] ([i915#1072]) -> [ABORT][16] ([i915#8469] / [i915#8668]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/bat-rplp-1/igt@kms_psr@cursor_plane_move.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/bat-rplp-1/igt@kms_psr@cursor_plane_move.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#7359]: https://gitlab.freedesktop.org/drm/intel/issues/7359 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7953]: https://gitlab.freedesktop.org/drm/intel/issues/7953 [i915#8469]: https://gitlab.freedesktop.org/drm/intel/issues/8469 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7442 -> IGTPW_9609 CI-20190529: 20190529 CI_DRM_13528: a7c0be10a6b6a23017681cc609c1353711dc70e7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9609: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/index.html IGT_7442: f6eea5a02525d62d10596408d1175c83d6f4038e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/index.html [-- Attachment #2: Type: text/html, Size: 6729 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation 2023-08-17 9:35 [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation Mauro Carvalho Chehab 2023-08-17 11:00 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork 2023-08-17 11:01 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2023-08-17 16:00 ` Kamil Konieczny 2023-08-17 17:38 ` Modem, Bhanuprakash 2023-08-18 1:02 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Kamil Konieczny @ 2023-08-17 16:00 UTC (permalink / raw) Cc: igt-dev Hi Mauro, On 2023-08-17 at 11:35:04 +0200, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab <mchehab@kernel.org> > > 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 <mchehab@kernel.org> Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com> Looks ok, maybe we should add some more people on cc? +cc Petri. Regards, Kamil > --- > .../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 @@ > <xi:include href="igt_test_programs_gem_description.xml"/> > </refentry> > > - <refentry id="igt-gen3-tests"> > - <refnamediv> > - <refname>Gen 3 Tests</refname> > - <refpurpose>Tests specific to gen 3</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_gen3_programs.xml"/> > - <xi:include href="igt_test_programs_gen3_description.xml"/> > - </refentry> > - > - <refentry id="igt-gen7-tests"> > - <refnamediv> > - <refname>Gen 7 Tests</refname> > - <refpurpose>Tests specific to gen 7</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_gen7_programs.xml"/> > - <xi:include href="igt_test_programs_gen7_description.xml"/> > - </refentry> > - > - <refentry id="igt-i915-tests"> > - <refnamediv> > - <refname>i915 Tests</refname> > - <refpurpose>Tests for overall i915 driver behaviour</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_i915_programs.xml"/> > - <xi:include href="igt_test_programs_i915_description.xml"/> > - </refentry> > - > - <refentry id="igt-kms-tests"> > - <refnamediv> > - <refname>KMS Tests</refname> > - <refpurpose>Tests for kernel mode setting</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_kms_programs.xml"/> > - <xi:include href="igt_test_programs_kms_description.xml"/> > - </refentry> > - > <refentry id="igt-meta-tests"> > <refnamediv> > <refname>Meta Tests</refname> > @@ -255,6 +219,33 @@ > <xi:include href="igt_test_programs_vgem_description.xml"/> > </refentry> > > + <refentry id="igt-xe-tests"> > + <refnamediv> > + <refname> > + <ulink url="../testplan/xe_tests.html" type="http">Xe Tests</ulink> > + </refname> > + <refpurpose>Tests for the Intel Xe driver</refpurpose> > + </refnamediv> > + </refentry> > + > + <refentry id="igt-i915-tests"> > + <refnamediv> > + <refname> > + <ulink url="../testplan/i915_tests.html" type="http">i915 Tests</ulink> > + </refname> > + <refpurpose>Tests for the Intel i915 driver</refpurpose> > + </refnamediv> > + </refentry> > + > + <refentry id="igt-kms-tests"> > + <refnamediv> > + <refname> > + <ulink url="../testplan/kms_tests.html" type="http">KMS Tests</ulink> > + </refname> > + <refpurpose>Tests for kernel mode setting</refpurpose> > + </refnamediv> > + </refentry> > + > <glossary> > <title>Glossary</title> > > 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 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation 2023-08-17 9:35 [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation Mauro Carvalho Chehab ` (2 preceding siblings ...) 2023-08-17 16:00 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny @ 2023-08-17 17:38 ` Modem, Bhanuprakash 2023-08-29 11:51 ` Mauro Carvalho Chehab 2023-08-18 1:02 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 1 reply; 7+ messages in thread From: Modem, Bhanuprakash @ 2023-08-17 17:38 UTC (permalink / raw) To: Mauro Carvalho Chehab, igt-dev Hi Mauro, On Thu-17-08-2023 03:05 pm, Mauro Carvalho Chehab wrote: > From: Mauro Carvalho Chehab <mchehab@kernel.org> > > 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 <mchehab@kernel.org> > --- > .../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 @@ > <xi:include href="igt_test_programs_gem_description.xml"/> > </refentry> > > - <refentry id="igt-gen3-tests"> > - <refnamediv> > - <refname>Gen 3 Tests</refname> > - <refpurpose>Tests specific to gen 3</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_gen3_programs.xml"/> > - <xi:include href="igt_test_programs_gen3_description.xml"/> > - </refentry> > - > - <refentry id="igt-gen7-tests"> > - <refnamediv> > - <refname>Gen 7 Tests</refname> > - <refpurpose>Tests specific to gen 7</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_gen7_programs.xml"/> > - <xi:include href="igt_test_programs_gen7_description.xml"/> > - </refentry> > - > - <refentry id="igt-i915-tests"> > - <refnamediv> > - <refname>i915 Tests</refname> > - <refpurpose>Tests for overall i915 driver behaviour</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_i915_programs.xml"/> > - <xi:include href="igt_test_programs_i915_description.xml"/> > - </refentry> > - > - <refentry id="igt-kms-tests"> > - <refnamediv> > - <refname>KMS Tests</refname> > - <refpurpose>Tests for kernel mode setting</refpurpose> > - </refnamediv> > - <xi:include href="igt_test_programs_kms_programs.xml"/> > - <xi:include href="igt_test_programs_kms_description.xml"/> > - </refentry> > - > <refentry id="igt-meta-tests"> > <refnamediv> > <refname>Meta Tests</refname> > @@ -255,6 +219,33 @@ > <xi:include href="igt_test_programs_vgem_description.xml"/> > </refentry> > > + <refentry id="igt-xe-tests"> > + <refnamediv> > + <refname> > + <ulink url="../testplan/xe_tests.html" type="http">Xe Tests</ulink> 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? > + </refname> > + <refpurpose>Tests for the Intel Xe driver</refpurpose> > + </refnamediv> > + </refentry> > + > + <refentry id="igt-i915-tests"> > + <refnamediv> > + <refname> > + <ulink url="../testplan/i915_tests.html" type="http">i915 Tests</ulink> > + </refname> > + <refpurpose>Tests for the Intel i915 driver</refpurpose> > + </refnamediv> > + </refentry> > + > + <refentry id="igt-kms-tests"> > + <refnamediv> > + <refname> > + <ulink url="../testplan/kms_tests.html" type="http">KMS Tests</ulink> > + </refname> > + <refpurpose>Tests for kernel mode setting</refpurpose> > + </refnamediv> > + </refentry> > + > <glossary> > <title>Glossary</title> > > 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', ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation 2023-08-17 17:38 ` Modem, Bhanuprakash @ 2023-08-29 11:51 ` Mauro Carvalho Chehab 0 siblings, 0 replies; 7+ messages in thread From: Mauro Carvalho Chehab @ 2023-08-29 11:51 UTC (permalink / raw) To: Modem, Bhanuprakash; +Cc: igt-dev On Thu, 17 Aug 2023 23:08:24 +0530 "Modem, Bhanuprakash" <bhanuprakash.modem@intel.com> wrote: > Hi Mauro, > > On Thu-17-08-2023 03:05 pm, Mauro Carvalho Chehab wrote: > > From: Mauro Carvalho Chehab <mchehab@kernel.org> > > > > 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 <mchehab@kernel.org> > > --- > > .../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 @@ > > <xi:include href="igt_test_programs_gem_description.xml"/> > > </refentry> > > > > - <refentry id="igt-gen3-tests"> > > - <refnamediv> > > - <refname>Gen 3 Tests</refname> > > - <refpurpose>Tests specific to gen 3</refpurpose> > > - </refnamediv> > > - <xi:include href="igt_test_programs_gen3_programs.xml"/> > > - <xi:include href="igt_test_programs_gen3_description.xml"/> > > - </refentry> > > - > > - <refentry id="igt-gen7-tests"> > > - <refnamediv> > > - <refname>Gen 7 Tests</refname> > > - <refpurpose>Tests specific to gen 7</refpurpose> > > - </refnamediv> > > - <xi:include href="igt_test_programs_gen7_programs.xml"/> > > - <xi:include href="igt_test_programs_gen7_description.xml"/> > > - </refentry> > > - > > - <refentry id="igt-i915-tests"> > > - <refnamediv> > > - <refname>i915 Tests</refname> > > - <refpurpose>Tests for overall i915 driver behaviour</refpurpose> > > - </refnamediv> > > - <xi:include href="igt_test_programs_i915_programs.xml"/> > > - <xi:include href="igt_test_programs_i915_description.xml"/> > > - </refentry> > > - > > - <refentry id="igt-kms-tests"> > > - <refnamediv> > > - <refname>KMS Tests</refname> > > - <refpurpose>Tests for kernel mode setting</refpurpose> > > - </refnamediv> > > - <xi:include href="igt_test_programs_kms_programs.xml"/> > > - <xi:include href="igt_test_programs_kms_description.xml"/> > > - </refentry> > > - > > <refentry id="igt-meta-tests"> > > <refnamediv> > > <refname>Meta Tests</refname> > > @@ -255,6 +219,33 @@ > > <xi:include href="igt_test_programs_vgem_description.xml"/> > > </refentry> > > > > + <refentry id="igt-xe-tests"> > > + <refnamediv> > > + <refname> > > + <ulink url="../testplan/xe_tests.html" type="http">Xe Tests</ulink> > > As the testplan is not inside the reference dir, the URL must be: > "../../../testplan/xe_tests.html" The reference URL assumes the location where the docs will be installed. So, if we have them installed under a "install_dir": $ meson --prefix `pwd`/install_dir build -Dxe_driver=enabled --reconfigure We have: $ tree -d install_dir/share/gtk-doc/ install_dir/share/gtk-doc/ └── html ├── igt-gpu-tools └── testplan So, "../testplan" is the path to go from "html/igt-gpu-tools" to the location where xe_tests.html is located. > 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? With the current way this is generated, I'm not sure. I found it hard to find a proper documentation about gtk-doc fields. Currently, IGT relies on it to generate the index.html file. Also meson integration (or gtk-doc) removes all files from the target directory when building docs (html/igt-gpu-tools). One possible alternative would be to have a master index.html file under install_dir/share/gtk-doc/html (or under some other place). I avoided doing that (or some other doc reorg) as this could break any scripts copying the documentation to some place. > > + </refname> > > + <refpurpose>Tests for the Intel Xe driver</refpurpose> > > + </refnamediv> > > + </refentry> > > + > > + <refentry id="igt-i915-tests"> > > + <refnamediv> > > + <refname> > > + <ulink url="../testplan/i915_tests.html" type="http">i915 Tests</ulink> > > + </refname> > > + <refpurpose>Tests for the Intel i915 driver</refpurpose> > > + </refnamediv> > > + </refentry> > > + > > + <refentry id="igt-kms-tests"> > > + <refnamediv> > > + <refname> > > + <ulink url="../testplan/kms_tests.html" type="http">KMS Tests</ulink> > > + </refname> > > + <refpurpose>Tests for kernel mode setting</refpurpose> > > + </refnamediv> > > + </refentry> > > + > > <glossary> > > <title>Glossary</title> > > > > 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. OK, I'll remove it too. Btw, there are other places generating broken links, so I suspect that several of those "test_groups" aren't needed anymore. > > - Bhanu > > > 'meta', > > 'perf', > > 'pm', ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for docs/reference: add links to testplan-based documentation 2023-08-17 9:35 [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation Mauro Carvalho Chehab ` (3 preceding siblings ...) 2023-08-17 17:38 ` Modem, Bhanuprakash @ 2023-08-18 1:02 ` Patchwork 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-08-18 1:02 UTC (permalink / raw) To: Mauro Carvalho Chehab; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 83122 bytes --] == Series Details == Series: docs/reference: add links to testplan-based documentation URL : https://patchwork.freedesktop.org/series/122567/ State : failure == Summary == CI Bug Log - changes from IGT_7442_full -> IGTPW_9609_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9609_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9609_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9609_full: ### IGT changes ### #### Possible regressions #### * igt@kms_psr@psr2_suspend: - shard-mtlp: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-5/igt@kms_psr@psr2_suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@kms_psr@psr2_suspend.html * igt@perf@i915-ref-count: - shard-dg2: [PASS][3] -> [FAIL][4] +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-1/igt@perf@i915-ref-count.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@perf@i915-ref-count.html * igt@sysfs_heartbeat_interval@mixed@vcs1: - shard-dg2: [PASS][5] -> [ABORT][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-11/igt@sysfs_heartbeat_interval@mixed@vcs1.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@sysfs_heartbeat_interval@mixed@vcs1.html Known issues ------------ Here are the changes found in IGTPW_9609_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][7] ([i915#6230]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@api_intel_bb@crc32.html - shard-dg1: NOTRUN -> [SKIP][8] ([i915#6230]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-14/igt@api_intel_bb@crc32.html - shard-tglu: NOTRUN -> [SKIP][9] ([i915#6230]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-7/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8411]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@api_intel_bb@object-reloc-purge-cache.html * igt@drm_fdinfo@all-busy-idle-check-all: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@drm_fdinfo@all-busy-idle-check-all.html * igt@drm_fdinfo@isolation@rcs0: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +11 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@drm_fdinfo@isolation@rcs0.html * igt@feature_discovery@psr2: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#658]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@feature_discovery@psr2.html - shard-dg1: NOTRUN -> [SKIP][14] ([i915#658]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@feature_discovery@psr2.html - shard-tglu: NOTRUN -> [SKIP][15] ([i915#658]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@feature_discovery@psr2.html * igt@gem_busy@close-race: - shard-snb: [PASS][16] -> [ABORT][17] ([i915#6016]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-snb7/igt@gem_busy@close-race.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb5/igt@gem_busy@close-race.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#7697]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_isolation@preservation-s3@ccs2: - shard-dg2: [PASS][19] -> [FAIL][20] ([fdo#103375]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-2/igt@gem_ctx_isolation@preservation-s3@ccs2.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@gem_ctx_isolation@preservation-s3@ccs2.html * igt@gem_ctx_persistence@engines-queued: - shard-snb: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#1099]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb6/igt@gem_ctx_persistence@engines-queued.html * igt@gem_ctx_persistence@hang: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#8555]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@legacy-engines-hang@bsd1: - shard-mtlp: [PASS][23] -> [FAIL][24] ([i915#2410]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hang@bsd1.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hang@bsd1.html * igt@gem_ctx_persistence@legacy-engines-hang@bsd2: - shard-mtlp: [PASS][25] -> [ABORT][26] ([i915#8865]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hang@bsd2.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@gem_ctx_persistence@legacy-engines-hang@bsd2.html * igt@gem_ctx_sseu@mmap-args: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#280]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@kms: - shard-snb: [PASS][28] -> [FAIL][29] ([i915#8764]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-snb5/igt@gem_eio@kms.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb1/igt@gem_eio@kms.html * igt@gem_eio@unwedge-stress: - shard-dg1: [PASS][30] -> [FAIL][31] ([i915#5784]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-14/igt@gem_eio@unwedge-stress.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-19/igt@gem_eio@unwedge-stress.html - shard-tglu: [PASS][32] -> [TIMEOUT][33] ([i915#3063] / [i915#7941]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-tglu-5/igt@gem_eio@unwedge-stress.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-2/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4812]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-2/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#4036]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-6/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_fair@basic-pace: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3539]) +1 similar issue [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [PASS][37] -> [FAIL][38] ([i915#2842]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [PASS][39] -> [FAIL][40] ([i915#2842]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-throttle: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4473] / [i915#4771]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fence@submit3: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4812]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#3711]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +1 similar issue [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_reloc@basic-gtt-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3281]) +6 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html * igt@gem_exec_reloc@basic-softpin: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#3281]) +5 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@gem_exec_reloc@basic-softpin.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][47] ([i915#7975] / [i915#8213]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-rkl: NOTRUN -> [ABORT][48] ([i915#7975] / [i915#8213]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-1/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) +2 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4860]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4613]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom: - shard-tglu: NOTRUN -> [SKIP][52] ([i915#4613]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-3/igt@gem_lmem_swapping@smem-oom.html - shard-rkl: NOTRUN -> [SKIP][53] ([i915#4613]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: NOTRUN -> [TIMEOUT][54] ([i915#5493]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_madvise@dontneed-before-pwrite: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#3282]) +3 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_mmap@bad-size: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4083]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@gem_mmap@bad-size.html * igt@gem_mmap@big-bo: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#4083]) +2 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@gem_mmap@big-bo.html * igt@gem_mmap_gtt@basic-read-write-distinct: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4077]) +4 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@gem_mmap_gtt@basic-write-read-distinct: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4077]) +6 similar issues [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@gem_mmap_gtt@basic-write-read-distinct.html * igt@gem_mmap_wc@read-write: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4083]) +2 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@gem_mmap_wc@read-write.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#3282]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_pread@bench: - shard-rkl: NOTRUN -> [SKIP][62] ([i915#3282]) +1 similar issue [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@gem_pread@bench.html - shard-dg1: NOTRUN -> [SKIP][63] ([i915#3282]) +1 similar issue [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-14/igt@gem_pread@bench.html * igt@gem_pxp@display-protected-crc: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4270]) +2 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-6/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4270]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][66] ([i915#8428]) +4 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_spin_batch@user-each: - shard-mtlp: [PASS][67] -> [DMESG-FAIL][68] ([i915#8962] / [i915#9121]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-7/igt@gem_spin_batch@user-each.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@gem_spin_batch@user-each.html * igt@gem_tiled_blits@basic: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4077]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@gem_tiled_blits@basic.html * igt@gem_tiled_pread_pwrite: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#4079]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@gem_tiled_pread_pwrite.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4879]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-unsync: - shard-mtlp: NOTRUN -> [SKIP][72] ([i915#3297]) +4 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#3297] / [i915#4880]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@vma-merge: - shard-dg2: NOTRUN -> [FAIL][74] ([i915#3318]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@gem_userptr_blits@vma-merge.html - shard-rkl: NOTRUN -> [FAIL][75] ([i915#3318]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@gem_userptr_blits@vma-merge.html - shard-tglu: NOTRUN -> [FAIL][76] ([i915#3318]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-10/igt@gem_userptr_blits@vma-merge.html - shard-mtlp: NOTRUN -> [FAIL][77] ([i915#3318]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-6/igt@gem_userptr_blits@vma-merge.html * igt@gen3_render_tiledx_blits: - shard-dg2: NOTRUN -> [SKIP][78] ([fdo#109289]) +3 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@gen3_render_tiledx_blits.html * igt@gen9_exec_parse@batch-zero-length: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#2856]) +3 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-oversize: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#2856]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@gen9_exec_parse@bb-oversize.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4881]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@i915_fb_tiling.html * igt@i915_hangman@engine-engine-hang@vcs0: - shard-mtlp: [PASS][82] -> [FAIL][83] ([i915#7069]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-1/igt@i915_hangman@engine-engine-hang@vcs0.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@i915_hangman@engine-engine-hang@vcs0.html * igt@i915_hwmon@hwmon-read: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#7707]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@i915_hwmon@hwmon-read.html * igt@i915_pm_backlight@fade-with-suspend: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#5354] / [i915#7561]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@i915_pm_backlight@fade-with-suspend.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#1937]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-dg1: [PASS][87] -> [SKIP][88] ([i915#1937]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-19/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-tglu: NOTRUN -> [WARN][89] ([i915#2681]) +2 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-dg1: [PASS][90] -> [FAIL][91] ([i915#3591]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html - shard-tglu: NOTRUN -> [FAIL][92] ([i915#2681] / [i915#3591]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#1397]) +1 similar issue [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg2: [PASS][94] -> [SKIP][95] ([i915#1397]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-2/igt@i915_pm_rpm@modeset-non-lpsp.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [PASS][96] -> [SKIP][97] ([i915#1397]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-4/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][98] ([fdo#109506]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][99] -> [INCOMPLETE][100] ([i915#7790]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-snb1/igt@i915_pm_rps@reset.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb6/igt@i915_pm_rps@reset.html - shard-mtlp: NOTRUN -> [FAIL][101] ([i915#8346]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-park@gt0: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#8925]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@i915_pm_rps@thresholds-park@gt0.html * igt@i915_power@sanity: - shard-mtlp: [PASS][103] -> [SKIP][104] ([i915#7984]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-3/igt@i915_power@sanity.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@i915_power@sanity.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#4215] / [i915#5190]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#4212]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#8502] / [i915#8709]) +11 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][108] ([i915#8247]) +1 similar issue [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_async_flips@crc@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][109] ([i915#8247]) +3 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-17/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#1769]) +1 similar issue [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][111] ([fdo#111614]) +3 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#5286]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][113] ([i915#4538] / [i915#5286]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html - shard-tglu: NOTRUN -> [SKIP][114] ([fdo#111615] / [i915#5286]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-2/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [FAIL][115] ([i915#3743]) +1 similar issue [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][116] -> [FAIL][117] ([i915#5138]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][118] ([fdo#111614] / [i915#3638]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_big_fb@linear-64bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][119] ([i915#3638]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@kms_big_fb@linear-64bpp-rotate-270.html - shard-tglu: NOTRUN -> [SKIP][120] ([fdo#111614]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111614]) +2 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#5190]) +7 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-rkl: NOTRUN -> [SKIP][123] ([fdo#110723]) +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html - shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538]) +1 similar issue [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html - shard-tglu: NOTRUN -> [SKIP][125] ([fdo#111615]) +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-8/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +3 similar issues [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][127] ([i915#6187]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-mtlp: NOTRUN -> [SKIP][128] ([fdo#111615]) +8 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#2705]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][130] ([i915#3886] / [i915#6095]) +2 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][131] ([i915#3734] / [i915#5354] / [i915#6095]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html - shard-dg1: NOTRUN -> [SKIP][132] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-17/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html - shard-tglu: NOTRUN -> [SKIP][133] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-9/igt@kms_ccs@pipe-a-crc-primary-rotation-180-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_mtl_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#5354] / [i915#6095]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-3/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#3689] / [i915#3886] / [i915#5354]) +3 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#5354]) +3 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-2/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#5354] / [i915#6095]) +3 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@kms_ccs@pipe-c-random-ccs-data-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#5354]) +11 similar issues [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#5354] / [i915#6095]) +1 similar issue [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-19/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#6095]) +16 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-3/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7213] / [i915#9010]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-3/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#4087] / [i915#7213]) +3 similar issues [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#4087]) +3 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#7828]) +3 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#7828]) +6 similar issues [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#7828]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode.html - shard-tglu: NOTRUN -> [SKIP][148] ([i915#7828]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-6/igt@kms_chamelium_hpd@dp-hpd-with-enabled-mode.html * igt@kms_content_protection@atomic: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#7118]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_content_protection@atomic.html * igt@kms_content_protection@content_type_change: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#7118] / [i915#7162]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3299]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][152] ([i915#7173]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@lic: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#6944]) +2 similar issues [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@kms_content_protection@lic.html * igt@kms_content_protection@mei_interface: - shard-rkl: NOTRUN -> [SKIP][154] ([fdo#109300]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_content_protection@mei_interface.html - shard-dg1: NOTRUN -> [SKIP][155] ([fdo#109300]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-14/igt@kms_content_protection@mei_interface.html - shard-tglu: NOTRUN -> [SKIP][156] ([fdo#109300]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-6/igt@kms_content_protection@mei_interface.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#8814]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#3359]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3359]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-17/igt@kms_cursor_crc@cursor-offscreen-512x512.html - shard-tglu: NOTRUN -> [SKIP][160] ([i915#3359]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-9/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#3359]) +1 similar issue [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555]) +8 similar issues [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-tglu: NOTRUN -> [SKIP][163] ([i915#3555]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-32x32.html - shard-rkl: NOTRUN -> [SKIP][164] ([i915#3555]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-32x32.html - shard-dg1: NOTRUN -> [SKIP][165] ([i915#3555]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-19/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3546]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][167] ([fdo#109274] / [i915#5354]) +1 similar issue [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-dg1: NOTRUN -> [SKIP][168] ([fdo#111825]) +6 similar issues [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html - shard-tglu: NOTRUN -> [SKIP][169] ([fdo#109274]) +1 similar issue [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][170] -> [FAIL][171] ([i915#2346]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#4103] / [i915#4213]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#8812]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#3840]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-17/igt@kms_dsc@dsc-with-bpc-formats.html - shard-tglu: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#3840]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-8/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-mtlp: [PASS][176] -> [FAIL][177] ([i915#4767]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-7/igt@kms_fbcon_fbt@fbc-suspend.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#3469]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][179] ([fdo#109274]) +4 similar issues [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][180] ([fdo#111825]) +2 similar issues [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_flip@2x-flip-vs-dpms.html - shard-tglu: NOTRUN -> [SKIP][181] ([fdo#109274] / [i915#3637]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-10/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-snb: NOTRUN -> [SKIP][182] ([fdo#109271] / [fdo#111767]) +1 similar issue [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2: - shard-glk: [PASS][183] -> [FAIL][184] ([i915#79]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-glk4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bc-hdmi-a1-hdmi-a2.html * igt@kms_flip@2x-flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#8381]) +1 similar issue [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-plain-flip: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3637]) +3 similar issues [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-3/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: NOTRUN -> [DMESG-WARN][187] ([i915#8841]) +3 similar issues [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#2672]) +2 similar issues [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#2672]) +1 similar issue [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#8810]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][191] ([i915#8708]) +1 similar issue [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#8708]) +12 similar issues [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-dg2: [PASS][193] -> [FAIL][194] ([i915#6880]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-12/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#8708]) +3 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen: - shard-tglu: NOTRUN -> [SKIP][196] ([fdo#109280]) +5 similar issues [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#3023]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#3458]) +15 similar issues [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][199] ([fdo#111825] / [i915#1825]) +5 similar issues [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#5354]) +28 similar issues [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#1825]) +23 similar issues [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#3555] / [i915#8228]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-1/igt@kms_hdr@invalid-hdr.html - shard-dg1: NOTRUN -> [SKIP][203] ([i915#3555] / [i915#8228]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@kms_hdr@invalid-hdr.html - shard-tglu: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#8228]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-8/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-toggle-dpms: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#3555] / [i915#8228]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-2/igt@kms_hdr@static-toggle-dpms.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#4816]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes: - shard-tglu: NOTRUN -> [SKIP][207] ([fdo#109289]) +1 similar issue [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html - shard-rkl: NOTRUN -> [SKIP][208] ([fdo#109289]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-mtlp: NOTRUN -> [SKIP][209] ([fdo#109289]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1: - shard-apl: [PASS][210] -> [ABORT][211] ([i915#180]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1: - shard-apl: [PASS][212] -> [DMESG-WARN][213] ([i915#180]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - shard-mtlp: NOTRUN -> [FAIL][214] ([i915#1623]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@kms_plane@pixel-format@pipe-b-planes: - shard-mtlp: [PASS][215] -> [FAIL][216] ([i915#1623]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-8/igt@kms_plane@pixel-format@pipe-b-planes.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_plane_lowres@tiling-y: - shard-dg2: NOTRUN -> [SKIP][217] ([i915#8821]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][218] ([i915#5176]) +11 similar issues [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][219] ([i915#5176]) +7 similar issues [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-c-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#5176]) +15 similar issues [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-19/igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#5176]) +5 similar issues [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-with-rotation-20x20@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][222] ([i915#5235]) +7 similar issues [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#5235]) +11 similar issues [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#5235]) +7 similar issues [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][225] ([fdo#109271]) +67 similar issues [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb6/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][226] ([i915#5235]) +11 similar issues [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_prime@basic-crc-vgem: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#6524] / [i915#6805]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_prime@basic-crc-vgem.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][228] ([fdo#111068] / [i915#658]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-tglu: NOTRUN -> [SKIP][229] ([fdo#111068] / [i915#658]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#658]) +2 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#1072]) +3 similar issues [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-6/igt@kms_psr@psr2_cursor_mmap_gtt.html * igt@kms_psr@sprite_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][232] ([i915#1072]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-2/igt@kms_psr@sprite_mmap_gtt.html - shard-dg1: NOTRUN -> [SKIP][233] ([i915#1072]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@kms_psr@sprite_mmap_gtt.html - shard-tglu: NOTRUN -> [SKIP][234] ([fdo#110189]) +2 similar issues [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@kms_psr@sprite_mmap_gtt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: NOTRUN -> [SKIP][235] ([i915#5461] / [i915#658]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html - shard-dg1: NOTRUN -> [SKIP][236] ([i915#5461] / [i915#658]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-17/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html - shard-tglu: NOTRUN -> [SKIP][237] ([i915#5461] / [i915#658]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-rotation-90: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#4235]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#4235] / [i915#5190]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][240] ([fdo#111615] / [i915#5289]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-dg1: NOTRUN -> [SKIP][241] ([fdo#111615] / [i915#5289]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-tglu: NOTRUN -> [SKIP][242] ([fdo#111615] / [i915#5289]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#4235]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_selftest@drm_cmdline: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#8661]) +2 similar issues [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-2/igt@kms_selftest@drm_cmdline.html * igt@kms_selftest@drm_format_helper: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#8661]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-6/igt@kms_selftest@drm_format_helper.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][246] ([i915#8823]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#8623]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][248] ([fdo#109309]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-6/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-dg2: [PASS][249] -> [INCOMPLETE][250] ([i915#7838]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-10/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@perf@mi-rpc: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#2434]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@perf@mi-rpc.html * igt@perf_pmu@cpu-hotplug: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#8850]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@perf_pmu@cpu-hotplug.html * igt@prime_vgem@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#3708] / [i915#4077]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#3708]) +1 similar issue [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@prime_vgem@basic-read.html * igt@runner@aborted: - shard-snb: NOTRUN -> ([FAIL][255], [FAIL][256]) ([i915#7812] / [i915#8848]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb7/igt@runner@aborted.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb7/igt@runner@aborted.html * igt@v3d/v3d_create_bo@create-bo-4096: - shard-rkl: NOTRUN -> [SKIP][257] ([fdo#109315]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-1/igt@v3d/v3d_create_bo@create-bo-4096.html - shard-tglu: NOTRUN -> [SKIP][258] ([fdo#109315] / [i915#2575]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-8/igt@v3d/v3d_create_bo@create-bo-4096.html * igt@v3d/v3d_submit_cl@simple-flush-cache: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#2575]) +8 similar issues [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-10/igt@v3d/v3d_submit_cl@simple-flush-cache.html * igt@v3d/v3d_submit_cl@valid-submission: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#2575]) +5 similar issues [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@v3d/v3d_submit_cl@valid-submission.html * igt@vc4/vc4_create_bo@create-bo-4096: - shard-dg2: NOTRUN -> [SKIP][261] ([i915#7711]) +6 similar issues [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@vc4/vc4_create_bo@create-bo-4096.html * igt@vc4/vc4_label_bo@set-bad-handle: - shard-tglu: NOTRUN -> [SKIP][262] ([i915#2575]) +1 similar issue [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-4/igt@vc4/vc4_label_bo@set-bad-handle.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#7711]) +4 similar issues [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@vc4/vc4_purgeable_bo@free-purged-bo.html * igt@vc4/vc4_wait_bo@bad-pad: - shard-rkl: NOTRUN -> [SKIP][264] ([i915#7711]) +1 similar issue [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-2/igt@vc4/vc4_wait_bo@bad-pad.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [FAIL][265] ([i915#7742]) -> [PASS][266] [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_eio@hibernate: - shard-tglu: [ABORT][267] ([i915#7975] / [i915#8213] / [i915#8398]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-tglu-10/igt@gem_eio@hibernate.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-4/igt@gem_eio@hibernate.html * igt@gem_eio@in-flight-contexts-immediate: - shard-mtlp: [ABORT][269] ([i915#8503]) -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-2/igt@gem_eio@in-flight-contexts-immediate.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@gem_eio@in-flight-contexts-immediate.html * igt@gem_eio@in-flight-suspend: - shard-apl: [CRASH][271] -> [PASS][272] [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-apl2/igt@gem_eio@in-flight-suspend.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-apl2/igt@gem_eio@in-flight-suspend.html * igt@gem_eio@reset-stress: - shard-dg1: [FAIL][273] ([i915#5784]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-14/igt@gem_eio@reset-stress.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-18/igt@gem_eio@reset-stress.html * igt@gem_exec_capture@pi@vecs0: - shard-mtlp: [FAIL][275] ([i915#4475] / [i915#7765]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-6/igt@gem_exec_capture@pi@vecs0.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@gem_exec_capture@pi@vecs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][277] ([i915#2842]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][279] ([i915#2842]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-tglu-10/igt@gem_exec_fair@basic-pace-share@rcs0.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-rkl: [FAIL][281] ([i915#2842]) -> [PASS][282] +1 similar issue [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [FAIL][283] ([i915#2842]) -> [PASS][284] +2 similar issues [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-glk6/igt@gem_exec_fair@basic-pace@rcs0.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-glk8/igt@gem_exec_fair@basic-pace@rcs0.html * igt@i915_pm_dc@dc6-dpms: - shard-tglu: [FAIL][285] ([i915#3989] / [i915#454]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-tglu-6/igt@i915_pm_dc@dc6-dpms.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-9/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][287] ([fdo#109271]) -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-apl1/igt@i915_pm_dc@dc9-dpms.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-apl3/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][289] ([i915#1397]) -> [PASS][290] +1 similar issue [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg1: [SKIP][291] ([i915#1397]) -> [PASS][292] +1 similar issue [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-14/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg2: [SKIP][293] ([i915#1397]) -> [PASS][294] +2 similar issues [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-12/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_selftest@live@requests: - shard-mtlp: [ABORT][295] ([i915#7982]) -> [PASS][296] [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-3/igt@i915_selftest@live@requests.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-3/igt@i915_selftest@live@requests.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [FAIL][297] ([i915#3743]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][299] ([i915#2346]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic: - shard-mtlp: [FAIL][301] ([i915#2346]) -> [PASS][302] [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-crc-atomic.html * igt@kms_cursor_legacy@single-bo@all-pipes: - shard-mtlp: [DMESG-WARN][303] ([i915#2017]) -> [PASS][304] [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-4/igt@kms_cursor_legacy@single-bo@all-pipes.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-2/igt@kms_cursor_legacy@single-bo@all-pipes.html * igt@kms_flip@blocking-absolute-wf_vblank@a-vga1: - shard-snb: [ABORT][305] ([i915#8865]) -> [PASS][306] [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-snb7/igt@kms_flip@blocking-absolute-wf_vblank@a-vga1.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb1/igt@kms_flip@blocking-absolute-wf_vblank@a-vga1.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-snb: [SKIP][307] ([fdo#109271]) -> [PASS][308] [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][309] ([IGT#2]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-1/igt@kms_sysfs_edid_timing.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_sysfs_edid_timing.html * igt@sysfs_heartbeat_interval@mixed@ccs0: - shard-mtlp: [ABORT][311] ([i915#8552]) -> [PASS][312] [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@ccs0.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@ccs0.html * igt@sysfs_heartbeat_interval@mixed@vecs0: - shard-mtlp: [FAIL][313] ([i915#1731]) -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@vecs0.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@vecs0.html * igt@sysfs_heartbeat_interval@precise@vecs0: - shard-mtlp: [FAIL][315] ([i915#8332]) -> [PASS][316] [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-mtlp-6/igt@sysfs_heartbeat_interval@precise@vecs0.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-mtlp-5/igt@sysfs_heartbeat_interval@precise@vecs0.html #### Warnings #### * igt@kms_content_protection@mei_interface: - shard-dg2: [SKIP][317] ([i915#7118]) -> [SKIP][318] ([i915#7118] / [i915#7162]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg2-1/igt@kms_content_protection@mei_interface.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg2-12/igt@kms_content_protection@mei_interface.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][319] ([fdo#110189] / [i915#3955]) -> [SKIP][320] ([i915#3955]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-1/igt@kms_fbcon_fbt@psr.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-7/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@flip-vs-suspend@b-vga1: - shard-snb: [INCOMPLETE][321] ([i915#4839]) -> [DMESG-WARN][322] ([i915#8841]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-snb7/igt@kms_flip@flip-vs-suspend@b-vga1.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-snb1/igt@kms_flip@flip-vs-suspend@b-vga1.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][323] ([i915#4816]) -> [SKIP][324] ([i915#4070] / [i915#4816]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@primary_page_flip: - shard-dg1: [SKIP][325] ([i915#1072]) -> [SKIP][326] ([i915#1072] / [i915#4078]) +1 similar issue [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-14/igt@kms_psr@primary_page_flip.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-16/igt@kms_psr@primary_page_flip.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: [SKIP][327] ([i915#1072] / [i915#4078]) -> [SKIP][328] ([i915#1072]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7442/shard-dg1-16/igt@kms_psr@sprite_plane_onoff.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/shard-dg1-19/igt@kms_psr@sprite_plane_onoff.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3711]: https://gitlab.freedesktop.org/drm/intel/issues/3711 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4839]: https://gitlab.freedesktop.org/drm/intel/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6016]: https://gitlab.freedesktop.org/drm/intel/issues/6016 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7765]: https://gitlab.freedesktop.org/drm/intel/issues/7765 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7812]: https://gitlab.freedesktop.org/drm/intel/issues/7812 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7838]: https://gitlab.freedesktop.org/drm/intel/issues/7838 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#7984]: https://gitlab.freedesktop.org/drm/intel/issues/7984 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8503]: https://gitlab.freedesktop.org/drm/intel/issues/8503 [i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8764]: https://gitlab.freedesktop.org/drm/intel/issues/8764 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8848]: https://gitlab.freedesktop.org/drm/intel/issues/8848 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7442 -> IGTPW_9609 CI-20190529: 20190529 CI_DRM_13528: a7c0be10a6b6a23017681cc609c1353711dc70e7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9609: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/index.html IGT_7442: f6eea5a02525d62d10596408d1175c83d6f4038e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9609/index.html [-- Attachment #2: Type: text/html, Size: 101342 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-08-29 11:51 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-17 9:35 [igt-dev] [PATCH i-g-t] docs/reference: add links to testplan-based documentation Mauro Carvalho Chehab 2023-08-17 11:00 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork 2023-08-17 11:01 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-08-17 16:00 ` [igt-dev] [PATCH i-g-t] " Kamil Konieczny 2023-08-17 17:38 ` Modem, Bhanuprakash 2023-08-29 11:51 ` Mauro Carvalho Chehab 2023-08-18 1:02 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox