* [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest
@ 2022-04-21 6:50 Zbigniew Kempczyński
2022-04-21 6:56 ` Ramalingam C
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Zbigniew Kempczyński @ 2022-04-21 6:50 UTC (permalink / raw)
To: igt-dev
For this subtest we need to use allocator thread so parallel subtests
need to be executed in allocator multi-process aware environment.
Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Cc: Ramalingam C <ramalingam.c@intel.com>
---
tests/i915/gem_lmem_swapping.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/i915/gem_lmem_swapping.c b/tests/i915/gem_lmem_swapping.c
index e58a1f505f..5d93e9daae 100644
--- a/tests/i915/gem_lmem_swapping.c
+++ b/tests/i915/gem_lmem_swapping.c
@@ -576,6 +576,7 @@ static void test_evict(int i915,
if (flags & TEST_PARALLEL) {
int fd = gem_reopen_driver(i915);
+ intel_allocator_multiprocess_start();
ctx = intel_ctx_create_all_physical(fd);
__gem_context_set_persistence(fd, ctx->id, false);
@@ -586,6 +587,7 @@ static void test_evict(int i915,
igt_waitchildren();
intel_ctx_destroy(fd, ctx);
close(fd);
+ intel_allocator_multiprocess_stop();
} else {
__do_evict(i915, ctx, ®ion->region, ¶ms, params.seed);
}
@@ -747,6 +749,7 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
{ "verify-random-ccs", TEST_CCS | TEST_RANDOM },
{ "heavy-verify-random-ccs", TEST_CCS | TEST_RANDOM | TEST_HEAVY },
{ "heavy-verify-multi-ccs", TEST_CCS | TEST_RANDOM | TEST_HEAVY | TEST_ENGINES | TEST_MULTI },
+ { "parallel-random-verify-ccs", TEST_PARALLEL | TEST_RANDOM | TEST_CCS },
{ }
};
const intel_ctx_t *ctx;
--
2.32.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest 2022-04-21 6:50 [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest Zbigniew Kempczyński @ 2022-04-21 6:56 ` Ramalingam C 2022-04-21 7:08 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Ramalingam C @ 2022-04-21 6:56 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev On 2022-04-21 at 08:50:08 +0200, Zbigniew Kempczyński wrote: > For this subtest we need to use allocator thread so parallel subtests > need to be executed in allocator multi-process aware environment. > > Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> Looks good to me. And tested too. Reviewed-by: Ramalingam C <ramalingam.c@intel.com> > Cc: Ramalingam C <ramalingam.c@intel.com> > --- > tests/i915/gem_lmem_swapping.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/i915/gem_lmem_swapping.c b/tests/i915/gem_lmem_swapping.c > index e58a1f505f..5d93e9daae 100644 > --- a/tests/i915/gem_lmem_swapping.c > +++ b/tests/i915/gem_lmem_swapping.c > @@ -576,6 +576,7 @@ static void test_evict(int i915, > if (flags & TEST_PARALLEL) { > int fd = gem_reopen_driver(i915); > > + intel_allocator_multiprocess_start(); > ctx = intel_ctx_create_all_physical(fd); > __gem_context_set_persistence(fd, ctx->id, false); > > @@ -586,6 +587,7 @@ static void test_evict(int i915, > igt_waitchildren(); > intel_ctx_destroy(fd, ctx); > close(fd); > + intel_allocator_multiprocess_stop(); > } else { > __do_evict(i915, ctx, ®ion->region, ¶ms, params.seed); > } > @@ -747,6 +749,7 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > { "verify-random-ccs", TEST_CCS | TEST_RANDOM }, > { "heavy-verify-random-ccs", TEST_CCS | TEST_RANDOM | TEST_HEAVY }, > { "heavy-verify-multi-ccs", TEST_CCS | TEST_RANDOM | TEST_HEAVY | TEST_ENGINES | TEST_MULTI }, > + { "parallel-random-verify-ccs", TEST_PARALLEL | TEST_RANDOM | TEST_CCS }, > { } > }; > const intel_ctx_t *ctx; > -- > 2.32.0 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest 2022-04-21 6:50 [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest Zbigniew Kempczyński 2022-04-21 6:56 ` Ramalingam C @ 2022-04-21 7:08 ` Patchwork 2022-04-21 7:31 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2022-04-21 11:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-04-21 7:08 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev == Series Details == Series: tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest URL : https://patchwork.freedesktop.org/series/102909/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/565417 for the overview. test:ninja-test-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/21544717): Ok: 22 Expected Fail: 3 Fail: 289 Unexpected Pass: 0 Skipped: 0 Timeout: 0 Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt section_end:1650524705:step_script section_start:1650524705:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... build: found 1725 matching files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=21544717 responseStatus=201 Created token=xiLxttYu section_end:1650524714:upload_artifacts_on_failure section_start:1650524714:cleanup_file_variables Cleaning up project directory and file based variables section_end:1650524715:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/565417 ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest 2022-04-21 6:50 [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest Zbigniew Kempczyński 2022-04-21 6:56 ` Ramalingam C 2022-04-21 7:08 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2022-04-21 7:31 ` Patchwork 2022-04-21 11:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-04-21 7:31 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6372 bytes --] == Series Details == Series: tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest URL : https://patchwork.freedesktop.org/series/102909/ State : success == Summary == CI Bug Log - changes from CI_DRM_11530 -> IGTPW_6962 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/index.html Participating hosts (45 -> 45) ------------------------------ Additional (2): fi-cml-u2 fi-icl-u2 Missing (2): fi-bsw-cyan fi-tgl-u2 Known issues ------------ Here are the changes found in IGTPW_6962 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fence@basic-busy@bcs0: - fi-cml-u2: NOTRUN -> [SKIP][1] ([i915#1208]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-cml-u2/igt@gem_exec_fence@basic-busy@bcs0.html * igt@gem_exec_suspend@basic-s3@smem: - fi-cml-u2: NOTRUN -> [INCOMPLETE][2] ([i915#5680]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-cml-u2/igt@gem_exec_suspend@basic-s3@smem.html * igt@gem_huc_copy@huc-copy: - fi-icl-u2: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-icl-u2: NOTRUN -> [SKIP][4] ([i915#4613]) +3 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_selftest@live@gt_engines: - bat-dg1-6: [PASS][5] -> [INCOMPLETE][6] ([i915#4418]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/bat-dg1-6/igt@i915_selftest@live@gt_engines.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/bat-dg1-6/igt@i915_selftest@live@gt_engines.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: NOTRUN -> [SKIP][7] ([fdo#111827]) +8 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-icl-u2: NOTRUN -> [SKIP][8] ([fdo#109278]) +2 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - fi-icl-u2: NOTRUN -> [SKIP][9] ([fdo#109285]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_setmode@basic-clone-single-crtc: - fi-icl-u2: NOTRUN -> [SKIP][10] ([i915#3555]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-userptr: - fi-icl-u2: NOTRUN -> [SKIP][11] ([i915#3301]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-icl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-bdw-5557u: NOTRUN -> [FAIL][12] ([i915#4312]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/fi-bdw-5557u/igt@runner@aborted.html - bat-dg1-6: NOTRUN -> [FAIL][13] ([i915#4312] / [i915#5257]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/bat-dg1-6/igt@runner@aborted.html #### Possible fixes #### * igt@i915_module_load@reload: - {bat-rpls-2}: [INCOMPLETE][14] ([i915#5329]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/bat-rpls-2/igt@i915_module_load@reload.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/bat-rpls-2/igt@i915_module_load@reload.html * igt@i915_selftest@live@hangcheck: - bat-dg1-5: [DMESG-FAIL][16] ([i915#4494] / [i915#4957]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/bat-dg1-5/igt@i915_selftest@live@hangcheck.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/bat-dg1-5/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). [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1208]: https://gitlab.freedesktop.org/drm/intel/issues/1208 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4418]: https://gitlab.freedesktop.org/drm/intel/issues/4418 [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257 [i915#5329]: https://gitlab.freedesktop.org/drm/intel/issues/5329 [i915#5338]: https://gitlab.freedesktop.org/drm/intel/issues/5338 [i915#5401]: https://gitlab.freedesktop.org/drm/intel/issues/5401 [i915#5414]: https://gitlab.freedesktop.org/drm/intel/issues/5414 [i915#5537]: https://gitlab.freedesktop.org/drm/intel/issues/5537 [i915#5680]: https://gitlab.freedesktop.org/drm/intel/issues/5680 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6442 -> IGTPW_6962 CI-20190529: 20190529 CI_DRM_11530: aa020e951b9496aafe472b08f182a9635518e638 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6962: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/index.html IGT_6442: 891ce2ff8769675b52dcfff3cf1c91bb711ddb03 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Testlist changes == +igt@gem_lmem_swapping@parallel-random-verify-ccs == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/index.html [-- Attachment #2: Type: text/html, Size: 6926 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest 2022-04-21 6:50 [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest Zbigniew Kempczyński ` (2 preceding siblings ...) 2022-04-21 7:31 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2022-04-21 11:32 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-04-21 11:32 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 61790 bytes --] == Series Details == Series: tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest URL : https://patchwork.freedesktop.org/series/102909/ State : success == Summary == CI Bug Log - changes from CI_DRM_11530_full -> IGTPW_6962_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/index.html Participating hosts (10 -> 9) ------------------------------ Additional (3): shard-rkl shard-dg1 shard-tglu Missing (4): pig-skl-6260u shard-skl pig-kbl-iris pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6962_full: ### IGT changes ### #### Possible regressions #### * {igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0} (NEW): - {shard-dg1}: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0}: - {shard-dg1}: NOTRUN -> [SKIP][2] +2 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html New tests --------- New tests have been introduced between CI_DRM_11530_full and IGTPW_6962_full: ### New IGT tests (1) ### * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - Statuses : 1 skip(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_6962_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@feature_discovery@display-4x: - shard-iclb: NOTRUN -> [SKIP][3] ([i915#1839]) +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@feature_discovery@display-4x.html * igt@gem_ctx_persistence@legacy-engines-hang: - shard-snb: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#1099]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb7/igt@gem_ctx_persistence@legacy-engines-hang.html * igt@gem_ctx_persistence@many-contexts: - shard-tglb: [PASS][5] -> [FAIL][6] ([i915#2410]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-tglb5/igt@gem_ctx_persistence@many-contexts.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@gem_ctx_persistence@many-contexts.html * igt@gem_ctx_sseu@engines: - shard-tglb: NOTRUN -> [SKIP][7] ([i915#280]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@gem_ctx_sseu@engines.html * igt@gem_eio@unwedge-stress: - shard-tglb: [PASS][8] -> [FAIL][9] ([i915#232]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-tglb7/igt@gem_eio@unwedge-stress.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-glk: [PASS][10] -> [FAIL][11] ([i915#2842]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-kbl: NOTRUN -> [FAIL][12] ([i915#2842]) +3 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl1/igt@gem_exec_fair@basic-none-solo@rcs0.html - shard-apl: [PASS][13] -> [FAIL][14] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-apl8/igt@gem_exec_fair@basic-none-solo@rcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl8/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-tglb: NOTRUN -> [FAIL][15] ([i915#2842]) +5 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb6/igt@gem_exec_fair@basic-none@vcs0.html - shard-iclb: NOTRUN -> [FAIL][16] ([i915#2842]) +4 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb8/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_params@no-vebox: - shard-iclb: NOTRUN -> [SKIP][17] ([fdo#109283]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@gem_exec_params@no-vebox.html - shard-tglb: NOTRUN -> [SKIP][18] ([fdo#109283] / [i915#4877]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@gem_exec_params@no-vebox.html * igt@gem_exec_params@secure-non-master: - shard-tglb: NOTRUN -> [SKIP][19] ([fdo#112283]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@gem_exec_params@secure-non-master.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-kbl: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#4613]) +3 similar issues [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl1/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-iclb: NOTRUN -> [SKIP][21] ([i915#4613]) +2 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-apl: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#4613]) +1 similar issue [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl8/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-glk: NOTRUN -> [SKIP][23] ([fdo#109271] / [i915#4613]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk8/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-tglb: NOTRUN -> [SKIP][24] ([i915#4613]) +2 similar issues [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_ppgtt@blt-vs-render-ctxn: - shard-snb: [PASS][25] -> [DMESG-FAIL][26] ([i915#3692]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-snb7/igt@gem_ppgtt@blt-vs-render-ctxn.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctxn.html * igt@gem_pread@exhaustion: - shard-apl: NOTRUN -> [WARN][27] ([i915#2658]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl6/igt@gem_pread@exhaustion.html - shard-iclb: NOTRUN -> [WARN][28] ([i915#2658]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb4/igt@gem_pread@exhaustion.html - shard-snb: NOTRUN -> [WARN][29] ([i915#2658]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb5/igt@gem_pread@exhaustion.html - shard-kbl: NOTRUN -> [WARN][30] ([i915#2658]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl4/igt@gem_pread@exhaustion.html - shard-glk: NOTRUN -> [WARN][31] ([i915#2658]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk7/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-tglb: NOTRUN -> [WARN][32] ([i915#2658]) +1 similar issue [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-valid-protected-context: - shard-iclb: NOTRUN -> [SKIP][33] ([i915#4270]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@gem_pxp@create-valid-protected-context.html - shard-tglb: NOTRUN -> [SKIP][34] ([i915#4270]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb5/igt@gem_pxp@create-valid-protected-context.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-iclb: NOTRUN -> [SKIP][35] ([i915#768]) +4 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_userptr_blits@access-control: - shard-tglb: NOTRUN -> [SKIP][36] ([i915#3297]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglb: NOTRUN -> [SKIP][37] ([i915#3323]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@gem_userptr_blits@dmabuf-sync.html - shard-iclb: NOTRUN -> [SKIP][38] ([i915#3323]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb4/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-iclb: NOTRUN -> [SKIP][39] ([i915#3297]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gem_workarounds@suspend-resume-context: - shard-apl: [PASS][40] -> [DMESG-WARN][41] ([i915#180]) +2 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-apl7/igt@gem_workarounds@suspend-resume-context.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl1/igt@gem_workarounds@suspend-resume-context.html * igt@gen9_exec_parse@allowed-all: - shard-iclb: NOTRUN -> [SKIP][42] ([i915#2856]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@secure-batches: - shard-tglb: NOTRUN -> [SKIP][43] ([i915#2527] / [i915#2856]) +1 similar issue [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@gen9_exec_parse@secure-batches.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-tglb: NOTRUN -> [SKIP][44] ([i915#1904]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][45] -> [SKIP][46] ([fdo#109271]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-apl3/igt@i915_pm_dc@dc9-dpms.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl6/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-tglb: NOTRUN -> [SKIP][47] ([fdo#109289]) +6 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglb: NOTRUN -> [SKIP][48] ([fdo#111644] / [i915#1397] / [i915#2411]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-iclb: NOTRUN -> [SKIP][49] ([fdo#110892]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271]) +125 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl4/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rpm@pc8-residency: - shard-iclb: NOTRUN -> [SKIP][51] ([fdo#109293] / [fdo#109506]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@i915_pm_rpm@pc8-residency.html - shard-tglb: NOTRUN -> [SKIP][52] ([fdo#109506] / [i915#2411]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_sseu@full-enable: - shard-tglb: NOTRUN -> [SKIP][53] ([i915#4387]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-unsupported: - shard-iclb: NOTRUN -> [SKIP][54] ([fdo#109302]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@i915_query@query-topology-unsupported.html - shard-tglb: NOTRUN -> [SKIP][55] ([fdo#109302]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@i915_query@query-topology-unsupported.html * igt@i915_selftest@mock@sanitycheck: - shard-snb: [PASS][56] -> [SKIP][57] ([fdo#109271]) +3 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-snb6/igt@i915_selftest@mock@sanitycheck.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb2/igt@i915_selftest@mock@sanitycheck.html * igt@kms_async_flips@alternate-sync-async-flip: - shard-glk: [PASS][58] -> [FAIL][59] ([i915#2521]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk8/igt@kms_async_flips@alternate-sync-async-flip.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk3/igt@kms_async_flips@alternate-sync-async-flip.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-iclb: NOTRUN -> [SKIP][60] ([i915#1769]) +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb8/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-tglb: NOTRUN -> [SKIP][61] ([i915#1769]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-iclb: NOTRUN -> [SKIP][62] ([i915#5286]) +7 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-tglb: NOTRUN -> [SKIP][63] ([i915#5286]) +6 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][64] ([fdo#110725] / [fdo#111614]) +1 similar issue [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_big_fb@linear-32bpp-rotate-90.html - shard-tglb: NOTRUN -> [SKIP][65] ([fdo#111614]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-0: - shard-glk: [PASS][66] -> [FAIL][67] ([i915#1888] / [i915#5138]) +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk7/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk4/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-kbl: NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#3777]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-apl: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#3777]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-tglb: NOTRUN -> [SKIP][70] ([fdo#111615]) +2 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-180: - shard-iclb: NOTRUN -> [SKIP][71] ([fdo#110723]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][72] ([i915#3689] / [i915#3886]) +4 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][73] ([i915#3689]) +9 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][74] ([fdo#109271] / [i915#3886]) +2 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk8/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html - shard-iclb: NOTRUN -> [SKIP][75] ([fdo#109278] / [i915#3886]) +5 similar issues [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#3886]) +6 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl2/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#3886]) +7 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl7/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][78] ([fdo#111615] / [i915#3689]) +4 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb6/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html * igt@kms_cdclk@plane-scaling: - shard-iclb: NOTRUN -> [SKIP][79] ([i915#3742]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_cdclk@plane-scaling.html - shard-tglb: NOTRUN -> [SKIP][80] ([i915#3742]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@kms_cdclk@plane-scaling.html * igt@kms_chamelium@hdmi-edid-change-during-suspend: - shard-apl: NOTRUN -> [SKIP][81] ([fdo#109271] / [fdo#111827]) +8 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl2/igt@kms_chamelium@hdmi-edid-change-during-suspend.html - shard-glk: NOTRUN -> [SKIP][82] ([fdo#109271] / [fdo#111827]) +2 similar issues [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk4/igt@kms_chamelium@hdmi-edid-change-during-suspend.html * igt@kms_chamelium@vga-hpd-after-suspend: - shard-tglb: NOTRUN -> [SKIP][83] ([fdo#109284] / [fdo#111827]) +11 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@kms_chamelium@vga-hpd-after-suspend.html * igt@kms_color@pipe-d-gamma: - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109278] / [i915#1149]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb4/igt@kms_color@pipe-d-gamma.html * igt@kms_color_chamelium@pipe-b-ctm-red-to-blue: - shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109284] / [fdo#111827]) +8 similar issues [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@kms_color_chamelium@pipe-b-ctm-red-to-blue.html * igt@kms_color_chamelium@pipe-c-ctm-limited-range: - shard-kbl: NOTRUN -> [SKIP][86] ([fdo#109271] / [fdo#111827]) +10 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl6/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html * igt@kms_color_chamelium@pipe-c-ctm-max: - shard-snb: NOTRUN -> [SKIP][87] ([fdo#109271] / [fdo#111827]) +2 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb6/igt@kms_color_chamelium@pipe-c-ctm-max.html * igt@kms_color_chamelium@pipe-d-gamma: - shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109278] / [fdo#109284] / [fdo#111827]) +1 similar issue [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@kms_color_chamelium@pipe-d-gamma.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-iclb: NOTRUN -> [SKIP][89] ([i915#3116]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@lic: - shard-apl: NOTRUN -> [TIMEOUT][90] ([i915#1319]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl1/igt@kms_content_protection@lic.html - shard-tglb: NOTRUN -> [SKIP][91] ([i915#1063]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@kms_content_protection@lic.html - shard-kbl: NOTRUN -> [TIMEOUT][92] ([i915#1319]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl7/igt@kms_content_protection@lic.html - shard-iclb: NOTRUN -> [SKIP][93] ([fdo#109300] / [fdo#111066]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@kms_content_protection@lic.html * igt@kms_cursor_crc@pipe-a-cursor-max-size-offscreen: - shard-tglb: NOTRUN -> [SKIP][94] ([i915#3359]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-max-size-offscreen.html * igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen: - shard-tglb: NOTRUN -> [SKIP][95] ([i915#3319]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_cursor_crc@pipe-b-cursor-32x32-offscreen.html * igt@kms_cursor_crc@pipe-c-cursor-512x170-sliding: - shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#5691]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl2/igt@kms_cursor_crc@pipe-c-cursor-512x170-sliding.html * igt@kms_cursor_crc@pipe-c-cursor-512x512-sliding: - shard-tglb: NOTRUN -> [SKIP][97] ([fdo#109279] / [i915#3359]) +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@kms_cursor_crc@pipe-c-cursor-512x512-sliding.html - shard-iclb: NOTRUN -> [SKIP][98] ([fdo#109278] / [fdo#109279]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-512x512-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-256x256-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][99] ([fdo#109278]) +27 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb1/igt@kms_cursor_crc@pipe-d-cursor-256x256-rapid-movement.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-iclb: NOTRUN -> [SKIP][100] ([fdo#109274] / [fdo#109278]) +2 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglb: NOTRUN -> [SKIP][101] ([i915#4103]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium: - shard-tglb: NOTRUN -> [SKIP][102] ([i915#3528]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium.html - shard-iclb: NOTRUN -> [SKIP][103] ([i915#3528]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_draw_crc@draw-method-rgb565-mmap-wc-4tiled: - shard-iclb: NOTRUN -> [SKIP][104] ([i915#5287]) +2 similar issues [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_draw_crc@draw-method-rgb565-mmap-wc-4tiled.html * igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled: - shard-tglb: NOTRUN -> [SKIP][105] ([i915#5287]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-kbl: NOTRUN -> [FAIL][106] ([i915#4767]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-iclb: NOTRUN -> [SKIP][107] ([fdo#109274]) +4 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb1/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-tglb: NOTRUN -> [SKIP][108] ([fdo#109274] / [fdo#111825]) +11 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1: - shard-apl: [PASS][109] -> [FAIL][110] ([i915#79]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-apl7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl2/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-tglb: NOTRUN -> [SKIP][111] ([i915#2587]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling: - shard-iclb: [PASS][112] -> [SKIP][113] ([i915#3701]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-upscaling: - shard-iclb: NOTRUN -> [SKIP][114] ([i915#2587]) +2 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite: - shard-iclb: [PASS][115] -> [FAIL][116] ([i915#1888] / [i915#2546]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move: - shard-iclb: NOTRUN -> [SKIP][117] ([fdo#109280]) +33 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite: - shard-glk: [PASS][118] -> [FAIL][119] ([i915#1888] / [i915#2546]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite: - shard-iclb: NOTRUN -> [FAIL][120] ([i915#1888] / [i915#2546]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-iclb: NOTRUN -> [SKIP][121] ([i915#5438]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff: - shard-snb: NOTRUN -> [SKIP][122] ([fdo#109271]) +93 similar issues [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move: - shard-tglb: NOTRUN -> [SKIP][123] ([fdo#109280] / [fdo#111825]) +40 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc: - shard-kbl: NOTRUN -> [SKIP][124] ([fdo#109271]) +168 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html * igt@kms_hdr@static-swap: - shard-iclb: NOTRUN -> [SKIP][125] ([i915#3555]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_hdr@static-swap.html - shard-tglb: NOTRUN -> [SKIP][126] ([i915#3555]) +2 similar issues [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@kms_hdr@static-swap.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglb: NOTRUN -> [SKIP][127] ([i915#1839]) +1 similar issue [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-iclb: NOTRUN -> [SKIP][128] ([fdo#109289]) +4 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_pipe_crc_basic@hang-read-crc-pipe-d: - shard-apl: NOTRUN -> [SKIP][129] ([fdo#109271] / [i915#533]) +1 similar issue [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl1/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html * igt@kms_plane_lowres@pipe-a-tiling-x: - shard-tglb: NOTRUN -> [SKIP][130] ([i915#3536]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_plane_lowres@pipe-a-tiling-x.html * igt@kms_plane_lowres@pipe-c-tiling-yf: - shard-tglb: NOTRUN -> [SKIP][131] ([fdo#111615] / [fdo#112054]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_plane_lowres@pipe-c-tiling-yf.html - shard-iclb: NOTRUN -> [SKIP][132] ([i915#3536]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_plane_lowres@pipe-c-tiling-yf.html * igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation: - shard-iclb: NOTRUN -> [SKIP][133] ([i915#5176]) +5 similar issues [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb1/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-a-edp-1-downscale-with-rotation.html * igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-c-edp-1-downscale-with-rotation: - shard-tglb: NOTRUN -> [SKIP][134] ([i915#5176]) +7 similar issues [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@kms_plane_scaling@downscale-with-rotation-factor-0-25@pipe-c-edp-1-downscale-with-rotation.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1-planes-upscale-downscale: - shard-tglb: NOTRUN -> [SKIP][135] ([i915#5235]) +3 similar issues [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-edp-1-planes-upscale-downscale.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-edp-1-planes-upscale-downscale: - shard-iclb: NOTRUN -> [SKIP][136] ([i915#5235]) +2 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-edp-1-planes-upscale-downscale.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2-planes-upscale-downscale: - shard-glk: NOTRUN -> [SKIP][137] ([fdo#109271]) +46 similar issues [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-2-planes-upscale-downscale.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area: - shard-iclb: NOTRUN -> [SKIP][138] ([i915#2920]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-kbl: NOTRUN -> [SKIP][139] ([fdo#109271] / [i915#658]) +1 similar issue [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-tglb: NOTRUN -> [SKIP][140] ([i915#2920]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-apl: NOTRUN -> [SKIP][141] ([fdo#109271] / [i915#658]) +1 similar issue [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl1/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html - shard-glk: NOTRUN -> [SKIP][142] ([fdo#109271] / [i915#658]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk9/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-tglb: NOTRUN -> [SKIP][143] ([i915#1911]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@kms_psr2_su@page_flip-nv12.html - shard-iclb: NOTRUN -> [SKIP][144] ([fdo#109642] / [fdo#111068] / [i915#658]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb1/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-tglb: NOTRUN -> [FAIL][145] ([i915#132] / [i915#3467]) +3 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_psr@psr2_cursor_render: - shard-iclb: NOTRUN -> [SKIP][146] ([fdo#109441]) +1 similar issue [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@kms_psr@psr2_cursor_render.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-iclb: [PASS][147] -> [SKIP][148] ([fdo#109441]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb3/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_tv_load_detect@load-detect: - shard-tglb: NOTRUN -> [SKIP][149] ([fdo#109309]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb6/igt@kms_tv_load_detect@load-detect.html - shard-iclb: NOTRUN -> [SKIP][150] ([fdo#109309]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb8/igt@kms_tv_load_detect@load-detect.html * igt@kms_vblank@pipe-b-ts-continuation-suspend: - shard-kbl: [PASS][151] -> [DMESG-WARN][152] ([i915#180]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-kbl4/igt@kms_vblank@pipe-b-ts-continuation-suspend.html [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl1/igt@kms_vblank@pipe-b-ts-continuation-suspend.html * igt@kms_writeback@writeback-pixel-formats: - shard-glk: NOTRUN -> [SKIP][153] ([fdo#109271] / [i915#2437]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk7/igt@kms_writeback@writeback-pixel-formats.html - shard-kbl: NOTRUN -> [SKIP][154] ([fdo#109271] / [i915#2437]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html - shard-iclb: NOTRUN -> [SKIP][155] ([i915#2437]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb4/igt@kms_writeback@writeback-pixel-formats.html - shard-apl: NOTRUN -> [SKIP][156] ([fdo#109271] / [i915#2437]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl7/igt@kms_writeback@writeback-pixel-formats.html - shard-tglb: NOTRUN -> [SKIP][157] ([i915#2437]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb5/igt@kms_writeback@writeback-pixel-formats.html * igt@nouveau_crc@pipe-b-source-rg: - shard-iclb: NOTRUN -> [SKIP][158] ([i915#2530]) +5 similar issues [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@nouveau_crc@pipe-b-source-rg.html * igt@nouveau_crc@pipe-d-ctx-flip-detection: - shard-tglb: NOTRUN -> [SKIP][159] ([i915#2530]) +9 similar issues [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@nouveau_crc@pipe-d-ctx-flip-detection.html - shard-iclb: NOTRUN -> [SKIP][160] ([fdo#109278] / [i915#2530]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb5/igt@nouveau_crc@pipe-d-ctx-flip-detection.html * igt@perf_pmu@rc6-suspend: - shard-kbl: NOTRUN -> [DMESG-WARN][161] ([i915#180]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl1/igt@perf_pmu@rc6-suspend.html * igt@prime_nv_api@i915_nv_double_export: - shard-tglb: NOTRUN -> [SKIP][162] ([fdo#109291]) +1 similar issue [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb7/igt@prime_nv_api@i915_nv_double_export.html * igt@prime_nv_api@i915_nv_import_twice_check_flink_name: - shard-iclb: NOTRUN -> [SKIP][163] ([fdo#109291]) +1 similar issue [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@prime_nv_api@i915_nv_import_twice_check_flink_name.html * igt@prime_vgem@coherency-gtt: - shard-iclb: NOTRUN -> [SKIP][164] ([fdo#109292]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@prime_vgem@coherency-gtt.html - shard-tglb: NOTRUN -> [SKIP][165] ([fdo#111656]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb8/igt@prime_vgem@coherency-gtt.html * igt@sysfs_clients@pidname: - shard-apl: NOTRUN -> [SKIP][166] ([fdo#109271] / [i915#2994]) +2 similar issues [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl7/igt@sysfs_clients@pidname.html * igt@sysfs_clients@recycle: - shard-kbl: NOTRUN -> [SKIP][167] ([fdo#109271] / [i915#2994]) +4 similar issues [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl6/igt@sysfs_clients@recycle.html - shard-tglb: NOTRUN -> [SKIP][168] ([i915#2994]) +3 similar issues [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb6/igt@sysfs_clients@recycle.html * igt@sysfs_clients@split-10: - shard-iclb: NOTRUN -> [SKIP][169] ([i915#2994]) +2 similar issues [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@sysfs_clients@split-10.html - shard-glk: NOTRUN -> [SKIP][170] ([fdo#109271] / [i915#2994]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk3/igt@sysfs_clients@split-10.html #### Possible fixes #### * igt@gem_ctx_isolation@preservation-s3@bcs0: - shard-apl: [DMESG-WARN][171] ([i915#180]) -> [PASS][172] +1 similar issue [171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-apl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglb: [FAIL][173] ([i915#2842]) -> [PASS][174] [173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-tglb8/igt@gem_exec_fair@basic-none-share@rcs0.html [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_flush@basic-uc-set-default: - shard-snb: [SKIP][175] ([fdo#109271]) -> [PASS][176] [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-snb6/igt@gem_exec_flush@basic-uc-set-default.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-snb2/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_softpin@allocator-evict-all-engines: - shard-glk: [FAIL][177] ([i915#4171]) -> [PASS][178] [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk4/igt@gem_softpin@allocator-evict-all-engines.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk3/igt@gem_softpin@allocator-evict-all-engines.html * igt@kms_big_fb@linear-32bpp-rotate-180: - shard-glk: [DMESG-WARN][179] ([i915#118]) -> [PASS][180] [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk3/igt@kms_big_fb@linear-32bpp-rotate-180.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk4/igt@kms_big_fb@linear-32bpp-rotate-180.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: [DMESG-WARN][181] ([i915#180]) -> [PASS][182] +1 similar issue [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-kbl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size: - shard-iclb: [FAIL][183] ([i915#5072]) -> [PASS][184] [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-rgb565-mmap-cpu-ytiled: - shard-glk: [FAIL][185] ([i915#1888] / [i915#5160]) -> [PASS][186] [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk6/igt@kms_draw_crc@draw-method-rgb565-mmap-cpu-ytiled.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk8/igt@kms_draw_crc@draw-method-rgb565-mmap-cpu-ytiled.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp1: - shard-apl: [FAIL][187] ([i915#79]) -> [PASS][188] [187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-apl7/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp1.html [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-apl2/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp1.html * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2: - shard-glk: [FAIL][189] ([i915#79]) -> [PASS][190] [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a2.html * igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c: - shard-iclb: [FAIL][191] ([i915#1888]) -> [PASS][192] [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb1/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c.html [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb8/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c.html - shard-glk: [FAIL][193] ([i915#1036] / [i915#1888]) -> [PASS][194] [193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk1/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk6/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-c.html * igt@kms_psr@psr2_sprite_mmap_cpu: - shard-iclb: [SKIP][195] ([fdo#109441]) -> [PASS][196] +1 similar issue [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb4/igt@kms_psr@psr2_sprite_mmap_cpu.html [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_cpu.html #### Warnings #### * igt@gem_exec_balancer@parallel: - shard-iclb: [DMESG-WARN][197] ([i915#5614]) -> [SKIP][198] ([i915#4525]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb1/igt@gem_exec_balancer@parallel.html [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@gem_exec_balancer@parallel.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-iclb: [SKIP][199] ([i915#4525]) -> [DMESG-WARN][200] ([i915#5614]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb5/igt@gem_exec_balancer@parallel-keep-in-fence.html [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb4/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite: - shard-glk: [FAIL][201] ([i915#2546]) -> [FAIL][202] ([i915#1888] / [i915#2546]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-glk1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-glk6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-iclb: [SKIP][203] ([fdo#111068] / [i915#658]) -> [SKIP][204] ([i915#2920]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb4/igt@kms_psr2_sf@cursor-plane-update-sf.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb2/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-sf: - shard-iclb: [SKIP][205] ([i915#2920]) -> [SKIP][206] ([i915#658]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb2/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb7/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-iclb: [SKIP][207] ([i915#2920]) -> [SKIP][208] ([fdo#111068] / [i915#658]) +1 similar issue [207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11530/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109292]: https://bugs.freedesktop.org/show_bug.cgi?id=109292 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110254]: https://bugs.freedesktop.org/show_bug.cgi?id=110254 [fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725 [fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892 [fdo#111066]: https://bugs.freedesktop.org/show_bug.cgi?id=111066 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111314]: https://bugs.freedesktop.org/show_bug.cgi?id=111314 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112022]: https://bugs.freedesktop.org/show_bug.cgi?id=112022 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1036]: https://gitlab.freedesktop.org/drm/intel/issues/1036 [i915#1063]: https://gitlab.freedesktop.org/drm/intel/issues/1063 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1149]: https://gitlab.freedesktop.org/drm/intel/issues/1149 [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319 [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1904]: https://gitlab.freedesktop.org/drm/intel/issues/1904 [i915#1911]: https://gitlab.freedesktop.org/drm/intel/issues/1911 [i915#232]: https://gitlab.freedesktop.org/drm/intel/issues/232 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2530]: https://gitlab.freedesktop.org/drm/intel/issues/2530 [i915#2546]: https://gitlab.freedesktop.org/drm/intel/issues/2546 [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920 [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994 [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002 [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012 [i915#3063]: https://gitlab.freedesktop.org/drm/intel/issues/3063 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3319]: https://gitlab.freedesktop.org/drm/intel/issues/3319 [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3376]: https://gitlab.freedesktop.org/drm/intel/issues/3376 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3464]: https://gitlab.freedesktop.org/drm/intel/issues/3464 [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3528]: https://gitlab.freedesktop.org/drm/intel/issues/3528 [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3639]: https://gitlab.freedesktop.org/drm/intel/issues/3639 [i915#3648]: https://gitlab.freedesktop.org/drm/intel/issues/3648 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3692]: https://gitlab.freedesktop.org/drm/intel/issues/3692 [i915#3701]: https://gitlab.freedesktop.org/drm/intel/issues/3701 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3777]: https://gitlab.freedesktop.org/drm/intel/issues/3777 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3828]: https://gitlab.freedesktop.org/drm/intel/issues/3828 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4032]: https://gitlab.freedesktop.org/drm/intel/issues/4032 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4171]: https://gitlab.freedesktop.org/drm/intel/issues/4171 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4278]: https://gitlab.freedesktop.org/drm/intel/issues/4278 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4369]: https://gitlab.freedesktop.org/drm/intel/issues/4369 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4807]: https://gitlab.freedesktop.org/drm/intel/issues/4807 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4842]: https://gitlab.freedesktop.org/drm/intel/issues/4842 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4853]: https://gitlab.freedesktop.org/drm/intel/issues/4853 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4874]: https://gitlab.freedesktop.org/drm/intel/issues/4874 [i915#4877]: https://gitlab.freedesktop.org/drm/intel/issues/4877 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4883]: https://gitlab.freedesktop.org/drm/intel/issues/4883 [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884 [i915#4893]: https://gitlab.freedesktop.org/drm/intel/issues/4893 [i915#4904]: https://gitlab.freedesktop.org/drm/intel/issues/4904 [i915#4941]: https://gitlab.freedesktop.org/drm/intel/issues/4941 [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957 [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991 [i915#5072]: https://gitlab.freedesktop.org/drm/intel/issues/5072 [i915#5076]: https://gitlab.freedesktop.org/drm/intel/issues/5076 [i915#5080]: https://gitlab.freedesktop.org/drm/intel/issues/5080 [i915#5098]: https://gitlab.freedesktop.org/drm/intel/issues/5098 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5160]: https://gitlab.freedesktop.org/drm/intel/issues/5160 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5257]: https://gitlab.freedesktop.org/drm/intel/issues/5257 [i915#5264]: https://gitlab.freedesktop.org/drm/intel/issues/5264 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5287]: https://gitlab.freedesktop.org/drm/intel/issues/5287 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5303]: https://gitlab.freedesktop.org/drm/intel/issues/5303 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341 [i915#5385]: https://gitlab.freedesktop.org/drm/intel/issues/5385 [i915#5438]: https://gitlab.freedesktop.org/drm/intel/issues/5438 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#5614]: https://gitlab.freedesktop.org/drm/intel/issues/5614 [i915#5691]: https://gitlab.freedesktop.org/drm/intel/issues/5691 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6442 -> IGTPW_6962 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_11530: aa020e951b9496aafe472b08f182a9635518e638 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6962: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/index.html IGT_6442: 891ce2ff8769675b52dcfff3cf1c91bb711ddb03 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6962/index.html [-- Attachment #2: Type: text/html, Size: 68385 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-21 11:32 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-04-21 6:50 [igt-dev] [PATCH i-g-t] tests/i915/gem_lmem_swapping: Add parallel-random-verify-ccs subtest Zbigniew Kempczyński 2022-04-21 6:56 ` Ramalingam C 2022-04-21 7:08 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2022-04-21 7:31 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2022-04-21 11:32 ` [igt-dev] ✓ 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