* [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start
@ 2024-10-30 15:15 Tom Chung
2024-10-30 16:23 ` ✗ GitLab.Pipeline: warning for tests/amdgpu/amd_replay: Add some page flips before test start (rev2) Patchwork
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Tom Chung @ 2024-10-30 15:15 UTC (permalink / raw)
To: igt-dev; +Cc: Rodrigo.Siqueira, alex.hung, sunpeng.li, chiahsuan.chung
[Why]
New panel replay driver behavior skip some atomic commits before
enable the panel replay.
This is because a kms client needs to submit fb updates via kms
in order for amdgpu to flush updates to the panel.
If a client updates the fb without going through kms (by directly
blitting to it, for example), then any panel self-refresh feature
needs to be disabled. Therefore, the driver vets the client by
counting an adequate amount of atomic updates before enabling
self-refresh features.
[How]
Add some page flips before test to let the panel replay can be
enabled first.
(This change can be backward compatible with old driver)
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
---
v2: Add some more information in the commit messages
tests/amdgpu/amd_replay.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tests/amdgpu/amd_replay.c b/tests/amdgpu/amd_replay.c
index b5bb10b34..db2ac2de9 100644
--- a/tests/amdgpu/amd_replay.c
+++ b/tests/amdgpu/amd_replay.c
@@ -14,6 +14,7 @@
IGT_TEST_DESCRIPTION("Basic test for enabling Panel Replay for eDP displays");
#define REPLAY_SETTLE_DELAY 10
+#define FLIP_FRAME_BEFORE_TEST 60
/* Common test data. */
struct test_data {
@@ -50,6 +51,7 @@ enum test_mode {
TEST_MODE_INTERMITTENT_LIVE,
TEST_MODE_CONSTANT_LIVE,
TEST_MODE_SUSPEND,
+ TEST_MODE_FLIP_ONLY,
TEST_MODE_COUNT
};
@@ -282,6 +284,9 @@ static void run_check_replay(struct test_data *data, enum test_mode test_mode)
data->flip_fb->fb_id, DRM_MODE_PAGE_FLIP_EVENT, NULL);
kmstest_wait_for_pageflip(data->fd);
+ /* Do some page flips and let the replay enable */
+ page_flip_test(data, output, TEST_MODE_FLIP_ONLY, FLIP_FRAME_BEFORE_TEST);
+
/* Panel Replay state takes some time to settle its value on static screen */
sleep(REPLAY_SETTLE_DELAY);
@@ -366,7 +371,7 @@ static void run_check_replay_suspend(struct test_data *data)
igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE);
/* Do some page flip and let the replay go into live mode */
- page_flip_test(data, output, TEST_MODE_SUSPEND, 10);
+ page_flip_test(data, output, TEST_MODE_SUSPEND, FLIP_FRAME_BEFORE_TEST);
/* Panel Replay state takes some time to settle its value on static screen */
sleep(REPLAY_SETTLE_DELAY);
--
2.43.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* ✗ GitLab.Pipeline: warning for tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
@ 2024-10-30 16:23 ` Patchwork
2024-10-30 17:54 ` ✓ CI.xeBAT: success " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-30 16:23 UTC (permalink / raw)
To: Tom Chung; +Cc: igt-dev
== Series Details ==
Series: tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
URL : https://patchwork.freedesktop.org/series/140721/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1300929 for the overview.
build:tests-debian-meson-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/65883701):
section_start:1730305048:get_sources
Getting source from Git repository
$ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh -s -- pre_get_sources_script
Checking if the user of the pipeline is allowed...
Checking if the job's project is part of a well-known group...
Thank you for contributing to freedesktop.org
Fetching changes...
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out 3666f941 as detached HEAD (ref is intel/IGTPW_12004)...
Skipping Git submodules setup
section_end:1730305080:get_sources
section_start:1730305080:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4a4103f1a476d355d866b481ff96ac05a32a3a715cefcc1cbc1356a8959fb5f8 for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-armhf:commit-3666f941651d40fb50532138899dbd09f78d0d82 with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-armhf@sha256:3a0ffeb305cdc6ef081dde81d86afee76102e74f76c0f7bd5685fc2457ec707b ...
section_end:1730305083:step_script
section_start:1730305083:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1730305084:cleanup_file_variables
ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4a4103f1a476d355d866b481ff96ac05a32a3a715cefcc1cbc1356a8959fb5f8: image not known (docker.go:650:0s)
build:tests-debian-meson-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/65883703):
section_start:1730305049:get_sources
Getting source from Git repository
$ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh -s -- pre_get_sources_script
Checking if the user of the pipeline is allowed...
Checking if the job's project is part of a well-known group...
Thank you for contributing to freedesktop.org
Fetching changes...
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out 3666f941 as detached HEAD (ref is intel/IGTPW_12004)...
Skipping Git submodules setup
section_end:1730305079:get_sources
section_start:1730305079:step_script
Executing "step_script" stage of the job script
Using docker image sha256:cc55efdc667be826910d414a562c76ce1130a9c15255a0dd115431bc42f83448 for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-mips:commit-3666f941651d40fb50532138899dbd09f78d0d82 with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-mips@sha256:c829c44880da4782b7a72626c259ac6904b4bd5f08601e66b3be889ca1c0cf79 ...
section_end:1730305083:step_script
section_start:1730305083:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1730305084:cleanup_file_variables
ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:cc55efdc667be826910d414a562c76ce1130a9c15255a0dd115431bc42f83448: image not known (docker.go:650:0s)
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1300929
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ CI.xeBAT: success for tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
2024-10-30 16:23 ` ✗ GitLab.Pipeline: warning for tests/amdgpu/amd_replay: Add some page flips before test start (rev2) Patchwork
@ 2024-10-30 17:54 ` Patchwork
2024-10-30 17:54 ` ✓ Fi.CI.BAT: " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-30 17:54 UTC (permalink / raw)
To: Tom Chung; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3520 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
URL : https://patchwork.freedesktop.org/series/140721/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8088_BAT -> XEIGTPW_12004_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12004_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-flip-vs-wf_vblank:
- bat-lnl-1: [PASS][1] -> [FAIL][2] ([Intel XE#886]) +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/bat-lnl-1/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
- bat-pvc-2: [PASS][3] -> [DMESG-WARN][4] ([Intel XE#3295])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/bat-pvc-2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/bat-pvc-2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
* igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit:
- bat-bmg-2: [PASS][5] -> [INCOMPLETE][6] ([Intel XE#2874] / [Intel XE#2998]) +1 other test incomplete
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/bat-bmg-2/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
- bat-adlp-7: [PASS][7] -> [INCOMPLETE][8] ([Intel XE#2874]) +1 other test incomplete
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/bat-adlp-7/igt@xe_live_ktest@xe_bo@xe_bo_shrink_kunit.html
#### Possible fixes ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [FAIL][9] ([Intel XE#1861]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861
[Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874
[Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998
[Intel XE#3295]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3295
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
Build changes
-------------
* IGT: IGT_8088 -> IGTPW_12004
* Linux: xe-2139-fb2691707e2d5a8c704ae5e48bc5a314a308b0e0 -> xe-2146-afdb5631acb317eca18b171006efb3930fef7eb4
IGTPW_12004: 3666f941651d40fb50532138899dbd09f78d0d82 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8088: 0030d5bc92b8e4ac991db1c88af1f0ad7593812a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2139-fb2691707e2d5a8c704ae5e48bc5a314a308b0e0: fb2691707e2d5a8c704ae5e48bc5a314a308b0e0
xe-2146-afdb5631acb317eca18b171006efb3930fef7eb4: afdb5631acb317eca18b171006efb3930fef7eb4
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/index.html
[-- Attachment #2: Type: text/html, Size: 4246 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
2024-10-30 16:23 ` ✗ GitLab.Pipeline: warning for tests/amdgpu/amd_replay: Add some page flips before test start (rev2) Patchwork
2024-10-30 17:54 ` ✓ CI.xeBAT: success " Patchwork
@ 2024-10-30 17:54 ` Patchwork
2024-10-30 19:20 ` ✗ CI.xeFULL: failure " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-30 17:54 UTC (permalink / raw)
To: Tom Chung; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3193 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
URL : https://patchwork.freedesktop.org/series/140721/
State : success
== Summary ==
CI Bug Log - changes from IGT_8088 -> IGTPW_12004
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/index.html
Participating hosts (47 -> 46)
------------------------------
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12004 that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-arlh-3: [ABORT][1] ([i915#12133]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8088/bat-arlh-3/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/bat-arlh-3/igt@i915_selftest@live.html
- bat-mtlp-6: [ABORT][3] ([i915#12133] / [i915#12216]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8088/bat-mtlp-6/igt@i915_selftest@live.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/bat-mtlp-6/igt@i915_selftest@live.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-3: [ABORT][5] ([i915#12061]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8088/bat-arlh-3/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/bat-arlh-3/igt@i915_selftest@live@workarounds.html
- bat-mtlp-6: [ABORT][7] ([i915#12216]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8088/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
* igt@kms_chamelium_edid@hdmi-edid-read:
- bat-dg2-13: [DMESG-WARN][9] ([i915#12253]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8088/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133
[i915#12216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12216
[i915#12253]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12253
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8088 -> IGTPW_12004
* Linux: CI_DRM_15607 -> CI_DRM_15614
CI-20190529: 20190529
CI_DRM_15607: fb2691707e2d5a8c704ae5e48bc5a314a308b0e0 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_15614: afdb5631acb317eca18b171006efb3930fef7eb4 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12004: 3666f941651d40fb50532138899dbd09f78d0d82 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8088: 0030d5bc92b8e4ac991db1c88af1f0ad7593812a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/index.html
[-- Attachment #2: Type: text/html, Size: 4016 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ CI.xeFULL: failure for tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
` (2 preceding siblings ...)
2024-10-30 17:54 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-10-30 19:20 ` Patchwork
2024-10-31 4:54 ` ✗ Fi.CI.IGT: " Patchwork
2024-11-04 13:20 ` [PATCH i-g-t,v2] tests/amdgpu/amd_replay: Add some page flips before test start Leo Li
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-30 19:20 UTC (permalink / raw)
To: Tom Chung; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 92727 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
URL : https://patchwork.freedesktop.org/series/140721/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8088_full -> XEIGTPW_12004_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12004_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12004_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 (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12004_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0:
- shard-bmg: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-0.html
Known issues
------------
Here are the changes found in XEIGTPW_12004_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#3279])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@modeset-transition-nonblocking:
- shard-lnl: [PASS][4] -> [FAIL][5] ([Intel XE#1701]) +1 other test fail
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-6/igt@kms_atomic_transition@modeset-transition-nonblocking.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-8/igt@kms_atomic_transition@modeset-transition-nonblocking.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-bmg: [PASS][6] -> [FAIL][7] ([Intel XE#1426]) +1 other test fail
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [FAIL][8] ([Intel XE#1426]) +1 other test fail
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1:
- shard-lnl: [PASS][9] -> [FAIL][10] ([Intel XE#1426]) +1 other test fail
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html
* igt@kms_big_fb@linear-64bpp-rotate-0:
- shard-dg2-set2: [PASS][11] -> [DMESG-WARN][12] ([Intel XE#877])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-436/igt@kms_big_fb@linear-64bpp-rotate-0.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_big_fb@linear-64bpp-rotate-0.html
- shard-lnl: NOTRUN -> [DMESG-WARN][13] ([Intel XE#1725])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-8/igt@kms_big_fb@linear-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#316]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][15] ([Intel XE#607])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#619])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +6 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#2191])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#367]) +6 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#2887])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#787]) +69 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#2890])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#455] / [Intel XE#787]) +18 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [FAIL][25] ([Intel XE#616]) +7 other tests fail
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][26] ([Intel XE#1195])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [PASS][27] -> [INCOMPLETE][28] ([Intel XE#1195]) +1 other test incomplete
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][29] -> [DMESG-WARN][30] ([Intel XE#3113])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-6.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#306])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#373])
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#373]) +7 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_content_protection@atomic@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][34] ([Intel XE#1178])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_content_protection@atomic@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#1424]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#308])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#323])
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-bmg: [PASS][38] -> [DMESG-WARN][39] ([Intel XE#877])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#323]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions:
- shard-lnl: [PASS][41] -> [FAIL][42] ([Intel XE#1541])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-5/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#1340])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][44] ([i915#3804])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-lnl: NOTRUN -> [SKIP][45] ([Intel XE#3070])
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-4/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_feature_discovery@psr1:
- shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#1135])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][47] -> [FAIL][48] ([Intel XE#301]) +7 other tests fail
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-435/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
- shard-bmg: [PASS][49] -> [FAIL][50] ([Intel XE#301]) +7 other tests fail
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1421])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-4/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: NOTRUN -> [ABORT][52] ([Intel XE#2625]) +1 other test abort
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@wf_vblank-ts-check@b-edp1:
- shard-lnl: [PASS][53] -> [FAIL][54] ([Intel XE#886]) +1 other test fail
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-4/igt@kms_flip@wf_vblank-ts-check@b-edp1.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_flip@wf_vblank-ts-check@b-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#1401] / [Intel XE#1745])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#1401])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#2293]) +9 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-rte:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#2351] / [Intel XE#2890])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#651]) +17 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-fullscreen:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#656]) +7 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-fullscreen.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#1469])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#653]) +24 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte@pipe-b-dp-2:
- shard-bmg: NOTRUN -> [FAIL][63] ([Intel XE#2333])
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte@pipe-b-dp-2.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-set2: NOTRUN -> [SKIP][64] ([Intel XE#455]) +12 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4:
- shard-dg2-set2: [PASS][65] -> [ABORT][66] ([Intel XE#2625]) +1 other test abort
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-466/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#2925])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_plane@pixel-format-source-clamping:
- shard-bmg: [PASS][68] -> [INCOMPLETE][69] ([Intel XE#2566])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-4/igt@kms_plane@pixel-format-source-clamping.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_plane@pixel-format-source-clamping.html
* igt@kms_plane_lowres@tiling-none@pipe-b-edp-1:
- shard-lnl: NOTRUN -> [SKIP][70] ([Intel XE#599]) +3 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [FAIL][71] ([Intel XE#361]) +1 other test fail
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:
- shard-bmg: NOTRUN -> [SKIP][72] ([Intel XE#2763]) +7 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html
- shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#2763]) +2 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#2763] / [Intel XE#455])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5:
- shard-lnl: NOTRUN -> [SKIP][75] ([Intel XE#2763]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
* igt@kms_pm_dc@dc5-psr:
- shard-lnl: [PASS][76] -> [FAIL][77] ([Intel XE#718])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-8/igt@kms_pm_dc@dc5-psr.html
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-3/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-dg2-set2: NOTRUN -> [SKIP][78] ([Intel XE#3309])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_rpm@legacy-planes:
- shard-dg2-set2: [PASS][79] -> [INCOMPLETE][80] ([Intel XE#1195] / [Intel XE#2864]) +1 other test incomplete
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-433/igt@kms_pm_rpm@legacy-planes.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_pm_rpm@legacy-planes.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#2893]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-update-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#1489]) +6 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html
* igt@kms_psr@fbc-pr-primary-render:
- shard-lnl: NOTRUN -> [SKIP][83] ([Intel XE#1406])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@kms_psr@fbc-pr-primary-render.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][84] ([Intel XE#2850] / [Intel XE#929]) +9 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@psr2-primary-page-flip@edp-1:
- shard-lnl: [PASS][85] -> [FAIL][86] ([Intel XE#2948]) +1 other test fail
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-4/igt@kms_psr@psr2-primary-page-flip@edp-1.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-3/igt@kms_psr@psr2-primary-page-flip@edp-1.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#327]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-lnl: NOTRUN -> [FAIL][88] ([Intel XE#3209])
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-5/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#1437])
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-dg2-set2: NOTRUN -> [SKIP][90] ([Intel XE#1127]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_universal_plane@cursor-fb-leak:
- shard-lnl: [PASS][91] -> [FAIL][92] ([Intel XE#899]) +1 other test fail
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak.html
* igt@kms_vrr@flip-basic:
- shard-lnl: [PASS][93] -> [FAIL][94] ([Intel XE#2443]) +3 other tests fail
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-4/igt@kms_vrr@flip-basic.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-5/igt@kms_vrr@flip-basic.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg2-set2: NOTRUN -> [SKIP][95] ([Intel XE#756])
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_writeback@writeback-invalid-parameters.html
* igt@xe_compute@ccs-mode-basic:
- shard-dg2-set2: NOTRUN -> [FAIL][96] ([Intel XE#1050])
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@xe_compute@ccs-mode-basic.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-set-linear-0xfd:
- shard-dg2-set2: NOTRUN -> [SKIP][98] ([Intel XE#1126]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html
* igt@xe_eudebug@basic-vm-access:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#2905]) +2 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-4/igt@xe_eudebug@basic-vm-access.html
* igt@xe_eudebug@basic-vm-bind-extended-discovery:
- shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#2905]) +5 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@xe_eudebug@basic-vm-bind-extended-discovery.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-bmg: [PASS][101] -> [TIMEOUT][102] ([Intel XE#1473])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_evict@evict-beng-threads-large:
- shard-dg2-set2: [PASS][103] -> [FAIL][104] ([Intel XE#1000])
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-464/igt@xe_evict@evict-beng-threads-large.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@xe_evict@evict-beng-threads-large.html
* igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#688]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-7/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-samefd.html
* igt@xe_exec_basic@multigpu-once-userptr:
- shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#1392]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-4/igt@xe_exec_basic@multigpu-once-userptr.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race:
- shard-bmg: [PASS][107] -> [FAIL][108] ([Intel XE#3160]) +1 other test fail
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-6/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm:
- shard-lnl: [PASS][109] -> [FAIL][110] ([Intel XE#3160])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-7/igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race-imm.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#288]) +19 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-lr:
- shard-dg2-set2: NOTRUN -> [SKIP][112] ([Intel XE#2360])
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: NOTRUN -> [SKIP][113] ([Intel XE#255])
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@xe_huc_copy@huc_copy.html
* igt@xe_oa@buffer-fill:
- shard-dg2-set2: NOTRUN -> [SKIP][114] ([Intel XE#2541]) +3 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@xe_oa@buffer-fill.html
* igt@xe_pat@prime-external-import-coh:
- shard-dg2-set2: [PASS][115] -> [SKIP][116] ([Intel XE#1130])
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-466/igt@xe_pat@prime-external-import-coh.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@xe_pat@prime-external-import-coh.html
* igt@xe_pm@d3cold-basic-exec:
- shard-lnl: NOTRUN -> [SKIP][117] ([Intel XE#2284] / [Intel XE#366])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_pm@s3-d3cold-basic-exec:
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#2284] / [Intel XE#366])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@xe_pm@s3-d3cold-basic-exec.html
* igt@xe_pm@s3-mocs:
- shard-dg2-set2: [PASS][119] -> [ABORT][120] ([Intel XE#1794])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-466/igt@xe_pm@s3-mocs.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@xe_pm@s3-mocs.html
* igt@xe_pm@s4-exec-after:
- shard-lnl: [PASS][121] -> [ABORT][122] ([Intel XE#1358] / [Intel XE#1607])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-3/igt@xe_pm@s4-exec-after.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-2/igt@xe_pm@s4-exec-after.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#944]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_tlb@basic-tlb:
- shard-dg2-set2: NOTRUN -> [FAIL][124] ([Intel XE#2922])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@xe_tlb@basic-tlb.html
#### Possible fixes ####
* igt@core_getversion@all-cards:
- shard-bmg: [FAIL][125] ([Intel XE#3296]) -> [PASS][126]
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@core_getversion@all-cards.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@core_getversion@all-cards.html
* igt@core_hotunplug@hotrebind:
- shard-bmg: [SKIP][127] ([Intel XE#1885]) -> [PASS][128] +2 other tests pass
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@core_hotunplug@hotrebind.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@core_hotunplug@hotrebind.html
* igt@fbdev@unaligned-read:
- shard-bmg: [SKIP][129] ([Intel XE#2134]) -> [PASS][130]
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@fbdev@unaligned-read.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@fbdev@unaligned-read.html
* igt@kms_addfb_basic@bad-pitch-999:
- shard-bmg: [SKIP][131] ([Intel XE#2423]) -> [PASS][132] +128 other tests pass
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_addfb_basic@bad-pitch-999.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_addfb_basic@bad-pitch-999.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-4:
- shard-dg2-set2: [FAIL][133] ([Intel XE#3105]) -> [PASS][134] +1 other test pass
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-434/igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-4.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-4.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-bmg: [SKIP][135] ([Intel XE#2890]) -> [PASS][136] +24 other tests pass
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_color@ctm-0-25@pipe-a-edp-1:
- shard-lnl: [DMESG-WARN][137] ([Intel XE#2929]) -> [PASS][138] +1 other test pass
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-6/igt@kms_color@ctm-0-25@pipe-a-edp-1.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_color@ctm-0-25@pipe-a-edp-1.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-bmg: [DMESG-WARN][139] ([Intel XE#877]) -> [PASS][140]
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-dg2-set2: [FAIL][141] ([Intel XE#1475]) -> [PASS][142]
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-435/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][143] ([Intel XE#301]) -> [PASS][144] +1 other test pass
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-433/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html
* igt@kms_flip@blocking-wf_vblank:
- shard-lnl: [FAIL][145] ([Intel XE#3255] / [Intel XE#886]) -> [PASS][146]
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-3/igt@kms_flip@blocking-wf_vblank.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-8/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- shard-lnl: [FAIL][147] ([Intel XE#886]) -> [PASS][148] +8 other tests pass
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
* igt@kms_flip_tiling@flip-change-tiling:
- shard-bmg: [SKIP][149] ([Intel XE#2231]) -> [PASS][150] +1 other test pass
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_flip_tiling@flip-change-tiling.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_flip_tiling@flip-change-tiling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-dg2-set2: [SKIP][151] ([Intel XE#2890]) -> [PASS][152] +3 other tests pass
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64:
- shard-dg2-set2: [FAIL][153] ([Intel XE#616]) -> [PASS][154] +3 other tests pass
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-466/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html
* igt@kms_plane_scaling@invalid-num-scalers:
- shard-bmg: [SKIP][155] ([Intel XE#3007]) -> [PASS][156] +8 other tests pass
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_plane_scaling@invalid-num-scalers.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_plane_scaling@invalid-num-scalers.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2-set2: [SKIP][157] ([Intel XE#2446]) -> [PASS][158]
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-bmg: [SKIP][159] ([Intel XE#2446]) -> [PASS][160] +1 other test pass
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@universal-planes:
- shard-lnl: [DMESG-WARN][161] ([Intel XE#2042]) -> [PASS][162]
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-6/igt@kms_pm_rpm@universal-planes.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-3/igt@kms_pm_rpm@universal-planes.html
* igt@kms_psr@psr2-cursor-plane-onoff:
- shard-lnl: [FAIL][163] ([Intel XE#2948]) -> [PASS][164] +3 other tests pass
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-4/igt@kms_psr@psr2-cursor-plane-onoff.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@kms_psr@psr2-cursor-plane-onoff.html
* igt@kms_rotation_crc@multiplane-rotation-cropping-top:
- shard-dg2-set2: [SKIP][165] ([Intel XE#2423] / [i915#2575]) -> [PASS][166] +8 other tests pass
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_rotation_crc@multiplane-rotation-cropping-top.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: [FAIL][167] ([Intel XE#2159]) -> [PASS][168] +1 other test pass
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-8/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@kms_vrr@max-min:
- shard-lnl: [FAIL][169] ([Intel XE#2443]) -> [PASS][170] +1 other test pass
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-1/igt@kms_vrr@max-min.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-7/igt@kms_vrr@max-min.html
* igt@xe_compute_preempt@compute-preempt:
- shard-bmg: [FAIL][171] -> [PASS][172] +1 other test pass
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-1/igt@xe_compute_preempt@compute-preempt.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_drm_fdinfo@utilization-single-full-load-isolation:
- shard-bmg: [SKIP][173] ([Intel XE#1130]) -> [PASS][174] +271 other tests pass
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@xe_drm_fdinfo@utilization-single-full-load-isolation.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@xe_drm_fdinfo@utilization-single-full-load-isolation.html
* igt@xe_evict@evict-beng-large-multi-vm-cm:
- shard-dg2-set2: [FAIL][175] ([Intel XE#1600]) -> [PASS][176]
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-435/igt@xe_evict@evict-beng-large-multi-vm-cm.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@xe_evict@evict-beng-large-multi-vm-cm.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [FAIL][177] ([Intel XE#1000]) -> [PASS][178]
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_exec_compute_mode@once-basic:
- shard-dg2-set2: [SKIP][179] ([Intel XE#1130]) -> [PASS][180] +18 other tests pass
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_exec_compute_mode@once-basic.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@xe_exec_compute_mode@once-basic.html
* igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race-prefetch:
- shard-bmg: [FAIL][181] ([Intel XE#3160]) -> [PASS][182] +1 other test pass
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-1/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race-prefetch.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@xe_exec_fault_mode@many-bindexecqueue-userptr-invalidate-race-prefetch.html
* igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race:
- shard-lnl: [FAIL][183] ([Intel XE#3160]) -> [PASS][184]
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-2/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm:
- shard-lnl: [FAIL][185] -> [PASS][186]
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-4/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@xe_exec_fault_mode@many-execqueues-userptr-invalidate-race-imm.html
* igt@xe_gt_freq@freq_reset_multiple:
- shard-lnl: [DMESG-WARN][187] ([Intel XE#3184]) -> [PASS][188] +1 other test pass
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-2/igt@xe_gt_freq@freq_reset_multiple.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-4/igt@xe_gt_freq@freq_reset_multiple.html
* igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit:
- shard-bmg: [SKIP][189] ([Intel XE#2229]) -> [PASS][190]
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit.html
* igt@xe_pm@s2idle-d3hot-basic-exec:
- shard-dg2-set2: [ABORT][191] ([Intel XE#1358]) -> [PASS][192]
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_pm@s2idle-d3hot-basic-exec.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@xe_pm@s2idle-d3hot-basic-exec.html
* igt@xe_pm@s2idle-vm-bind-unbind-all:
- shard-dg2-set2: [ABORT][193] ([Intel XE#1694] / [Intel XE#1794]) -> [PASS][194]
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_pm@s2idle-vm-bind-unbind-all.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@xe_pm@s2idle-vm-bind-unbind-all.html
* igt@xe_pm@s4-basic-exec:
- shard-lnl: [ABORT][195] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794]) -> [PASS][196] +1 other test pass
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-2/igt@xe_pm@s4-basic-exec.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-1/igt@xe_pm@s4-basic-exec.html
* igt@xe_tlb@basic-tlb:
- shard-bmg: [CRASH][197] ([Intel XE#3212]) -> [PASS][198]
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-6/igt@xe_tlb@basic-tlb.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@xe_tlb@basic-tlb.html
- shard-lnl: [CRASH][199] ([Intel XE#3212]) -> [PASS][200]
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-lnl-6/igt@xe_tlb@basic-tlb.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-lnl-6/igt@xe_tlb@basic-tlb.html
#### Warnings ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-bmg: [SKIP][201] ([Intel XE#2423]) -> [SKIP][202] ([Intel XE#2233])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@invalid-async-flip:
- shard-bmg: [SKIP][203] ([Intel XE#3007]) -> [SKIP][204] ([Intel XE#873])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_async_flips@invalid-async-flip.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_async_flips@invalid-async-flip.html
- shard-dg2-set2: [SKIP][205] ([Intel XE#2423] / [i915#2575]) -> [SKIP][206] ([Intel XE#873])
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-bmg: [SKIP][207] ([Intel XE#2423]) -> [SKIP][208] ([Intel XE#2370])
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-bmg: [SKIP][209] ([Intel XE#2890]) -> [SKIP][210] ([Intel XE#2327]) +3 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-bmg: [SKIP][211] ([Intel XE#2231]) -> [SKIP][212] ([Intel XE#2327])
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
- shard-dg2-set2: [SKIP][213] ([Intel XE#2890]) -> [SKIP][214] ([Intel XE#316])
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-bmg: [SKIP][215] ([Intel XE#2890]) -> [SKIP][216] ([Intel XE#1124]) +15 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-bmg: [SKIP][217] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][218] ([Intel XE#1124])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
- shard-dg2-set2: [SKIP][219] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][220] ([Intel XE#1124])
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-bmg: [SKIP][221] ([Intel XE#2423]) -> [SKIP][222] ([Intel XE#2314] / [Intel XE#2894]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-1-displays-2560x1440p:
- shard-bmg: [SKIP][223] ([Intel XE#3007]) -> [SKIP][224] ([Intel XE#367])
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_bw@linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-bmg: [SKIP][225] ([Intel XE#2423]) -> [SKIP][226] ([Intel XE#367]) +4 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs:
- shard-bmg: [SKIP][227] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][228] ([Intel XE#2887]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
- shard-dg2-set2: [SKIP][229] ([Intel XE#2890]) -> [SKIP][230] ([Intel XE#455] / [Intel XE#787])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: [SKIP][231] ([Intel XE#2887]) -> [SKIP][232] ([Intel XE#2231] / [Intel XE#2890])
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-7/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: [SKIP][233] ([Intel XE#2231]) -> [SKIP][234] ([Intel XE#2887])
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
- shard-dg2-set2: [SKIP][235] ([Intel XE#2890]) -> [FAIL][236] ([Intel XE#616])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: [INCOMPLETE][237] ([Intel XE#1195] / [Intel XE#2692]) -> [INCOMPLETE][238] ([Intel XE#1195] / [Intel XE#1727])
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-bmg: [SKIP][239] ([Intel XE#2890]) -> [SKIP][240] ([Intel XE#2887]) +21 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6:
- shard-dg2-set2: [INCOMPLETE][241] ([Intel XE#1195] / [Intel XE#3113]) -> [DMESG-WARN][242] ([Intel XE#3113])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html
* igt@kms_cdclk@mode-transition:
- shard-bmg: [SKIP][243] ([Intel XE#2890]) -> [SKIP][244] ([Intel XE#2724])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_cdclk@mode-transition.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_audio@dp-audio:
- shard-dg2-set2: [SKIP][245] ([Intel XE#2423] / [i915#2575]) -> [SKIP][246] ([Intel XE#373]) +1 other test skip
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_chamelium_audio@dp-audio.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-bmg: [SKIP][247] ([Intel XE#2423]) -> [SKIP][248] ([Intel XE#2325]) +1 other test skip
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_chamelium_color@ctm-blue-to-red.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_edid@dp-edid-change-during-hibernate:
- shard-bmg: [SKIP][249] ([Intel XE#2423]) -> [SKIP][250] ([Intel XE#2252]) +14 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_chamelium_edid@dp-edid-change-during-hibernate.html
* igt@kms_chamelium_hpd@vga-hpd-after-hibernate:
- shard-bmg: [SKIP][251] ([Intel XE#3007]) -> [SKIP][252] ([Intel XE#2252]) +2 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_chamelium_hpd@vga-hpd-after-hibernate.html
* igt@kms_content_protection@atomic:
- shard-bmg: [SKIP][253] ([Intel XE#2423]) -> [FAIL][254] ([Intel XE#1178])
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_content_protection@atomic.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-bmg: [SKIP][255] ([Intel XE#2423]) -> [SKIP][256] ([Intel XE#2390]) +2 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_content_protection@dp-mst-type-1.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-bmg: [SKIP][257] ([Intel XE#3007]) -> [SKIP][258] ([Intel XE#2320])
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_cursor_crc@cursor-onscreen-max-size.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-bmg: [SKIP][259] ([Intel XE#2423]) -> [SKIP][260] ([Intel XE#2321]) +2 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_cursor_crc@cursor-random-512x170.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-bmg: [SKIP][261] ([Intel XE#2423]) -> [SKIP][262] ([Intel XE#2320]) +3 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-bmg: [SKIP][263] ([Intel XE#2890]) -> [SKIP][264] ([Intel XE#1508])
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-basic:
- shard-bmg: [SKIP][265] ([Intel XE#2890]) -> [SKIP][266] ([Intel XE#2244]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_dsc@dsc-basic.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-with-formats:
- shard-bmg: [SKIP][267] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][268] ([Intel XE#2244])
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_dsc@dsc-with-formats.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_dsc@dsc-with-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: [SKIP][269] ([Intel XE#2890]) -> [FAIL][270] ([Intel XE#1695])
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_fbcon_fbt@fbc-suspend.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-bmg: [SKIP][271] ([Intel XE#2890]) -> [SKIP][272] ([Intel XE#776])
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_fbcon_fbt@psr-suspend.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-3x:
- shard-bmg: [SKIP][273] ([Intel XE#2423]) -> [SKIP][274] ([Intel XE#2373])
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_feature_discovery@display-3x.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@kms_feature_discovery@display-3x.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling:
- shard-bmg: [SKIP][275] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][276] ([Intel XE#2293] / [Intel XE#2380])
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling:
- shard-bmg: [SKIP][277] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][278] ([Intel XE#2231] / [Intel XE#2890])
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
- shard-dg2-set2: [SKIP][279] ([Intel XE#455]) -> [SKIP][280] ([Intel XE#2890])
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-436/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-435/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-bmg: [SKIP][281] ([Intel XE#2890]) -> [SKIP][282] ([Intel XE#2293] / [Intel XE#2380]) +8 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt:
- shard-bmg: [SKIP][283] ([Intel XE#2890]) -> [SKIP][284] ([Intel XE#2311]) +42 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-rte:
- shard-bmg: [SKIP][285] ([Intel XE#2311]) -> [SKIP][286] ([Intel XE#2231] / [Intel XE#2890])
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-1p-rte.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-1p-rte.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render:
- shard-dg2-set2: [SKIP][287] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][288] ([Intel XE#651]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-464/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt:
- shard-bmg: [SKIP][289] ([Intel XE#2231] / [Intel XE#2890]) -> [FAIL][290] ([Intel XE#2333]) +2 other tests fail
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][291] ([Intel XE#2890]) -> [FAIL][292] ([Intel XE#2333]) +18 other tests fail
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-modesetfrombusy:
- shard-bmg: [SKIP][293] ([Intel XE#2231]) -> [FAIL][294] ([Intel XE#2333])
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-bmg: [SKIP][295] ([Intel XE#2231]) -> [SKIP][296] ([Intel XE#2311]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move:
- shard-dg2-set2: [SKIP][297] ([Intel XE#2890]) -> [SKIP][298] ([Intel XE#651]) +2 other tests skip
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move.html
- shard-bmg: [SKIP][299] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][300] ([Intel XE#2311]) +2 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-bmg: [SKIP][301] ([Intel XE#2890]) -> [SKIP][302] ([Intel XE#2350])
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][303] ([Intel XE#2890]) -> [SKIP][304] ([Intel XE#2313]) +43 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-bmg: [SKIP][305] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][306] ([Intel XE#2313]) +1 other test skip
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
- shard-dg2-set2: [SKIP][307] ([Intel XE#2890]) -> [SKIP][308] ([Intel XE#653]) +1 other test skip
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_joiner@basic-big-joiner:
- shard-bmg: [SKIP][309] ([Intel XE#2890]) -> [SKIP][310] ([Intel XE#346])
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_joiner@basic-big-joiner.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_joiner@basic-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-bmg: [SKIP][311] ([Intel XE#2423]) -> [SKIP][312] ([Intel XE#2501])
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers:
- shard-bmg: [SKIP][313] ([Intel XE#2423]) -> [SKIP][314] ([Intel XE#2763])
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-bmg: [SKIP][315] ([Intel XE#3007]) -> [SKIP][316] ([Intel XE#2763])
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
- shard-dg2-set2: [SKIP][317] ([Intel XE#2423] / [i915#2575]) -> [SKIP][318] ([Intel XE#2763] / [Intel XE#455])
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_pm_backlight@basic-brightness:
- shard-bmg: [SKIP][319] ([Intel XE#2890]) -> [SKIP][320] ([Intel XE#870])
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_backlight@basic-brightness.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-bmg: [SKIP][321] ([Intel XE#2890]) -> [SKIP][322] ([Intel XE#2938])
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_backlight@brightness-with-dpms.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-bmg: [SKIP][323] ([Intel XE#2890]) -> [SKIP][324] ([Intel XE#2391])
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_dc@dc3co-vpb-simulation.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-bmg: [SKIP][325] ([Intel XE#2890]) -> [FAIL][326] ([Intel XE#1430])
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_dc@dc6-dpms.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-bmg: [SKIP][327] ([Intel XE#2890]) -> [SKIP][328] ([Intel XE#2392])
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_dc@dc6-psr.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-bmg: [SKIP][329] ([Intel XE#2446]) -> [SKIP][330] ([Intel XE#1439] / [Intel XE#3141])
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_pm_rpm@dpms-lpsp.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-bmg: [SKIP][331] ([Intel XE#2446]) -> [SKIP][332] ([Intel XE#1439])
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
- shard-bmg: [SKIP][333] ([Intel XE#2890]) -> [SKIP][334] ([Intel XE#1489]) +11 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr@fbc-pr-cursor-blt:
- shard-bmg: [SKIP][335] ([Intel XE#2890]) -> [SKIP][336] ([Intel XE#2234] / [Intel XE#2850]) +21 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_psr@fbc-pr-cursor-blt.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-6/igt@kms_psr@fbc-pr-cursor-blt.html
* igt@kms_psr@fbc-psr-dpms:
- shard-bmg: [SKIP][337] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][338] ([Intel XE#2234] / [Intel XE#2850]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@kms_psr@fbc-psr-dpms.html
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_psr@fbc-psr-dpms.html
* igt@kms_psr@psr2-basic:
- shard-dg2-set2: [SKIP][339] ([Intel XE#2890]) -> [SKIP][340] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@kms_psr@psr2-basic.html
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-433/igt@kms_psr@psr2-basic.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-bmg: [SKIP][341] ([Intel XE#2890]) -> [SKIP][342] ([Intel XE#2414])
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-bmg: [SKIP][343] ([Intel XE#2423]) -> [SKIP][344] ([Intel XE#2329]) +3 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_rotation_crc@sprite-rotation-90.html
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-bmg: [SKIP][345] ([Intel XE#2423]) -> [SKIP][346] ([Intel XE#2413]) +1 other test skip
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-none.html
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-bmg: [SKIP][347] ([Intel XE#2423]) -> [SKIP][348] ([Intel XE#2426])
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_tv_load_detect@load-detect:
- shard-bmg: [SKIP][349] ([Intel XE#2423]) -> [SKIP][350] ([Intel XE#2450])
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_tv_load_detect@load-detect.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-bmg: [SKIP][351] ([Intel XE#2423]) -> [SKIP][352] ([Intel XE#1499])
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@kms_vrr@seamless-rr-switch-drrs.html
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@xe_eudebug@basic-vm-bind-ufence:
- shard-bmg: [SKIP][353] ([Intel XE#1130]) -> [SKIP][354] ([Intel XE#2905]) +16 other tests skip
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_eudebug@basic-vm-bind-ufence.html
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@xe_eudebug@basic-vm-bind-ufence.html
* igt@xe_eudebug@discovery-race:
- shard-dg2-set2: [SKIP][355] ([Intel XE#1130]) -> [SKIP][356] ([Intel XE#2905])
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_eudebug@discovery-race.html
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-434/igt@xe_eudebug@discovery-race.html
* igt@xe_evict@evict-large-multi-vm-cm:
- shard-bmg: [SKIP][357] ([Intel XE#1130]) -> [FAIL][358] ([Intel XE#2364])
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_evict@evict-large-multi-vm-cm.html
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-7/igt@xe_evict@evict-large-multi-vm-cm.html
* igt@xe_evict@evict-mixed-many-threads-small:
- shard-bmg: [SKIP][359] ([Intel XE#1130]) -> [TIMEOUT][360] ([Intel XE#1473] / [Intel XE#2472])
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-5/igt@xe_evict@evict-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-once-null-rebind:
- shard-bmg: [SKIP][361] ([Intel XE#1130]) -> [SKIP][362] ([Intel XE#2322]) +11 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_exec_basic@multigpu-once-null-rebind.html
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@xe_exec_basic@multigpu-once-null-rebind.html
* igt@xe_exec_fault_mode@many-userptr-invalidate-race:
- shard-bmg: [SKIP][363] ([Intel XE#1130]) -> [FAIL][364] ([Intel XE#3160]) +2 other tests fail
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@xe_exec_fault_mode@many-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@once-bindexecqueue-userptr-rebind-prefetch:
- shard-dg2-set2: [SKIP][365] ([Intel XE#1130]) -> [SKIP][366] ([Intel XE#288])
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-rebind-prefetch.html
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@xe_exec_fault_mode@once-bindexecqueue-userptr-rebind-prefetch.html
* igt@xe_live_ktest@xe_bo:
- shard-dg2-set2: [TIMEOUT][367] ([Intel XE#2961] / [Intel XE#3191]) -> [INCOMPLETE][368] ([Intel XE#1195]) +1 other test incomplete
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_live_ktest@xe_bo.html
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-436/igt@xe_live_ktest@xe_bo.html
* igt@xe_mmap@small-bar:
- shard-bmg: [SKIP][369] ([Intel XE#1130]) -> [SKIP][370] ([Intel XE#586])
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_mmap@small-bar.html
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-1/igt@xe_mmap@small-bar.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: [SKIP][371] ([Intel XE#1130]) -> [SKIP][372] ([Intel XE#1420])
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_pat@pat-index-xehpc.html
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pat@pat-index-xelpg:
- shard-bmg: [SKIP][373] ([Intel XE#1130]) -> [SKIP][374] ([Intel XE#2236])
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-8/igt@xe_pat@pat-index-xelpg.html
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-4/igt@xe_pat@pat-index-xelpg.html
- shard-dg2-set2: [SKIP][375] ([Intel XE#1130]) -> [SKIP][376] ([Intel XE#979])
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-dg2-432/igt@xe_pat@pat-index-xelpg.html
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-dg2-463/igt@xe_pat@pat-index-xelpg.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-bmg: [SKIP][377] ([Intel XE#1130]) -> [SKIP][378] ([Intel XE#2284]) +2 other tests skip
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_pm@d3cold-multiple-execs.html
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-8/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: [SKIP][379] ([Intel XE#1130]) -> [SKIP][380] ([Intel XE#944]) +2 other tests skip
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8088/shard-bmg-5/igt@xe_query@multigpu-query-invalid-extension.html
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/shard-bmg-2/igt@xe_query@multigpu-query-invalid-extension.html
[Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000
[Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050
[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#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130
[Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[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#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
[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#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1475]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1475
[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#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#1541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1541
[Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1694]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1694
[Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695
[Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701
[Intel XE#1725]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1725
[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#1885]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1885
[Intel XE#2042]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2042
[Intel XE#2134]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2134
[Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231
[Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2236]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2236
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350
[Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364
[Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370
[Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2391]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2391
[Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2414
[Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2446]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2446
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#2566]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2566
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2692
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2864]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2864
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2922]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2922
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2929
[Intel XE#2938]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2938
[Intel XE#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948
[Intel XE#2961]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2961
[Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007
[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#3070]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3070
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#3105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3105
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3160]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3160
[Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184
[Intel XE#3191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3191
[Intel XE#3209]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3209
[Intel XE#3212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3212
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3255
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#3296]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3296
[Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[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#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
[Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[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#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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
[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#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[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#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_8088 -> IGTPW_12004
* Linux: xe-2139-fb2691707e2d5a8c704ae5e48bc5a314a308b0e0 -> xe-2146-afdb5631acb317eca18b171006efb3930fef7eb4
IGTPW_12004: 3666f941651d40fb50532138899dbd09f78d0d82 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8088: 0030d5bc92b8e4ac991db1c88af1f0ad7593812a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2139-fb2691707e2d5a8c704ae5e48bc5a314a308b0e0: fb2691707e2d5a8c704ae5e48bc5a314a308b0e0
xe-2146-afdb5631acb317eca18b171006efb3930fef7eb4: afdb5631acb317eca18b171006efb3930fef7eb4
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12004/index.html
[-- Attachment #2: Type: text/html, Size: 112172 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
` (3 preceding siblings ...)
2024-10-30 19:20 ` ✗ CI.xeFULL: failure " Patchwork
@ 2024-10-31 4:54 ` Patchwork
2024-11-04 13:20 ` [PATCH i-g-t,v2] tests/amdgpu/amd_replay: Add some page flips before test start Leo Li
5 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2024-10-31 4:54 UTC (permalink / raw)
To: Tom Chung; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100289 bytes --]
== Series Details ==
Series: tests/amdgpu/amd_replay: Add some page flips before test start (rev2)
URL : https://patchwork.freedesktop.org/series/140721/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_15614_full -> IGTPW_12004_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12004_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12004_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_12004/index.html
Participating hosts (10 -> 9)
------------------------------
Missing (1): shard-glk
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12004_full:
### IGT changes ###
#### Possible regressions ####
* igt@fbdev@write:
- shard-dg2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-6/igt@fbdev@write.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@fbdev@write.html
* igt@i915_selftest@live@hangcheck:
- shard-dg2: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@i915_selftest@live@hangcheck.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@i915_selftest@live@hangcheck.html
* igt@kms_hdr@brightness-with-hdr:
- shard-tglu: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_hdr@brightness-with-hdr.html
Known issues
------------
Here are the changes found in IGTPW_12004_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][6] ([i915#8411]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#8411])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@crc32:
- shard-tglu: NOTRUN -> [SKIP][8] ([i915#6230])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-2/igt@api_intel_bb@crc32.html
* igt@device_reset@cold-reset-bound:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#11078])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@device_reset@cold-reset-bound.html
- shard-tglu: NOTRUN -> [SKIP][10] ([i915#11078])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-5/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-reset-rebind:
- shard-rkl: [PASS][11] -> [ABORT][12] ([i915#5507])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-rkl-2/igt@device_reset@unbind-reset-rebind.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@device_reset@unbind-reset-rebind.html
- shard-dg1: NOTRUN -> [ABORT][13] ([i915#11814] / [i915#11815])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@device_reset@unbind-reset-rebind.html
- shard-tglu: [PASS][14] -> [ABORT][15] ([i915#5507])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-tglu-5/igt@device_reset@unbind-reset-rebind.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-8/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@isolation:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#8414]) +17 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@drm_fdinfo@isolation.html
* igt@drm_fdinfo@most-busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#8414]) +6 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html
* igt@gem_bad_reloc@negative-reloc-lut:
- shard-dg1: NOTRUN -> [SKIP][18] ([i915#3281]) +4 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@gem_bad_reloc@negative-reloc-lut.html
* igt@gem_basic@multigpu-create-close:
- shard-dg1: NOTRUN -> [SKIP][19] ([i915#7697]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@gem_basic@multigpu-create-close.html
* igt@gem_caching@writes:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4873])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@gem_caching@writes.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-dg1: NOTRUN -> [SKIP][21] ([i915#9323])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-tglu: NOTRUN -> [SKIP][22] ([i915#9323])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-8/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume:
- shard-dg2: [PASS][23] -> [INCOMPLETE][24] ([i915#7297]) +1 other test incomplete
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-8/igt@gem_ccs@suspend-resume.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@gem_ccs@suspend-resume.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#7697]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@gem_close_race@multigpu-basic-threads.html
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#7697])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_compute@compute-square:
- shard-mtlp: NOTRUN -> [SKIP][27] ([i915#9310])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-3/igt@gem_compute@compute-square.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][28] ([i915#6335])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-6/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: NOTRUN -> [SKIP][29] ([i915#8562])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_engines@invalid-engines:
- shard-tglu: NOTRUN -> [FAIL][30] ([i915#12031])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#8555])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_persistence@hostile:
- shard-dg2: NOTRUN -> [FAIL][32] ([i915#11980] / [i915#12580])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@gem_ctx_persistence@hostile.html
* igt@gem_ctx_persistence@legacy-engines-persistence:
- shard-snb: NOTRUN -> [SKIP][33] ([i915#1099]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb5/igt@gem_ctx_persistence@legacy-engines-persistence.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#280]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-8/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][35] -> [FAIL][36] ([i915#12543] / [i915#5784])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-17/igt@gem_eio@reset-stress.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@gem_eio@reset-stress.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: NOTRUN -> [FAIL][37] ([i915#5784])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#4036])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@gem_exec_balancer@invalid-bonds.html
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#4036])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@nop:
- shard-mtlp: [PASS][40] -> [DMESG-WARN][41] ([i915#12412])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-mtlp-6/igt@gem_exec_balancer@nop.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@gem_exec_balancer@nop.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#4525]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-1/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_big@single:
- shard-tglu-1: NOTRUN -> [ABORT][43] ([i915#11713])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#6334]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][45] ([i915#11965] / [i915#12558]) +2 other tests fail
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_capture@capture@vecs1-smem:
- shard-dg2: NOTRUN -> [FAIL][46] ([i915#11965]) +1 other test fail
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@gem_exec_capture@capture@vecs1-smem.html
* igt@gem_exec_fair@basic-none-solo:
- shard-tglu: NOTRUN -> [FAIL][47] ([i915#2842]) +1 other test fail
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-2/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-pace:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#3539])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-14/igt@gem_exec_fair@basic-pace.html
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4473] / [i915#4771])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fence@submit3:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4812])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@gem_exec_fence@submit3.html
- shard-dg1: NOTRUN -> [SKIP][51] ([i915#4812])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@gem_exec_fence@submit3.html
* igt@gem_exec_flush@basic-batch-kernel-default-wb:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#3539] / [i915#4852]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-14/igt@gem_exec_flush@basic-batch-kernel-default-wb.html
* igt@gem_exec_flush@basic-uc-set-default:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#3539])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@gem_exec_flush@basic-uc-set-default.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#3539] / [i915#4852]) +3 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#5107])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-cpu-gtt-noreloc:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#3281]) +10 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][57] ([i915#3281]) +8 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#3281]) +5 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_exec_schedule@pi-common@vcs0:
- shard-rkl: NOTRUN -> [FAIL][59] ([i915#12296]) +4 other tests fail
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@gem_exec_schedule@pi-common@vcs0.html
- shard-tglu-1: NOTRUN -> [FAIL][60] ([i915#12296]) +5 other tests fail
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@gem_exec_schedule@pi-common@vcs0.html
* igt@gem_exec_schedule@reorder-wide:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4537] / [i915#4812])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@gem_exec_schedule@reorder-wide.html
* igt@gem_exec_suspend@basic-s4-devices:
- shard-dg1: NOTRUN -> [ABORT][62] ([i915#7975] / [i915#8213]) +1 other test abort
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy:
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4860])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#12193])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4613]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-7/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4565])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-tglu: NOTRUN -> [SKIP][67] ([i915#4613]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-5/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_lmem_swapping@parallel-random-verify:
- shard-rkl: NOTRUN -> [SKIP][68] ([i915#4613]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-1/igt@gem_lmem_swapping@parallel-random-verify.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#3282]) +3 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@gem_madvise@dontneed-before-pwrite.html
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3282]) +1 other test skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@gem_madvise@dontneed-before-pwrite.html
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#3282])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-1/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4077]) +8 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_gtt@cpuset-medium-copy-odd:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4077]) +6 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
* igt@gem_mmap_wc@bad-offset:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4083]) +5 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-8/igt@gem_mmap_wc@bad-offset.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4083]) +6 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@read:
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4083]) +4 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#3282]) +4 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pxp@create-valid-protected-context:
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#4270]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-16/igt@gem_pxp@create-valid-protected-context.html
- shard-tglu: NOTRUN -> [SKIP][79] ([i915#4270])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-6/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#4270])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-tglu-1: NOTRUN -> [SKIP][81] ([i915#4270])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#4270]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#5190] / [i915#8428]) +8 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][84] ([i915#8428]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html
* igt@gem_render_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#4079])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_pwrite:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4079]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@gem_set_tiling_vs_pwrite.html
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#4079])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_tiled_swapping@non-threaded:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#4077]) +5 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@gem_tiled_swapping@non-threaded.html
* igt@gem_userptr_blits@access-control:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#3297])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@gem_userptr_blits@access-control.html
- shard-tglu: NOTRUN -> [SKIP][90] ([i915#3297])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-4/igt@gem_userptr_blits@access-control.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#3297]) +2 other tests skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-4/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#3281] / [i915#3297])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#3297]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@gem_userptr_blits@unsync-overlap.html
* igt@gen9_exec_parse@allowed-all:
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#2527])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@gen9_exec_parse@allowed-all.html
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#2856])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@bb-large:
- shard-tglu: NOTRUN -> [SKIP][96] ([i915#2527] / [i915#2856])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@bb-start-out:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#2856]) +2 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@valid-registers:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#2527])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-1/igt@gen9_exec_parse@valid-registers.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: [PASS][99] -> [ABORT][100] ([i915#9820])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-reset:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#8399])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-1/igt@i915_pm_freq_api@freq-reset.html
- shard-tglu-1: NOTRUN -> [SKIP][102] ([i915#8399])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@i915_pm_freq_api@freq-reset.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#11681] / [i915#6621])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@i915_pm_rps@min-max-config-loaded.html
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#11681] / [i915#6621])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][105] ([i915#6188])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-1/igt@i915_query@query-topology-coherent-slice-mask.html
- shard-dg2: NOTRUN -> [SKIP][106] ([i915#6188])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_selftest@live:
- shard-dg2: [PASS][107] -> [ABORT][108] ([i915#12133])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@i915_selftest@live.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@i915_selftest@live.html
- shard-snb: [PASS][109] -> [ABORT][110] ([i915#12450])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb7/igt@i915_selftest@live.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb4/igt@i915_selftest@live.html
- shard-mtlp: NOTRUN -> [ABORT][111] ([i915#12133] / [i915#12216])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@i915_selftest@live.html
* igt@i915_selftest@live@sanitycheck:
- shard-snb: [PASS][112] -> [ABORT][113] ([i915#11703])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb7/igt@i915_selftest@live@sanitycheck.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb4/igt@i915_selftest@live@sanitycheck.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [PASS][114] -> [ABORT][115] ([i915#12216])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-mtlp-3/igt@i915_selftest@live@workarounds.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@i915_selftest@live@workarounds.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs:
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#8709]) +11 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-2-4-mc-ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-tglu: NOTRUN -> [SKIP][117] ([i915#9531])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#1769] / [i915#3555])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#1769] / [i915#3555])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-4/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4:
- shard-dg1: [PASS][120] -> [FAIL][121] ([i915#5956]) +1 other test fail
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-14/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-tglu-1: NOTRUN -> [SKIP][122] ([i915#5286]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][123] ([i915#5286]) +6 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5286]) +4 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#5286]) +1 other test skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][126] +46 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-6/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][127] +11 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#5190] / [i915#9197])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#3638]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb:
- shard-dg1: [PASS][130] -> [DMESG-WARN][131] ([i915#4391] / [i915#4423])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-18/igt@kms_big_fb@y-tiled-addfb.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@kms_big_fb@y-tiled-addfb.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#4538] / [i915#5190]) +13 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][133] +24 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-tglu-1: NOTRUN -> [SKIP][134] +36 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0:
- shard-dg1: NOTRUN -> [SKIP][135] ([i915#4538]) +2 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#6095]) +4 other tests skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-8/igt@kms_ccs@bad-pixel-format-y-tiled-gen12-rc-ccs-cc@pipe-a-edp-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#6095]) +77 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs@pipe-a-hdmi-a-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][138] ([i915#6095]) +19 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#12313]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#10307] / [i915#6095]) +173 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#6095]) +76 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html
* igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs:
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#12313]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#12313]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs:
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#6095]) +9 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-2/igt@kms_ccs@random-ccs-data-y-tiled-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#9197]) +6 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#7213]) +3 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#7828]) +3 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-4k:
- shard-mtlp: NOTRUN -> [SKIP][149] ([i915#7828])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#7828]) +7 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][151] ([i915#7828]) +3 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-tglu: NOTRUN -> [SKIP][152] ([i915#7828]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-5/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#7828]) +7 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_color@deep-color:
- shard-tglu: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#9979])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-4/igt@kms_color@deep-color.html
* igt@kms_color@degamma:
- shard-dg2: [PASS][155] -> [SKIP][156] ([i915#12655])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-5/igt@kms_color@degamma.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_color@degamma.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#3116])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-1/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-tglu-1: NOTRUN -> [SKIP][158] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#9424]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_content_protection@mei-interface.html
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#9424]) +2 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_content_protection@mei-interface.html
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#8063] / [i915#9433])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-7/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@type1:
- shard-tglu: NOTRUN -> [SKIP][162] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_content_protection@type1.html
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#6944] / [i915#9424])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#7118] / [i915#9424])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu-1: NOTRUN -> [SKIP][165] ([i915#11453] / [i915#3359])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][166] ([i915#11453] / [i915#3359])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#11453] / [i915#3359])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#11453] / [i915#3359]) +1 other test skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-max-size:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#8814])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#4103]) +2 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
- shard-dg2: [PASS][171] -> [SKIP][172] ([i915#9197]) +24 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-1/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-mtlp: NOTRUN -> [SKIP][173] ([i915#9809]) +5 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#9833])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#9723])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#9723])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#9833])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-tglu-1: NOTRUN -> [SKIP][178] ([i915#8588])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dsc@dsc-basic:
- shard-tglu-1: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#3840])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#3840])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-formats:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#3555] / [i915#3840])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#3840] / [i915#9053])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#3955])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#2065] / [i915#4854])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-2/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#1839])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#9337])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_feature_discovery@dp-mst.html
- shard-mtlp: NOTRUN -> [SKIP][187] ([i915#9337])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1:
- shard-snb: [PASS][188] -> [FAIL][189] ([i915#2122]) +7 other tests fail
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb1/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html
* igt@kms_flip@2x-dpms-vs-vblank-race:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3637])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_flip@2x-dpms-vs-vblank-race.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][191] ([i915#5354]) +51 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_flip@2x-modeset-vs-vblank-race.html
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#9934]) +3 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@2x-plain-flip:
- shard-tglu-1: NOTRUN -> [SKIP][193] ([i915#3637]) +3 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-snb: NOTRUN -> [FAIL][194] ([i915#2122]) +1 other test fail
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-tglu: NOTRUN -> [SKIP][195] ([i915#3637]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible:
- shard-rkl: NOTRUN -> [FAIL][196] ([i915#2122])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2:
- shard-rkl: NOTRUN -> [FAIL][197] ([i915#11961]) +1 other test fail
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8810] / [i915#8813])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8810])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#2672] / [i915#3555])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#2672]) +5 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][202] ([i915#2587] / [i915#2672]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-dg2: NOTRUN -> [SKIP][203] ([i915#2672] / [i915#3555] / [i915#5190]) +3 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#2672] / [i915#3555]) +5 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling:
- shard-dg1: NOTRUN -> [SKIP][206] ([i915#2587] / [i915#2672] / [i915#3555])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-tglu: NOTRUN -> [SKIP][207] ([i915#2672] / [i915#3555])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#2587] / [i915#2672])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-dg2: [PASS][209] -> [SKIP][210] ([i915#3555]) +4 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][211] ([i915#2672]) +4 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#8708]) +13 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg2: [PASS][213] -> [SKIP][214] ([i915#5354]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite:
- shard-snb: [PASS][215] -> [SKIP][216] +5 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#5439])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#3458]) +9 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#8708]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][220] +23 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#1825]) +30 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][222] ([i915#3023]) +21 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][223] ([i915#8708]) +9 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#10433] / [i915#3458]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#3458]) +16 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#1825]) +11 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-dg2: [PASS][227] -> [SKIP][228] ([i915#3555] / [i915#8228])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-10/igt@kms_hdr@bpc-switch-dpms.html
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_hdr@bpc-switch-dpms.html
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#8228])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-4/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#10656]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#12394])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-4/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-tglu: NOTRUN -> [SKIP][232] ([i915#12339])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_plane@pixel-format:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#8825])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane@pixel-format.html
* igt@kms_plane_alpha_blend@alpha-basic:
- shard-dg2: [PASS][234] -> [SKIP][235] ([i915#7294]) +1 other test skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-3/igt@kms_plane_alpha_blend@alpha-basic.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_alpha_blend@alpha-basic.html
* igt@kms_plane_multiple@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8806])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-4/igt@kms_plane_multiple@tiling-y.html
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#8806])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_scaling@2x-scaler-multi-pipe:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#5354] / [i915#9423])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_plane_scaling@2x-scaler-multi-pipe.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#12247]) +4 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#8152] / [i915#9423])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#8152])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-pixel-format@pipe-d.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation:
- shard-dg2: [PASS][242] -> [SKIP][243] ([i915#3555] / [i915#8152] / [i915#9423])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
- shard-tglu-1: NOTRUN -> [SKIP][244] ([i915#3555]) +2 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b:
- shard-dg2: [PASS][245] -> [SKIP][246] ([i915#12247]) +2 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
- shard-tglu-1: NOTRUN -> [SKIP][247] ([i915#12247]) +3 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d:
- shard-dg2: [PASS][248] -> [SKIP][249] ([i915#12247] / [i915#8152])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-8/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-d.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#12247]) +9 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][251] ([i915#12247] / [i915#6953])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#12247] / [i915#6953])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#12247] / [i915#9423])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][254] ([i915#12247]) +13 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#12247]) +1 other test skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#12247] / [i915#6953] / [i915#9423])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#12247] / [i915#12504]) +6 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#6953] / [i915#8152] / [i915#9423])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#12247] / [i915#8152])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-75-upscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][260] ([i915#12247] / [i915#3555])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_pm_backlight@bad-brightness:
- shard-tglu-1: NOTRUN -> [SKIP][261] ([i915#9812])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg1: NOTRUN -> [SKIP][262] ([i915#5354])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu: NOTRUN -> [SKIP][263] ([i915#3828])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][264] ([i915#5978])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#9685]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#8430])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][267] -> [SKIP][268] ([i915#9519]) +3 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: [PASS][269] -> [SKIP][270] ([i915#9519]) +1 other test skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-4/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][271] ([i915#6524] / [i915#6805]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][272] ([i915#6524])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][273] ([i915#9808])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][274] ([i915#12316]) +2 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf:
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#11520]) +2 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
- shard-snb: NOTRUN -> [SKIP][276] ([i915#11520]) +1 other test skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb7/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf:
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#11520]) +5 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf:
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#11520]) +5 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][279] ([i915#11520]) +6 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
- shard-tglu-1: NOTRUN -> [SKIP][280] ([i915#11520]) +3 other tests skip
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-psr-cursor-blt:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#1072] / [i915#9732]) +18 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@kms_psr@fbc-psr-cursor-blt.html
* igt@kms_psr@fbc-psr2-basic:
- shard-tglu-1: NOTRUN -> [SKIP][282] ([i915#9732]) +8 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_psr@fbc-psr2-basic.html
* igt@kms_psr@fbc-psr2-sprite-blt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][283] ([i915#9688]) +10 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@kms_psr@fbc-psr2-sprite-blt@edp-1.html
* igt@kms_psr@pr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][284] ([i915#9732]) +11 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_psr@pr-sprite-plane-move.html
* igt@kms_psr@psr-sprite-mmap-gtt@edp-1:
- shard-mtlp: NOTRUN -> [SKIP][285] ([i915#4077] / [i915#9688]) +1 other test skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@kms_psr@psr-sprite-mmap-gtt@edp-1.html
* igt@kms_psr@psr-sprite-plane-move:
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#1072] / [i915#9732]) +12 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_psr@psr-sprite-plane-move.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][287] ([i915#1072] / [i915#9732]) +22 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_rotation_crc@primary-rotation-180:
- shard-dg1: NOTRUN -> [DMESG-WARN][288] ([i915#4423])
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@kms_rotation_crc@primary-rotation-180.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][289] ([i915#11131] / [i915#4235])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2: NOTRUN -> [SKIP][290] ([i915#5190]) +2 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][291] ([i915#5289])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-rkl: NOTRUN -> [SKIP][292] ([i915#5289]) +1 other test skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-tglu: NOTRUN -> [SKIP][293] ([i915#3555]) +3 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-8/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu-1: NOTRUN -> [ABORT][294] ([i915#12231]) +1 other test abort
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_selftest@drm_framebuffer.html
- shard-dg1: NOTRUN -> [ABORT][295] ([i915#12231]) +1 other test abort
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@kms_selftest@drm_framebuffer.html
- shard-mtlp: NOTRUN -> [ABORT][296] ([i915#12231]) +1 other test abort
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@kms_selftest@drm_framebuffer.html
* igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free:
- shard-dg2: NOTRUN -> [ABORT][297] ([i915#12231]) +1 other test abort
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#3555]) +7 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_setmode@basic-clone-single-crtc.html
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#3555]) +7 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-1/igt@kms_setmode@basic-clone-single-crtc.html
- shard-dg1: NOTRUN -> [SKIP][300] ([i915#3555]) +3 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: [PASS][301] -> [FAIL][302] ([IGT#2])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-10/igt@kms_sysfs_edid_timing.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglu-1: NOTRUN -> [SKIP][303] ([i915#8623])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-1/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-rkl: NOTRUN -> [SKIP][304] ([i915#9906])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][305] ([i915#2437])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][306] ([i915#2437] / [i915#9412])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][307] +15 other tests skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
- shard-dg2: NOTRUN -> [SKIP][308] ([i915#2436])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: NOTRUN -> [FAIL][309] ([i915#7484]) +1 other test fail
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-dg1: NOTRUN -> [SKIP][310] ([i915#2433])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-accuracy-98:
- shard-snb: NOTRUN -> [SKIP][311] +82 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb4/igt@perf_pmu@busy-accuracy-98.html
* igt@perf_pmu@busy-idle-check-all@vcs0:
- shard-dg2: NOTRUN -> [FAIL][312] ([i915#4349]) +4 other tests fail
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html
- shard-dg1: NOTRUN -> [FAIL][313] ([i915#4349]) +2 other tests fail
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-19/igt@perf_pmu@busy-idle-check-all@vcs0.html
- shard-mtlp: [PASS][314] -> [FAIL][315] ([i915#4349]) +2 other tests fail
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-mtlp-7/igt@perf_pmu@busy-idle-check-all@vcs0.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-3/igt@perf_pmu@busy-idle-check-all@vcs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#8850])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@perf_pmu@cpu-hotplug.html
- shard-tglu: NOTRUN -> [SKIP][317] ([i915#8850])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-5/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@semaphore-busy@vcs1:
- shard-mtlp: [PASS][318] -> [INCOMPLETE][319] ([i915#9853]) +1 other test incomplete
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-mtlp-7/igt@perf_pmu@semaphore-busy@vcs1.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vcs1.html
* igt@prime_mmap_kms@buffer-sharing:
- shard-dg2: [PASS][320] -> [SKIP][321]
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-11/igt@prime_mmap_kms@buffer-sharing.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@prime_mmap_kms@buffer-sharing.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg2: NOTRUN -> [SKIP][322] ([i915#3708])
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][323] ([i915#3291] / [i915#3708])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-8/igt@prime_vgem@basic-fence-read.html
- shard-mtlp: NOTRUN -> [SKIP][324] ([i915#3708]) +1 other test skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-1/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@coherency-gtt:
- shard-rkl: NOTRUN -> [SKIP][325] ([i915#3708]) +1 other test skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-2/igt@prime_vgem@coherency-gtt.html
* igt@prime_vgem@fence-read-hang:
- shard-dg1: NOTRUN -> [SKIP][326] ([i915#3708])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-14/igt@prime_vgem@fence-read-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2: NOTRUN -> [SKIP][327] ([i915#9917]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@sriov_basic@bind-unbind-vf.html
- shard-rkl: NOTRUN -> [SKIP][328] ([i915#9917])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-3/igt@sriov_basic@bind-unbind-vf.html
- shard-dg1: NOTRUN -> [SKIP][329] ([i915#9917])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-16/igt@sriov_basic@bind-unbind-vf.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-dg1: NOTRUN -> [FAIL][330] ([i915#12564] / [i915#9781])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@syncobj_wait@invalid-wait-zero-handles.html
- shard-tglu: NOTRUN -> [FAIL][331] ([i915#12564] / [i915#9781])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@syncobj_wait@invalid-wait-zero-handles.html
#### Possible fixes ####
* igt@gem_ctx_engines@invalid-engines:
- shard-mtlp: [FAIL][332] ([i915#12031]) -> [PASS][333]
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-mtlp-4/igt@gem_ctx_engines@invalid-engines.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-2/igt@gem_ctx_engines@invalid-engines.html
* igt@gem_eio@hibernate:
- shard-dg1: [ABORT][334] ([i915#7975] / [i915#8213]) -> [PASS][335]
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-14/igt@gem_eio@hibernate.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-16/igt@gem_eio@hibernate.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [FAIL][336] ([i915#2842]) -> [PASS][337]
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [ABORT][338] ([i915#9820]) -> [PASS][339]
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-dg1: [FAIL][340] ([i915#12548] / [i915#3591]) -> [PASS][341]
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle.html
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-dg1: [FAIL][342] ([i915#3591]) -> [PASS][343]
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_suspend@forcewake:
- shard-snb: [INCOMPLETE][344] ([i915#4817]) -> [PASS][345]
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb4/igt@i915_suspend@forcewake.html
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb2/igt@i915_suspend@forcewake.html
* igt@kms_busy@basic:
- shard-dg2: [SKIP][346] ([i915#9197]) -> [PASS][347] +14 other tests pass
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_busy@basic.html
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@kms_busy@basic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-snb: [SKIP][348] -> [PASS][349] +9 other tests pass
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_dp_aux_dev:
- shard-dg2: [SKIP][350] ([i915#1257]) -> [PASS][351]
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-6/igt@kms_dp_aux_dev.html
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@kms_dp_aux_dev.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-snb: [FAIL][352] ([i915#2122]) -> [PASS][353] +3 other tests pass
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb5/igt@kms_flip@2x-plain-flip-ts-check.html
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb2/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-dg2: [FAIL][354] ([i915#79]) -> [PASS][355]
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-4/igt@kms_flip@flip-vs-expired-vblank.html
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-7/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4:
- shard-dg1: [FAIL][356] ([i915#79]) -> [PASS][357] +1 other test pass
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-16/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-15/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a4.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-tglu: [INCOMPLETE][358] ([i915#6113]) -> [PASS][359]
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-tglu-8/igt@kms_flip@flip-vs-suspend-interruptible.html
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1:
- shard-snb: [INCOMPLETE][360] ([i915#4839]) -> [PASS][361] +1 other test pass
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1.html
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1:
- shard-tglu: [INCOMPLETE][362] -> [PASS][363]
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-tglu-8/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-7/igt@kms_flip@flip-vs-suspend-interruptible@d-hdmi-a1.html
* igt@kms_flip@plain-flip-ts-check:
- shard-tglu: [FAIL][364] ([i915#2122]) -> [PASS][365] +1 other test pass
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-tglu-4/igt@kms_flip@plain-flip-ts-check.html
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-3/igt@kms_flip@plain-flip-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling:
- shard-dg1: [FAIL][366] -> [PASS][367] +1 other test pass
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling:
- shard-dg2: [SKIP][368] ([i915#3555]) -> [PASS][369] +1 other test pass
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling.html
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-upscaling.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render:
- shard-dg2: [SKIP][370] ([i915#5354]) -> [PASS][371] +3 other tests pass
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html
* igt@kms_hdmi_inject@inject-audio:
- shard-dg2: [SKIP][372] ([i915#433]) -> [PASS][373]
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-3/igt@kms_hdmi_inject@inject-audio.html
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_hdmi_inject@inject-audio.html
- shard-dg1: [SKIP][374] ([i915#433]) -> [PASS][375]
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-18/igt@kms_hdmi_inject@inject-audio.html
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-17/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-swap:
- shard-dg2: [SKIP][376] ([i915#3555] / [i915#8228]) -> [PASS][377] +1 other test pass
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-1/igt@kms_hdr@static-swap.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@kms_hdr@static-swap.html
* igt@kms_plane@planar-pixel-format-settings:
- shard-dg2: [SKIP][378] ([i915#9581]) -> [PASS][379]
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane@planar-pixel-format-settings.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_plane@planar-pixel-format-settings.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-dg2: [SKIP][380] ([i915#7294]) -> [PASS][381]
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers:
- shard-dg2: [SKIP][382] ([i915#8152] / [i915#9423]) -> [PASS][383]
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-c:
- shard-dg2: [SKIP][384] ([i915#12247]) -> [PASS][385] +8 other tests pass
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-c.html
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-c.html
* igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-d:
- shard-dg2: [SKIP][386] ([i915#8152]) -> [PASS][387]
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-d.html
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-modifiers@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
- shard-dg2: [SKIP][388] ([i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][389]
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-d:
- shard-dg2: [SKIP][390] ([i915#12247] / [i915#8152]) -> [PASS][391] +1 other test pass
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-d.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-dg2: [SKIP][392] ([i915#12247] / [i915#6953] / [i915#8152] / [i915#9423]) -> [PASS][393]
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [FAIL][394] ([i915#9295]) -> [PASS][395]
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-5/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][396] ([i915#9519]) -> [PASS][397]
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-snb: [INCOMPLETE][398] ([i915#12276]) -> [PASS][399] +1 other test pass
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb5/igt@kms_vblank@ts-continuation-suspend.html
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb6/igt@kms_vblank@ts-continuation-suspend.html
* igt@perf_pmu@busy-accuracy-98@vcs0:
- shard-dg2: [INCOMPLETE][400] ([i915#9853]) -> [PASS][401] +1 other test pass
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-11/igt@perf_pmu@busy-accuracy-98@vcs0.html
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@perf_pmu@busy-accuracy-98@vcs0.html
#### Warnings ####
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][402] ([i915#10131] / [i915#10887]) -> [ABORT][403] ([i915#10131] / [i915#9697])
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- shard-dg1: [SKIP][404] ([i915#4212] / [i915#4423]) -> [SKIP][405] ([i915#4212])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-18/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-16/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: [SKIP][406] ([i915#9197]) -> [SKIP][407] ([i915#9531])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-10/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: [SKIP][408] ([i915#9197]) -> [SKIP][409] ([i915#1769] / [i915#3555])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-dg2: [SKIP][410] -> [SKIP][411] ([i915#9197])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-5/igt@kms_big_fb@linear-64bpp-rotate-270.html
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-dg2: [SKIP][412] ([i915#9197]) -> [SKIP][413] +2 other tests skip
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-1/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-dg2: [SKIP][414] ([i915#4538] / [i915#5190]) -> [SKIP][415] ([i915#5190] / [i915#9197]) +3 other tests skip
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-0:
- shard-dg2: [SKIP][416] ([i915#5190] / [i915#9197]) -> [SKIP][417] ([i915#4538] / [i915#5190])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
* igt@kms_ccs@bad-aux-stride-yf-tiled-ccs:
- shard-dg2: [SKIP][418] ([i915#10307] / [i915#6095]) -> [SKIP][419] ([i915#9197]) +4 other tests skip
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-6/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_ccs@bad-aux-stride-yf-tiled-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2: [SKIP][420] ([i915#9197]) -> [SKIP][421] ([i915#10307] / [i915#6095]) +5 other tests skip
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-5/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2: [SKIP][422] ([i915#9197]) -> [SKIP][423] ([i915#11616] / [i915#7213])
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_cdclk@mode-transition-all-outputs.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-4/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg2: [SKIP][424] ([i915#3299]) -> [SKIP][425] ([i915#9197])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-3/igt@kms_content_protection@dp-mst-lic-type-1.html
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@lic-type-1:
- shard-snb: [INCOMPLETE][426] ([i915#8816]) -> [SKIP][427]
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb5/igt@kms_content_protection@lic-type-1.html
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb7/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][428] ([i915#9433]) -> [SKIP][429] ([i915#9424])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg1-16/igt@kms_content_protection@mei-interface.html
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg1-18/igt@kms_content_protection@mei-interface.html
- shard-tglu: [SKIP][430] ([i915#8063]) -> [SKIP][431] ([i915#6944] / [i915#9424])
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-tglu-3/igt@kms_content_protection@mei-interface.html
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-tglu-2/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-snb: [SKIP][432] -> [INCOMPLETE][433] ([i915#8816])
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-snb7/igt@kms_content_protection@srm.html
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-snb2/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-onscreen-max-size:
- shard-dg2: [SKIP][434] ([i915#9197]) -> [SKIP][435] ([i915#3555]) +2 other tests skip
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_cursor_crc@cursor-onscreen-max-size.html
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-6/igt@kms_cursor_crc@cursor-onscreen-max-size.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg2: [SKIP][436] ([i915#9197]) -> [SKIP][437] ([i915#11453] / [i915#3359])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg2: [SKIP][438] ([i915#3555]) -> [SKIP][439] ([i915#9197]) +1 other test skip
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2: [SKIP][440] ([i915#4103] / [i915#4213]) -> [SKIP][441] ([i915#9197]) +1 other test skip
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
- shard-dg2: [SKIP][442] ([i915#9197]) -> [SKIP][443] ([i915#5354])
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-2/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-dg2: [SKIP][444] ([i915#5354]) -> [SKIP][445] ([i915#9197])
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-3/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: [SKIP][446] ([i915#8588]) -> [SKIP][447] ([i915#9197])
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15614/shard-dg2-6/igt@kms_display_modes@mst-extended-mode-negative.html
[447]: https://intel-gfx-ci.01.org
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12004/index.html
[-- Attachment #2: Type: text/html, Size: 109120 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t,v2] tests/amdgpu/amd_replay: Add some page flips before test start
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
` (4 preceding siblings ...)
2024-10-31 4:54 ` ✗ Fi.CI.IGT: " Patchwork
@ 2024-11-04 13:20 ` Leo Li
5 siblings, 0 replies; 7+ messages in thread
From: Leo Li @ 2024-11-04 13:20 UTC (permalink / raw)
To: Tom Chung, igt-dev; +Cc: Rodrigo.Siqueira, alex.hung
On 2024-10-30 11:15, Tom Chung wrote:
> [Why]
> New panel replay driver behavior skip some atomic commits before
> enable the panel replay.
>
> This is because a kms client needs to submit fb updates via kms
> in order for amdgpu to flush updates to the panel.
>
> If a client updates the fb without going through kms (by directly
> blitting to it, for example), then any panel self-refresh feature
> needs to be disabled. Therefore, the driver vets the client by
> counting an adequate amount of atomic updates before enabling
> self-refresh features.
>
> [How]
> Add some page flips before test to let the panel replay can be
> enabled first.
> (This change can be backward compatible with old driver)
>
> Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com
> ---
> v2: Add some more information in the commit messages
>
> tests/amdgpu/amd_replay.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/tests/amdgpu/amd_replay.c b/tests/amdgpu/amd_replay.c
> index b5bb10b34..db2ac2de9 100644
> --- a/tests/amdgpu/amd_replay.c
> +++ b/tests/amdgpu/amd_replay.c
> @@ -14,6 +14,7 @@
> IGT_TEST_DESCRIPTION("Basic test for enabling Panel Replay for eDP displays");
>
> #define REPLAY_SETTLE_DELAY 10
> +#define FLIP_FRAME_BEFORE_TEST 60
>
> /* Common test data. */
> struct test_data {
> @@ -50,6 +51,7 @@ enum test_mode {
> TEST_MODE_INTERMITTENT_LIVE,
> TEST_MODE_CONSTANT_LIVE,
> TEST_MODE_SUSPEND,
> + TEST_MODE_FLIP_ONLY,
> TEST_MODE_COUNT
> };
>
> @@ -282,6 +284,9 @@ static void run_check_replay(struct test_data *data, enum test_mode test_mode)
> data->flip_fb->fb_id, DRM_MODE_PAGE_FLIP_EVENT, NULL);
> kmstest_wait_for_pageflip(data->fd);
>
> + /* Do some page flips and let the replay enable */
> + page_flip_test(data, output, TEST_MODE_FLIP_ONLY, FLIP_FRAME_BEFORE_TEST);
> +
> /* Panel Replay state takes some time to settle its value on static screen */
> sleep(REPLAY_SETTLE_DELAY);
>
> @@ -366,7 +371,7 @@ static void run_check_replay_suspend(struct test_data *data)
> igt_system_suspend_autoresume(SUSPEND_STATE_MEM, SUSPEND_TEST_NONE);
>
> /* Do some page flip and let the replay go into live mode */
> - page_flip_test(data, output, TEST_MODE_SUSPEND, 10);
> + page_flip_test(data, output, TEST_MODE_SUSPEND, FLIP_FRAME_BEFORE_TEST);
>
> /* Panel Replay state takes some time to settle its value on static screen */
> sleep(REPLAY_SETTLE_DELAY);
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-11-04 13:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-30 15:15 [PATCH i-g-t, v2] tests/amdgpu/amd_replay: Add some page flips before test start Tom Chung
2024-10-30 16:23 ` ✗ GitLab.Pipeline: warning for tests/amdgpu/amd_replay: Add some page flips before test start (rev2) Patchwork
2024-10-30 17:54 ` ✓ CI.xeBAT: success " Patchwork
2024-10-30 17:54 ` ✓ Fi.CI.BAT: " Patchwork
2024-10-30 19:20 ` ✗ CI.xeFULL: failure " Patchwork
2024-10-31 4:54 ` ✗ Fi.CI.IGT: " Patchwork
2024-11-04 13:20 ` [PATCH i-g-t,v2] tests/amdgpu/amd_replay: Add some page flips before test start Leo Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox