* [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid
@ 2024-04-23 20:16 Jagmeet Randhawa
2024-04-23 21:09 ` ✗ Fi.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jagmeet Randhawa @ 2024-04-23 20:16 UTC (permalink / raw)
Cc: igt-dev, oak.zeng, matthew.auld, Jagmeet Randhawa
Update the bind-flag-invalid test by replacing xe_bo_create
with xe_bo_create_caching, which introduces an additional
parameter for setting the CPU caching mode explicitly.
The cpu_caching parameter is now set to DRM_XE_GEM_CPU_CACHING_WB,
aligning the buffer object's caching policy with the Write-Back (WB)
memory type expected by intel_get_pat_idx_wb. Previously,
xe_bo_create relied on a default cpu_caching that may or
may not have been compatible with intel_get_pat_idx_wb.
Suggested-by: Oak Zeng <oak.zeng@intel.com>
Signed-off-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
---
tests/intel/xe_vm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c
index 13cca2752..d40a6d76e 100644
--- a/tests/intel/xe_vm.c
+++ b/tests/intel/xe_vm.c
@@ -1776,13 +1776,14 @@ static void bind_flag_invalid(int fd)
uint32_t bo, bo_size = xe_get_default_alignment(fd);
uint64_t addr = 0x1a0000;
uint32_t vm;
+ uint16_t cpu_caching = DRM_XE_GEM_CPU_CACHING_WB;
struct drm_xe_vm_bind bind;
struct drm_xe_sync sync[1] = {
{ .type = DRM_XE_SYNC_TYPE_SYNCOBJ, .flags = DRM_XE_SYNC_FLAG_SIGNAL, },
};
vm = xe_vm_create(fd, 0, 0);
- bo = xe_bo_create(fd, vm, bo_size, vram_if_possible(fd, 0), 0);
+ bo = xe_bo_create_caching(fd, vm, bo_size, vram_if_possible(fd, 0), 0, cpu_caching);
sync[0].handle = syncobj_create(fd, 0);
memset(&bind, 0, sizeof(bind));
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✗ Fi.CI.BAT: failure for tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid 2024-04-23 20:16 [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid Jagmeet Randhawa @ 2024-04-23 21:09 ` Patchwork 2024-04-23 21:21 ` ✓ CI.xeBAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-04-23 21:09 UTC (permalink / raw) To: Jagmeet Randhawa; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4686 bytes --] == Series Details == Series: tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid URL : https://patchwork.freedesktop.org/series/132794/ State : failure == Summary == CI Bug Log - changes from IGT_7819 -> IGTPW_11059 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11059 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11059, 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_11059/index.html Participating hosts (39 -> 39) ------------------------------ Additional (3): fi-glk-j4005 bat-kbl-2 fi-bsw-n3050 Missing (3): fi-kbl-8809g fi-snb-2520m bat-arls-3 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11059: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_parallel@engines@fds: - bat-arls-2: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7819/bat-arls-2/igt@gem_exec_parallel@engines@fds.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/bat-arls-2/igt@gem_exec_parallel@engines@fds.html * igt@i915_selftest@live@vma: - bat-arls-1: [PASS][3] -> [DMESG-WARN][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7819/bat-arls-1/igt@i915_selftest@live@vma.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/bat-arls-1/igt@i915_selftest@live@vma.html Known issues ------------ Here are the changes found in IGTPW_11059 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][5] ([i915#1849]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/bat-kbl-2/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][6] ([i915#2190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-glk-j4005: NOTRUN -> [SKIP][7] ([i915#4613]) +3 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/fi-glk-j4005/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][8] +39 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@random-engines: - fi-bsw-n3050: NOTRUN -> [SKIP][9] +19 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/fi-bsw-n3050/igt@gem_lmem_swapping@random-engines.html * igt@i915_selftest@live@execlists: - bat-arls-1: [PASS][10] -> [DMESG-FAIL][11] ([i915#10262]) +18 other tests dmesg-fail [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7819/bat-arls-1/igt@i915_selftest@live@execlists.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/bat-arls-1/igt@i915_selftest@live@execlists.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-glk-j4005: NOTRUN -> [SKIP][12] +10 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/fi-glk-j4005/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html #### Possible fixes #### * igt@fbdev@read: - bat-arls-2: [FAIL][13] -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7819/bat-arls-2/igt@fbdev@read.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/bat-arls-2/igt@fbdev@read.html [i915#10262]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10262 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7819 -> IGTPW_11059 CI-20190529: 20190529 CI_DRM_14636: e1dc9638bb47a28181fee1a9a180445ca2a8b9cf @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11059: c36e92eddaf485146c6825ba7a6412d1e42e2b93 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7819: 98e0d03839ce31141328a2935eb193361eca61e3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11059/index.html [-- Attachment #2: Type: text/html, Size: 5565 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid 2024-04-23 20:16 [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid Jagmeet Randhawa 2024-04-23 21:09 ` ✗ Fi.CI.BAT: failure for " Patchwork @ 2024-04-23 21:21 ` Patchwork 2024-04-24 8:30 ` [PATCH i-g-t] " Matthew Auld 2024-04-24 9:00 ` ✗ CI.xeFULL: failure for " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-04-23 21:21 UTC (permalink / raw) To: Jagmeet Randhawa; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1650 bytes --] == Series Details == Series: tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid URL : https://patchwork.freedesktop.org/series/132794/ State : success == Summary == CI Bug Log - changes from XEIGT_7819_BAT -> XEIGTPW_11059_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (5 -> 5) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11059_BAT that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@xe_exec_threads@threads-basic: - {bat-lnl-1}: [FAIL][1] ([Intel XE#1256]) -> [PASS][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/bat-lnl-1/igt@xe_exec_threads@threads-basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/bat-lnl-1/igt@xe_exec_threads@threads-basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1256]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1256 Build changes ------------- * IGT: IGT_7819 -> IGTPW_11059 IGTPW_11059: c36e92eddaf485146c6825ba7a6412d1e42e2b93 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7819: 98e0d03839ce31141328a2935eb193361eca61e3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1162-e1dc9638bb47a28181fee1a9a180445ca2a8b9cf: e1dc9638bb47a28181fee1a9a180445ca2a8b9cf == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/index.html [-- Attachment #2: Type: text/html, Size: 2222 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid 2024-04-23 20:16 [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid Jagmeet Randhawa 2024-04-23 21:09 ` ✗ Fi.CI.BAT: failure for " Patchwork 2024-04-23 21:21 ` ✓ CI.xeBAT: success " Patchwork @ 2024-04-24 8:30 ` Matthew Auld 2024-04-24 9:00 ` ✗ CI.xeFULL: failure for " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Matthew Auld @ 2024-04-24 8:30 UTC (permalink / raw) To: Jagmeet Randhawa; +Cc: igt-dev, oak.zeng On 23/04/2024 21:16, Jagmeet Randhawa wrote: > Update the bind-flag-invalid test by replacing xe_bo_create > with xe_bo_create_caching, which introduces an additional > parameter for setting the CPU caching mode explicitly. > The cpu_caching parameter is now set to DRM_XE_GEM_CPU_CACHING_WB, > aligning the buffer object's caching policy with the Write-Back (WB) > memory type expected by intel_get_pat_idx_wb. Previously, > xe_bo_create relied on a default cpu_caching that may or > may not have been compatible with intel_get_pat_idx_wb. > > Suggested-by: Oak Zeng <oak.zeng@intel.com> > Signed-off-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com> > --- > tests/intel/xe_vm.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c > index 13cca2752..d40a6d76e 100644 > --- a/tests/intel/xe_vm.c > +++ b/tests/intel/xe_vm.c > @@ -1776,13 +1776,14 @@ static void bind_flag_invalid(int fd) > uint32_t bo, bo_size = xe_get_default_alignment(fd); > uint64_t addr = 0x1a0000; > uint32_t vm; > + uint16_t cpu_caching = DRM_XE_GEM_CPU_CACHING_WB; > struct drm_xe_vm_bind bind; > struct drm_xe_sync sync[1] = { > { .type = DRM_XE_SYNC_TYPE_SYNCOBJ, .flags = DRM_XE_SYNC_FLAG_SIGNAL, }, > }; > > vm = xe_vm_create(fd, 0, 0); > - bo = xe_bo_create(fd, vm, bo_size, vram_if_possible(fd, 0), 0); > + bo = xe_bo_create_caching(fd, vm, bo_size, vram_if_possible(fd, 0), 0, cpu_caching); I think this will now blow up on dgpu, if using VRAM. WC for cpu_caching is the only supported mode when mapping VRAM. I don't see anything wrong with the existing code though. xe_bo_create() will already handle such things for you, and intel_get_pat_idx_wb() is meant to be compatible with most things (exception is maybe display). > sync[0].handle = syncobj_create(fd, 0); > > memset(&bind, 0, sizeof(bind)); ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ CI.xeFULL: failure for tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid 2024-04-23 20:16 [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid Jagmeet Randhawa ` (2 preceding siblings ...) 2024-04-24 8:30 ` [PATCH i-g-t] " Matthew Auld @ 2024-04-24 9:00 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2024-04-24 9:00 UTC (permalink / raw) To: Jagmeet Randhawa; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 73965 bytes --] == Series Details == Series: tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid URL : https://patchwork.freedesktop.org/series/132794/ State : failure == Summary == CI Bug Log - changes from XEIGT_7819_full -> XEIGTPW_11059_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11059_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11059_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 -> 1) ------------------------------ ERROR: It appears as if the changes made in XEIGTPW_11059_full prevented too many machines from booting. Missing (2): shard-adlp shard-lnl Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11059_full: ### IGT changes ### #### Warnings #### * igt@core_setmaster@master-drop-set-root: - shard-dg2-set2: [DMESG-WARN][1] ([Intel XE#1214]) -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@core_setmaster@master-drop-set-root.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@core_setmaster@master-drop-set-root.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@xe_pm@s4-vm-bind-userptr}: - shard-dg2-set2: [FAIL][3] ([Intel XE#1043]) -> [DMESG-FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_pm@s4-vm-bind-userptr.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@xe_pm@s4-vm-bind-userptr.html Known issues ------------ Here are the changes found in XEIGTPW_11059_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@hotunplug-rescan: - shard-dg2-set2: NOTRUN -> [DMESG-FAIL][5] ([Intel XE#1345] / [Intel XE#1548]) [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@core_hotunplug@hotunplug-rescan.html * igt@kms_bw@linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][6] ([Intel XE#1201] / [Intel XE#367]) [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html * igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][7] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +21 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][8] ([Intel XE#1201] / [Intel XE#787]) +153 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][9] ([Intel XE#650]) +31 other tests fail [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [PASS][10] -> [SKIP][11] ([Intel XE#1201] / [Intel XE#829]) [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_cdclk@mode-transition@pipe-c-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#1201] / [Intel XE#314]) +4 other tests skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_cdclk@mode-transition@pipe-c-dp-4.html * igt@kms_chamelium_color@gamma: - shard-dg2-set2: NOTRUN -> [SKIP][13] ([Intel XE#1201] / [Intel XE#306]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#1201] / [Intel XE#373]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][15] ([Intel XE#1178]) +1 other test fail [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#1201] / [i915#2575]) +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-dg2-set2: [PASS][17] -> [DMESG-WARN][18] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2-set2: [PASS][19] -> [SKIP][20] ([Intel XE#1201] / [i915#2575]) +66 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@single-bo@all-pipes: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][21] ([Intel XE#1214] / [Intel XE#282]) +7 other tests dmesg-warn [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_cursor_legacy@single-bo@all-pipes.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#929]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a6: - shard-dg2-set2: NOTRUN -> [DMESG-WARN][23] ([Intel XE#1214]) +1 other test dmesg-warn [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_flip@flip-vs-suspend@a-hdmi-a6.html * igt@kms_flip@wf_vblank-ts-check-interruptible: - shard-dg2-set2: [PASS][24] -> [SKIP][25] ([Intel XE#1201] / [Intel XE#1235]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_flip@wf_vblank-ts-check-interruptible.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_flip@wf_vblank-ts-check-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1201] / [Intel XE#455]) +6 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#1201] / [Intel XE#651]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff: - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#653]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html * igt@kms_hdr@static-toggle-suspend@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][29] ([Intel XE#616]) +9 other tests fail [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_hdr@static-toggle-suspend@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2-set2: NOTRUN -> [FAIL][30] ([Intel XE#361]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-6.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#1201] / [Intel XE#498]) +5 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-6.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format: - shard-dg2-set2: NOTRUN -> [TIMEOUT][33] ([Intel XE#380] / [Intel XE#904] / [Intel XE#909]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [TIMEOUT][34] ([Intel XE#904] / [Intel XE#909]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#1201] / [Intel XE#305]) +8 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +2 other tests skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2-set2: [PASS][37] -> [SKIP][38] ([Intel XE#1201] / [Intel XE#1211]) [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_pm_rpm@modeset-non-lpsp.html [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#1149] / [Intel XE#1201]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-dg2-set2: [PASS][40] -> [DMESG-WARN][41] ([Intel XE#1162] / [Intel XE#1214]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_vblank@ts-continuation-dpms-suspend.html [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_exec_basic@many-execqueues-basic-defer-mmap: - shard-dg2-set2: [PASS][43] -> [SKIP][44] ([Intel XE#1201]) +157 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_exec_basic@many-execqueues-basic-defer-mmap.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_exec_basic@many-execqueues-basic-defer-mmap.html * igt@xe_exec_basic@once-rebind: - shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#1201]) +8 other tests skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_exec_basic@once-rebind.html * igt@xe_exec_fault_mode@twice-rebind: - shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#1201] / [Intel XE#288]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@xe_exec_fault_mode@twice-rebind.html * igt@xe_live_ktest@xe_migrate: - shard-dg2-set2: [PASS][47] -> [SKIP][48] ([Intel XE#1192] / [Intel XE#1201]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@xe_live_ktest@xe_migrate.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@xe_live_ktest@xe_migrate.html * igt@xe_module_load@many-reload: - shard-dg2-set2: [PASS][49] -> [DMESG-WARN][50] ([Intel XE#1214]) +1 other test dmesg-warn [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_module_load@many-reload.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@xe_module_load@many-reload.html #### Possible fixes #### * igt@core_getversion@basic: - shard-dg2-set2: [FAIL][51] -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@core_getversion@basic.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@core_getversion@basic.html * igt@kms_addfb_basic@invalid-get-prop: - shard-dg2-set2: [SKIP][53] ([Intel XE#1201] / [i915#6077]) -> [PASS][54] [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_addfb_basic@invalid-get-prop.html [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_addfb_basic@invalid-get-prop.html * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-dg2-set2: [SKIP][55] ([Intel XE#1201] / [i915#2575]) -> [PASS][56] +131 other tests pass [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-dg2-set2: [SKIP][57] ([Intel XE#1201] / [Intel XE#829]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions: - shard-dg2-set2: [DMESG-WARN][59] ([Intel XE#1214] / [Intel XE#282]) -> [PASS][60] +3 other tests pass [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_cursor_legacy@cursora-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy: - shard-dg2-set2: [SKIP][61] ([Intel XE#1201] / [Intel XE#1234]) -> [PASS][62] +1 other test pass [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-legacy.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-dg2-set2: [SKIP][63] ([Intel XE#1201] / [Intel XE#1211]) -> [PASS][64] [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_pm_rpm@dpms-non-lpsp.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@xe_evict@evict-beng-threads-large: - shard-dg2-set2: [TIMEOUT][65] ([Intel XE#1473] / [Intel XE#821]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@xe_evict@evict-beng-threads-large.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@xe_evict@evict-beng-threads-large.html * igt@xe_evict@evict-cm-threads-large: - shard-dg2-set2: [TIMEOUT][67] ([Intel XE#1473] / [Intel XE#392]) -> [PASS][68] +1 other test pass [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@xe_evict@evict-cm-threads-large.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@xe_evict@evict-cm-threads-large.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-dg2-set2: [DMESG-FAIL][69] ([Intel XE#821]) -> [PASS][70] [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@xe_evict@evict-large-multi-vm-cm.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_exec_basic@many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race: - shard-dg2-set2: [SKIP][71] ([Intel XE#1201]) -> [PASS][72] +345 other tests pass [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_exec_basic@many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@xe_exec_basic@many-execqueues-many-vm-bindexecqueue-userptr-invalidate-race.html * igt@xe_pm@d3-mmap-vram: - shard-dg2-set2: [FAIL][73] ([Intel XE#1221]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_pm@d3-mmap-vram.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@xe_pm@d3-mmap-vram.html #### Warnings #### * igt@core_hotunplug@hotreplug-lateclose: - shard-dg2-set2: [SKIP][75] ([Intel XE#1201]) -> [DMESG-FAIL][76] ([Intel XE#1548]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@core_hotunplug@hotreplug-lateclose.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@core_hotunplug@hotreplug-lateclose.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2-set2: [SKIP][77] ([Intel XE#1201] / [i915#6077]) -> [SKIP][78] ([Intel XE#1201] / [i915#2575]) [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@async-flip-with-page-flip-events: - shard-dg2-set2: [FAIL][79] ([Intel XE#650]) -> [SKIP][80] ([Intel XE#1201] / [i915#2575]) [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_async_flips@async-flip-with-page-flip-events.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_async_flips@async-flip-with-page-flip-events.html * igt@kms_big_fb@4-tiled-32bpp-rotate-90: - shard-dg2-set2: [SKIP][81] ([Intel XE#1201]) -> [SKIP][82] ([Intel XE#1201] / [Intel XE#316]) +5 other tests skip [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2-set2: [SKIP][83] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][84] ([Intel XE#1201] / [Intel XE#316]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-dg2-set2: [SKIP][85] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][86] ([Intel XE#1201]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][87] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][88] ([Intel XE#1201] / [Intel XE#829]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-dg2-set2: [SKIP][89] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][90] ([Intel XE#1201] / [Intel XE#829]) [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-dg2-set2: [SKIP][91] ([Intel XE#1201]) -> [SKIP][92] ([Intel XE#1124] / [Intel XE#1201]) +21 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb: - shard-dg2-set2: [SKIP][93] ([Intel XE#1201] / [Intel XE#619]) -> [SKIP][94] ([Intel XE#1201]) [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_big_fb@y-tiled-addfb.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][95] ([Intel XE#1201] / [Intel XE#610]) -> [SKIP][96] ([Intel XE#1201]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg2-set2: [SKIP][97] ([Intel XE#1201]) -> [SKIP][98] ([Intel XE#1201] / [Intel XE#829]) [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][99] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][100] ([Intel XE#1201]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2-set2: [SKIP][101] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][102] ([Intel XE#1124] / [Intel XE#1201]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-set2: [SKIP][103] ([Intel XE#1201]) -> [SKIP][104] ([Intel XE#1201] / [Intel XE#619]) [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][105] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][106] ([Intel XE#1201]) +8 other tests skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_bw@linear-tiling-1-displays-2560x1440p: - shard-dg2-set2: [SKIP][107] ([Intel XE#1201] / [i915#2575]) -> [SKIP][108] ([Intel XE#1201] / [Intel XE#367]) +2 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html * igt@kms_bw@linear-tiling-2-displays-2160x1440p: - shard-dg2-set2: [SKIP][109] ([Intel XE#1201]) -> [SKIP][110] ([Intel XE#1201] / [Intel XE#367]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@linear-tiling-3-displays-1920x1080p: - shard-dg2-set2: [SKIP][111] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][112] ([Intel XE#1201] / [i915#2575]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_bw@linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: [SKIP][113] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][114] ([Intel XE#1201]) [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: [SKIP][115] ([Intel XE#1201]) -> [SKIP][116] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +19 other tests skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [SKIP][117] ([Intel XE#1201]) -> [FAIL][118] ([Intel XE#650]) +3 other tests fail [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs: - shard-dg2-set2: [SKIP][119] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][120] ([Intel XE#1201]) [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc: - shard-dg2-set2: [SKIP][121] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][122] ([Intel XE#1201] / [Intel XE#829]) +1 other test skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-rc-ccs-cc.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs: - shard-dg2-set2: [SKIP][123] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][124] ([Intel XE#1201] / [Intel XE#1252]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: [SKIP][125] ([Intel XE#1201]) -> [FAIL][126] ([Intel XE#616]) [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs: - shard-dg2-set2: [SKIP][127] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][128] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +1 other test skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-ccs: - shard-dg2-set2: [SKIP][129] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][130] ([Intel XE#1201]) +10 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg2-set2: [SKIP][131] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][132] ([Intel XE#1201] / [i915#2575]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_chamelium_color@ctm-0-25.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg2-set2: [SKIP][133] ([Intel XE#1201] / [i915#2575]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#306]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_chamelium_color@ctm-0-50.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_frames@hdmi-crc-planes-random: - shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][136] ([Intel XE#1201] / [i915#2575]) +6 other tests skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_chamelium_frames@hdmi-crc-planes-random.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_chamelium_frames@hdmi-crc-planes-random.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [i915#2575]) -> [SKIP][138] ([Intel XE#1201] / [Intel XE#373]) +14 other tests skip [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_chamelium_hpd@common-hpd-after-suspend.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-dg2-set2: [SKIP][139] ([Intel XE#1201]) -> [SKIP][140] ([Intel XE#1201] / [Intel XE#373]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-without-ddc: - shard-dg2-set2: [SKIP][141] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][142] ([Intel XE#1201]) [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html * igt@kms_content_protection@atomic-dpms: - shard-dg2-set2: [SKIP][143] ([Intel XE#1201] / [i915#2575]) -> [FAIL][144] ([Intel XE#1178]) +1 other test fail [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_content_protection@atomic-dpms.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@uevent: - shard-dg2-set2: [FAIL][145] ([Intel XE#1188]) -> [SKIP][146] ([Intel XE#1201] / [Intel XE#1234]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_content_protection@uevent.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-256x256: - shard-dg2-set2: [DMESG-WARN][147] ([Intel XE#1214] / [Intel XE#282]) -> [SKIP][148] ([Intel XE#1201] / [i915#2575]) [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_cursor_crc@cursor-onscreen-256x256.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-256x256.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2-set2: [SKIP][149] ([Intel XE#1201] / [i915#2575]) -> [SKIP][150] ([Intel XE#1201] / [Intel XE#308]) +5 other tests skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-512x512.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-64x64: - shard-dg2-set2: [DMESG-WARN][151] ([Intel XE#1214]) -> [SKIP][152] ([Intel XE#1201] / [i915#2575]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_cursor_crc@cursor-random-64x64.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_crc@cursor-random-64x64.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2-set2: [SKIP][153] ([Intel XE#1201] / [Intel XE#1234]) -> [SKIP][154] ([Intel XE#1201] / [Intel XE#455]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][156] ([Intel XE#1201] / [i915#2575]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-max-size.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_crc@cursor-suspend: - shard-dg2-set2: [DMESG-FAIL][157] ([Intel XE#1162]) -> [SKIP][158] ([Intel XE#1201] / [i915#2575]) [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_cursor_crc@cursor-suspend.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_crc@cursor-suspend.html * igt@kms_cursor_edge_walk@256x256-right-edge: - shard-dg2-set2: [FAIL][159] ([Intel XE#581]) -> [DMESG-WARN][160] ([Intel XE#1214] / [Intel XE#282]) [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_cursor_edge_walk@256x256-right-edge.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_cursor_edge_walk@256x256-right-edge.html * igt@kms_cursor_legacy@basic-flip-before-cursor-atomic: - shard-dg2-set2: [SKIP][161] ([Intel XE#1201] / [i915#2575]) -> [SKIP][162] ([Intel XE#1201]) +4 other tests skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size: - shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [i915#2575]) -> [DMESG-WARN][164] ([Intel XE#1214] / [Intel XE#282] / [Intel XE#910]) [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-dg2-set2: [SKIP][165] ([Intel XE#1201] / [i915#2575]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#1235]) [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [i915#2575]) -> [DMESG-WARN][168] ([Intel XE#1214] / [Intel XE#282]) +7 other tests dmesg-warn [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2-set2: [SKIP][169] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][170] ([Intel XE#1201] / [i915#2575]) [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [i915#2575]) -> [SKIP][172] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl: - shard-dg2-set2: [SKIP][173] ([Intel XE#1201]) -> [SKIP][174] ([Intel XE#1201] / [Intel XE#455]) +13 other tests skip [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: [SKIP][175] ([Intel XE#1201]) -> [SKIP][176] ([Intel XE#1201] / [Intel XE#776]) [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_fbcon_fbt@psr.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@dp-mst: - shard-dg2-set2: [SKIP][177] ([Intel XE#1137] / [Intel XE#1201]) -> [SKIP][178] ([Intel XE#1201] / [i915#2575]) [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_feature_discovery@dp-mst.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [i915#2575]) -> [SKIP][180] ([Intel XE#1135] / [Intel XE#1201]) [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_feature_discovery@psr2.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_feature_discovery@psr2.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [SKIP][181] ([Intel XE#1201] / [i915#2575]) -> [DMESG-WARN][182] ([Intel XE#1214]) +1 other test dmesg-warn [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_flip@flip-vs-suspend.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling: - shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][184] ([Intel XE#1201]) +8 other tests skip [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html * igt@kms_flip_tiling@flip-change-tiling: - shard-dg2-set2: [FAIL][185] ([Intel XE#650]) -> [SKIP][186] ([Intel XE#1201] / [Intel XE#829]) [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_flip_tiling@flip-change-tiling.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_flip_tiling@flip-change-tiling.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][187] ([Intel XE#1201]) -> [SKIP][188] ([Intel XE#1201] / [Intel XE#651]) +68 other tests skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][189] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][190] ([Intel XE#1201] / [Intel XE#1235]) [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-plflip-blt.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][191] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][192] ([Intel XE#1201]) +37 other tests skip [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt: - shard-dg2-set2: [SKIP][193] ([Intel XE#1201]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#1234]) [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#658]) -> [SKIP][196] ([Intel XE#1201]) [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-tiling-y.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt: - shard-dg2-set2: [SKIP][197] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][198] ([Intel XE#1201]) +33 other tests skip [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2-set2: [SKIP][199] ([Intel XE#1201]) -> [SKIP][200] ([Intel XE#1201] / [Intel XE#653]) +60 other tests skip [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2-set2: [SKIP][201] ([Intel XE#1201]) -> [SKIP][202] ([Intel XE#1201] / [Intel XE#658]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@plane-fbc-rte: - shard-dg2-set2: [SKIP][203] ([Intel XE#1201]) -> [SKIP][204] ([Intel XE#1158] / [Intel XE#1201]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_frontbuffer_tracking@plane-fbc-rte.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_frontbuffer_tracking@plane-fbc-rte.html * igt@kms_hdmi_inject@inject-audio: - shard-dg2-set2: [SKIP][205] ([Intel XE#1201] / [i915#2575]) -> [SKIP][206] ([Intel XE#1201] / [Intel XE#417]) [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_hdmi_inject@inject-audio.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@kms_hdmi_inject@inject-audio.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2-set2: [SKIP][207] ([Intel XE#1201] / [i915#2575]) -> [FAIL][208] ([Intel XE#616]) [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_hdr@static-toggle-suspend.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_hdr@static-toggle-suspend.html * igt@kms_plane@plane-panning-bottom-right-suspend: - shard-dg2-set2: [SKIP][209] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][210] ([Intel XE#1201] / [i915#2575]) +1 other test skip [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_plane@plane-panning-bottom-right-suspend.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_plane@plane-panning-bottom-right-suspend.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#455]) -> [FAIL][212] ([Intel XE#361]) [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [i915#2575]) -> [SKIP][214] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg2-set2: [SKIP][215] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][216] ([Intel XE#1201] / [i915#2575]) [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [i915#2575]) -> [SKIP][218] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) +2 other tests skip [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-dg2-set2: [SKIP][219] ([Intel XE#1201] / [Intel XE#305] / [Intel XE#455]) -> [SKIP][220] ([Intel XE#1201] / [i915#2575]) [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_pm_backlight@basic-brightness: - shard-dg2-set2: [SKIP][221] ([Intel XE#1201]) -> [SKIP][222] ([Intel XE#1201] / [Intel XE#870]) [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_pm_backlight@basic-brightness.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2-set2: [SKIP][223] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][224] ([Intel XE#1201]) +1 other test skip [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2-set2: [SKIP][225] ([Intel XE#1201]) -> [SKIP][226] ([Intel XE#1201] / [Intel XE#908]) [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_pm_dc@dc6-dpms.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@universal-planes-dpms: - shard-dg2-set2: [SKIP][227] ([Intel XE#1201] / [Intel XE#1211]) -> [SKIP][228] ([Intel XE#1201]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_pm_rpm@universal-planes-dpms.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_pm_rpm@universal-planes-dpms.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: [SKIP][229] ([Intel XE#1201]) -> [SKIP][230] ([Intel XE#1122] / [Intel XE#1201]) [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_psr2_su@page_flip-nv12.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-psr-no-drrs: - shard-dg2-set2: [SKIP][231] ([Intel XE#1201] / [Intel XE#1235]) -> [SKIP][232] ([Intel XE#1201] / [Intel XE#929]) [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_psr@fbc-psr-no-drrs.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_psr@fbc-psr-no-drrs.html * igt@kms_psr@fbc-psr2-suspend: - shard-dg2-set2: [SKIP][233] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][234] ([Intel XE#1201]) +16 other tests skip [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@kms_psr@fbc-psr2-suspend.html [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_psr@fbc-psr2-suspend.html * igt@kms_psr@psr2-primary-blt: - shard-dg2-set2: [SKIP][235] ([Intel XE#1201]) -> [SKIP][236] ([Intel XE#1201] / [Intel XE#929]) +34 other tests skip [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_psr@psr2-primary-blt.html [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_psr@psr2-primary-blt.html * igt@kms_rotation_crc@multiplane-rotation: - shard-dg2-set2: [SKIP][237] ([Intel XE#1201] / [i915#2575]) -> [SKIP][238] ([Intel XE#1201] / [Intel XE#829]) [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_rotation_crc@multiplane-rotation.html [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_rotation_crc@multiplane-rotation.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][239] ([Intel XE#1201] / [i915#2575]) -> [SKIP][240] ([Intel XE#1127] / [Intel XE#1201]) [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2-set2: [SKIP][241] ([Intel XE#1201] / [i915#2575]) -> [SKIP][242] ([Intel XE#1201] / [Intel XE#327]) +2 other tests skip [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][243] ([Intel XE#1201] / [Intel XE#829]) -> [SKIP][244] ([Intel XE#1127] / [Intel XE#1201]) [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg2-set2: [SKIP][245] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][246] ([Intel XE#1201] / [i915#2575]) [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2-set2: [SKIP][247] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][248] ([Intel XE#1201] / [i915#2575]) +1 other test skip [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@kms_rotation_crc@sprite-rotation-90.html [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_setmode@basic-clone-single-crtc: - shard-dg2-set2: [SKIP][249] ([Intel XE#1201]) -> [SKIP][250] ([Intel XE#1201] / [i915#2575]) +2 other tests skip [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_setmode@basic-clone-single-crtc.html [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][251] ([Intel XE#1201] / [Intel XE#362]) -> [SKIP][252] ([Intel XE#1201]) [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][253] ([Intel XE#1201] / [i915#2575]) -> [SKIP][254] ([Intel XE#1201] / [Intel XE#455]) +13 other tests skip [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_vrr@flip-dpms.html [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-check-output: - shard-dg2-set2: [SKIP][255] ([Intel XE#1201] / [i915#2575]) -> [SKIP][256] ([Intel XE#1201] / [Intel XE#756]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@kms_writeback@writeback-check-output.html [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2-set2: [SKIP][257] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][258] ([Intel XE#1201] / [i915#2575]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-463/igt@kms_writeback@writeback-pixel-formats.html [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@kms_writeback@writeback-pixel-formats.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2-set2: [SKIP][259] ([Intel XE#1201] / [i915#2575]) -> [SKIP][260] ([Intel XE#1091] / [Intel XE#1201]) [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@sriov_basic@enable-vfs-autoprobe-off.html [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@xe_compute@ccs-mode-basic: - shard-dg2-set2: [SKIP][261] ([Intel XE#1201]) -> [FAIL][262] ([Intel XE#1050]) [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_compute@ccs-mode-basic.html [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@xe_compute@ccs-mode-basic.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: [FAIL][263] ([Intel XE#1317]) -> [SKIP][264] ([Intel XE#1201]) [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_compute_preempt@compute-preempt-many.html [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_compute_preempt@compute-threadgroup-preempt: - shard-dg2-set2: [SKIP][265] ([Intel XE#1201]) -> [SKIP][266] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_compute_preempt@compute-threadgroup-preempt.html [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@xe_compute_preempt@compute-threadgroup-preempt.html * igt@xe_copy_basic@mem-copy-linear-0x3fff: - shard-dg2-set2: [SKIP][267] ([Intel XE#1201]) -> [SKIP][268] ([Intel XE#1123] / [Intel XE#1201]) +2 other tests skip [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0x3fff.html [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0x3fff.html * igt@xe_copy_basic@mem-set-linear-0x3fff: - shard-dg2-set2: [SKIP][269] ([Intel XE#1201]) -> [SKIP][270] ([Intel XE#1126] / [Intel XE#1201]) [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_copy_basic@mem-set-linear-0x3fff.html [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@xe_copy_basic@mem-set-linear-0x3fff.html * igt@xe_evict@evict-beng-mixed-threads-large: - shard-dg2-set2: [SKIP][271] ([Intel XE#1201]) -> [TIMEOUT][272] ([Intel XE#1473] / [Intel XE#392] / [Intel XE#931]) [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_evict@evict-beng-mixed-threads-large.html [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@xe_evict@evict-beng-mixed-threads-large.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [SKIP][273] ([Intel XE#1201]) -> [TIMEOUT][274] ([Intel XE#1041] / [Intel XE#1473] / [Intel XE#392]) [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-large.html [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_fault_mode@many-execqueues-basic-prefetch: - shard-dg2-set2: [SKIP][275] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][276] ([Intel XE#1201]) +12 other tests skip [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-basic-prefetch.html [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_exec_fault_mode@many-execqueues-basic-prefetch.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: [SKIP][277] ([Intel XE#1201]) -> [SKIP][278] ([Intel XE#1201] / [Intel XE#288]) +33 other tests skip [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_exec_reset@cm-gt-reset: - shard-dg2-set2: [SKIP][279] ([Intel XE#1201]) -> [FAIL][280] ([Intel XE#1068]) [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_exec_reset@cm-gt-reset.html [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@xe_exec_reset@cm-gt-reset.html * igt@xe_media_fill@media-fill: - shard-dg2-set2: [SKIP][281] ([Intel XE#1201]) -> [SKIP][282] ([Intel XE#1201] / [Intel XE#560]) [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_media_fill@media-fill.html [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@xe_media_fill@media-fill.html * igt@xe_mmap@small-bar: - shard-dg2-set2: [SKIP][283] ([Intel XE#1201]) -> [SKIP][284] ([Intel XE#1201] / [Intel XE#512]) [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_mmap@small-bar.html [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-433/igt@xe_mmap@small-bar.html * igt@xe_module_load@reload: - shard-dg2-set2: [FAIL][285] -> [INCOMPLETE][286] ([Intel XE#1195]) [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_module_load@reload.html [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@xe_module_load@reload.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][287] ([Intel XE#1201]) -> [SKIP][288] ([Intel XE#1201] / [Intel XE#1337]) [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_pat@display-vs-wb-transient.html [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-463/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pat@pat-index-xelpg: - shard-dg2-set2: [SKIP][289] ([Intel XE#1201]) -> [SKIP][290] ([Intel XE#1201] / [Intel XE#979]) [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_pat@pat-index-xelpg.html [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_pat@pat-index-xelpg.html * igt@xe_pm@d3cold-basic: - shard-dg2-set2: [INCOMPLETE][291] ([Intel XE#1195] / [Intel XE#1358]) -> [SKIP][292] ([Intel XE#1201] / [Intel XE#366]) [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-466/igt@xe_pm@d3cold-basic.html [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-466/igt@xe_pm@d3cold-basic.html * igt@xe_pm@d3cold-multiple-execs: - shard-dg2-set2: [SKIP][293] ([Intel XE#1201] / [Intel XE#366]) -> [SKIP][294] ([Intel XE#1201]) [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-434/igt@xe_pm@d3cold-multiple-execs.html [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_pm@d3cold-multiple-execs.html * igt@xe_pm@s3-basic-exec: - shard-dg2-set2: [SKIP][295] ([Intel XE#1201]) -> [DMESG-WARN][296] ([Intel XE#1162] / [Intel XE#1214]) +1 other test dmesg-warn [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_pm@s3-basic-exec.html [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@xe_pm@s3-basic-exec.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: [SKIP][297] ([Intel XE#1201]) -> [SKIP][298] ([Intel XE#1201] / [Intel XE#366]) +2 other tests skip [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_pm@s3-d3cold-basic-exec.html [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-434/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-dg2-set2: [FAIL][299] ([Intel XE#1043] / [Intel XE#845]) -> [SKIP][300] ([Intel XE#1201]) [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-435/igt@xe_pm@s4-d3hot-basic-exec.html [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_pm@s4-d3hot-basic-exec.html * igt@xe_query@multigpu-query-cs-cycles: - shard-dg2-set2: [SKIP][301] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][302] ([Intel XE#1201]) +2 other tests skip [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@xe_query@multigpu-query-cs-cycles.html [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_query@multigpu-query-cs-cycles.html * igt@xe_query@multigpu-query-invalid-cs-cycles: - shard-dg2-set2: [SKIP][303] ([Intel XE#1201]) -> [SKIP][304] ([Intel XE#1201] / [Intel XE#944]) +4 other tests skip [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-436/igt@xe_query@multigpu-query-invalid-cs-cycles.html [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-435/igt@xe_query@multigpu-query-invalid-cs-cycles.html * igt@xe_vm@bind-flag-invalid: - shard-dg2-set2: [FAIL][305] ([Intel XE#1559]) -> [SKIP][306] ([Intel XE#1201]) [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7819/shard-dg2-433/igt@xe_vm@bind-flag-invalid.html [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11059/shard-dg2-436/igt@xe_vm@bind-flag-invalid.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#1043]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1043 [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050 [Intel XE#1068]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1068 [Intel XE#1091]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1091 [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#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137 [Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149 [Intel XE#1158]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1158 [Intel XE#1162]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1162 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188 [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#1211]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1211 [Intel XE#1214]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1214 [Intel XE#1221]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1221 [Intel XE#1234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1234 [Intel XE#1235]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1235 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1317]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1317 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1345 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1548]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1548 [Intel XE#1559]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1559 [Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#305]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/305 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [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#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#362]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/362 [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#380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/380 [Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392 [Intel XE#417]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/417 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498 [Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512 [Intel XE#560]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/560 [Intel XE#581]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/581 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [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#650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/650 [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#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#821]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/821 [Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829 [Intel XE#845]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/845 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/904 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [Intel XE#909]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/909 [Intel XE#910]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/910 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#931]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/931 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#6077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6077 Build changes ------------- * IGT: IGT_7819 -> IGTPW_11059 IGTPW_11059: c36e92eddaf485146c6825ba7a6412d1e42e2b93 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_7819: 98e0d03839ce31141328a2935eb193361eca61e3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1162-e1dc9638bb47a28181fee1a9a180445ca2a8b9cf: e1dc9638bb47a28181fee1a9a180445ca2a8b9cf == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-132794v1/index.html [-- Attachment #2: Type: text/html, Size: 106655 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-24 9:00 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-04-23 20:16 [PATCH i-g-t] tests/intel/xe_vm.c: Enforce explicit WB caching in bind-flag-invalid Jagmeet Randhawa 2024-04-23 21:09 ` ✗ Fi.CI.BAT: failure for " Patchwork 2024-04-23 21:21 ` ✓ CI.xeBAT: success " Patchwork 2024-04-24 8:30 ` [PATCH i-g-t] " Matthew Auld 2024-04-24 9:00 ` ✗ CI.xeFULL: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox