* [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test
@ 2024-08-27 5:19 Jesse.zhang@amd.com
2024-08-27 5:56 ` ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Jesse.zhang@amd.com @ 2024-08-27 5:19 UTC (permalink / raw)
To: igt-dev
Cc: Vitaly Prosyak, Alex Deucher, Christian Koenig, Kamil Konieczny,
Jesse.zhang@amd.com
Queue reset does not exit properly when executing unknown subtests.
Because other processes are still functioning.
It should exit the other three processes
(test, background, and monitor) for this case.
Cc: Vitaly Prosyak <vitaly.prosyak@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian Koenig <christian.koenig@amd.com>
Signed-off-by: Jesse Zhang <jesse.zhang@amd.com>
---
tests/amdgpu/amd_queue_reset.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/tests/amdgpu/amd_queue_reset.c b/tests/amdgpu/amd_queue_reset.c
index 60208e085..85408e3ff 100644
--- a/tests/amdgpu/amd_queue_reset.c
+++ b/tests/amdgpu/amd_queue_reset.c
@@ -70,6 +70,7 @@ struct shmbuf {
int count;
bool sub_test_completed;
bool sub_test_is_skipped;
+ bool sub_test_is_existed;
unsigned int test_flags;
int test_error_code;
bool reset_completed;
@@ -148,6 +149,7 @@ skip_sub_test(struct shmbuf *sh_mem)
{
sem_wait(&sh_mem->sem_state_mutex);
sh_mem->sub_test_is_skipped = true;
+ sh_mem->sub_test_is_existed = true;
sem_post(&sh_mem->sem_state_mutex);
}
@@ -327,6 +329,7 @@ static void set_next_test_to_run(struct shmbuf *sh_mem, unsigned int error,
sh_mem->good_job.ip = ip_good;
sh_mem->good_job.ring_id = ring_id_good;
sh_mem->sub_test_is_skipped = false;
+ sh_mem->sub_test_is_existed = true;
sem_post(&sh_mem->sem_state_mutex);
//sync and wait for complete
@@ -405,6 +408,7 @@ shared_mem_create(struct shmbuf **ppbuf)
shmp->sub_test_completed = false;
shmp->reset_completed = false;
shmp->sub_test_is_skipped = false;
+ shmp->sub_test_is_existed = false;
*ppbuf = shmp;
return shm_fd;
@@ -1128,7 +1132,6 @@ igt_main
create_contexts(device, &arr_context_handle, const_num_of_tests);
else if (process == PROCESS_BACKGROUND)
fd_shm = shared_mem_open(&sh_mem);
-
igt_require(fd_shm != -1);
igt_require(sh_mem != NULL);
@@ -1136,7 +1139,6 @@ igt_main
process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major,
&monitor_child, &test_child);
}
-
for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) {
reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad);
for (struct dynamic_test *it = &arr_err[0]; it->name; it++) {
@@ -1154,6 +1156,10 @@ igt_main
}
}
}
+
+ if (sh_mem &&( !sh_mem->sub_test_is_existed))
+ set_next_test_to_skip(sh_mem);
+
igt_fixture {
if (process == PROCESS_TEST) {
waitpid(monitor_child, &monitorExitMethod, 0);
--
2.25.1
^ permalink raw reply related [flat|nested] 10+ messages in thread* ✓ CI.xeBAT: success for test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 5:19 [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Jesse.zhang@amd.com @ 2024-08-27 5:56 ` Patchwork 2024-08-27 6:04 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2024-08-27 5:56 UTC (permalink / raw) To: Jesse.zhang@amd.com; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1788 bytes --] == Series Details == Series: test/amdgpu: fix unknow test issue for amdgpu queue test URL : https://patchwork.freedesktop.org/series/137822/ State : success == Summary == CI Bug Log - changes from XEIGT_7993_BAT -> XEIGTPW_11639_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11639_BAT that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@kms_hdmi_inject@inject-audio: - bat-adlp-7: [DMESG-WARN][1] ([Intel XE#324]) -> [PASS][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/bat-adlp-7/igt@kms_hdmi_inject@inject-audio.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/bat-adlp-7/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24: - bat-adlp-7: [DMESG-WARN][3] -> [PASS][4] +1 other test pass [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/bat-adlp-7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/bat-adlp-7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24.html [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 Build changes ------------- * IGT: IGT_7993 -> IGTPW_11639 IGTPW_11639: 11639 IGT_7993: 3b6b2d238e864ff1af9e33159d3bbf4b7f01d86d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1832-0f7dbe16a23882ef9c928d9650ea0613925e710b: 0f7dbe16a23882ef9c928d9650ea0613925e710b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/index.html [-- Attachment #2: Type: text/html, Size: 2392 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✓ Fi.CI.BAT: success for test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 5:19 [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Jesse.zhang@amd.com 2024-08-27 5:56 ` ✓ CI.xeBAT: success for " Patchwork @ 2024-08-27 6:04 ` Patchwork 2024-08-27 7:24 ` [PATCH i-g-t] " Kamil Konieczny ` (2 subsequent siblings) 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2024-08-27 6:04 UTC (permalink / raw) To: Jesse.zhang@amd.com; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5687 bytes --] == Series Details == Series: test/amdgpu: fix unknow test issue for amdgpu queue test URL : https://patchwork.freedesktop.org/series/137822/ State : success == Summary == CI Bug Log - changes from IGT_7993 -> IGTPW_11639 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/index.html Participating hosts (37 -> 40) ------------------------------ Additional (4): bat-kbl-2 fi-cfl-8700k bat-jsl-1 fi-kbl-8809g Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_11639 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-jsl-1: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@debugfs_test@basic-hwmon.html * igt@fbdev@info: - bat-kbl-2: NOTRUN -> [SKIP][2] ([i915#1849]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-kbl-2/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-kbl-8809g: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/fi-kbl-8809g/igt@gem_huc_copy@huc-copy.html - bat-jsl-1: NOTRUN -> [SKIP][4] ([i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@gem_huc_copy@huc-copy.html - fi-cfl-8700k: NOTRUN -> [SKIP][5] ([i915#2190]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/fi-cfl-8700k/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-cfl-8700k: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/fi-cfl-8700k/igt@gem_lmem_swapping@basic.html - fi-kbl-8809g: NOTRUN -> [SKIP][7] ([i915#4613]) +3 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/fi-kbl-8809g/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-kbl-2: NOTRUN -> [SKIP][8] +39 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_lmem_swapping@verify-random: - bat-jsl-1: NOTRUN -> [SKIP][9] ([i915#4613]) +3 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@gem_lmem_swapping@verify-random.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-jsl-1: NOTRUN -> [SKIP][10] ([i915#4103]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-jsl-1: NOTRUN -> [SKIP][11] ([i915#3555] / [i915#9886]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - fi-cfl-8700k: NOTRUN -> [SKIP][12] +11 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/fi-cfl-8700k/igt@kms_force_connector_basic@force-load-detect.html - fi-kbl-8809g: NOTRUN -> [SKIP][13] +30 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/fi-kbl-8809g/igt@kms_force_connector_basic@force-load-detect.html - bat-jsl-1: NOTRUN -> [SKIP][14] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_setmode@basic-clone-single-crtc: - bat-jsl-1: NOTRUN -> [SKIP][15] ([i915#3555]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-jsl-1/igt@kms_setmode@basic-clone-single-crtc.html #### Possible fixes #### * igt@i915_selftest@live@hangcheck: - bat-arls-2: [DMESG-WARN][16] ([i915#11349]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/bat-arls-2/igt@i915_selftest@live@hangcheck.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-arls-2/igt@i915_selftest@live@hangcheck.html - {bat-arlh-3}: [DMESG-WARN][18] ([i915#11349]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/bat-arlh-3/igt@i915_selftest@live@hangcheck.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/bat-arlh-3/igt@i915_selftest@live@hangcheck.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318 [i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7993 -> IGTPW_11639 CI-20190529: 20190529 CI_DRM_15297: 0f7dbe16a23882ef9c928d9650ea0613925e710b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11639: 11639 IGT_7993: 3b6b2d238e864ff1af9e33159d3bbf4b7f01d86d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/index.html [-- Attachment #2: Type: text/html, Size: 7046 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 5:19 [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Jesse.zhang@amd.com 2024-08-27 5:56 ` ✓ CI.xeBAT: success for " Patchwork 2024-08-27 6:04 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-08-27 7:24 ` Kamil Konieczny 2024-08-27 7:54 ` Zhang, Jesse(Jie) 2024-08-27 12:17 ` ✗ CI.xeFULL: failure for " Patchwork 2024-08-28 5:33 ` ✗ Fi.CI.IGT: " Patchwork 4 siblings, 1 reply; 10+ messages in thread From: Kamil Konieczny @ 2024-08-27 7:24 UTC (permalink / raw) To: igt-dev; +Cc: Jesse.zhang@amd.com, Vitaly Prosyak, Alex Deucher, Christian Koenig Hi Jesse.zhang, On 2024-08-27 at 13:19:32 +0800, Jesse.zhang@amd.com wrote: > Queue reset does not exit properly when executing unknown subtests. > Because other processes are still functioning. > > It should exit the other three processes > (test, background, and monitor) for this case. > > Cc: Vitaly Prosyak <vitaly.prosyak@amd.com> > Cc: Alex Deucher <alexander.deucher@amd.com> > Cc: Christian Koenig <christian.koenig@amd.com> > > Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> > --- > tests/amdgpu/amd_queue_reset.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/tests/amdgpu/amd_queue_reset.c b/tests/amdgpu/amd_queue_reset.c > index 60208e085..85408e3ff 100644 > --- a/tests/amdgpu/amd_queue_reset.c > +++ b/tests/amdgpu/amd_queue_reset.c > @@ -70,6 +70,7 @@ struct shmbuf { > int count; > bool sub_test_completed; > bool sub_test_is_skipped; > + bool sub_test_is_existed; > unsigned int test_flags; > int test_error_code; > bool reset_completed; > @@ -148,6 +149,7 @@ skip_sub_test(struct shmbuf *sh_mem) > { > sem_wait(&sh_mem->sem_state_mutex); > sh_mem->sub_test_is_skipped = true; > + sh_mem->sub_test_is_existed = true; > sem_post(&sh_mem->sem_state_mutex); > } Do you re-implement igt infra? Regards, Kamil > > @@ -327,6 +329,7 @@ static void set_next_test_to_run(struct shmbuf *sh_mem, unsigned int error, > sh_mem->good_job.ip = ip_good; > sh_mem->good_job.ring_id = ring_id_good; > sh_mem->sub_test_is_skipped = false; > + sh_mem->sub_test_is_existed = true; > sem_post(&sh_mem->sem_state_mutex); > > //sync and wait for complete > @@ -405,6 +408,7 @@ shared_mem_create(struct shmbuf **ppbuf) > shmp->sub_test_completed = false; > shmp->reset_completed = false; > shmp->sub_test_is_skipped = false; > + shmp->sub_test_is_existed = false; > > *ppbuf = shmp; > return shm_fd; > @@ -1128,7 +1132,6 @@ igt_main > create_contexts(device, &arr_context_handle, const_num_of_tests); > else if (process == PROCESS_BACKGROUND) > fd_shm = shared_mem_open(&sh_mem); > - > igt_require(fd_shm != -1); > igt_require(sh_mem != NULL); > > @@ -1136,7 +1139,6 @@ igt_main > process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major, > &monitor_child, &test_child); > } > - > for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) { > reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad); > for (struct dynamic_test *it = &arr_err[0]; it->name; it++) { > @@ -1154,6 +1156,10 @@ igt_main > } > } > } > + > + if (sh_mem &&( !sh_mem->sub_test_is_existed)) > + set_next_test_to_skip(sh_mem); > + > igt_fixture { > if (process == PROCESS_TEST) { > waitpid(monitor_child, &monitorExitMethod, 0); > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 7:24 ` [PATCH i-g-t] " Kamil Konieczny @ 2024-08-27 7:54 ` Zhang, Jesse(Jie) 2024-08-28 1:50 ` vitaly prosyak 0 siblings, 1 reply; 10+ messages in thread From: Zhang, Jesse(Jie) @ 2024-08-27 7:54 UTC (permalink / raw) To: Kamil Konieczny, igt-dev@lists.freedesktop.org Cc: Prosyak, Vitaly, Deucher, Alexander, Koenig, Christian [AMD Official Use Only - AMD Internal Distribution Only] Hi Kamil -----Original Message----- From: Kamil Konieczny <kamil.konieczny@linux.intel.com> Sent: Tuesday, August 27, 2024 3:24 PM To: igt-dev@lists.freedesktop.org Cc: Zhang, Jesse(Jie) <Jesse.Zhang@amd.com>; Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com> Subject: Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Hi Jesse.zhang, On 2024-08-27 at 13:19:32 +0800, Jesse.zhang@amd.com wrote: > Queue reset does not exit properly when executing unknown subtests. > Because other processes are still functioning. > > It should exit the other three processes (test, background, and > monitor) for this case. > > Cc: Vitaly Prosyak <vitaly.prosyak@amd.com> > Cc: Alex Deucher <alexander.deucher@amd.com> > Cc: Christian Koenig <christian.koenig@amd.com> > > Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> > --- > tests/amdgpu/amd_queue_reset.c | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/tests/amdgpu/amd_queue_reset.c > b/tests/amdgpu/amd_queue_reset.c index 60208e085..85408e3ff 100644 > --- a/tests/amdgpu/amd_queue_reset.c > +++ b/tests/amdgpu/amd_queue_reset.c > @@ -70,6 +70,7 @@ struct shmbuf { > int count; > bool sub_test_completed; > bool sub_test_is_skipped; > + bool sub_test_is_existed; > unsigned int test_flags; > int test_error_code; > bool reset_completed; > @@ -148,6 +149,7 @@ skip_sub_test(struct shmbuf *sh_mem) { > sem_wait(&sh_mem->sem_state_mutex); > sh_mem->sub_test_is_skipped = true; > + sh_mem->sub_test_is_existed = true; > sem_post(&sh_mem->sem_state_mutex); > } Do you re-implement igt infra? Hi Kamil No, in the queue reset test, we start three processes (test process, background process, and monitoring process) when running any test (including unknown tests, such as such as: sudo amd_queue_reset --run-subtest amdgpu_testxxx). The known process can exit with the other three processes. The unknown process can exit, but the other processes will not exit. This patch fixes the issue of other processes exiting in the unknown case. Regards Jesse Regards, Kamil > > @@ -327,6 +329,7 @@ static void set_next_test_to_run(struct shmbuf *sh_mem, unsigned int error, > sh_mem->good_job.ip = ip_good; > sh_mem->good_job.ring_id = ring_id_good; > sh_mem->sub_test_is_skipped = false; > + sh_mem->sub_test_is_existed = true; > sem_post(&sh_mem->sem_state_mutex); > > //sync and wait for complete > @@ -405,6 +408,7 @@ shared_mem_create(struct shmbuf **ppbuf) > shmp->sub_test_completed = false; > shmp->reset_completed = false; > shmp->sub_test_is_skipped = false; > + shmp->sub_test_is_existed = false; > > *ppbuf = shmp; > return shm_fd; > @@ -1128,7 +1132,6 @@ igt_main > create_contexts(device, &arr_context_handle, const_num_of_tests); > else if (process == PROCESS_BACKGROUND) > fd_shm = shared_mem_open(&sh_mem); > - > igt_require(fd_shm != -1); > igt_require(sh_mem != NULL); > > @@ -1136,7 +1139,6 @@ igt_main > process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major, > &monitor_child, &test_child); > } > - > for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) { > reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad); > for (struct dynamic_test *it = &arr_err[0]; it->name; it++) { @@ > -1154,6 +1156,10 @@ igt_main > } > } > } > + > + if (sh_mem &&( !sh_mem->sub_test_is_existed)) > + set_next_test_to_skip(sh_mem); > + > igt_fixture { > if (process == PROCESS_TEST) { > waitpid(monitor_child, &monitorExitMethod, 0); > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 7:54 ` Zhang, Jesse(Jie) @ 2024-08-28 1:50 ` vitaly prosyak 2024-08-28 2:00 ` Zhang, Jesse(Jie) 0 siblings, 1 reply; 10+ messages in thread From: vitaly prosyak @ 2024-08-28 1:50 UTC (permalink / raw) To: Zhang, Jesse(Jie), Kamil Konieczny, igt-dev@lists.freedesktop.org Cc: Prosyak, Vitaly, Deucher, Alexander, Koenig, Christian Hi Jesse, The changes look good. Could you please remove the condition check for sh_mem? This check is redundant because we already have igt_require(sh_mem != NULL); in the igt_fixture. With that adjustment, the patch is: Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Thanks Vitaly On 2024-08-27 03:54, Zhang, Jesse(Jie) wrote: > [AMD Official Use Only - AMD Internal Distribution Only] > > Hi Kamil > > -----Original Message----- > From: Kamil Konieczny <kamil.konieczny@linux.intel.com> > Sent: Tuesday, August 27, 2024 3:24 PM > To: igt-dev@lists.freedesktop.org > Cc: Zhang, Jesse(Jie) <Jesse.Zhang@amd.com>; Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com> > Subject: Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test > > Hi Jesse.zhang, > On 2024-08-27 at 13:19:32 +0800, Jesse.zhang@amd.com wrote: >> Queue reset does not exit properly when executing unknown subtests. >> Because other processes are still functioning. >> >> It should exit the other three processes (test, background, and >> monitor) for this case. >> >> Cc: Vitaly Prosyak <vitaly.prosyak@amd.com> >> Cc: Alex Deucher <alexander.deucher@amd.com> >> Cc: Christian Koenig <christian.koenig@amd.com> >> >> Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> >> --- >> tests/amdgpu/amd_queue_reset.c | 10 ++++++++-- >> 1 file changed, 8 insertions(+), 2 deletions(-) >> >> diff --git a/tests/amdgpu/amd_queue_reset.c >> b/tests/amdgpu/amd_queue_reset.c index 60208e085..85408e3ff 100644 >> --- a/tests/amdgpu/amd_queue_reset.c >> +++ b/tests/amdgpu/amd_queue_reset.c >> @@ -70,6 +70,7 @@ struct shmbuf { >> int count; >> bool sub_test_completed; >> bool sub_test_is_skipped; >> + bool sub_test_is_existed; >> unsigned int test_flags; >> int test_error_code; >> bool reset_completed; >> @@ -148,6 +149,7 @@ skip_sub_test(struct shmbuf *sh_mem) { >> sem_wait(&sh_mem->sem_state_mutex); >> sh_mem->sub_test_is_skipped = true; >> + sh_mem->sub_test_is_existed = true; >> sem_post(&sh_mem->sem_state_mutex); >> } > Do you re-implement igt infra? > > Hi Kamil > > No, in the queue reset test, we start three processes (test process, background process, and monitoring process) > when running any test (including unknown tests, such as such as: sudo amd_queue_reset --run-subtest amdgpu_testxxx). > > The known process can exit with the other three processes. > > The unknown process can exit, but the other processes will not exit. > > This patch fixes the issue of other processes exiting in the unknown case. > > Regards > Jesse > > Regards, > Kamil > >> @@ -327,6 +329,7 @@ static void set_next_test_to_run(struct shmbuf *sh_mem, unsigned int error, >> sh_mem->good_job.ip = ip_good; >> sh_mem->good_job.ring_id = ring_id_good; >> sh_mem->sub_test_is_skipped = false; >> + sh_mem->sub_test_is_existed = true; >> sem_post(&sh_mem->sem_state_mutex); >> >> //sync and wait for complete >> @@ -405,6 +408,7 @@ shared_mem_create(struct shmbuf **ppbuf) >> shmp->sub_test_completed = false; >> shmp->reset_completed = false; >> shmp->sub_test_is_skipped = false; >> + shmp->sub_test_is_existed = false; >> >> *ppbuf = shmp; >> return shm_fd; >> @@ -1128,7 +1132,6 @@ igt_main >> create_contexts(device, &arr_context_handle, const_num_of_tests); >> else if (process == PROCESS_BACKGROUND) >> fd_shm = shared_mem_open(&sh_mem); >> - >> igt_require(fd_shm != -1); >> igt_require(sh_mem != NULL); >> >> @@ -1136,7 +1139,6 @@ igt_main >> process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major, >> &monitor_child, &test_child); >> } >> - >> for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) { >> reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad); >> for (struct dynamic_test *it = &arr_err[0]; it->name; it++) { @@ >> -1154,6 +1156,10 @@ igt_main >> } >> } >> } >> + Please, remove sh_mem >> + if (sh_mem &&( !sh_mem->sub_test_is_existed)) >> + set_next_test_to_skip(sh_mem); >> + >> igt_fixture { >> if (process == PROCESS_TEST) { >> waitpid(monitor_child, &monitorExitMethod, 0); >> -- >> 2.25.1 >> ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-28 1:50 ` vitaly prosyak @ 2024-08-28 2:00 ` Zhang, Jesse(Jie) 2024-08-28 2:05 ` vitaly prosyak 0 siblings, 1 reply; 10+ messages in thread From: Zhang, Jesse(Jie) @ 2024-08-28 2:00 UTC (permalink / raw) To: Prosyak, Vitaly, Kamil Konieczny, igt-dev@lists.freedesktop.org Cc: Deucher, Alexander, Koenig, Christian [AMD Official Use Only - AMD Internal Distribution Only] Hi Vitaly, -----Original Message----- From: Prosyak, Vitaly <Vitaly.Prosyak@amd.com> Sent: Wednesday, August 28, 2024 9:51 AM To: Zhang, Jesse(Jie) <Jesse.Zhang@amd.com>; Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-dev@lists.freedesktop.org Cc: Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com> Subject: Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Hi Jesse, The changes look good. Could you please remove the condition check for sh_mem? This check is redundant because we already have igt_require(sh_mem != NULL); in the igt_fixture. when we run sudo ./tests/amdgpu/amd_queue_reset --list-subtests, the sh_mem is NULL, and it should not call set_next_test_to_skip. if remove the check for sh_mem, it will have segmentation fault, like this: jenkins@image-update:~/workspace/tools/igt-gpu-tools/6code/igt-gpu-tools/build$ sudo ./tests/amdgpu/amd_queue_reset --list-subtests amdgpu-COMPUTE-CMD_STREAM_EXEC_INVALID_PACKET_LENGTH amdgpu-COMPUTE-CMD_STREAM_EXEC_INVALID_OPCODE amdgpu-COMPUTE-BACKEND_SE_GC_SHADER_INVALID_PROGRAM_ADDR amdgpu-COMPUTE-BACKEND_SE_GC_SHADER_INVALID_USER_DATA amdgpu-COMPUTE-BACKEND_SE_GC_SHADER_INVALID_SHADER amdgpu-GFX-CMD_STREAM_EXEC_INVALID_PACKET_LENGTH amdgpu-GFX-CMD_STREAM_EXEC_INVALID_OPCODE amdgpu-GFX-BACKEND_SE_GC_SHADER_INVALID_PROGRAM_ADDR amdgpu-GFX-BACKEND_SE_GC_SHADER_INVALID_USER_DATA amdgpu-GFX-BACKEND_SE_GC_SHADER_INVALID_SHADER Received signal SIGSEGV. Stack trace: #0 [fatal_sig_handler+0x17b] #1 [__sigaction+0x50] #2 [__igt_unique____real_main1025+0x27e] #3 [main+0x2d] #4 [__libc_init_first+0x90] #5 [__libc_start_main+0x80] #6 [_start+0x25] Segmentation fault Thanks Jesse With that adjustment, the patch is: Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> Thanks Vitaly On 2024-08-27 03:54, Zhang, Jesse(Jie) wrote: > [AMD Official Use Only - AMD Internal Distribution Only] > > Hi Kamil > > -----Original Message----- > From: Kamil Konieczny <kamil.konieczny@linux.intel.com> > Sent: Tuesday, August 27, 2024 3:24 PM > To: igt-dev@lists.freedesktop.org > Cc: Zhang, Jesse(Jie) <Jesse.Zhang@amd.com>; Prosyak, Vitaly > <Vitaly.Prosyak@amd.com>; Deucher, Alexander > <Alexander.Deucher@amd.com>; Koenig, Christian > <Christian.Koenig@amd.com> > Subject: Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for > amdgpu queue test > > Hi Jesse.zhang, > On 2024-08-27 at 13:19:32 +0800, Jesse.zhang@amd.com wrote: >> Queue reset does not exit properly when executing unknown subtests. >> Because other processes are still functioning. >> >> It should exit the other three processes (test, background, and >> monitor) for this case. >> >> Cc: Vitaly Prosyak <vitaly.prosyak@amd.com> >> Cc: Alex Deucher <alexander.deucher@amd.com> >> Cc: Christian Koenig <christian.koenig@amd.com> >> >> Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> >> --- >> tests/amdgpu/amd_queue_reset.c | 10 ++++++++-- >> 1 file changed, 8 insertions(+), 2 deletions(-) >> >> diff --git a/tests/amdgpu/amd_queue_reset.c >> b/tests/amdgpu/amd_queue_reset.c index 60208e085..85408e3ff 100644 >> --- a/tests/amdgpu/amd_queue_reset.c >> +++ b/tests/amdgpu/amd_queue_reset.c >> @@ -70,6 +70,7 @@ struct shmbuf { >> int count; >> bool sub_test_completed; >> bool sub_test_is_skipped; >> + bool sub_test_is_existed; >> unsigned int test_flags; >> int test_error_code; >> bool reset_completed; >> @@ -148,6 +149,7 @@ skip_sub_test(struct shmbuf *sh_mem) { >> sem_wait(&sh_mem->sem_state_mutex); >> sh_mem->sub_test_is_skipped = true; >> + sh_mem->sub_test_is_existed = true; >> sem_post(&sh_mem->sem_state_mutex); >> } > Do you re-implement igt infra? > > Hi Kamil > > No, in the queue reset test, we start three processes (test process, > background process, and monitoring process) when running any test (including unknown tests, such as such as: sudo amd_queue_reset --run-subtest amdgpu_testxxx). > > The known process can exit with the other three processes. > > The unknown process can exit, but the other processes will not exit. > > This patch fixes the issue of other processes exiting in the unknown case. > > Regards > Jesse > > Regards, > Kamil > >> @@ -327,6 +329,7 @@ static void set_next_test_to_run(struct shmbuf *sh_mem, unsigned int error, >> sh_mem->good_job.ip = ip_good; >> sh_mem->good_job.ring_id = ring_id_good; >> sh_mem->sub_test_is_skipped = false; >> + sh_mem->sub_test_is_existed = true; >> sem_post(&sh_mem->sem_state_mutex); >> >> //sync and wait for complete >> @@ -405,6 +408,7 @@ shared_mem_create(struct shmbuf **ppbuf) >> shmp->sub_test_completed = false; >> shmp->reset_completed = false; >> shmp->sub_test_is_skipped = false; >> + shmp->sub_test_is_existed = false; >> >> *ppbuf = shmp; >> return shm_fd; >> @@ -1128,7 +1132,6 @@ igt_main >> create_contexts(device, &arr_context_handle, const_num_of_tests); >> else if (process == PROCESS_BACKGROUND) >> fd_shm = shared_mem_open(&sh_mem); >> - >> igt_require(fd_shm != -1); >> igt_require(sh_mem != NULL); >> >> @@ -1136,7 +1139,6 @@ igt_main >> process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major, >> &monitor_child, &test_child); >> } >> - >> for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) { >> reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad); >> for (struct dynamic_test *it = &arr_err[0]; it->name; >> it++) { @@ >> -1154,6 +1156,10 @@ igt_main >> } >> } >> } >> + Please, remove sh_mem >> + if (sh_mem &&( !sh_mem->sub_test_is_existed)) >> + set_next_test_to_skip(sh_mem); >> + >> igt_fixture { >> if (process == PROCESS_TEST) { >> waitpid(monitor_child, &monitorExitMethod, 0); >> -- >> 2.25.1 >> ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-28 2:00 ` Zhang, Jesse(Jie) @ 2024-08-28 2:05 ` vitaly prosyak 0 siblings, 0 replies; 10+ messages in thread From: vitaly prosyak @ 2024-08-28 2:05 UTC (permalink / raw) To: Zhang, Jesse(Jie), Prosyak, Vitaly, Kamil Konieczny, igt-dev@lists.freedesktop.org Cc: Deucher, Alexander, Koenig, Christian [-- Attachment #1: Type: text/plain, Size: 6687 bytes --] Thanks for catching this! You're correct; I've reverted my request to remove |sh_mem != NULL| since the |igt_fixture| isn't executed when the |--list-subtests| parameter is passed. I'll merge the changes tomorrow. Thanks again! Vitaly On 2024-08-27 22:00, Zhang, Jesse(Jie) wrote: > [AMD Official Use Only - AMD Internal Distribution Only] > > Hi Vitaly, > > -----Original Message----- > From: Prosyak, Vitaly <Vitaly.Prosyak@amd.com> > Sent: Wednesday, August 28, 2024 9:51 AM > To: Zhang, Jesse(Jie) <Jesse.Zhang@amd.com>; Kamil Konieczny <kamil.konieczny@linux.intel.com>; igt-dev@lists.freedesktop.org > Cc: Prosyak, Vitaly <Vitaly.Prosyak@amd.com>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com> > Subject: Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test > > Hi Jesse, > > The changes look good. > > Could you please remove the condition check for sh_mem? This check is redundant because we already have igt_require(sh_mem != NULL); in the igt_fixture. > > > when we run sudo ./tests/amdgpu/amd_queue_reset --list-subtests, the sh_mem is NULL, and it should not call set_next_test_to_skip. > > if remove the check for sh_mem, it will have segmentation fault, like this: > > jenkins@image-update:~/workspace/tools/igt-gpu-tools/6code/igt-gpu-tools/build$ sudo ./tests/amdgpu/amd_queue_reset --list-subtests > amdgpu-COMPUTE-CMD_STREAM_EXEC_INVALID_PACKET_LENGTH > amdgpu-COMPUTE-CMD_STREAM_EXEC_INVALID_OPCODE > amdgpu-COMPUTE-BACKEND_SE_GC_SHADER_INVALID_PROGRAM_ADDR > amdgpu-COMPUTE-BACKEND_SE_GC_SHADER_INVALID_USER_DATA > amdgpu-COMPUTE-BACKEND_SE_GC_SHADER_INVALID_SHADER > amdgpu-GFX-CMD_STREAM_EXEC_INVALID_PACKET_LENGTH > amdgpu-GFX-CMD_STREAM_EXEC_INVALID_OPCODE > amdgpu-GFX-BACKEND_SE_GC_SHADER_INVALID_PROGRAM_ADDR > amdgpu-GFX-BACKEND_SE_GC_SHADER_INVALID_USER_DATA > amdgpu-GFX-BACKEND_SE_GC_SHADER_INVALID_SHADER > Received signal SIGSEGV. > Stack trace: > #0 [fatal_sig_handler+0x17b] > #1 [__sigaction+0x50] > #2 [__igt_unique____real_main1025+0x27e] > #3 [main+0x2d] > #4 [__libc_init_first+0x90] > #5 [__libc_start_main+0x80] > #6 [_start+0x25] > Segmentation fault > > Thanks > Jesse > > With that adjustment, the patch is: > > Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com> > > Thanks > > > Vitaly > > > > > On 2024-08-27 03:54, Zhang, Jesse(Jie) wrote: >> [AMD Official Use Only - AMD Internal Distribution Only] >> >> Hi Kamil >> >> -----Original Message----- >> From: Kamil Konieczny <kamil.konieczny@linux.intel.com> >> Sent: Tuesday, August 27, 2024 3:24 PM >> To: igt-dev@lists.freedesktop.org >> Cc: Zhang, Jesse(Jie) <Jesse.Zhang@amd.com>; Prosyak, Vitaly >> <Vitaly.Prosyak@amd.com>; Deucher, Alexander >> <Alexander.Deucher@amd.com>; Koenig, Christian >> <Christian.Koenig@amd.com> >> Subject: Re: [PATCH i-g-t] test/amdgpu: fix unknow test issue for >> amdgpu queue test >> >> Hi Jesse.zhang, >> On 2024-08-27 at 13:19:32 +0800, Jesse.zhang@amd.com wrote: >>> Queue reset does not exit properly when executing unknown subtests. >>> Because other processes are still functioning. >>> >>> It should exit the other three processes (test, background, and >>> monitor) for this case. >>> >>> Cc: Vitaly Prosyak <vitaly.prosyak@amd.com> >>> Cc: Alex Deucher <alexander.deucher@amd.com> >>> Cc: Christian Koenig <christian.koenig@amd.com> >>> >>> Signed-off-by: Jesse Zhang <jesse.zhang@amd.com> >>> --- >>> tests/amdgpu/amd_queue_reset.c | 10 ++++++++-- >>> 1 file changed, 8 insertions(+), 2 deletions(-) >>> >>> diff --git a/tests/amdgpu/amd_queue_reset.c >>> b/tests/amdgpu/amd_queue_reset.c index 60208e085..85408e3ff 100644 >>> --- a/tests/amdgpu/amd_queue_reset.c >>> +++ b/tests/amdgpu/amd_queue_reset.c >>> @@ -70,6 +70,7 @@ struct shmbuf { >>> int count; >>> bool sub_test_completed; >>> bool sub_test_is_skipped; >>> + bool sub_test_is_existed; >>> unsigned int test_flags; >>> int test_error_code; >>> bool reset_completed; >>> @@ -148,6 +149,7 @@ skip_sub_test(struct shmbuf *sh_mem) { >>> sem_wait(&sh_mem->sem_state_mutex); >>> sh_mem->sub_test_is_skipped = true; >>> + sh_mem->sub_test_is_existed = true; >>> sem_post(&sh_mem->sem_state_mutex); >>> } >> Do you re-implement igt infra? >> >> Hi Kamil >> >> No, in the queue reset test, we start three processes (test process, >> background process, and monitoring process) when running any test (including unknown tests, such as such as: sudo amd_queue_reset --run-subtest amdgpu_testxxx). >> >> The known process can exit with the other three processes. >> >> The unknown process can exit, but the other processes will not exit. >> >> This patch fixes the issue of other processes exiting in the unknown case. >> >> Regards >> Jesse >> >> Regards, >> Kamil >> >>> @@ -327,6 +329,7 @@ static void set_next_test_to_run(struct shmbuf *sh_mem, unsigned int error, >>> sh_mem->good_job.ip = ip_good; >>> sh_mem->good_job.ring_id = ring_id_good; >>> sh_mem->sub_test_is_skipped = false; >>> + sh_mem->sub_test_is_existed = true; >>> sem_post(&sh_mem->sem_state_mutex); >>> >>> //sync and wait for complete >>> @@ -405,6 +408,7 @@ shared_mem_create(struct shmbuf **ppbuf) >>> shmp->sub_test_completed = false; >>> shmp->reset_completed = false; >>> shmp->sub_test_is_skipped = false; >>> + shmp->sub_test_is_existed = false; >>> >>> *ppbuf = shmp; >>> return shm_fd; >>> @@ -1128,7 +1132,6 @@ igt_main >>> create_contexts(device, &arr_context_handle, const_num_of_tests); >>> else if (process == PROCESS_BACKGROUND) >>> fd_shm = shared_mem_open(&sh_mem); >>> - >>> igt_require(fd_shm != -1); >>> igt_require(sh_mem != NULL); >>> >>> @@ -1136,7 +1139,6 @@ igt_main >>> process, sh_mem, const_num_of_tests, info[0].hw_ip_version_major, >>> &monitor_child, &test_child); >>> } >>> - >>> for (int i = 0; i < ARRAY_SIZE(ip_tests); i++) { >>> reset_rings_numbers(&ring_id_good, &ring_id_bad, &ring_id_job_good, &ring_id_job_bad); >>> for (struct dynamic_test *it = &arr_err[0]; it->name; >>> it++) { @@ >>> -1154,6 +1156,10 @@ igt_main >>> } >>> } >>> } >>> + > Please, remove > > sh_mem > >>> + if (sh_mem &&( !sh_mem->sub_test_is_existed)) >>> + set_next_test_to_skip(sh_mem); >>> + >>> igt_fixture { >>> if (process == PROCESS_TEST) { >>> waitpid(monitor_child, &monitorExitMethod, 0); >>> -- >>> 2.25.1 >>> [-- Attachment #2: Type: text/html, Size: 8869 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✗ CI.xeFULL: failure for test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 5:19 [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Jesse.zhang@amd.com ` (2 preceding siblings ...) 2024-08-27 7:24 ` [PATCH i-g-t] " Kamil Konieczny @ 2024-08-27 12:17 ` Patchwork 2024-08-28 5:33 ` ✗ Fi.CI.IGT: " Patchwork 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2024-08-27 12:17 UTC (permalink / raw) To: Zhang, Jesse(Jie); +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 58957 bytes --] == Series Details == Series: test/amdgpu: fix unknow test issue for amdgpu queue test URL : https://patchwork.freedesktop.org/series/137822/ State : failure == Summary == CI Bug Log - changes from XEIGT_7993_full -> XEIGTPW_11639_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11639_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11639_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_11639_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@2x-blocking-absolute-wf_vblank: - shard-dg2-set2: [PASS][1] -> [INCOMPLETE][2] +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_flip@2x-blocking-absolute-wf_vblank.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_flip@2x-blocking-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-panning-interruptible@bc-hdmi-a6-dp4: - shard-dg2-set2: [PASS][3] -> [DMESG-WARN][4] +1 other test dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@kms_flip@2x-flip-vs-panning-interruptible@bc-hdmi-a6-dp4.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@kms_flip@2x-flip-vs-panning-interruptible@bc-hdmi-a6-dp4.html * igt@xe_pm@d3hot-multiple-execs: - shard-lnl: [PASS][5] -> [DMESG-WARN][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-4/igt@xe_pm@d3hot-multiple-execs.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-7/igt@xe_pm@d3hot-multiple-execs.html #### Warnings #### * igt@xe_evict@evict-beng-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][7] ([Intel XE#1473]) -> [FAIL][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-large.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@xe_evict@evict-beng-mixed-many-threads-large.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_flip@2x-flip-vs-expired-vblank@bd-dp2-hdmi-a3: - {shard-bmg}: [PASS][9] -> [FAIL][10] +1 other test fail [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@bd-dp2-hdmi-a3.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@bd-dp2-hdmi-a3.html * igt@xe_exec_basic@many-rebind: - {shard-bmg}: [PASS][11] -> [INCOMPLETE][12] +3 other tests incomplete [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-4/igt@xe_exec_basic@many-rebind.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-8/igt@xe_exec_basic@many-rebind.html Known issues ------------ Here are the changes found in XEIGTPW_11639_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_atomic_transition@modeset-transition-nonblocking-fencing: - shard-lnl: [PASS][13] -> [FAIL][14] ([Intel XE#1701]) +1 other test fail [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-8/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-2/igt@kms_atomic_transition@modeset-transition-nonblocking-fencing.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-lnl: [PASS][15] -> [FAIL][16] ([Intel XE#1659]) +2 other tests fail [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#1124]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#1124]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#1124] / [Intel XE#1201]) +2 other tests skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p: - shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#1201] / [Intel XE#2191]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html * igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#1201] / [Intel XE#787]) +34 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#787]) +6 other tests skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-b-dp-4.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#455] / [Intel XE#787]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/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-primary-rotation-180-y-tiled-gen12-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#1399]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-4/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +9 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs@pipe-d-dp-4.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#373]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-1/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@hdmi-cmp-planes-random: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#1201] / [Intel XE#373]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@kms_chamelium_frames@hdmi-cmp-planes-random.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-lnl: NOTRUN -> [SKIP][28] ([Intel XE#1424]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-2/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#1201] / [Intel XE#323]) [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#1201] / [i915#3804]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#1201] / [Intel XE#455]) +8 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_fbcon_fbt@psr: - shard-dg2-set2: NOTRUN -> [SKIP][32] ([Intel XE#1201] / [Intel XE#776]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#1201] / [Intel XE#701]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_feature_discovery@chamelium.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-dg2-set2: [PASS][34] -> [DMESG-WARN][35] ([Intel XE#877]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@kms_flip@2x-flip-vs-panning-interruptible.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [PASS][36] -> [INCOMPLETE][37] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_flip@flip-vs-suspend.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@d-dp4: - shard-dg2-set2: [PASS][38] -> [INCOMPLETE][39] ([Intel XE#1195] / [Intel XE#2049]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_flip@flip-vs-suspend@d-dp4.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_flip@flip-vs-suspend@d-dp4.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#651]) +2 other tests skip [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#1201] / [Intel XE#651]) +6 other tests skip [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#1201] / [Intel XE#653]) +7 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt: - shard-dg2-set2: NOTRUN -> [SKIP][43] ([Intel XE#653]) +3 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_getfb@getfb2-accept-ccs: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#2340]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-1/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_plane@plane-position-covered: - shard-lnl: [PASS][45] -> [DMESG-FAIL][46] ([Intel XE#324]) +1 other test dmesg-fail [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-1/igt@kms_plane@plane-position-covered.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-7/igt@kms_plane@plane-position-covered.html * igt@kms_plane@plane-position-hole@pipe-b-plane-4: - shard-lnl: [PASS][47] -> [DMESG-WARN][48] ([Intel XE#324]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-2/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-2/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2-set2: NOTRUN -> [SKIP][49] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [SKIP][50] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-6.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [PASS][51] -> [FAIL][52] ([Intel XE#1430]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf: - shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#1489]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr@psr2-primary-render: - shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#1201] / [Intel XE#929]) +5 other tests skip [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_psr@psr2-primary-render.html * igt@kms_universal_plane@cursor-fb-leak: - shard-lnl: [PASS][55] -> [FAIL][56] ([Intel XE#899]) +1 other test fail [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-8/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#756]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@xe_compute@ccs-mode-basic: - shard-dg2-set2: NOTRUN -> [FAIL][58] ([Intel XE#1050]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@xe_compute@ccs-mode-basic.html * igt@xe_create@multigpu-create-massive-size: - shard-lnl: NOTRUN -> [SKIP][59] ([Intel XE#944]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-7/igt@xe_create@multigpu-create-massive-size.html * igt@xe_evict@evict-beng-small-cm: - shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#688]) [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-7/igt@xe_evict@evict-beng-small-cm.html * igt@xe_evict@evict-large-multi-vm-cm: - shard-dg2-set2: [PASS][61] -> [FAIL][62] ([Intel XE#1600]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@xe_evict@evict-large-multi-vm-cm.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@xe_evict@evict-large-multi-vm-cm.html * igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][63] ([Intel XE#1392]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-6/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html * igt@xe_exec_compute_mode@once-userptr-free: - shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#1069]) [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-3/igt@xe_exec_compute_mode@once-userptr-free.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-8/igt@xe_exec_compute_mode@once-userptr-free.html * igt@xe_exec_fault_mode@many-bindexecqueue: - shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#288]) [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_exec_fault_mode@many-bindexecqueue.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: NOTRUN -> [SKIP][67] ([Intel XE#1201] / [Intel XE#288]) +3 other tests skip [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence: - shard-dg2-set2: NOTRUN -> [SKIP][68] ([Intel XE#1201] / [Intel XE#2360]) [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@xe_exec_mix_modes@exec-spinner-interrupted-dma-fence.html * igt@xe_module_load@many-reload: - shard-dg2-set2: [PASS][69] -> [FAIL][70] ([Intel XE#2136]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_module_load@many-reload.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@xe_module_load@many-reload.html * igt@xe_pm@d3cold-mmap-system: - shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@xe_pm@d3cold-mmap-system.html * igt@xe_query@multigpu-query-mem-usage: - shard-dg2-set2: NOTRUN -> [SKIP][72] ([Intel XE#1201] / [Intel XE#944]) [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@xe_query@multigpu-query-mem-usage.html #### Possible fixes #### * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][73] ([Intel XE#1426]) -> [PASS][74] +1 other test pass [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1: - shard-lnl: [FAIL][75] ([Intel XE#1426]) -> [PASS][76] +3 other tests pass [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-lnl: [FAIL][77] ([Intel XE#1659]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - {shard-bmg}: [FAIL][79] ([Intel XE#2436]) -> [PASS][80] +1 other test pass [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2: - {shard-bmg}: [FAIL][81] -> [PASS][82] +1 other test pass [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-a-dp-2.html * igt@kms_color@ctm-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: [INCOMPLETE][83] -> [PASS][84] +1 other test pass [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_color@ctm-0-25@pipe-c-hdmi-a-6.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_color@ctm-0-25@pipe-c-hdmi-a-6.html * igt@kms_cursor_crc@cursor-sliding-64x64: - shard-dg2-set2: [INCOMPLETE][85] ([Intel XE#1195]) -> [PASS][86] +1 other test pass [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-64x64.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_cursor_crc@cursor-sliding-64x64.html * igt@kms_flip@2x-flip-vs-suspend@bc-dp2-hdmi-a3: - {shard-bmg}: [INCOMPLETE][87] -> [PASS][88] +2 other tests pass [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-6/igt@kms_flip@2x-flip-vs-suspend@bc-dp2-hdmi-a3.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-6/igt@kms_flip@2x-flip-vs-suspend@bc-dp2-hdmi-a3.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-lnl: [FAIL][89] ([Intel XE#886]) -> [PASS][90] +3 other tests pass [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-suspend: - {shard-bmg}: [INCOMPLETE][91] ([Intel XE#2597]) -> [PASS][92] +2 other tests pass [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-5/igt@kms_flip@flip-vs-suspend.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-5/igt@kms_flip@flip-vs-suspend.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4: - shard-lnl: [DMESG-WARN][93] ([Intel XE#324]) -> [PASS][94] +2 other tests pass [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-1/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-4.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [FAIL][95] ([Intel XE#718]) -> [PASS][96] [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-3/igt@kms_pm_dc@dc5-dpms.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-7/igt@kms_pm_dc@dc5-dpms.html * igt@kms_psr@fbc-psr2-dpms: - shard-lnl: [FAIL][97] ([Intel XE#1649]) -> [PASS][98] +1 other test pass [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-7/igt@kms_psr@fbc-psr2-dpms.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-6/igt@kms_psr@fbc-psr2-dpms.html * igt@xe_drm_fdinfo@drm-busy-exec-queue-destroy-idle: - shard-lnl: [FAIL][99] -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-3/igt@xe_drm_fdinfo@drm-busy-exec-queue-destroy-idle.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-8/igt@xe_drm_fdinfo@drm-busy-exec-queue-destroy-idle.html * igt@xe_exec_threads@threads-bal-mixed-fd-basic: - {shard-bmg}: [DMESG-WARN][101] ([Intel XE#877]) -> [PASS][102] +6 other tests pass [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-1/igt@xe_exec_threads@threads-bal-mixed-fd-basic.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-7/igt@xe_exec_threads@threads-bal-mixed-fd-basic.html * igt@xe_oa@mmio-triggered-reports: - {shard-bmg}: [FAIL][103] ([Intel XE#2249]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-bmg-3/igt@xe_oa@mmio-triggered-reports.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-bmg-6/igt@xe_oa@mmio-triggered-reports.html - shard-lnl: [FAIL][105] ([Intel XE#2249]) -> [PASS][106] +1 other test pass [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-2/igt@xe_oa@mmio-triggered-reports.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-3/igt@xe_oa@mmio-triggered-reports.html * igt@xe_pm@s4-basic: - shard-lnl: [ABORT][107] ([Intel XE#1358] / [Intel XE#1607]) -> [PASS][108] [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-lnl-2/igt@xe_pm@s4-basic.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-lnl-1/igt@xe_pm@s4-basic.html #### Warnings #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2-set2: [SKIP][109] ([Intel XE#623]) -> [SKIP][110] ([Intel XE#1201] / [Intel XE#623]) [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-463/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2-set2: [SKIP][111] ([Intel XE#1201] / [Intel XE#873]) -> [SKIP][112] ([Intel XE#873]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-463/igt@kms_async_flips@invalid-async-flip.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][113] ([Intel XE#316]) -> [SKIP][114] ([Intel XE#1201] / [Intel XE#316]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-270: - shard-dg2-set2: [SKIP][115] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][116] ([Intel XE#316]) +3 other tests skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][117] ([Intel XE#610]) -> [SKIP][118] ([Intel XE#1201] / [Intel XE#610]) [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0: - shard-dg2-set2: [SKIP][119] ([Intel XE#1124]) -> [SKIP][120] ([Intel XE#1124] / [Intel XE#1201]) +5 other tests skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2-set2: [SKIP][121] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][122] ([Intel XE#1124]) +6 other tests skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p: - shard-dg2-set2: [SKIP][123] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][124] ([Intel XE#2191]) [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_bw@connected-linear-tiling-3-displays-1920x1080p.html * igt@kms_bw@linear-tiling-1-displays-1920x1080p: - shard-dg2-set2: [SKIP][125] ([Intel XE#367]) -> [SKIP][126] ([Intel XE#1201] / [Intel XE#367]) +4 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html * igt@kms_bw@linear-tiling-3-displays-2160x1440p: - shard-dg2-set2: [SKIP][127] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][128] ([Intel XE#367]) +3 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-2160x1440p.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][129] ([Intel XE#787]) -> [SKIP][130] ([Intel XE#1201] / [Intel XE#787]) +76 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][131] ([Intel XE#1252]) -> [SKIP][132] ([Intel XE#1201] / [Intel XE#1252]) +3 other tests skip [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][133] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][134] ([Intel XE#787]) +62 other tests skip [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-6.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][136] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][137] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][138] ([Intel XE#1252]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-dg2-set2: [SKIP][139] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][140] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +21 other tests skip [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@mode-transition@pipe-d-dp-4: - shard-dg2-set2: [SKIP][141] ([Intel XE#1201] / [Intel XE#314]) -> [SKIP][142] ([Intel XE#314]) +3 other tests skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html * igt@kms_chamelium_color@degamma: - shard-dg2-set2: [SKIP][143] ([Intel XE#306]) -> [SKIP][144] ([Intel XE#1201] / [Intel XE#306]) [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_chamelium_color@degamma.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-463/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_hpd@dp-hpd-fast: - shard-dg2-set2: [SKIP][145] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][146] ([Intel XE#373]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_chamelium_hpd@dp-hpd-fast.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2-set2: [SKIP][147] ([Intel XE#373]) -> [SKIP][148] ([Intel XE#1201] / [Intel XE#373]) +4 other tests skip [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2-set2: [SKIP][149] ([Intel XE#308]) -> [SKIP][150] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x512.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-set2: [SKIP][151] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][152] ([Intel XE#308]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_cursor_crc@cursor-sliding-512x170.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2-set2: [SKIP][153] ([Intel XE#323]) -> [SKIP][154] ([Intel XE#1201] / [Intel XE#323]) [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2-set2: [SKIP][155] ([Intel XE#307]) -> [SKIP][156] ([Intel XE#1201] / [Intel XE#307]) [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_display_modes@mst-extended-mode-negative.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-463/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-dg2-set2: [SKIP][157] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][158] ([Intel XE#455]) +14 other tests skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff: - shard-dg2-set2: [SKIP][159] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][160] ([Intel XE#651]) +18 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render: - shard-dg2-set2: [SKIP][161] ([Intel XE#651]) -> [SKIP][162] ([Intel XE#1201] / [Intel XE#651]) +22 other tests skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][164] ([Intel XE#653]) +16 other tests skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt: - shard-dg2-set2: [SKIP][165] ([Intel XE#653]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#653]) +18 other tests skip [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#605]) -> [SKIP][168] ([Intel XE#605]) [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_getfb@getfb-reject-ccs.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [SKIP][169] ([Intel XE#455]) -> [SKIP][170] ([Intel XE#1201] / [Intel XE#455]) +10 other tests skip [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_hdr@invalid-hdr.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_hdr@invalid-hdr.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][172] ([Intel XE#2318] / [Intel XE#455]) +3 other tests skip [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][173] ([Intel XE#1201] / [Intel XE#2318]) -> [SKIP][174] ([Intel XE#2318]) +5 other tests skip [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: [SKIP][175] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][176] ([Intel XE#870]) [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_pm_backlight@fade.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_pm_backlight@fade.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg2-set2: [SKIP][177] ([Intel XE#870]) -> [SKIP][178] ([Intel XE#1201] / [Intel XE#870]) [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_pm_backlight@fade-with-dpms.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-463/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf: - shard-dg2-set2: [SKIP][179] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][180] ([Intel XE#1489]) +1 other test skip [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-436/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-sf: - shard-dg2-set2: [SKIP][181] ([Intel XE#1489]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#1489]) +2 other tests skip [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg2-set2: [SKIP][183] ([Intel XE#1122]) -> [SKIP][184] ([Intel XE#1122] / [Intel XE#1201]) [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_psr2_su@frontbuffer-xrgb8888.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr@fbc-psr-sprite-render: - shard-dg2-set2: [SKIP][185] ([Intel XE#929]) -> [SKIP][186] ([Intel XE#1201] / [Intel XE#929]) +9 other tests skip [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-render.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr@pr-dpms: - shard-dg2-set2: [SKIP][187] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][188] ([Intel XE#929]) +12 other tests skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@kms_psr@pr-dpms.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_psr@pr-dpms.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2-set2: [SKIP][189] ([Intel XE#1149]) -> [SKIP][190] ([Intel XE#1149] / [Intel XE#1201]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-434/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][191] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][192] ([Intel XE#1127]) [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][193] ([Intel XE#1127]) -> [SKIP][194] ([Intel XE#1127] / [Intel XE#1201]) [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-set2: [SKIP][195] ([Intel XE#327]) -> [SKIP][196] ([Intel XE#1201] / [Intel XE#327]) [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2-set2: [SKIP][197] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][198] ([Intel XE#327]) [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_rotation_crc@sprite-rotation-90.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_tv_load_detect@load-detect: - shard-dg2-set2: [SKIP][199] ([Intel XE#1201] / [Intel XE#330]) -> [SKIP][200] ([Intel XE#330]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_tv_load_detect@load-detect.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: [SKIP][201] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][202] ([Intel XE#756]) [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@kms_writeback@writeback-fb-id.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html * igt@xe_copy_basic@mem-copy-linear-0xfd: - shard-dg2-set2: [SKIP][203] ([Intel XE#1123]) -> [SKIP][204] ([Intel XE#1123] / [Intel XE#1201]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfd.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@xe_copy_basic@mem-copy-linear-0xfd.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][205] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][206] ([Intel XE#1123]) [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][207] ([Intel XE#1126]) -> [SKIP][208] ([Intel XE#1126] / [Intel XE#1201]) [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfd.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-466/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_exec_fault_mode@once-invalid-userptr-fault: - shard-dg2-set2: [SKIP][209] ([Intel XE#288]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#288]) +21 other tests skip [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html * igt@xe_exec_fault_mode@once-rebind-imm: - shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][212] ([Intel XE#288]) +18 other tests skip [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@xe_exec_fault_mode@once-rebind-imm.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_exec_fault_mode@once-rebind-imm.html * igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence: - shard-dg2-set2: [SKIP][213] ([Intel XE#2360]) -> [SKIP][214] ([Intel XE#1201] / [Intel XE#2360]) [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html * igt@xe_huc_copy@huc_copy: - shard-dg2-set2: [SKIP][215] ([Intel XE#1201] / [Intel XE#255]) -> [SKIP][216] ([Intel XE#255]) [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@xe_huc_copy@huc_copy.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_huc_copy@huc_copy.html * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit: - shard-dg2-set2: [SKIP][217] ([Intel XE#1201] / [Intel XE#2229]) -> [SKIP][218] ([Intel XE#2229]) [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-433/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html * igt@xe_oa@create-destroy-userspace-config: - shard-dg2-set2: [SKIP][219] ([Intel XE#1201] / [Intel XE#2541]) -> [SKIP][220] ([Intel XE#2541]) +4 other tests skip [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-466/igt@xe_oa@create-destroy-userspace-config.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_oa@create-destroy-userspace-config.html * igt@xe_oa@oa-tlb-invalidate: - shard-dg2-set2: [SKIP][221] ([Intel XE#2541]) -> [SKIP][222] ([Intel XE#1201] / [Intel XE#2541]) +3 other tests skip [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_oa@oa-tlb-invalidate.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-436/igt@xe_oa@oa-tlb-invalidate.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][223] ([Intel XE#1337]) -> [SKIP][224] ([Intel XE#1201] / [Intel XE#1337]) [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-463/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pm@d3cold-mmap-vram: - shard-dg2-set2: [SKIP][225] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][226] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-434/igt@xe_pm@d3cold-mmap-vram.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_pm@d3cold-mmap-vram.html * igt@xe_query@multigpu-query-invalid-extension: - shard-dg2-set2: [SKIP][227] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][228] ([Intel XE#944]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@xe_query@multigpu-query-invalid-extension.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-432/igt@xe_query@multigpu-query-invalid-extension.html * igt@xe_query@multigpu-query-uc-fw-version-huc: - shard-dg2-set2: [SKIP][229] ([Intel XE#944]) -> [SKIP][230] ([Intel XE#1201] / [Intel XE#944]) +4 other tests skip [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-432/igt@xe_query@multigpu-query-uc-fw-version-huc.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-435/igt@xe_query@multigpu-query-uc-fw-version-huc.html * igt@xe_wedged@wedged-at-any-timeout: - shard-dg2-set2: [DMESG-WARN][231] ([Intel XE#1760]) -> [DMESG-FAIL][232] ([Intel XE#1760]) [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7993/shard-dg2-435/igt@xe_wedged@wedged-at-any-timeout.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/shard-dg2-433/igt@xe_wedged@wedged-at-any-timeout.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050 [Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [Intel XE#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#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [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#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760 [Intel XE#2026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2026 [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2136 [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#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249 [Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [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#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318 [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#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2357]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2357 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2372 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387 [Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493 [Intel XE#2499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2499 [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#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330 [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#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [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 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 Build changes ------------- * IGT: IGT_7993 -> IGTPW_11639 IGTPW_11639: 11639 IGT_7993: 3b6b2d238e864ff1af9e33159d3bbf4b7f01d86d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1832-0f7dbe16a23882ef9c928d9650ea0613925e710b: 0f7dbe16a23882ef9c928d9650ea0613925e710b == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11639/index.html [-- Attachment #2: Type: text/html, Size: 75254 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
* ✗ Fi.CI.IGT: failure for test/amdgpu: fix unknow test issue for amdgpu queue test 2024-08-27 5:19 [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Jesse.zhang@amd.com ` (3 preceding siblings ...) 2024-08-27 12:17 ` ✗ CI.xeFULL: failure for " Patchwork @ 2024-08-28 5:33 ` Patchwork 4 siblings, 0 replies; 10+ messages in thread From: Patchwork @ 2024-08-28 5:33 UTC (permalink / raw) To: Zhang, Jesse(Jie); +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 86179 bytes --] == Series Details == Series: test/amdgpu: fix unknow test issue for amdgpu queue test URL : https://patchwork.freedesktop.org/series/137822/ State : failure == Summary == CI Bug Log - changes from IGT_7993_full -> IGTPW_11639_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11639_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11639_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_11639/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11639_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_create@forked@lmem0: - shard-dg2: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-1/igt@gem_exec_create@forked@lmem0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@gem_exec_create@forked@lmem0.html #### Warnings #### * igt@gem_ctx_engines@invalid-engines: - shard-glk: [FAIL][3] ([i915#12027]) -> [FAIL][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-glk2/igt@gem_ctx_engines@invalid-engines.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk8/igt@gem_ctx_engines@invalid-engines.html Known issues ------------ Here are the changes found in IGTPW_11639_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg1: NOTRUN -> [SKIP][6] ([i915#11078]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][7] ([i915#8414]) +6 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@drm_fdinfo@busy-check-all@bcs0.html * igt@drm_fdinfo@busy@rcs0: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8414]) +6 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@drm_fdinfo@busy@rcs0.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [PASS][9] -> [FAIL][10] ([i915#7742]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-3/igt@drm_fdinfo@most-busy-check-all@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@drm_fdinfo@virtual-idle: - shard-rkl: NOTRUN -> [FAIL][11] ([i915#11900] / [i915#7742]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@drm_fdinfo@virtual-idle.html * igt@gem_ccs@block-copy-compressed: - shard-dg1: NOTRUN -> [SKIP][12] ([i915#3555] / [i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html - shard-tglu: NOTRUN -> [SKIP][13] ([i915#3555] / [i915#9323]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-9/igt@gem_ccs@block-copy-compressed.html - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#3555] / [i915#9323]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-1/igt@gem_ccs@block-copy-compressed.html - shard-rkl: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#9323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@suspend-resume: - shard-rkl: NOTRUN -> [SKIP][17] ([i915#9323]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-threads: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#7697]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#6335]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_engines@invalid-engines: - shard-rkl: [PASS][20] -> [FAIL][21] ([i915#12065]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-3/igt@gem_ctx_engines@invalid-engines.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][22] ([i915#1099]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb4/igt@gem_ctx_persistence@engines-mixed-process.html * igt@gem_ctx_persistence@heartbeat-close: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#8555]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_ctx_persistence@heartbeat-close.html - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#8555]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-1/igt@gem_ctx_persistence@heartbeat-close.html * igt@gem_ctx_persistence@hostile: - shard-rkl: NOTRUN -> [FAIL][25] ([i915#11980]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_sseu@engines: - shard-tglu: NOTRUN -> [SKIP][26] ([i915#280]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#280]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@gem_ctx_sseu@invalid-args.html - shard-rkl: NOTRUN -> [SKIP][28] ([i915#280]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@hibernate: - shard-dg1: [PASS][29] -> [ABORT][30] ([i915#7975] / [i915#8213]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg1-17/igt@gem_eio@hibernate.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@gem_eio@hibernate.html - shard-dg2: NOTRUN -> [ABORT][31] ([i915#10030] / [i915#7975] / [i915#8213]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-3/igt@gem_eio@hibernate.html - shard-rkl: NOTRUN -> [ABORT][32] ([i915#7975] / [i915#8213]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-pair: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#4771]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@gem_exec_balancer@bonded-pair.html * igt@gem_exec_balancer@parallel: - shard-rkl: NOTRUN -> [SKIP][34] ([i915#4525]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@gem_exec_balancer@parallel.html * igt@gem_exec_fair@basic-deadline: - shard-glk: NOTRUN -> [FAIL][35] ([i915#2846]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk4/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-rrul: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#3539] / [i915#4852]) +3 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@gem_exec_fair@basic-none-rrul.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-rkl: NOTRUN -> [FAIL][37] ([i915#2842]) +2 other tests fail [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_exec_fence@concurrent: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4812]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@gem_exec_fence@concurrent.html * igt@gem_exec_fence@syncobj-backward-timeline-chain-engines: - shard-snb: NOTRUN -> [SKIP][39] +53 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb2/igt@gem_exec_fence@syncobj-backward-timeline-chain-engines.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3539]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_reloc@basic-cpu-read: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3281]) +3 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@gem_exec_reloc@basic-cpu-read.html * igt@gem_exec_reloc@basic-scanout: - shard-rkl: NOTRUN -> [SKIP][43] ([i915#3281]) +10 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_exec_reloc@basic-scanout.html * igt@gem_exec_reloc@basic-write-read: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#3281]) +7 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@gem_exec_reloc@basic-write-read.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#3281]) +2 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@deep@rcs0: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4537]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-6/igt@gem_exec_schedule@deep@rcs0.html * igt@gem_exec_schedule@preempt-queue: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4812]) +3 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@gem_exec_schedule@preempt-queue.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#2190]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-random: - shard-tglu: NOTRUN -> [SKIP][49] ([i915#4613]) +3 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-9/igt@gem_lmem_swapping@heavy-random.html - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4613]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][51] ([i915#4613]) +4 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@massive-random: - shard-glk: NOTRUN -> [SKIP][52] ([i915#4613]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk6/igt@gem_lmem_swapping@massive-random.html * igt@gem_media_vme: - shard-rkl: NOTRUN -> [SKIP][53] ([i915#284]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_media_vme.html * igt@gem_mmap_gtt@basic-write-gtt: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4077]) +5 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@gem_mmap_gtt@basic-write-gtt.html * igt@gem_mmap_gtt@big-bo-tiledy: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4077]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-6/igt@gem_mmap_gtt@big-bo-tiledy.html * igt@gem_mmap_gtt@medium-copy-odd: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4077]) +8 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_mmap_gtt@medium-copy-odd.html * igt@gem_mmap_wc@close: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4083]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-8/igt@gem_mmap_wc@close.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4083]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@gem_mmap_wc@copy.html * igt@gem_mmap_wc@write-read-distinct: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4083]) +6 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_mmap_wc@write-read-distinct.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#3282]) +4 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_partial_pwrite_pread@write-display: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#3282]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@gem_partial_pwrite_pread@write-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-rkl: NOTRUN -> [SKIP][62] ([i915#3282]) +5 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pwrite@basic-exhaustion: - shard-tglu: NOTRUN -> [WARN][63] ([i915#2658]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@gem_pwrite@basic-exhaustion.html - shard-glk: NOTRUN -> [WARN][64] ([i915#2658]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk4/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-regular-context-1: - shard-tglu: NOTRUN -> [SKIP][65] ([i915#4270]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-9/igt@gem_pxp@create-regular-context-1.html * igt@gem_pxp@fail-invalid-protected-context: - shard-rkl: NOTRUN -> [SKIP][66] ([i915#4270]) +3 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#4270]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4270]) +1 other test skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-3/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_readwrite@write-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#3282]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-4/igt@gem_readwrite@write-bad-handle.html * igt@gem_render_copy@yf-tiled-ccs-to-x-tiled: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#5190] / [i915#8428]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@gem_render_copy@yf-tiled-ccs-to-x-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#8428]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs.html * igt@gem_tiled_pread_pwrite: - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4079]) +3 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-15/igt@gem_tiled_pread_pwrite.html * igt@gem_userptr_blits@coherency-unsync: - shard-rkl: NOTRUN -> [SKIP][73] ([i915#3297]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-rkl: NOTRUN -> [SKIP][74] ([i915#3297] / [i915#3323]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@forbidden-operations: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#3282] / [i915#3297]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#3297] / [i915#4880]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@unsync-overlap: - shard-tglu: NOTRUN -> [SKIP][77] ([i915#3297]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-10/igt@gem_userptr_blits@unsync-overlap.html * igt@gen7_exec_parse@chained-batch: - shard-rkl: NOTRUN -> [SKIP][78] +30 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@batch-invalid-length: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#2527]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-tglu: NOTRUN -> [SKIP][80] ([i915#2527] / [i915#2856]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-8/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@valid-registers: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527]) +3 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@gen9_exec_parse@valid-registers.html * igt@i915_module_load@load: - shard-snb: NOTRUN -> [SKIP][82] ([i915#6227]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb6/igt@i915_module_load@load.html - shard-dg1: NOTRUN -> [SKIP][83] ([i915#6227]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg1: NOTRUN -> [ABORT][84] ([i915#9820]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#6412]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@i915_module_load@resize-bar.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#7091]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0: - shard-dg1: NOTRUN -> [FAIL][87] ([i915#3591]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#4387]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@i915_pm_sseu@full-enable.html - shard-dg1: NOTRUN -> [SKIP][89] ([i915#4387]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@i915_pm_sseu@full-enable.html - shard-tglu: NOTRUN -> [SKIP][90] ([i915#4387]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-10/igt@i915_pm_sseu@full-enable.html - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#8437]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-7/igt@i915_pm_sseu@full-enable.html * igt@i915_power@sanity: - shard-rkl: NOTRUN -> [SKIP][92] ([i915#7984]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@i915_power@sanity.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#6245]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@i915_query@hwconfig_table.html * igt@i915_query@test-query-geometry-subslices: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#5723]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-tglu: NOTRUN -> [DMESG-WARN][95] ([i915#9311]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@i915_selftest@mock@memory_region.html - shard-glk: NOTRUN -> [DMESG-WARN][96] ([i915#9311]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk3/igt@i915_selftest@mock@memory_region.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#4212]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#4212]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#4215] / [i915#5190]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#3826]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#10333]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@kms_async_flips@test-cursor.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#9531]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1: - shard-snb: [PASS][103] -> [FAIL][104] ([i915#5956]) +1 other test fail [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-snb7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#1769] / [i915#3555]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-dg1: NOTRUN -> [SKIP][106] ([i915#1769] / [i915#3555]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][107] ([i915#5286]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#5286]) +3 other tests skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html - shard-dg1: NOTRUN -> [SKIP][109] ([i915#4538] / [i915#5286]) +2 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-dg1: NOTRUN -> [SKIP][110] ([i915#5286]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#3638]) +3 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#3638]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180: - shard-mtlp: NOTRUN -> [SKIP][113] +6 other tests skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][114] ([i915#4538]) +4 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][115] ([i915#4538] / [i915#5190]) +3 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#5190]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-4/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#10656]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-4/igt@kms_big_joiner@invalid-modeset.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#10656]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_big_joiner@invalid-modeset-force-joiner.html - shard-dg1: NOTRUN -> [SKIP][119] ([i915#10656]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_big_joiner@invalid-modeset-force-joiner.html - shard-tglu: NOTRUN -> [SKIP][120] ([i915#10656]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#6095]) +19 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-mc-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#12042]) +4 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#6095]) +83 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-15/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#10307] / [i915#6095]) +174 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#6095]) +45 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#12042]) +1 other test skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][127] ([i915#12042]) +1 other test skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-tglu: NOTRUN -> [SKIP][128] ([i915#12042]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-10/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#12042]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#10307] / [i915#10434] / [i915#6095]) +4 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-4/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#11616] / [i915#7213]) +3 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_cdclk@plane-scaling: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#3742]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#7828]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-dg1: NOTRUN -> [SKIP][134] ([i915#7828]) +7 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#7828]) +10 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-tglu: NOTRUN -> [SKIP][136] ([i915#7828]) +4 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-10/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#7828]) +1 other test skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-3/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#7116] / [i915#9424]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][139] ([i915#7173]) +1 other test timeout [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#3299]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_content_protection@dp-mst-lic-type-1.html - shard-tglu: NOTRUN -> [SKIP][141] ([i915#3116] / [i915#3299]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-8/igt@kms_content_protection@dp-mst-lic-type-1.html - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#3299]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-4/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#3116]) +1 other test skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_content_protection@dp-mst-type-1.html - shard-dg2: NOTRUN -> [SKIP][144] ([i915#3299]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@lic-type-0: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#9424]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@mei-interface: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#6944] / [i915#9424]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-9/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@srm: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#7116]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_content_protection@srm.html * igt@kms_content_protection@type1: - shard-rkl: NOTRUN -> [SKIP][148] ([i915#7118] / [i915#9424]) +2 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][149] ([i915#11453]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-64x21: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#8814]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-8/igt@kms_cursor_crc@cursor-onscreen-64x21.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#11453]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-rkl: NOTRUN -> [SKIP][152] ([i915#3555]) +8 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#5354]) +12 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#9809]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-4/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [PASS][155] -> [FAIL][156] ([i915#2346]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#4103] / [i915#4213]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#4103]) +1 other test skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_cursor_legacy@torture-move@pipe-a: - shard-snb: [PASS][159] -> [DMESG-WARN][160] ([i915#10166]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-snb7/igt@kms_cursor_legacy@torture-move@pipe-a.html [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb7/igt@kms_cursor_legacy@torture-move@pipe-a.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][161] ([i915#9723]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html - shard-tglu: NOTRUN -> [SKIP][162] ([i915#9723]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#9833]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#8588]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#3840]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-dg1: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#3840]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#3955]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-2x: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#1839]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-7/igt@kms_feature_discovery@display-2x.html - shard-tglu: NOTRUN -> [SKIP][169] ([i915#1839]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-10/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-4x: - shard-rkl: NOTRUN -> [SKIP][170] ([i915#1839]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_feature_discovery@display-4x.html - shard-dg1: NOTRUN -> [SKIP][171] ([i915#1839]) +2 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#658]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-4/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][173] ([i915#658]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_feature_discovery@psr1.html * igt@kms_feature_discovery@psr2: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#658]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-dpms: - shard-tglu: NOTRUN -> [SKIP][175] ([i915#3637]) +3 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-3/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-modeset: - shard-tglu: NOTRUN -> [SKIP][176] ([i915#3637] / [i915#3966]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_flip@2x-flip-vs-modeset.html - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#3637]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@kms_flip@2x-flip-vs-modeset.html * igt@kms_flip@2x-flip-vs-modeset-vs-hang: - shard-dg1: NOTRUN -> [SKIP][178] ([i915#9934]) +2 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html * igt@kms_flip@2x-flip-vs-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][179] +5 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_flip@2x-flip-vs-wf_vblank.html * igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1: - shard-dg2: [PASS][180] -> [FAIL][181] ([i915#2122]) +1 other test fail [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-10/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_flip@plain-flip-ts-check-interruptible@b-hdmi-a1.html * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1: - shard-snb: [PASS][182] -> [FAIL][183] ([i915#2122]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-snb2/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb7/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][184] ([i915#2587] / [i915#2672]) +2 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-15/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][185] ([i915#2587] / [i915#2672]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#2672]) +1 other test skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#2672] / [i915#3555]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][188] ([i915#2672]) +4 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move: - shard-tglu: NOTRUN -> [SKIP][189] +48 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#1825]) +9 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#3458]) +8 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][192] +36 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#1825]) +42 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#3023]) +32 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#8708]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][196] ([i915#8708]) +16 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-14/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#8708]) +7 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-modesetfrombusy: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#3458]) +14 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8228]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#8228]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@static-swap: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8228]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-4/igt@kms_hdr@static-swap.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#4070] / [i915#4816]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3: - shard-mtlp: [PASS][203] -> [ABORT][204] ([i915#10354]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-mtlp-1/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-3/igt@kms_plane@pixel-format-source-clamping@pipe-b-plane-3.html * igt@kms_plane_multiple@tiling-yf: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#3555]) +2 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-tglu: [PASS][206] -> [FAIL][207] ([i915#8292]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#9423]) +23 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-3/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][209] ([i915#9423]) +15 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#9423]) +7 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][211] ([i915#5176] / [i915#9423]) +3 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][212] ([i915#9423]) +3 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#5235]) +2 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][214] ([i915#5235]) +2 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#5235]) +2 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-15/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#5235]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][217] ([i915#9728]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#9728]) +7 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#9728]) +12 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#5354]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_dc@dc6-dpms: - shard-rkl: NOTRUN -> [FAIL][221] ([i915#9295]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: [PASS][222] -> [FAIL][223] ([i915#9295]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-9/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [PASS][224] -> [SKIP][225] ([i915#9519]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-2/igt@kms_pm_rpm@dpms-lpsp.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#9519]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html - shard-rkl: NOTRUN -> [SKIP][227] ([i915#9519]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][228] ([i915#9519]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-6/igt@kms_pm_rpm@modeset-non-lpsp.html - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#9519]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_prime@basic-crc-hybrid: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#6524]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-crc-vgem: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#6524] / [i915#6805]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_prime@basic-crc-vgem.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-dg1: NOTRUN -> [SKIP][232] ([i915#11520]) +2 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#11520]) +4 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#11520]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#11520]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][236] ([i915#9683]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-dg1: NOTRUN -> [SKIP][237] ([i915#9683]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr-suspend@edp-1: - shard-mtlp: NOTRUN -> [SKIP][238] ([i915#9688]) +2 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@kms_psr@fbc-psr-suspend@edp-1.html * igt@kms_psr@fbc-psr2-cursor-mmap-gtt: - shard-glk: NOTRUN -> [SKIP][239] +165 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-glk9/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][240] ([i915#1072] / [i915#9732]) +21 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html * igt@kms_psr@pr-primary-page-flip: - shard-tglu: NOTRUN -> [SKIP][241] ([i915#9732]) +10 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-3/igt@kms_psr@pr-primary-page-flip.html * igt@kms_psr@psr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#1072] / [i915#9732]) +6 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_psr@psr-primary-mmap-cpu.html * igt@kms_psr@psr2-cursor-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#1072] / [i915#9732]) +31 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@kms_psr@psr2-cursor-mmap-gtt.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][244] ([i915#1072] / [i915#9673] / [i915#9732]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#9685]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-tglu: NOTRUN -> [SKIP][246] ([i915#9685]) +1 other test skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-3/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#11131]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#4235]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: NOTRUN -> [SKIP][249] ([i915#5289]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_scaling_modes@scaling-mode-none: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#3555]) +4 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-15/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#5030]) +2 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html * igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][252] ([i915#5030] / [i915#9041]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1.html * igt@kms_setmode@basic-clone-single-crtc: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#3555]) +2 other tests skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg1: NOTRUN -> [SKIP][254] ([i915#8623]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][255] ([i915#8623]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#9906]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@kms_vrr@max-min.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-rkl: NOTRUN -> [SKIP][257] ([i915#9906]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-fb-id: - shard-dg1: NOTRUN -> [SKIP][258] ([i915#2437]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#2437] / [i915#9412]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#7387]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-2/igt@perf@global-sseu-config.html * igt@perf@mi-rpc: - shard-dg2: NOTRUN -> [SKIP][261] ([i915#2434]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@perf@mi-rpc.html * igt@perf_pmu@cpu-hotplug: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#8850]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@frequency@gt0: - shard-dg1: NOTRUN -> [FAIL][263] ([i915#6806]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-16/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][264] ([i915#8516]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-13/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][265] ([i915#8516]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-write: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#3291] / [i915#3708]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@prime_vgem@basic-write.html - shard-rkl: NOTRUN -> [SKIP][267] ([i915#3291] / [i915#3708]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-4/igt@prime_vgem@basic-write.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][268] ([i915#3708]) +2 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@prime_vgem@coherency-gtt.html - shard-dg1: NOTRUN -> [SKIP][269] ([i915#3708] / [i915#4077]) +1 other test skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-write-hang: - shard-dg1: NOTRUN -> [SKIP][270] ([i915#3708]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-18/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@bind-unbind-vf: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#9917]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-rkl: NOTRUN -> [SKIP][272] ([i915#9917]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-on.html #### Possible fixes #### * igt@drm_fdinfo@idle@rcs0: - shard-rkl: [FAIL][273] ([i915#7742]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-5/igt@drm_fdinfo@idle@rcs0.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@drm_fdinfo@idle@rcs0.html * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [ABORT][275] ([i915#9846]) -> [PASS][276] [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][277] ([i915#5493]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][279] ([i915#10131] / [i915#9697]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_rpm@system-suspend-execbuf: - shard-dg2: [INCOMPLETE][281] -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-10/igt@i915_pm_rpm@system-suspend-execbuf.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@i915_pm_rpm@system-suspend-execbuf.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][283] ([i915#7790]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-snb6/igt@i915_pm_rps@reset.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-snb7/igt@i915_pm_rps@reset.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-2: - shard-rkl: [FAIL][285] ([i915#11808]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-2.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-2.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-dg2: [FAIL][287] ([i915#6880]) -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-tiling-4.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [SKIP][289] ([i915#9519]) -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@perf_pmu@render-node-busy-idle@ccs0: - shard-mtlp: [FAIL][291] ([i915#4349]) -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-mtlp-1/igt@perf_pmu@render-node-busy-idle@ccs0.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-mtlp-5/igt@perf_pmu@render-node-busy-idle@ccs0.html - shard-dg2: [FAIL][293] ([i915#4349]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-7/igt@perf_pmu@render-node-busy-idle@ccs0.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-3/igt@perf_pmu@render-node-busy-idle@ccs0.html #### Warnings #### * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglu: [FAIL][295] ([i915#2842]) -> [FAIL][296] ([i915#2876]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-tglu-8/igt@gem_exec_fair@basic-pace@rcs0.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-5/igt@gem_exec_fair@basic-pace@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [ABORT][297] ([i915#9820]) -> [ABORT][298] ([i915#9697]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-tglu-9/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_content_protection@mei-interface: - shard-rkl: [SKIP][299] ([i915#8063]) -> [SKIP][300] ([i915#9424]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-3/igt@kms_content_protection@mei-interface.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-5/igt@kms_content_protection@mei-interface.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: [SKIP][301] ([i915#11453] / [i915#3359]) -> [SKIP][302] ([i915#11453]) +1 other test skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-512x512.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-dg2: [SKIP][303] ([i915#3458]) -> [SKIP][304] ([i915#10433] / [i915#3458]) +2 other tests skip [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite: - shard-dg2: [SKIP][305] ([i915#10433] / [i915#3458]) -> [SKIP][306] ([i915#3458]) +1 other test skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: [SKIP][307] ([i915#4281]) -> [SKIP][308] ([i915#3361]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-rkl-1/igt@kms_pm_dc@dc9-dpms.html * igt@kms_psr@fbc-psr2-sprite-mmap-cpu: - shard-dg2: [SKIP][309] ([i915#1072] / [i915#9732]) -> [SKIP][310] ([i915#1072] / [i915#9673] / [i915#9732]) +13 other tests skip [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-5/igt@kms_psr@fbc-psr2-sprite-mmap-cpu.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@kms_psr@fbc-psr2-sprite-mmap-cpu.html * igt@kms_psr@psr2-cursor-blt: - shard-dg2: [SKIP][311] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][312] ([i915#1072] / [i915#9732]) +8 other tests skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-5/igt@kms_psr@psr2-cursor-blt.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: [SKIP][313] ([i915#11131] / [i915#4235]) -> [SKIP][314] ([i915#11131]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-270.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: [SKIP][315] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][316] ([i915#11131] / [i915#5190]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: [SKIP][317] ([i915#11131]) -> [SKIP][318] ([i915#11131] / [i915#4235]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-4/igt@kms_rotation_crc@sprite-rotation-90.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][319] ([i915#9100]) -> [FAIL][320] ([i915#7484]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7993/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/shard-dg2-2/igt@perf@non-zero-reason@0-rcs0.html [i915#10030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10030 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10166 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333 [i915#10354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10354 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11616]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11900]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11900 [i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12042]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12042 [i915#12065]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12065 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#2876]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2876 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742 [i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [i915#3966]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3966 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#5030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#5723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5723 [i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6245]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6245 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7091]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7091 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [i915#7484]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7484 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984 [i915#8063]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8063 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8437 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8850]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8850 [i915#9041]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9697 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833 [i915#9846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9846 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7993 -> IGTPW_11639 CI-20190529: 20190529 CI_DRM_15297: 0f7dbe16a23882ef9c928d9650ea0613925e710b @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11639: 11639 IGT_7993: 3b6b2d238e864ff1af9e33159d3bbf4b7f01d86d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11639/index.html [-- Attachment #2: Type: text/html, Size: 107402 bytes --] ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-08-28 5:33 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-08-27 5:19 [PATCH i-g-t] test/amdgpu: fix unknow test issue for amdgpu queue test Jesse.zhang@amd.com 2024-08-27 5:56 ` ✓ CI.xeBAT: success for " Patchwork 2024-08-27 6:04 ` ✓ Fi.CI.BAT: " Patchwork 2024-08-27 7:24 ` [PATCH i-g-t] " Kamil Konieczny 2024-08-27 7:54 ` Zhang, Jesse(Jie) 2024-08-28 1:50 ` vitaly prosyak 2024-08-28 2:00 ` Zhang, Jesse(Jie) 2024-08-28 2:05 ` vitaly prosyak 2024-08-27 12:17 ` ✗ CI.xeFULL: failure for " Patchwork 2024-08-28 5:33 ` ✗ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox