* [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS
@ 2024-07-22 19:07 Lucas De Marchi
2024-07-22 18:53 ` Dixit, Ashutosh
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Lucas De Marchi @ 2024-07-22 19:07 UTC (permalink / raw)
To: igt-dev; +Cc: Lucas De Marchi, Ashutosh Dixit
Handle SIMD16_EU_PER_DSS the same way EU_PER_DSS is. Since this function
is mixing information from hwconfig and the topo query, this should be
more correct as now the numbers from the query match the hwconfig.
This fixes the assert triggering in the default case because
SIMD16_EU_PER_DSS was not handled:
(xe_oa:4511) CRITICAL: Test assertion failure function xe_fill_topology_info, file ../lib/xe/xe_oa.c:532:
(xe_oa:4511) CRITICAL: Failed assertion: 0
(xe_oa:4511) CRITICAL: Last errno: 2, No such file or directory
Test xe_oa failed.
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
lib/xe/xe_oa.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c
index 797458439..4764ed1fc 100644
--- a/lib/xe/xe_oa.c
+++ b/lib/xe/xe_oa.c
@@ -521,6 +521,7 @@ xe_fill_topology_info(int drm_fd, uint32_t device_id, uint32_t *topology_size)
ptr += ptopo->subslice_stride;
break;
case DRM_XE_TOPO_EU_PER_DSS:
+ case DRM_XE_TOPO_SIMD16_EU_PER_DSS:
for (i = 0; i < ptopo->max_subslices; i++) {
memcpy(ptr, topo->mask, ptopo->eu_stride);
ptr += ptopo->eu_stride;
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS 2024-07-22 19:07 [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS Lucas De Marchi @ 2024-07-22 18:53 ` Dixit, Ashutosh 2024-07-22 20:48 ` ✓ Fi.CI.BAT: success for " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Dixit, Ashutosh @ 2024-07-22 18:53 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev On Mon, 22 Jul 2024 12:07:17 -0700, Lucas De Marchi wrote: > > Handle SIMD16_EU_PER_DSS the same way EU_PER_DSS is. Since this function > is mixing information from hwconfig and the topo query, this should be > more correct as now the numbers from the query match the hwconfig. > > This fixes the assert triggering in the default case because > SIMD16_EU_PER_DSS was not handled: > > (xe_oa:4511) CRITICAL: Test assertion failure function xe_fill_topology_info, file ../lib/xe/xe_oa.c:532: > (xe_oa:4511) CRITICAL: Failed assertion: 0 > (xe_oa:4511) CRITICAL: Last errno: 2, No such file or directory > Test xe_oa failed. Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > Cc: Ashutosh Dixit <ashutosh.dixit@intel.com> > Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> > --- > lib/xe/xe_oa.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c > index 797458439..4764ed1fc 100644 > --- a/lib/xe/xe_oa.c > +++ b/lib/xe/xe_oa.c > @@ -521,6 +521,7 @@ xe_fill_topology_info(int drm_fd, uint32_t device_id, uint32_t *topology_size) > ptr += ptopo->subslice_stride; > break; > case DRM_XE_TOPO_EU_PER_DSS: > + case DRM_XE_TOPO_SIMD16_EU_PER_DSS: > for (i = 0; i < ptopo->max_subslices; i++) { > memcpy(ptr, topo->mask, ptopo->eu_stride); > ptr += ptopo->eu_stride; > -- > 2.43.0 > ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ Fi.CI.BAT: success for lib/xe/oa: Handle SIMD16_EU_PER_DSS 2024-07-22 19:07 [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS Lucas De Marchi 2024-07-22 18:53 ` Dixit, Ashutosh @ 2024-07-22 20:48 ` Patchwork 2024-07-22 20:49 ` ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-07-22 20:48 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8449 bytes --] == Series Details == Series: lib/xe/oa: Handle SIMD16_EU_PER_DSS URL : https://patchwork.freedesktop.org/series/136355/ State : success == Summary == CI Bug Log - changes from IGT_7934 -> IGTPW_11443 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/index.html Participating hosts (36 -> 39) ------------------------------ Additional (5): fi-kbl-7567u bat-kbl-2 fi-cfl-8109u fi-elk-e7500 bat-dg2-11 Missing (2): bat-arlh-2 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_11443 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][1] ([i915#1849]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-kbl-2/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-cfl-8109u: NOTRUN -> [SKIP][2] ([i915#2190]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html - fi-kbl-7567u: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-kbl-7567u: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-kbl-7567u/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][5] +39 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - fi-cfl-8109u: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-cfl-8109u/igt@gem_lmem_swapping@verify-random.html * igt@gem_mmap@basic: - bat-dg2-11: NOTRUN -> [SKIP][7] ([i915#4083]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@gem_mmap@basic.html * igt@gem_tiled_fence_blits@basic: - bat-dg2-11: NOTRUN -> [SKIP][8] ([i915#4077]) +2 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@gem_tiled_fence_blits@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-11: NOTRUN -> [SKIP][9] ([i915#4079]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-11: NOTRUN -> [SKIP][10] ([i915#6621]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - bat-dg2-11: NOTRUN -> [SKIP][11] ([i915#4212]) +7 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-11: NOTRUN -> [SKIP][12] ([i915#5190]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-11: NOTRUN -> [SKIP][13] ([i915#4215] / [i915#5190]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - bat-dg2-11: NOTRUN -> [SKIP][14] ([i915#4103] / [i915#4213]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_dsc@dsc-basic: - bat-dg2-11: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#3840]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - fi-kbl-7567u: NOTRUN -> [SKIP][16] +11 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-kbl-7567u/igt@kms_force_connector_basic@force-load-detect.html - bat-dg2-11: NOTRUN -> [SKIP][17] [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-11: NOTRUN -> [SKIP][18] ([i915#5274]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-11: NOTRUN -> [SKIP][19] ([i915#5354]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_pm_backlight@basic-brightness.html - fi-cfl-8109u: NOTRUN -> [SKIP][20] +11 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-cfl-8109u/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_rpm@basic-pci-d3-state: - fi-elk-e7500: NOTRUN -> [SKIP][21] +24 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/fi-elk-e7500/igt@kms_pm_rpm@basic-pci-d3-state.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-dg2-11: NOTRUN -> [SKIP][22] ([i915#1072] / [i915#9732]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-11: NOTRUN -> [SKIP][23] ([i915#3555]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-11: NOTRUN -> [SKIP][24] ([i915#3708]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-11: NOTRUN -> [SKIP][25] ([i915#3708] / [i915#4077]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-read: - bat-dg2-11: NOTRUN -> [SKIP][26] ([i915#3291] / [i915#3708]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/bat-dg2-11/igt@prime_vgem@basic-read.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7934 -> IGTPW_11443 CI-20190529: 20190529 CI_DRM_15113: 16dc06e8fb1aaf484c4914f1fecc22502c9ab641 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11443: da9b6a0da5d2a2ac59b79aa85af88fceed09d009 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7934: 7934 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/index.html [-- Attachment #2: Type: text/html, Size: 10173 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ CI.xeBAT: success for lib/xe/oa: Handle SIMD16_EU_PER_DSS 2024-07-22 19:07 [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS Lucas De Marchi 2024-07-22 18:53 ` Dixit, Ashutosh 2024-07-22 20:48 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2024-07-22 20:49 ` Patchwork 2024-07-22 23:01 ` ✗ CI.xeFULL: failure " Patchwork 2024-07-23 12:28 ` ✗ Fi.CI.IGT: " Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-07-22 20:49 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1525 bytes --] == Series Details == Series: lib/xe/oa: Handle SIMD16_EU_PER_DSS URL : https://patchwork.freedesktop.org/series/136355/ State : success == Summary == CI Bug Log - changes from XEIGT_7934_BAT -> XEIGTPW_11443_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11443_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_exec_threads@threads-mixed-shared-vm-basic: - bat-dg2-oem2: [PASS][1] -> [INCOMPLETE][2] ([Intel XE#1169] / [Intel XE#1356]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/bat-dg2-oem2/igt@xe_exec_threads@threads-mixed-shared-vm-basic.html [Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169 [Intel XE#1356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1356 Build changes ------------- * IGT: IGT_7934 -> IGTPW_11443 IGTPW_11443: da9b6a0da5d2a2ac59b79aa85af88fceed09d009 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7934: 7934 xe-1646-ea064de9c72e649eca5659c6ef24019faa7019b0: ea064de9c72e649eca5659c6ef24019faa7019b0 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/index.html [-- Attachment #2: Type: text/html, Size: 2080 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ CI.xeFULL: failure for lib/xe/oa: Handle SIMD16_EU_PER_DSS 2024-07-22 19:07 [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS Lucas De Marchi ` (2 preceding siblings ...) 2024-07-22 20:49 ` ✓ CI.xeBAT: " Patchwork @ 2024-07-22 23:01 ` Patchwork 2024-07-23 12:28 ` ✗ Fi.CI.IGT: " Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-07-22 23:01 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 56568 bytes --] == Series Details == Series: lib/xe/oa: Handle SIMD16_EU_PER_DSS URL : https://patchwork.freedesktop.org/series/136355/ State : failure == Summary == CI Bug Log - changes from XEIGT_7934_full -> XEIGTPW_11443_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11443_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11443_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (3 -> 3) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11443_full: ### IGT changes ### #### Possible regressions #### * igt@kms_async_flips@async-flip-with-page-flip-events: - shard-dg2-set2: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-433/igt@kms_async_flips@async-flip-with-page-flip-events.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events.html #### Warnings #### * igt@kms_content_protection@atomic-dpms: - shard-dg2-set2: [FAIL][3] ([Intel XE#1178]) -> [DMESG-FAIL][4] +1 other test dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-435/igt@kms_content_protection@atomic-dpms.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_content_protection@atomic-dpms.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1}: - shard-lnl: [PASS][5] -> [DMESG-WARN][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-1.html Known issues ------------ Here are the changes found in XEIGTPW_11443_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_3d: - shard-lnl: NOTRUN -> [SKIP][7] ([Intel XE#1465]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-1/igt@kms_3d.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2-set2: NOTRUN -> [SKIP][8] ([Intel XE#1201] / [Intel XE#623]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs: - shard-lnl: [PASS][9] -> [FAIL][10] ([Intel XE#1701]) +1 other test fail [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing@1x-outputs.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][11] ([Intel XE#1407]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@linear-8bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#1201] / [Intel XE#316]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_big_fb@linear-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1124] / [Intel XE#1201]) +4 other tests skip [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#1124]) +3 other tests skip [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#1201] / [Intel XE#619]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#1201] / [Intel XE#346]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_big_joiner@invalid-modeset.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1201] / [Intel XE#367]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1201] / [Intel XE#787]) +41 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-6.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +11 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1399]) +5 other tests skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html * igt@kms_cdclk@mode-transition@pipe-c-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#314]) +3 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html * igt@kms_chamelium_color@ctm-max: - shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#306]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-8/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#1201] / [Intel XE#306]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_frames@hdmi-crc-multiple: - shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#373]) +2 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-3/igt@kms_chamelium_frames@hdmi-crc-multiple.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#373]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1201] / [Intel XE#373]) +4 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-after-hibernate.html * igt@kms_content_protection@lic-type-1: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#599]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@kms_content_protection@lic-type-1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#308]) +2 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-128x42: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#1424]) +2 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-1/igt@kms_cursor_crc@cursor-onscreen-128x42.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1201] / [Intel XE#323]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size: - shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#309]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-6/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html * igt@kms_flip@2x-flip-vs-suspend: - shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#1421]) +3 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-1/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#1401]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#651]) +2 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1201] / [Intel XE#651]) +16 other tests skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#651]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-1p-rte.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#656]) +11 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1201] / [Intel XE#658]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#653]) +3 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#1201] / [Intel XE#653]) +16 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_hdmi_inject@inject-4k: - shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#1470]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-5/igt@kms_hdmi_inject@inject-4k.html * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][43] ([Intel XE#616]) +1 other test fail [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-463/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#1201] / [Intel XE#356]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_crc_basic@suspend-read-crc: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][45] ([Intel XE#1162]) [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][46] ([Intel XE#2019]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-4.html * igt@kms_plane@plane-position-hole: - shard-lnl: [PASS][47] -> [DMESG-FAIL][48] ([Intel XE#324]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-8/igt@kms_plane@plane-position-hole.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-4/igt@kms_plane@plane-position-hole.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +2 other tests skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#1201]) +8 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-75: - shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#2318]) +3 other tests skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-6/igt@kms_plane_scaling@planes-downscale-factor-0-75.html * igt@kms_pm_backlight@basic-brightness: - shard-lnl: [PASS][52] -> [SKIP][53] ([Intel XE#870]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-3/igt@kms_pm_backlight@basic-brightness.html [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-4/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#1201] / [Intel XE#870]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_pm_backlight@fade.html * igt@kms_psr2_sf@overlay-plane-move-continuous-sf: - shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#1122]) [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-primary-page-flip: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1406]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-7/igt@kms_psr@fbc-pr-primary-page-flip.html * igt@kms_psr@fbc-psr-sprite-blt: - shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#929]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-blt.html * igt@kms_psr@fbc-psr2-sprite-plane-move: - shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#1201] / [Intel XE#929]) +9 other tests skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@kms_psr@fbc-psr2-sprite-plane-move.html * igt@kms_rmfb@close-fd: - shard-dg2-set2: NOTRUN -> [FAIL][60] ([Intel XE#294]) +2 other tests fail [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_rmfb@close-fd.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#1127] / [Intel XE#1201]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#1201] / [Intel XE#327]) [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2-set2: NOTRUN -> [SKIP][63] ([Intel XE#1127]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#1201] / [Intel XE#1500]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@cursor-fb-leak: - shard-dg2-set2: NOTRUN -> [FAIL][65] ([Intel XE#771] / [Intel XE#899]) [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][66] ([Intel XE#899]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html * igt@kms_vrr@flipline: - shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#1201] / [Intel XE#455]) +9 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-463/igt@kms_vrr@flipline.html * igt@kms_vrr@negative-basic: - shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#1499] / [Intel XE#599]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-6/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#1201] / [Intel XE#756]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@xe_compute_preempt@compute-preempt: - shard-dg2-set2: NOTRUN -> [SKIP][70] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@xe_compute_preempt@compute-preempt.html * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#1123] / [Intel XE#1201]) [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0x3fff.html * igt@xe_evict@evict-beng-cm-threads-small: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#688]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-8/igt@xe_evict@evict-beng-cm-threads-small.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [PASS][73] -> [FAIL][74] ([Intel XE#1600]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@xe_evict@evict-beng-large-multi-vm-cm.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][75] -> [INCOMPLETE][76] ([Intel XE#1195] / [Intel XE#1473]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue: - shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#1392]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-1/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue.html * igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race: - shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#1201] / [Intel XE#288]) +13 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_reset@close-fd: - shard-dg2-set2: NOTRUN -> [ABORT][79] ([Intel XE#2271] / [Intel XE#2309]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@xe_exec_reset@close-fd.html * igt@xe_exec_threads@threads-hang-fd-userptr-invalidate-race: - shard-dg2-set2: [PASS][80] -> [ABORT][81] ([Intel XE#2271]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate-race.html [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@xe_exec_threads@threads-hang-fd-userptr-invalidate-race.html * igt@xe_live_ktest@xe_dma_buf: - shard-dg2-set2: [PASS][82] -> [SKIP][83] ([Intel XE#1192] / [Intel XE#1201]) [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-463/igt@xe_live_ktest@xe_dma_buf.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@xe_live_ktest@xe_dma_buf.html * igt@xe_module_load@many-reload: - shard-dg2-set2: [PASS][84] -> [DMESG-WARN][85] ([Intel XE#2019]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@xe_module_load@many-reload.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@xe_module_load@many-reload.html * igt@xe_peer2peer@write: - shard-dg2-set2: NOTRUN -> [FAIL][86] ([Intel XE#1173]) +1 other test fail [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@xe_peer2peer@write.html * igt@xe_pm@d3cold-mmap-system: - shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#1201] / [Intel XE#366]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@s3-basic-exec: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][88] ([Intel XE#1551] / [Intel XE#569]) +2 other tests dmesg-warn [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s3-vm-bind-prefetch: - shard-dg2-set2: [PASS][89] -> [DMESG-WARN][90] ([Intel XE#569]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@xe_pm@s3-vm-bind-prefetch.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@xe_pm@s3-vm-bind-prefetch.html * igt@xe_pm@s4-mocs: - shard-dg2-set2: [PASS][91] -> [DMESG-WARN][92] ([Intel XE#2280]) [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-463/igt@xe_pm@s4-mocs.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@xe_pm@s4-mocs.html * igt@xe_pm@s4-multiple-execs: - shard-lnl: [PASS][93] -> [ABORT][94] ([Intel XE#1358] / [Intel XE#1794]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-3/igt@xe_pm@s4-multiple-execs.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html * igt@xe_query@multigpu-query-cs-cycles: - shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#944]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_query@multigpu-query-cs-cycles.html * igt@xe_query@multigpu-query-invalid-size: - shard-lnl: NOTRUN -> [SKIP][96] ([Intel XE#944]) +2 other tests skip [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-7/igt@xe_query@multigpu-query-invalid-size.html #### Possible fixes #### * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1: - shard-lnl: [FAIL][97] ([Intel XE#1426]) -> [PASS][98] +1 other test pass [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg2-set2: [FAIL][99] ([Intel XE#301]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4: - shard-dg2-set2: [FAIL][101] -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html * {igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3}: - shard-lnl: [DMESG-WARN][103] ([Intel XE#324]) -> [PASS][104] +1 other test pass [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2-set2: [FAIL][105] ([Intel XE#361]) -> [PASS][106] +1 other test pass [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: [TIMEOUT][107] ([Intel XE#1473] / [Intel XE#402]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-beng-threads-large: - shard-dg2-set2: [INCOMPLETE][109] ([Intel XE#1195] / [Intel XE#1473]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@xe_evict@evict-beng-threads-large.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@xe_evict@evict-beng-threads-large.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [ABORT][111] ([Intel XE#2271] / [Intel XE#2309]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@xe_exec_reset@parallel-gt-reset.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-463/igt@xe_exec_reset@parallel-gt-reset.html * {igt@xe_oa@mmio-triggered-reports}: - shard-lnl: [FAIL][113] ([Intel XE#2249] / [Intel XE#2339]) -> [PASS][114] [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-3/igt@xe_oa@mmio-triggered-reports.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-8/igt@xe_oa@mmio-triggered-reports.html * {igt@xe_oa@stress-open-close}: - shard-lnl: [FAIL][115] ([Intel XE#2339]) -> [PASS][116] +30 other tests pass [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-7/igt@xe_oa@stress-open-close.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-7/igt@xe_oa@stress-open-close.html * igt@xe_pm@s4-basic: - shard-dg2-set2: [DMESG-WARN][117] -> [PASS][118] [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@xe_pm@s4-basic.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@xe_pm@s4-basic.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-dg2-set2: [DMESG-WARN][119] ([Intel XE#2019]) -> [PASS][120] +1 other test pass [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@xe_pm@s4-d3hot-basic-exec.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@xe_pm@s4-d3hot-basic-exec.html * igt@xe_pm@s4-vm-bind-prefetch: - shard-lnl: [ABORT][121] ([Intel XE#1794]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-5/igt@xe_pm@s4-vm-bind-prefetch.html * igt@xe_vm@mmap-style-bind-many-either-side-partial-hammer: - shard-lnl: [DMESG-WARN][123] ([Intel XE#1638] / [Intel XE#1727]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-6/igt@xe_vm@mmap-style-bind-many-either-side-partial-hammer.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-8/igt@xe_vm@mmap-style-bind-many-either-side-partial-hammer.html #### Warnings #### * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][125] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][126] ([Intel XE#316]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg2-set2: [SKIP][127] ([Intel XE#316]) -> [SKIP][128] ([Intel XE#1201] / [Intel XE#316]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-463/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2-set2: [SKIP][129] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][130] ([Intel XE#1124]) +5 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-436/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-dg2-set2: [SKIP][131] ([Intel XE#1124]) -> [SKIP][132] ([Intel XE#1124] / [Intel XE#1201]) +4 other tests skip [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: [SKIP][133] ([Intel XE#367]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#367]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-463/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-3-displays-2560x1440p: - shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][136] ([Intel XE#367]) [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-2560x1440p.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][138] ([Intel XE#787]) +62 other tests skip [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs: - shard-dg2-set2: [SKIP][139] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][140] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +9 other tests skip [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][141] ([Intel XE#787]) -> [SKIP][142] ([Intel XE#1201] / [Intel XE#787]) +34 other tests skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-6.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][144] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_chamelium_color@degamma: - shard-dg2-set2: [SKIP][145] ([Intel XE#306]) -> [SKIP][146] ([Intel XE#1201] / [Intel XE#306]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_chamelium_color@degamma.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-dg2-set2: [SKIP][147] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][148] ([Intel XE#373]) +4 other tests skip [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-435/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_frames@hdmi-cmp-planes-random: - shard-dg2-set2: [SKIP][149] ([Intel XE#373]) -> [SKIP][150] ([Intel XE#1201] / [Intel XE#373]) +3 other tests skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html * igt@kms_cursor_crc@cursor-rapid-movement-512x170: - shard-dg2-set2: [SKIP][151] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][152] ([Intel XE#308]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-436/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: [SKIP][153] ([Intel XE#1201] / [Intel XE#307]) -> [SKIP][154] ([Intel XE#307]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@kms_display_modes@mst-extended-mode-negative.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_feature_discovery@display-4x: - shard-dg2-set2: [SKIP][155] ([Intel XE#1138] / [Intel XE#1201]) -> [SKIP][156] ([Intel XE#1138]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-463/igt@kms_feature_discovery@display-4x.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_feature_discovery@display-4x.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-dg2-set2: [SKIP][157] ([Intel XE#455]) -> [SKIP][158] ([Intel XE#1201] / [Intel XE#455]) +10 other tests skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-move: - shard-dg2-set2: [SKIP][159] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][160] ([Intel XE#651]) +16 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-move.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render: - shard-dg2-set2: [SKIP][161] ([Intel XE#651]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#651]) +13 other tests skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw: - shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][164] ([Intel XE#653]) +14 other tests skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][165] ([Intel XE#653]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#653]) +8 other tests skip [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_plane_multiple@tiling-y: - shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][168] ([Intel XE#455]) +9 other tests skip [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@kms_plane_multiple@tiling-y.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_plane_multiple@tiling-y.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg2-set2: [SKIP][169] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][170] ([Intel XE#870]) [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@kms_pm_backlight@fade-with-dpms.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2-set2: [SKIP][171] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][172] ([Intel XE#1122]) [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-436/igt@kms_pm_dc@dc3co-vpb-simulation.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-lnl: [SKIP][173] ([Intel XE#736]) -> [SKIP][174] ([Intel XE#1909]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-lnl-8/igt@kms_pm_dc@dc3co-vpb-simulation.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-lnl-2/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@deep-pkgc: - shard-dg2-set2: [SKIP][175] ([Intel XE#1201] / [Intel XE#908]) -> [SKIP][176] ([Intel XE#908]) [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@kms_pm_dc@deep-pkgc.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_pm_dc@deep-pkgc.html * igt@kms_psr2_sf@fbc-cursor-plane-update-sf: - shard-dg2-set2: [SKIP][177] ([Intel XE#1489]) -> [SKIP][178] ([Intel XE#1201] / [Intel XE#1489]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_psr2_sf@fbc-cursor-plane-update-sf.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-435/igt@kms_psr2_sf@fbc-cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][180] ([Intel XE#1489]) +3 other tests skip [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@fbc-pr-no-drrs: - shard-dg2-set2: [SKIP][181] ([Intel XE#929]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#929]) +4 other tests skip [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_psr@fbc-pr-no-drrs.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-434/igt@kms_psr@fbc-pr-no-drrs.html * igt@kms_psr@fbc-psr-cursor-render: - shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][184] ([Intel XE#929]) +5 other tests skip [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-436/igt@kms_psr@fbc-psr-cursor-render.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_psr@fbc-psr-cursor-render.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2-set2: [SKIP][185] ([Intel XE#1149]) -> [SKIP][186] ([Intel XE#1149] / [Intel XE#1201]) [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-466/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2-set2: [SKIP][187] ([Intel XE#327]) -> [SKIP][188] ([Intel XE#1201] / [Intel XE#327]) [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-set2: [SKIP][189] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][190] ([Intel XE#327]) [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-270.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2-set2: [SKIP][191] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][192] ([Intel XE#756]) [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@kms_writeback@writeback-pixel-formats.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@kms_writeback@writeback-pixel-formats.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: [SKIP][193] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) -> [SKIP][194] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-435/igt@xe_compute_preempt@compute-preempt-many.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][195] ([Intel XE#1126]) -> [SKIP][196] ([Intel XE#1126] / [Intel XE#1201]) [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfd.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_create@multigpu-create-massive-size: - shard-dg2-set2: [SKIP][197] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][198] ([Intel XE#944]) [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@xe_create@multigpu-create-massive-size.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_create@multigpu-create-massive-size.html * igt@xe_evict@evict-beng-cm-threads-large: - shard-dg2-set2: [INCOMPLETE][199] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) -> [TIMEOUT][200] ([Intel XE#1473] / [Intel XE#392]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-464/igt@xe_evict@evict-beng-cm-threads-large.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_evict@evict-beng-cm-threads-large.html * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][201] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][202] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-large.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-464/igt@xe_evict@evict-beng-mixed-many-threads-large.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][203] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][204] ([Intel XE#1473] / [Intel XE#392]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-433/igt@xe_evict@evict-mixed-many-threads-large.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_evict@evict-mixed-threads-large: - shard-dg2-set2: [TIMEOUT][205] ([Intel XE#1473] / [Intel XE#392]) -> [INCOMPLETE][206] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#392]) [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@xe_evict@evict-mixed-threads-large.html * igt@xe_exec_fault_mode@many-execqueues-basic-prefetch: - shard-dg2-set2: [SKIP][207] ([Intel XE#288]) -> [SKIP][208] ([Intel XE#1201] / [Intel XE#288]) +12 other tests skip [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@xe_exec_fault_mode@many-execqueues-basic-prefetch.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@xe_exec_fault_mode@many-execqueues-basic-prefetch.html * igt@xe_exec_fault_mode@once-basic-imm: - shard-dg2-set2: [SKIP][209] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][210] ([Intel XE#288]) +12 other tests skip [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-466/igt@xe_exec_fault_mode@once-basic-imm.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_exec_fault_mode@once-basic-imm.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#977]) -> [SKIP][212] ([Intel XE#977]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-436/igt@xe_pat@pat-index-xe2.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_pat@pat-index-xe2.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][214] ([Intel XE#366]) [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-432/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_query@multigpu-query-config: - shard-dg2-set2: [SKIP][215] ([Intel XE#944]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#944]) [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7934/shard-dg2-432/igt@xe_query@multigpu-query-config.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/shard-dg2-433/igt@xe_query@multigpu-query-config.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1041]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1041 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149 [Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1465]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1465 [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1638]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1638 [Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#1909]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1909 [Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2207]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2207 [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248 [Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249 [Intel XE#2271]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2271 [Intel XE#2280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2280 [Intel XE#2309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2309 [Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318 [Intel XE#2339]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2339 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/294 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392 [Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#771]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/771 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_7934 -> IGTPW_11443 IGTPW_11443: da9b6a0da5d2a2ac59b79aa85af88fceed09d009 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7934: 7934 xe-1646-ea064de9c72e649eca5659c6ef24019faa7019b0: ea064de9c72e649eca5659c6ef24019faa7019b0 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11443/index.html [-- Attachment #2: Type: text/html, Size: 74080 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for lib/xe/oa: Handle SIMD16_EU_PER_DSS 2024-07-22 19:07 [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS Lucas De Marchi ` (3 preceding siblings ...) 2024-07-22 23:01 ` ✗ CI.xeFULL: failure " Patchwork @ 2024-07-23 12:28 ` Patchwork 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-07-23 12:28 UTC (permalink / raw) To: Lucas De Marchi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 83806 bytes --] == Series Details == Series: lib/xe/oa: Handle SIMD16_EU_PER_DSS URL : https://patchwork.freedesktop.org/series/136355/ State : failure == Summary == CI Bug Log - changes from IGT_7934_full -> IGTPW_11443_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11443_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11443_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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_11443/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_11443_full: ### IGT changes ### #### Possible regressions #### * igt@fbdev@read: - shard-mtlp: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-mtlp-2/igt@fbdev@read.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@fbdev@read.html - shard-rkl: [PASS][3] -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-rkl-5/igt@fbdev@read.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@fbdev@read.html - shard-dg1: [PASS][5] -> [FAIL][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg1-17/igt@fbdev@read.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@fbdev@read.html - shard-snb: [PASS][7] -> [FAIL][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-snb7/igt@fbdev@read.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb4/igt@fbdev@read.html - shard-tglu: [PASS][9] -> [FAIL][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-tglu-7/igt@fbdev@read.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-6/igt@fbdev@read.html - shard-glk: NOTRUN -> [FAIL][11] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-glk1/igt@fbdev@read.html * igt@gem_exec_big@single: - shard-tglu: [PASS][12] -> [ABORT][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-tglu-7/igt@gem_exec_big@single.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-9/igt@gem_exec_big@single.html * igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20@pipe-b-dp-4: - shard-dg2: NOTRUN -> [DMESG-WARN][14] +9 other tests dmesg-warn [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-20x20@pipe-b-dp-4.html * igt@kms_pm_rpm@drm-resources-equal: - shard-dg2: [PASS][15] -> [FAIL][16] +1 other test fail [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-2/igt@kms_pm_rpm@drm-resources-equal.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_pm_rpm@drm-resources-equal.html Known issues ------------ Here are the changes found in IGTPW_11443_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][17] ([i915#6230]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#8411]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@api_intel_bb@object-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#8411]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-tglu: NOTRUN -> [SKIP][20] ([i915#11078]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][21] ([i915#8414]) +6 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@drm_fdinfo@busy-check-all@ccs0.html * igt@drm_fdinfo@busy-hang@bcs0: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#8414]) +5 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@drm_fdinfo@busy-hang@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][23] -> [FAIL][24] ([i915#7742]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_basic@multigpu-create-close: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#7697]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@gem_basic@multigpu-create-close.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4873]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-1/igt@gem_caching@writes.html * igt@gem_ccs@block-multicopy-inplace: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#3555] / [i915#9323]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-3/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@ctrl-surf-copy: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#3555] / [i915#9323]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_close_race@multigpu-basic-process: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#7697]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#6335]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#8562]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@heartbeat-close: - shard-dg1: NOTRUN -> [SKIP][32] ([i915#8555]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#8555]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-3/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@heartbeat-many: - shard-mtlp: NOTRUN -> [SKIP][34] ([i915#8555]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#280]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#4771]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-3/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#4812]) +1 other test skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4812]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@hog: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4812]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@gem_exec_balancer@hog.html * igt@gem_exec_balancer@parallel-balancer: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#4525]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_fair@basic-deadline: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-flow: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4473] / [i915#4771]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-5/igt@gem_exec_fair@basic-flow.html * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-glk: NOTRUN -> [FAIL][43] ([i915#2842]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-glk1/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-rkl: NOTRUN -> [FAIL][44] ([i915#2842]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_reloc@basic-cpu-gtt: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#3281]) +7 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-gtt.html * igt@gem_exec_reloc@basic-wc: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#3281]) +6 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-7/igt@gem_exec_reloc@basic-wc.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#3281]) +8 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#3281]) +4 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4860]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@gem_fence_thrash@bo-write-verify-y.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_11443/shard-mtlp-4/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#4860]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_huc_copy@huc-copy: - shard-tglu: NOTRUN -> [SKIP][52] ([i915#2190]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-random@lmem0: - shard-dg2: [PASS][53] -> [FAIL][54] ([i915#10378]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-6/igt@gem_lmem_swapping@heavy-random@lmem0.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@gem_lmem_swapping@heavy-random@lmem0.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg2: NOTRUN -> [FAIL][55] ([i915#10378]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-3/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-random: - shard-tglu: NOTRUN -> [SKIP][56] ([i915#4613]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-6/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@smem-oom: - shard-glk: NOTRUN -> [SKIP][57] ([i915#4613]) +3 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-glk3/igt@gem_lmem_swapping@smem-oom.html * igt@gem_lmem_swapping@verify-ccs: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#4613]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4613]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#4083]) +6 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@gem_mmap@bad-object.html * igt@gem_mmap_gtt@basic-write-read: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4077]) +6 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-8/igt@gem_mmap_gtt@basic-write-read.html * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][62] ([i915#4077]) +8 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html * igt@gem_mmap_gtt@fault-concurrent-x: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4077]) +3 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-1/igt@gem_mmap_gtt@fault-concurrent-x.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4083]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@gem_mmap_wc@copy.html * igt@gem_partial_pwrite_pread@write: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#3282]) +2 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@gem_partial_pwrite_pread@write.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][67] ([i915#3282]) +5 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@exhaustion: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#3282]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-5/igt@gem_pread@exhaustion.html * igt@gem_pwrite_snooped: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#3282]) +7 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@gem_pwrite_snooped.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#4270]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#4270]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-3/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4270]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#4270]) +4 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@y-tiled-to-vebox-yf-tiled: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#5190] / [i915#8428]) +5 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-1/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#8428]) +5 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-3/igt@gem_render_copy@yf-tiled-to-vebox-y-tiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#4079]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-10/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-rkl: NOTRUN -> [SKIP][78] +20 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@gem_softpin@evict-snoop.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4885]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3297]) +3 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@map-fixed-invalidate: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#3297] / [i915#4880]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297] / [i915#4880]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#3297]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-3/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#4958]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][85] ([i915#3297]) +5 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][86] +12 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-5/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][87] ([i915#2527] / [i915#2856]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#2527]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#2527]) +4 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@unaligned-access: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#2856]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@gen9_exec_parse@unaligned-access.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: [PASS][91] -> [ABORT][92] ([i915#9820]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html - shard-tglu: [PASS][93] -> [ABORT][94] ([i915#9820]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: NOTRUN -> [ABORT][95] ([i915#9820]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-10/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-suspend: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#8399]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-tglu: NOTRUN -> [WARN][97] ([i915#2681]) +3 other tests warn [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@i915_pm_rps@basic-api: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#6621]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@i915_pm_rps@basic-api.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_7934/shard-snb5/igt@i915_pm_rps@reset.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb6/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg1: NOTRUN -> [SKIP][101] ([i915#8925]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_pm_sseu@full-enable: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#4387]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@i915_pm_sseu@full-enable.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][103] ([i915#6245]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@i915_query@hwconfig_table.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#4212]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#5190]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#4215] / [i915#5190]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][107] ([i915#3826]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][108] ([i915#8709]) +7 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-vga-1-linear: - shard-snb: NOTRUN -> [SKIP][109] +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-vga-1-linear.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#8709]) +11 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs.html * igt@kms_async_flips@crc@pipe-a-dp-4: - shard-dg2: NOTRUN -> [DMESG-WARN][111] ([i915#1982]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_async_flips@crc@pipe-a-dp-4.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-mtlp: NOTRUN -> [SKIP][112] ([i915#3555]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#1769] / [i915#3555]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-dg1: NOTRUN -> [SKIP][114] ([i915#5286]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#5286]) +1 other test skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#5286]) +6 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286]) +7 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#3638]) +3 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#3638]) +4 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][120] ([i915#6187]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][121] ([i915#4538]) +1 other test skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#4538] / [i915#5190]) +5 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-5/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_joiner@basic: - shard-rkl: NOTRUN -> [SKIP][123] ([i915#10656]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@basic-force-joiner: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#10656]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-10/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#10307] / [i915#6095]) +184 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs@pipe-d-hdmi-a-2.html * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][127] ([i915#6095]) +63 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][128] ([i915#6095]) +7 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-10/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#6095]) +35 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-8/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#6095]) +59 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [SKIP][131] +199 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-glk2/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs@pipe-a-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#7213]) +3 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#7828]) +8 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#7828]) +4 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_chamelium_edid@hdmi-mode-timings: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#7828]) +2 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-5/igt@kms_chamelium_edid@hdmi-mode-timings.html * igt@kms_chamelium_frames@dp-crc-multiple: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#7828]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-multiple.html * igt@kms_chamelium_frames@dp-crc-single: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#7828]) +7 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_content_protection@atomic: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][139] ([i915#3299]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-3/igt@kms_content_protection@dp-mst-lic-type-0.html - shard-dg2: NOTRUN -> [SKIP][140] ([i915#3299]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-3/igt@kms_content_protection@dp-mst-lic-type-0.html - shard-rkl: NOTRUN -> [SKIP][141] ([i915#3116]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#3299]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-1: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#9424]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#7118] / [i915#9424]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#6944] / [i915#9424]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-32x32: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#3555] / [i915#8814]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-2/igt@kms_cursor_crc@cursor-offscreen-32x32.html * igt@kms_cursor_crc@cursor-offscreen-64x21: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#8814]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-5/igt@kms_cursor_crc@cursor-offscreen-64x21.html * igt@kms_cursor_crc@cursor-offscreen-max-size: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#3555]) +1 other test skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_cursor_crc@cursor-offscreen-max-size.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][149] ([i915#11453]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#11453]) +2 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-tglu: NOTRUN -> [SKIP][151] ([i915#3555]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-10/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555]) +5 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#4103] / [i915#4213]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#4103]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#9809]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_dp_aux_dev: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#1257]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-basic: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#3555] / [i915#3840]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-tglu: NOTRUN -> [SKIP][158] ([i915#3555] / [i915#3840]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3555] / [i915#3840]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#3469]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-dg1: NOTRUN -> [SKIP][161] ([i915#4854]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#1839]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_feature_discovery@display-2x.html - shard-dg2: NOTRUN -> [SKIP][163] ([i915#1839]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@dp-mst: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#9337]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#658]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-5/igt@kms_feature_discovery@psr1.html * igt@kms_feature_discovery@psr2: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#658]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][167] ([i915#3637] / [i915#3966]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-dpms: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3637]) +3 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-2/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][169] ([i915#8381]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][170] +7 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][171] -> [FAIL][172] ([i915#2122]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1.html [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-dg1: NOTRUN -> [SKIP][173] ([i915#9934]) +7 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-16/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#8381]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@kms_flip@flip-vs-fences.html - shard-dg2: NOTRUN -> [SKIP][175] ([i915#8381]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@plain-flip-ts-check@c-hdmi-a2: - shard-dg2: NOTRUN -> [FAIL][176] ([i915#2122]) +2 other tests fail [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_flip@plain-flip-ts-check@c-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#2672]) +2 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][178] ([i915#2587] / [i915#2672]) +3 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][179] ([i915#2672]) +1 other test skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#2672]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#1825]) +18 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#8708]) +14 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#5354]) +15 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#3458]) +7 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][185] +39 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#9766]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][187] ([i915#8708]) +16 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#3023]) +21 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#3458]) +13 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][190] +19 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#1825]) +35 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#8708]) +9 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html * igt@kms_hdr@bpc-switch-dpms: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#3555] / [i915#8228]) +2 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@bpc-switch-suspend: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8228]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@static-toggle-dpms: - shard-dg1: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8228]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_hdr@static-toggle-dpms.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#4070] / [i915#4816]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#6301]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_panel_fitting@legacy.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][198] ([i915#10647]) +1 other test fail [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-glk2/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html * igt@kms_plane_lowres@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8821]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@kms_plane_lowres@tiling-y.html - shard-dg2: NOTRUN -> [SKIP][200] ([i915#8821]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-5/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8821]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#3555]) +7 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][203] ([i915#8292]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][204] ([i915#8292]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#9423]) +5 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][206] ([i915#9423]) +11 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#5176]) +3 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][208] ([i915#9728]) +7 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][209] ([i915#5235] / [i915#9423]) +2 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#5235]) +1 other test skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][211] ([i915#5235]) +2 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#9423]) +24 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/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-25-upscale-factor-0-25@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][213] ([i915#9728]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#9728]) +5 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#5235]) +2 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#5235]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_pm_backlight@fade: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#5354]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#9685]) +1 other test skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_lpsp@screens-disabled: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#8430]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@kms_pm_lpsp@screens-disabled.html - shard-mtlp: NOTRUN -> [SKIP][220] ([i915#8430]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_pm_lpsp@screens-disabled.html - shard-dg2: NOTRUN -> [SKIP][221] ([i915#8430]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-5/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg1: NOTRUN -> [SKIP][222] ([i915#9519]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-18/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: [PASS][223] -> [SKIP][224] ([i915#9519]) +2 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#9519]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#6524] / [i915#6805]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][227] ([i915#6524]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-2/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_prime@d3hot: - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#6524]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-2/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-tglu: NOTRUN -> [SKIP][229] ([i915#11520]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-5/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#11520]) +2 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#11520]) +1 other test skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf@psr2-pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#9808]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-3/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf@psr2-pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area: - shard-dg1: NOTRUN -> [SKIP][233] ([i915#11520]) +3 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_psr2_sf@fbc-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#9683]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-3/igt@kms_psr2_su@page_flip-p010.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#4348]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-5/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][236] ([i915#9683]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-3/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-pr-no-drrs: - shard-rkl: NOTRUN -> [SKIP][237] ([i915#1072] / [i915#9732]) +20 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@kms_psr@fbc-pr-no-drrs.html * igt@kms_psr@fbc-pr-sprite-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#1072] / [i915#9673] / [i915#9732]) +1 other test skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_psr@fbc-pr-sprite-mmap-gtt.html * igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][239] ([i915#9688]) +8 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1.html * igt@kms_psr@fbc-psr-primary-blt: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#1072] / [i915#9732]) +10 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@kms_psr@fbc-psr-primary-blt.html * igt@kms_psr@fbc-psr-sprite-plane-move: - shard-tglu: NOTRUN -> [SKIP][241] ([i915#9732]) +5 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-10/igt@kms_psr@fbc-psr-sprite-plane-move.html * igt@kms_psr@psr-primary-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#4077] / [i915#9688]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html * igt@kms_psr@psr2-primary-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][243] ([i915#1072] / [i915#9732]) +20 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_psr@psr2-primary-mmap-cpu.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg1: NOTRUN -> [SKIP][244] ([i915#9685]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-13/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#5289]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][246] ([i915#5030]) +2 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html * igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][247] ([i915#5030] / [i915#9041]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1.html * igt@kms_setmode@clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#3555] / [i915#8809]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-2/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-mtlp: NOTRUN -> [SKIP][249] ([i915#8623]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#9906]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_vrr@max-min.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg1: NOTRUN -> [SKIP][251] ([i915#2437] / [i915#9412]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-14/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][252] ([i915#2437]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-glk2/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#2437] / [i915#9412]) +1 other test skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-rkl: NOTRUN -> [SKIP][254] ([i915#2437] / [i915#9412]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg1: NOTRUN -> [SKIP][255] ([i915#2437]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#2437] / [i915#9412]) +1 other test skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-7/igt@kms_writeback@writeback-pixel-formats.html * igt@perf_pmu@rc6-all-gts: - shard-tglu: NOTRUN -> [SKIP][257] ([i915#8516]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-3/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][258] ([i915#3291] / [i915#3708]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@prime_vgem@basic-write.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#3708] / [i915#4077]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-2/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#3708]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-1/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-rkl: NOTRUN -> [SKIP][261] ([i915#3708]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-1/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#9917]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-15/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@syncobj_timeline@invalid-wait-zero-handles: - shard-rkl: NOTRUN -> [FAIL][263] ([i915#9781]) +1 other test fail [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-6/igt@syncobj_timeline@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#4818]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-2/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@kms: - shard-dg2: [FAIL][265] ([i915#5784]) -> [PASS][266] [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-10/igt@gem_eio@kms.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@gem_eio@kms.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][267] ([i915#2842]) -> [PASS][268] +1 other test pass [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [ABORT][269] ([i915#9820]) -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [ABORT][271] ([i915#10131] / [i915#9820]) -> [PASS][272] [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0: - shard-dg1: [FAIL][273] ([i915#3591]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][275] -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-tglu-6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-3/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render: - shard-snb: [SKIP][277] -> [PASS][278] +1 other test pass [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][279] ([i915#433]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-tglu-8/igt@kms_hdmi_inject@inject-audio.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-tglu-10/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][281] ([i915#9519]) -> [PASS][282] +2 other tests pass [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-7/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [SKIP][283] ([i915#9519]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: [FAIL][285] ([i915#9196]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-snb6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][287] ([i915#4349]) -> [PASS][288] +3 other tests pass [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-1/igt@perf_pmu@busy-double-start@vecs1.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html * igt@prime_mmap_coherency@write: - shard-dg2: [INCOMPLETE][289] -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-6/igt@prime_mmap_coherency@write.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@prime_mmap_coherency@write.html #### Warnings #### * igt@kms_content_protection@atomic-dpms: - shard-snb: [INCOMPLETE][291] ([i915#8816]) -> [SKIP][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-snb5/igt@kms_content_protection@atomic-dpms.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-snb4/igt@kms_content_protection@atomic-dpms.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: [SKIP][293] ([i915#11453]) -> [SKIP][294] ([i915#11453] / [i915#3359]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: [SKIP][295] ([i915#11453] / [i915#3359]) -> [SKIP][296] ([i915#11453]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: [SKIP][297] ([i915#10433] / [i915#3458]) -> [SKIP][298] ([i915#3458]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: [SKIP][299] ([i915#3361]) -> [FAIL][300] ([i915#9295]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-rkl-4/igt@kms_pm_dc@dc6-dpms.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: [SKIP][301] ([i915#1072] / [i915#9732]) -> [SKIP][302] ([i915#1072] / [i915#9673] / [i915#9732]) +9 other tests skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-3/igt@kms_psr@fbc-psr-primary-page-flip.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@fbc-psr-suspend: - shard-dg2: [SKIP][303] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][304] ([i915#1072] / [i915#9732]) +6 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-11/igt@kms_psr@fbc-psr-suspend.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-8/igt@kms_psr@fbc-psr-suspend.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: [SKIP][305] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][306] ([i915#11131] / [i915#5190]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2: [SKIP][307] ([i915#11131]) -> [SKIP][308] ([i915#11131] / [i915#4235]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7934/shard-dg2-8/igt@kms_rotation_crc@sprite-rotation-270.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-270.html [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3966]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3966 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4958 [i915#5030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230 [i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#8925]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8925 [i915#9041]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041 [i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9766]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9766 [i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781 [i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7934 -> IGTPW_11443 CI-20190529: 20190529 CI_DRM_15113: 16dc06e8fb1aaf484c4914f1fecc22502c9ab641 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11443: da9b6a0da5d2a2ac59b79aa85af88fceed09d009 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7934: 7934 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11443/index.html [-- Attachment #2: Type: text/html, Size: 104258 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-07-23 12:28 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-07-22 19:07 [PATCH i-g-t] lib/xe/oa: Handle SIMD16_EU_PER_DSS Lucas De Marchi 2024-07-22 18:53 ` Dixit, Ashutosh 2024-07-22 20:48 ` ✓ Fi.CI.BAT: success for " Patchwork 2024-07-22 20:49 ` ✓ CI.xeBAT: " Patchwork 2024-07-22 23:01 ` ✗ CI.xeFULL: failure " Patchwork 2024-07-23 12:28 ` ✗ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox