* [igt-dev] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms
@ 2021-10-15 21:54 John.C.Harrison
2021-10-15 22:34 ` [igt-dev] [Intel-gfx] " Dixit, Ashutosh
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: John.C.Harrison @ 2021-10-15 21:54 UTC (permalink / raw)
To: IGT-Dev; +Cc: Intel-GFX, John Harrison
From: John Harrison <John.C.Harrison@Intel.com>
The gem_exec_fair test is specifically testing scheduler algorithm
performance. However, GuC does not implement the same algorithm as
execlist mode and this test is not applicable. So, until sw arch
approves a new algorithm and it is implemented in GuC, stop running
the test.
v2: Add exceptions for TGL/RKL/ADL-S - review feedback from Tvrtko.
v3: Use the somewhat suspect submission test helpers instead - review
feedback from Ashutosh.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
---
tests/i915/gem_exec_fair.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/i915/gem_exec_fair.c b/tests/i915/gem_exec_fair.c
index ef5a450f6..5cbb48f5a 100644
--- a/tests/i915/gem_exec_fair.c
+++ b/tests/i915/gem_exec_fair.c
@@ -1314,6 +1314,12 @@ igt_main
igt_require(gem_scheduler_enabled(i915));
igt_require(gem_scheduler_has_ctx_priority(i915));
+ /*
+ * These tests are for a specific scheduling model which is
+ * not currently implemented by GuC. So skip on GuC platforms.
+ */
+ igt_require(!gem_has_guc_submission(i915));
+
cfg = intel_ctx_cfg_all_physical(i915);
igt_info("CS timestamp frequency: %d\n",
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [igt-dev] [Intel-gfx] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms
2021-10-15 21:54 [igt-dev] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison
@ 2021-10-15 22:34 ` Dixit, Ashutosh
2021-10-15 22:48 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev3) Patchwork
2021-10-16 3:26 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Dixit, Ashutosh @ 2021-10-15 22:34 UTC (permalink / raw)
To: John.C.Harrison; +Cc: IGT-Dev, Intel-GFX
On Fri, 15 Oct 2021 14:54:34 -0700, <John.C.Harrison@Intel.com> wrote:
>
> diff --git a/tests/i915/gem_exec_fair.c b/tests/i915/gem_exec_fair.c
> index ef5a450f6..5cbb48f5a 100644
> --- a/tests/i915/gem_exec_fair.c
> +++ b/tests/i915/gem_exec_fair.c
> @@ -1314,6 +1314,12 @@ igt_main
> igt_require(gem_scheduler_enabled(i915));
> igt_require(gem_scheduler_has_ctx_priority(i915));
>
> + /*
> + * These tests are for a specific scheduling model which is
> + * not currently implemented by GuC. So skip on GuC platforms.
> + */
> + igt_require(!gem_has_guc_submission(i915));
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev3)
2021-10-15 21:54 [igt-dev] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison
2021-10-15 22:34 ` [igt-dev] [Intel-gfx] " Dixit, Ashutosh
@ 2021-10-15 22:48 ` Patchwork
2021-10-16 3:26 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2021-10-15 22:48 UTC (permalink / raw)
To: john.c.harrison; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5817 bytes --]
== Series Details ==
Series: tests/i915: Skip gem_exec_fair on GuC based platforms (rev3)
URL : https://patchwork.freedesktop.org/series/95804/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_10744 -> IGTPW_6326
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/index.html
Known issues
------------
Here are the changes found in IGTPW_6326 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@read_all_entries:
- fi-kbl-soraka: NOTRUN -> [DMESG-WARN][1] ([i915#1982] / [i915#262])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-kbl-soraka/igt@debugfs_test@read_all_entries.html
* igt@gem_exec_fence@basic-busy@bcs0:
- fi-kbl-soraka: NOTRUN -> [SKIP][2] ([fdo#109271]) +8 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
* igt@i915_selftest@live@gt_lrc:
- fi-bsw-n3050: [PASS][4] -> [DMESG-FAIL][5] ([i915#2373])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/fi-bsw-n3050/igt@i915_selftest@live@gt_lrc.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-bsw-n3050/igt@i915_selftest@live@gt_lrc.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][6] ([i915#1886] / [i915#2291])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-kbl-soraka: NOTRUN -> [SKIP][7] ([fdo#109271] / [fdo#111827]) +8 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_flip@basic-flip-vs-modeset@c-dp1:
- fi-cfl-8109u: [PASS][8] -> [FAIL][9] ([i915#4165]) +1 similar issue
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-modeset@c-dp1.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-cfl-8109u/igt@kms_flip@basic-flip-vs-modeset@c-dp1.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b:
- fi-cfl-8109u: [PASS][10] -> [DMESG-WARN][11] ([i915#295]) +18 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-kbl-soraka: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#533])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
* igt@prime_vgem@basic-userptr:
- fi-pnv-d510: NOTRUN -> [SKIP][13] ([fdo#109271]) +48 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-pnv-d510/igt@prime_vgem@basic-userptr.html
#### Possible fixes ####
* igt@gem_exec_parallel@engines@userptr:
- fi-pnv-d510: [INCOMPLETE][14] ([i915#299]) -> [PASS][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/fi-pnv-d510/igt@gem_exec_parallel@engines@userptr.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/fi-pnv-d510/igt@gem_exec_parallel@engines@userptr.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
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291
[i915#2373]: https://gitlab.freedesktop.org/drm/intel/issues/2373
[i915#262]: https://gitlab.freedesktop.org/drm/intel/issues/262
[i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295
[i915#2966]: https://gitlab.freedesktop.org/drm/intel/issues/2966
[i915#299]: https://gitlab.freedesktop.org/drm/intel/issues/299
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4165]: https://gitlab.freedesktop.org/drm/intel/issues/4165
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
Participating hosts (39 -> 37)
------------------------------
Additional (2): fi-kbl-soraka fi-jsl-1
Missing (4): fi-bsw-cyan fi-hsw-4200u bat-dg1-6 bat-dg1-5
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6250 -> IGTPW_6326
CI-20190529: 20190529
CI_DRM_10744: dc405215cfabb6f13490cbdceb1f6e831e8a8596 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6326: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/index.html
IGT_6250: 3c2ac88757f0d0ac9450487d314fcaceebc8bc26 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/index.html
[-- Attachment #2: Type: text/html, Size: 6473 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915: Skip gem_exec_fair on GuC based platforms (rev3)
2021-10-15 21:54 [igt-dev] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison
2021-10-15 22:34 ` [igt-dev] [Intel-gfx] " Dixit, Ashutosh
2021-10-15 22:48 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev3) Patchwork
@ 2021-10-16 3:26 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2021-10-16 3:26 UTC (permalink / raw)
To: John Harrison; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30273 bytes --]
== Series Details ==
Series: tests/i915: Skip gem_exec_fair on GuC based platforms (rev3)
URL : https://patchwork.freedesktop.org/series/95804/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_10744_full -> IGTPW_6326_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_6326_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6326_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_6326/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6326_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_bw@linear-tiling-5-displays-3840x2160p:
- shard-iclb: NOTRUN -> [SKIP][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb2/igt@kms_bw@linear-tiling-5-displays-3840x2160p.html
#### Warnings ####
* igt@runner@aborted:
- shard-iclb: ([FAIL][2], [FAIL][3], [FAIL][4], [FAIL][5], [FAIL][6], [FAIL][7]) ([i915#3002] / [i915#4006]) -> ([FAIL][8], [FAIL][9], [FAIL][10], [FAIL][11]) ([i915#3002])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb3/igt@runner@aborted.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb4/igt@runner@aborted.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb6/igt@runner@aborted.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb4/igt@runner@aborted.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb8/igt@runner@aborted.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb5/igt@runner@aborted.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@runner@aborted.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb2/igt@runner@aborted.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@runner@aborted.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb3/igt@runner@aborted.html
Known issues
------------
Here are the changes found in IGTPW_6326_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_create@create-massive:
- shard-apl: NOTRUN -> [DMESG-WARN][12] ([i915#3002])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@gem_create@create-massive.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#1099]) +3 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-snb7/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_eio@unwedge-stress:
- shard-tglb: [PASS][14] -> [TIMEOUT][15] ([i915#2369] / [i915#3063] / [i915#3648])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-tglb6/igt@gem_eio@unwedge-stress.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@gem_eio@unwedge-stress.html
- shard-snb: NOTRUN -> [FAIL][16] ([i915#3354])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-snb2/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-deadline:
- shard-kbl: NOTRUN -> [FAIL][17] ([i915#2846])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl1/igt@gem_exec_fair@basic-deadline.html
- shard-apl: NOTRUN -> [FAIL][18] ([i915#2846])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-kbl: NOTRUN -> [FAIL][19] ([i915#2842])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl2/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-tglb: NOTRUN -> [FAIL][20] ([i915#2842])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-glk: [PASS][21] -> [FAIL][22] ([i915#2842]) +1 similar issue
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-glk1/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk9/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-iclb: NOTRUN -> [SKIP][23] ([fdo#109313])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb3/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_params@no-bsd:
- shard-tglb: NOTRUN -> [SKIP][24] ([fdo#109283])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb5/igt@gem_exec_params@no-bsd.html
* igt@gem_exec_params@no-vebox:
- shard-iclb: NOTRUN -> [SKIP][25] ([fdo#109283])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@gem_exec_params@no-vebox.html
* igt@gem_exec_whisper@basic-fds-priority:
- shard-glk: [PASS][26] -> [DMESG-WARN][27] ([i915#118]) +3 similar issues
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-glk6/igt@gem_exec_whisper@basic-fds-priority.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk8/igt@gem_exec_whisper@basic-fds-priority.html
* igt@gem_huc_copy@huc-copy:
- shard-tglb: [PASS][28] -> [SKIP][29] ([i915#2190])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-tglb3/igt@gem_huc_copy@huc-copy.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@gem_huc_copy@huc-copy.html
* igt@gem_pread@exhaustion:
- shard-apl: NOTRUN -> [WARN][30] ([i915#2658]) +1 similar issue
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl7/igt@gem_pread@exhaustion.html
- shard-kbl: NOTRUN -> [WARN][31] ([i915#2658])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl1/igt@gem_pread@exhaustion.html
* igt@gem_pxp@verify-pxp-key-change-after-suspend-resume:
- shard-tglb: NOTRUN -> [SKIP][32] ([i915#4270])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb2/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-tglb: NOTRUN -> [SKIP][33] ([i915#3297]) +2 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb8/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-iclb: NOTRUN -> [SKIP][34] ([i915#3297]) +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@vma-merge:
- shard-apl: NOTRUN -> [FAIL][35] ([i915#3318])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@gem_userptr_blits@vma-merge.html
* igt@gen3_render_tiledy_blits:
- shard-tglb: NOTRUN -> [SKIP][36] ([fdo#109289]) +6 similar issues
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@gen3_render_tiledy_blits.html
* igt@gen7_exec_parse@basic-offset:
- shard-apl: NOTRUN -> [SKIP][37] ([fdo#109271]) +336 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl7/igt@gen7_exec_parse@basic-offset.html
* igt@gen7_exec_parse@batch-without-end:
- shard-iclb: NOTRUN -> [SKIP][38] ([fdo#109289]) +3 similar issues
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb5/igt@gen7_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglb: NOTRUN -> [SKIP][39] ([i915#2856]) +3 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb1/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@unaligned-access:
- shard-iclb: NOTRUN -> [SKIP][40] ([i915#2856]) +1 similar issue
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_pm_dc@dc3co-vpb-simulation:
- shard-tglb: NOTRUN -> [SKIP][41] ([i915#1904])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb8/igt@i915_pm_dc@dc3co-vpb-simulation.html
- shard-glk: NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#658])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk6/igt@i915_pm_dc@dc3co-vpb-simulation.html
* igt@i915_pm_dc@dc6-psr:
- shard-iclb: [PASS][43] -> [FAIL][44] ([i915#454])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb5/igt@i915_pm_dc@dc6-psr.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb3/igt@i915_pm_dc@dc6-psr.html
- shard-tglb: NOTRUN -> [FAIL][45] ([i915#454])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb6/igt@i915_pm_dc@dc6-psr.html
* igt@i915_pm_lpsp@screens-disabled:
- shard-tglb: NOTRUN -> [SKIP][46] ([i915#1902])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb3/igt@i915_pm_lpsp@screens-disabled.html
- shard-iclb: NOTRUN -> [SKIP][47] ([i915#1902])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@i915_pm_lpsp@screens-disabled.html
* igt@i915_selftest@live@hangcheck:
- shard-snb: NOTRUN -> [INCOMPLETE][48] ([i915#3921])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-snb6/igt@i915_selftest@live@hangcheck.html
* igt@i915_suspend@forcewake:
- shard-tglb: [PASS][49] -> [INCOMPLETE][50] ([i915#456])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-tglb3/igt@i915_suspend@forcewake.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@i915_suspend@forcewake.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-tglb: NOTRUN -> [SKIP][51] ([i915#1769])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb8/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-iclb: NOTRUN -> [SKIP][52] ([i915#1769])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-tglb: NOTRUN -> [SKIP][53] ([fdo#111614]) +2 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb8/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-kbl: NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#3777]) +1 similar issue
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl6/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][55] ([fdo#110725] / [fdo#111614]) +1 similar issue
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-apl: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#3777]) +2 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][57] ([fdo#111615]) +4 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb5/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-iclb: NOTRUN -> [SKIP][58] ([fdo#110723]) +2 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_joiner@2x-modeset:
- shard-tglb: NOTRUN -> [SKIP][59] ([i915#2705])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@kms_big_joiner@2x-modeset.html
* igt@kms_big_joiner@basic:
- shard-iclb: NOTRUN -> [SKIP][60] ([i915#2705]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb7/igt@kms_big_joiner@basic.html
* igt@kms_bw@linear-tiling-2-displays-1920x1080p:
- shard-apl: NOTRUN -> [DMESG-FAIL][61] ([i915#4298])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html
* igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
- shard-kbl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#3886]) +10 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][63] ([fdo#109271] / [i915#3886]) +10 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl1/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs:
- shard-snb: NOTRUN -> [SKIP][64] ([fdo#109271]) +384 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-snb2/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_ccs.html
* igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][65] ([fdo#109278] / [i915#3886]) +6 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#3886]) +2 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk4/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][67] ([i915#3689] / [i915#3886]) +5 similar issues
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb5/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][68] ([i915#3689]) +10 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html
* igt@kms_chamelium@dp-edid-change-during-suspend:
- shard-iclb: NOTRUN -> [SKIP][69] ([fdo#109284] / [fdo#111827]) +9 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@kms_chamelium@dp-edid-change-during-suspend.html
* igt@kms_chamelium@vga-hpd:
- shard-apl: NOTRUN -> [SKIP][70] ([fdo#109271] / [fdo#111827]) +25 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl7/igt@kms_chamelium@vga-hpd.html
* igt@kms_chamelium@vga-hpd-for-each-pipe:
- shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271] / [fdo#111827]) +16 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl4/igt@kms_chamelium@vga-hpd-for-each-pipe.html
* igt@kms_chamelium@vga-hpd-without-ddc:
- shard-snb: NOTRUN -> [SKIP][72] ([fdo#109271] / [fdo#111827]) +25 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-snb7/igt@kms_chamelium@vga-hpd-without-ddc.html
* igt@kms_color@pipe-d-ctm-0-5:
- shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109278] / [i915#1149]) +2 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@kms_color@pipe-d-ctm-0-5.html
* igt@kms_color_chamelium@pipe-b-ctm-0-75:
- shard-tglb: NOTRUN -> [SKIP][74] ([fdo#109284] / [fdo#111827]) +11 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb2/igt@kms_color_chamelium@pipe-b-ctm-0-75.html
* igt@kms_color_chamelium@pipe-d-degamma:
- shard-glk: NOTRUN -> [SKIP][75] ([fdo#109271] / [fdo#111827]) +2 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk3/igt@kms_color_chamelium@pipe-d-degamma.html
* igt@kms_concurrent@pipe-c:
- shard-tglb: NOTRUN -> [FAIL][76] ([i915#1385]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb6/igt@kms_concurrent@pipe-c.html
* igt@kms_content_protection@atomic:
- shard-kbl: NOTRUN -> [TIMEOUT][77] ([i915#1319]) +2 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl6/igt@kms_content_protection@atomic.html
- shard-apl: NOTRUN -> [FAIL][78] ([fdo#110321] / [fdo#110336])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl1/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-tglb: NOTRUN -> [SKIP][79] ([i915#3116])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb2/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@lic:
- shard-apl: NOTRUN -> [TIMEOUT][80] ([i915#1319])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl7/igt@kms_content_protection@lic.html
- shard-iclb: NOTRUN -> [SKIP][81] ([fdo#109300] / [fdo#111066])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@kms_content_protection@lic.html
* igt@kms_content_protection@type1:
- shard-tglb: NOTRUN -> [SKIP][82] ([fdo#111828])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb6/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@pipe-a-cursor-32x32-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][83] ([i915#3319]) +2 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x32-rapid-movement.html
* igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen:
- shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109278] / [fdo#109279]) +3 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@kms_cursor_crc@pipe-a-cursor-512x512-offscreen.html
* igt@kms_cursor_crc@pipe-a-cursor-512x512-onscreen:
- shard-tglb: NOTRUN -> [SKIP][85] ([fdo#109279] / [i915#3359]) +7 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-512x512-onscreen.html
* igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque:
- shard-iclb: [PASS][86] -> [FAIL][87] ([i915#3444])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb1/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
- shard-apl: NOTRUN -> [FAIL][88] ([i915#3444])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
- shard-glk: [PASS][89] -> [FAIL][90] ([i915#3444])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk8/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
- shard-tglb: [PASS][91] -> [FAIL][92] ([i915#2124] / [i915#4024])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-alpha-opaque.html
* igt@kms_cursor_crc@pipe-c-cursor-suspend:
- shard-kbl: NOTRUN -> [DMESG-WARN][93] ([i915#180]) +2 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl1/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
* igt@kms_cursor_crc@pipe-d-cursor-max-size-sliding:
- shard-tglb: NOTRUN -> [SKIP][94] ([i915#3359]) +6 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-max-size-sliding.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-iclb: NOTRUN -> [SKIP][95] ([fdo#109274] / [fdo#109278]) +4 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglb: NOTRUN -> [SKIP][96] ([i915#3528])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb2/igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109274]) +1 similar issue
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb7/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1:
- shard-glk: [PASS][98] -> [FAIL][99] ([i915#79])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-glk1/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
- shard-apl: NOTRUN -> [DMESG-WARN][100] ([i915#180]) +1 similar issue
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
- shard-tglb: NOTRUN -> [SKIP][101] ([i915#2587])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [PASS][102] -> [DMESG-WARN][103] ([i915#180])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10744/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-suspend.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt:
- shard-tglb: NOTRUN -> [SKIP][104] ([fdo#111825]) +37 similar issues
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt:
- shard-iclb: NOTRUN -> [SKIP][105] ([fdo#109280]) +27 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-2p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-glk: NOTRUN -> [SKIP][106] ([fdo#109271]) +38 similar issues
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_hdr@static-toggle-dpms:
- shard-tglb: NOTRUN -> [SKIP][107] ([i915#1187])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb8/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d:
- shard-glk: NOTRUN -> [SKIP][108] ([fdo#109271] / [i915#533]) +1 similar issue
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-glk8/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-d.html
* igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
- shard-kbl: NOTRUN -> [FAIL][109] ([fdo#108145] / [i915#265])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl1/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
- shard-apl: NOTRUN -> [FAIL][110] ([fdo#108145] / [i915#265]) +5 similar issues
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
* igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
- shard-apl: NOTRUN -> [FAIL][111] ([i915#265])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl6/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html
* igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max:
- shard-iclb: NOTRUN -> [SKIP][112] ([fdo#109278]) +37 similar issues
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max.html
* igt@kms_plane_lowres@pipe-b-tiling-y:
- shard-tglb: NOTRUN -> [SKIP][113] ([i915#3536]) +1 similar issue
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb1/igt@kms_plane_lowres@pipe-b-tiling-y.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
- shard-tglb: NOTRUN -> [SKIP][114] ([i915#2920]) +2 similar issues
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
- shard-kbl: NOTRUN -> [SKIP][115] ([fdo#109271] / [i915#658]) +5 similar issues
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
- shard-apl: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#658]) +3 similar issues
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html
* igt@kms_psr2_sf@plane-move-sf-dmg-area-1:
- shard-iclb: NOTRUN -> [SKIP][117] ([i915#658]) +2 similar issues
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb5/igt@kms_psr2_sf@plane-move-sf-dmg-area-1.html
* igt@kms_psr@psr2_cursor_blt:
- shard-tglb: NOTRUN -> [FAIL][118] ([i915#132] / [i915#3467])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb1/igt@kms_psr@psr2_cursor_blt.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-iclb: NOTRUN -> [SKIP][119] ([fdo#109441]) +1 similar issue
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@kms_psr@psr2_cursor_mmap_cpu.html
* igt@kms_sysfs_edid_timing:
- shard-apl: NOTRUN -> [FAIL][120] ([IGT#2])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl7/igt@kms_sysfs_edid_timing.html
- shard-kbl: NOTRUN -> [FAIL][121] ([IGT#2])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl7/igt@kms_sysfs_edid_timing.html
* igt@kms_vblank@pipe-d-wait-idle:
- shard-kbl: NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#533]) +3 similar issues
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl1/igt@kms_vblank@pipe-d-wait-idle.html
- shard-apl: NOTRUN -> [SKIP][123] ([fdo#109271] / [i915#533]) +2 similar issues
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl8/igt@kms_vblank@pipe-d-wait-idle.html
* igt@kms_vrr@flip-basic:
- shard-tglb: NOTRUN -> [SKIP][124] ([fdo#109502]) +1 similar issue
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb3/igt@kms_vrr@flip-basic.html
* igt@kms_writeback@writeback-check-output:
- shard-apl: NOTRUN -> [SKIP][125] ([fdo#109271] / [i915#2437]) +1 similar issue
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-apl1/igt@kms_writeback@writeback-check-output.html
- shard-iclb: NOTRUN -> [SKIP][126] ([i915#2437])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb2/igt@kms_writeback@writeback-check-output.html
* igt@nouveau_crc@pipe-a-source-rg:
- shard-iclb: NOTRUN -> [SKIP][127] ([i915#2530]) +2 similar issues
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb4/igt@nouveau_crc@pipe-a-source-rg.html
* igt@nouveau_crc@pipe-d-source-rg:
- shard-tglb: NOTRUN -> [SKIP][128] ([i915#2530]) +3 similar issues
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb7/igt@nouveau_crc@pipe-d-source-rg.html
* igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name:
- shard-tglb: NOTRUN -> [SKIP][129] ([fdo#109291]) +4 similar issues
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb5/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html
* igt@prime_nv_pcopy@test2:
- shard-kbl: NOTRUN -> [SKIP][130] ([fdo#109271]) +212 similar issues
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-kbl4/igt@prime_nv_pcopy@test2.html
* igt@prime_nv_pcopy@test3_3:
- shard-iclb: NOTRUN -> [SKIP][131] ([fdo#109291]) +4 similar issues
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb5/igt@prime_nv_pcopy@test3_3.html
* igt@prime_vgem@basic-userptr:
- shard-tglb: NOTRUN -> [SKIP][132] ([i915#3301])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-tglb8/igt@prime_vgem@basic-userptr.html
- shard-iclb: NOTRUN -> [SKIP][133] ([i915#3301])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/shard-iclb8/igt@prime_vgem@basic-userptr.html
* igt@prime_vgem@fence-write-hang:
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6326/index.html
[-- Attachment #2: Type: text/html, Size: 34644 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-16 3:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 21:54 [igt-dev] [PATCH v3 i-g-t] tests/i915: Skip gem_exec_fair on GuC based platforms John.C.Harrison
2021-10-15 22:34 ` [igt-dev] [Intel-gfx] " Dixit, Ashutosh
2021-10-15 22:48 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Skip gem_exec_fair on GuC based platforms (rev3) Patchwork
2021-10-16 3:26 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox