* [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe
@ 2023-11-23 11:32 Nidhi Gupta
2023-11-23 12:39 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Nidhi Gupta @ 2023-11-23 11:32 UTC (permalink / raw)
To: igt-dev; +Cc: Nidhi Gupta
Added a new subtest as kms_frontbuffer_tracking@pipe-fbc-rte.
It will execute on each pipe with valid output and check if FBC is
enabled or not.
Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
---
tests/intel/kms_frontbuffer_tracking.c | 50 ++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c
index 213069947..bb29be831 100644
--- a/tests/intel/kms_frontbuffer_tracking.c
+++ b/tests/intel/kms_frontbuffer_tracking.c
@@ -53,6 +53,15 @@
* Test category: functionality test
*/
+/**
+ * SUBTEST: pipe-fbc-rte
+ * Description: Sanity test to enable FBC on each pipe.
+ * Driver requirement: i915, xe
+ * Functionality: fbc
+ * Mega feature: General Display Features
+ * Test category: functionality test
+ */
+
#define TIME SLOW_QUICK(1000, 10000)
IGT_TEST_DESCRIPTION("Test the Kernel's frontbuffer tracking mechanism and "
@@ -5015,7 +5024,10 @@ struct option long_options[] = {
igt_main_args("", long_options, help_str, opt_handler, NULL)
{
struct test_mode t;
+ struct modeset_params default_mode_params;
int devid;
+ enum pipe pipe;
+ igt_output_t *output;
igt_fixture {
setup_environment();
@@ -5056,6 +5068,44 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
plane_fbc_rte_subtest(&t);
}
+ igt_subtest_with_dynamic("pipe-fbc-rte") {
+
+ t.pipes = PIPE_SINGLE;
+ t.feature = FEATURE_FBC;
+ t.screen = SCREEN_PRIM;
+ t.fbs = FBS_INDIVIDUAL;
+ t.format = FORMAT_DEFAULT;
+ t.method = IGT_DRAW_BLT;
+ /* Make sure nothing is using these values. */
+ t.flip = -1;
+ t.tiling = opt.tiling;
+
+ default_mode_params = prim_mode_params;
+
+ for_each_pipe(&drm.display, pipe) {
+
+ if (pipe == default_mode_params.pipe) {
+ igt_info("pipe-%s: FBC validated in other subtest\n", kmstest_pipe_name(pipe));
+ continue;
+ }
+
+ if (!intel_fbc_supported_on_chipset(drm.fd, pipe)) {
+ igt_info("Can't test FBC: not supported on pipe-%s\n", kmstest_pipe_name(pipe));
+ continue;
+ }
+
+ for_each_valid_output_on_pipe(&drm.display, pipe, output) {
+ init_mode_params(&prim_mode_params, output, pipe);
+ igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe),
+ igt_output_name(output))
+ rte_subtest(&t);
+ break; /* One output is enough. */
+ }
+
+ prim_mode_params = default_mode_params;
+ }
+ }
+
TEST_MODE_ITER_BEGIN(t)
igt_subtest_f("%s-%s-%s-%s-%s-draw-%s",
--
2.39.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) 2023-11-23 11:32 [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta @ 2023-11-23 12:39 ` Patchwork 2023-11-23 14:12 ` [igt-dev] ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-11-23 12:39 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2039 bytes --] == Series Details == Series: tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) URL : https://patchwork.freedesktop.org/series/126708/ State : success == Summary == CI Bug Log - changes from IGT_7598 -> IGTPW_10254 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/index.html Participating hosts (38 -> 34) ------------------------------ Missing (4): bat-mtlp-8 bat-adlp-11 fi-snb-2520m bat-dg1-5 Known issues ------------ Here are the changes found in IGTPW_10254 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@execlists: - fi-bsw-nick: [PASS][1] -> [ABORT][2] ([i915#9662]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/fi-bsw-nick/igt@i915_selftest@live@execlists.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/fi-bsw-nick/igt@i915_selftest@live@execlists.html #### Possible fixes #### * igt@gem_exec_fence@basic-await@rcs0: - bat-dg2-9: [FAIL][3] -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/bat-dg2-9/igt@gem_exec_fence@basic-await@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/bat-dg2-9/igt@gem_exec_fence@basic-await@rcs0.html [i915#9662]: https://gitlab.freedesktop.org/drm/intel/issues/9662 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7598 -> IGTPW_10254 CI-20190529: 20190529 CI_DRM_13914: 0b1d4056dbe497edc6d866ca5b3f54c5927bd7c0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10254: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/index.html IGT_7598: 6be4fb999857e135d54a6643a57dfe394e9c6f2e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- +igt@kms_frontbuffer_tracking@pipe-fbc-rte == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/index.html [-- Attachment #2: Type: text/html, Size: 2651 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) 2023-11-23 11:32 [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta 2023-11-23 12:39 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) Patchwork @ 2023-11-23 14:12 ` Patchwork 2023-11-25 7:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-11-27 5:39 ` [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Modem, Bhanuprakash 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-11-23 14:12 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 6104 bytes --] == Series Details == Series: tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) URL : https://patchwork.freedesktop.org/series/126708/ State : success == Summary == CI Bug Log - changes from XEIGT_7598_BAT -> XEIGTPW_10254_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_10254_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-oem2: NOTRUN -> [SKIP][1] ([Intel XE#623]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-oem2: NOTRUN -> [SKIP][2] ([Intel XE#624]) [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@tile-pitch-mismatch: - bat-dg2-oem2: NOTRUN -> [FAIL][3] ([Intel XE#609]) +1 other test fail [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_dsc@dsc-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][4] ([Intel XE#423]) [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_dsc@dsc-basic.html * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [PASS][5] -> [FAIL][6] ([Intel XE#480]) +1 other test fail [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7598/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-oem2: NOTRUN -> [SKIP][7] ([i915#5274]) [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@basic: - bat-dg2-oem2: NOTRUN -> [FAIL][8] ([Intel XE#608]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: NOTRUN -> [FAIL][9] ([Intel XE#400] / [Intel XE#616]) +2 other tests fail [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html * igt@xe_exec_fault_mode@many-basic: - bat-dg2-oem2: NOTRUN -> [SKIP][10] ([Intel XE#288]) +17 other tests skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@xe_exec_fault_mode@many-basic.html * igt@xe_huc_copy@huc_copy: - bat-dg2-oem2: NOTRUN -> [SKIP][11] ([Intel XE#255]) [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@xe_huc_copy@huc_copy.html #### Possible fixes #### * {igt@xe_create@create-execqueues-noleak}: - bat-adlp-7: [FAIL][12] ([Intel XE#524]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7598/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-adlp-7/igt@xe_create@create-execqueues-noleak.html * igt@xe_exec_compute_mode@twice-userptr: - bat-dg2-oem2: [INCOMPLETE][14] ([Intel XE#948]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7598/bat-dg2-oem2/igt@xe_exec_compute_mode@twice-userptr.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-dg2-oem2/igt@xe_exec_compute_mode@twice-userptr.html #### Warnings #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [DMESG-FAIL][16] ([Intel XE#282] / [i915#2017]) -> [FAIL][17] ([Intel XE#616] / [Intel XE#750]) [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7598/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/423 [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608 [Intel XE#609]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/609 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623 [Intel XE#624]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/624 [Intel XE#750]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/750 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/948 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 Build changes ------------- * IGT: IGT_7598 -> IGTPW_10254 IGTPW_10254: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/index.html IGT_7598: 6be4fb999857e135d54a6643a57dfe394e9c6f2e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-517-501feae7afed8e9b21700d1185532c18d62ca33a: 501feae7afed8e9b21700d1185532c18d62ca33a == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10254/index.html [-- Attachment #2: Type: text/html, Size: 6958 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) 2023-11-23 11:32 [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta 2023-11-23 12:39 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) Patchwork 2023-11-23 14:12 ` [igt-dev] ✓ CI.xeBAT: " Patchwork @ 2023-11-25 7:32 ` Patchwork 2023-11-27 5:39 ` [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Modem, Bhanuprakash 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-11-25 7:32 UTC (permalink / raw) To: Nidhi Gupta; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 63157 bytes --] == Series Details == Series: tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) URL : https://patchwork.freedesktop.org/series/126708/ State : success == Summary == CI Bug Log - changes from IGT_7598_full -> IGTPW_10254_full ==================================================== Summary ------- **WARNING** Minor unknown changes coming with IGTPW_10254_full need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10254_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_10254/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10254_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_frontbuffer_tracking@pipe-fbc-rte} (NEW): - shard-dg1: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-tglu: NOTRUN -> [SKIP][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-7/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-dg2: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html #### Warnings #### * igt@gem_eio@reset-stress: - shard-snb: [FAIL][4] ([i915#8898]) -> [ABORT][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-snb2/igt@gem_eio@reset-stress.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-snb4/igt@gem_eio@reset-stress.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0}: - shard-tglu: [FAIL][6] ([i915#3591]) -> [WARN][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html New tests --------- New tests have been introduced between IGT_7598_full and IGTPW_10254_full: ### New IGT tests (3) ### * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - Statuses : 4 skip(s) - Exec time: [0.0] s * igt@kms_frontbuffer_tracking@pipe-fbc-rte@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_frontbuffer_tracking@pipe-fbc-rte@pipe-b-hdmi-a-1: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_10254_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8411]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg1: NOTRUN -> [SKIP][9] ([i915#7701]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy@ccs0: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +31 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@drm_fdinfo@busy@ccs0.html * igt@gem_basic@multigpu-create-close: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#7697]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@block-multicopy-compressed: - shard-dg1: NOTRUN -> [SKIP][12] ([i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-14/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#3555]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_create@create-ext-cpu-access-big: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#6335]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_param@set-priority-not-supported: - shard-dg1: NOTRUN -> [SKIP][15] ([fdo#109314]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@heartbeat-many: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#8555]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#280]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][18] ([i915#5784]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@gem_eio@kms.html * igt@gem_exec_balancer@noheartbeat: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#8555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#6334]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#6334]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk4/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_capture@many-4k-incremental: - shard-glk: NOTRUN -> [FAIL][22] ([i915#9606]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk9/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_endless@dispatch@ccs1: - shard-dg2: NOTRUN -> [TIMEOUT][23] ([i915#7016]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@gem_exec_endless@dispatch@ccs1.html * igt@gem_exec_fair@basic-none: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3539] / [i915#4852]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none@rcs0: - shard-glk: NOTRUN -> [FAIL][25] ([i915#2842]) +2 other tests fail [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk9/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fair@basic-pace-share: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4473] / [i915#4771]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_exec_fair@basic-pace-share.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [PASS][27] -> [FAIL][28] ([i915#2842]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#3539]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#3539]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fence@concurrent: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#4812]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@gem_exec_fence@concurrent.html * igt@gem_exec_fence@submit67: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#4812]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-batch-kernel-default-wb: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@gem_exec_flush@basic-batch-kernel-default-wb.html * igt@gem_exec_params@secure-non-master: - shard-dg2: NOTRUN -> [SKIP][34] ([fdo#112283]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_params@secure-non-root: - shard-tglu: NOTRUN -> [SKIP][35] ([fdo#112283]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-8/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +11 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-mtlp: NOTRUN -> [SKIP][37] ([i915#3281]) +3 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-wc-read-active: - shard-dg1: NOTRUN -> [SKIP][38] ([i915#3281]) +4 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@gem_exec_reloc@basic-wc-read-active.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4537] / [i915#4812]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@gem_exec_schedule@reorder-wide.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4860]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#4860]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#4860]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_lmem_swapping@parallel-random: - shard-tglu: NOTRUN -> [SKIP][43] ([i915#4613]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-9/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4565]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_lmem_swapping@random: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4613]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-8/igt@gem_lmem_swapping@random.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#4613]) +2 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk6/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_madvise@dontneed-before-pwrite: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#3282]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_media_fill@media-fill: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#8289]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@gem_media_fill@media-fill.html * igt@gem_mmap@basic-small-bo: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#4083]) +2 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-17/igt@gem_mmap@basic-small-bo.html * igt@gem_mmap_gtt@flink-race: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4077]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_mmap_gtt@flink-race.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#4077]) +18 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4083]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@gem_mmap_wc@close.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#3282]) +7 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@gem_pread@snoop.html * igt@gem_pxp@create-protected-buffer: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#4270]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@create-regular-context-1: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4270]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-6/igt@gem_pxp@create-regular-context-1.html * igt@gem_pxp@display-protected-crc: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4270]) +5 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@gem_pxp@display-protected-crc.html * igt@gem_readwrite@read-write: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#3282]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-17/igt@gem_readwrite@read-write.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4079]) +2 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][59] ([i915#4879]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#3297]) +2 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#3297]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#3297] / [i915#4958]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@vma-merge: - shard-glk: NOTRUN -> [FAIL][63] ([i915#3318]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk3/igt@gem_userptr_blits@vma-merge.html - shard-dg2: NOTRUN -> [FAIL][64] ([i915#3318]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@gem_userptr_blits@vma-merge.html * igt@gen3_mixed_blits: - shard-mtlp: NOTRUN -> [SKIP][65] ([fdo#109289]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@gen3_mixed_blits.html * igt@gen3_render_linear_blits: - shard-dg2: NOTRUN -> [SKIP][66] ([fdo#109289]) +5 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@gen3_render_linear_blits.html * igt@gen9_exec_parse@allowed-all: - shard-glk: [PASS][67] -> [INCOMPLETE][68] ([i915#5566]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-glk9/igt@gen9_exec_parse@allowed-all.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk6/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@allowed-single: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#2856]) +2 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@gen9_exec_parse@allowed-single.html * igt@gen9_exec_parse@batch-invalid-length: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#2856]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@gen9_exec_parse@batch-invalid-length.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-dg2: NOTRUN -> [SKIP][71] ([fdo#109293] / [fdo#109506]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][72] -> [INCOMPLETE][73] ([i915#7790]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-snb5/igt@i915_pm_rps@reset.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][74] ([i915#8925]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_query@query-topology-unsupported: - shard-dg1: NOTRUN -> [SKIP][75] ([fdo#109302]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-19/igt@i915_query@query-topology-unsupported.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#4215]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#4212]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#4212] / [i915#5608]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-glk: NOTRUN -> [SKIP][79] ([fdo#109271] / [i915#1769]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#4538] / [i915#5286]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-17/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][81] ([fdo#111615] / [i915#5286]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-dg1: NOTRUN -> [SKIP][82] ([i915#5286]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][83] ([fdo#111614]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-4/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][84] ([fdo#111614]) +3 other tests skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [PASS][85] -> [FAIL][86] ([i915#3743]) +1 other test fail [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#5190]) +11 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#4538] / [i915#5190]) +7 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-dg1: NOTRUN -> [SKIP][89] ([fdo#111615]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][90] ([fdo#111615]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][91] ([i915#4538]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#2705]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@invalid-modeset: - shard-dg1: NOTRUN -> [SKIP][93] ([i915#2705]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@kms_big_joiner@invalid-modeset.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#4087] / [i915#7213]) +3 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#4087]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-dg1: NOTRUN -> [SKIP][96] ([fdo#111827]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-19/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@ctm-max: - shard-dg2: NOTRUN -> [SKIP][97] ([fdo#111827]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#7828]) +9 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#7828]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-1/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#7828]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-tglu: NOTRUN -> [SKIP][101] ([i915#7828]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-7/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#3555]) +4 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][103] ([i915#7173]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#3299]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#3299]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#7118]) +1 other test skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic: - shard-dg1: NOTRUN -> [SKIP][107] ([i915#7116]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@kms_content_protection@lic.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#7118] / [i915#7162]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][109] ([i915#3359]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-glk: NOTRUN -> [SKIP][110] ([fdo#109271]) +104 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk6/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#3359]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][112] ([fdo#109274] / [fdo#111767] / [i915#5354]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg2: NOTRUN -> [SKIP][113] ([i915#4103] / [i915#4213] / [i915#5608]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][114] ([i915#3546]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-8/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-dg2: NOTRUN -> [SKIP][115] ([fdo#109274] / [i915#5354]) +5 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-tglu: NOTRUN -> [SKIP][116] ([fdo#109274]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][117] -> [FAIL][118] ([i915#2346]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: NOTRUN -> [FAIL][119] ([i915#2346]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@forked-bo@all-pipes: - shard-mtlp: [PASS][120] -> [DMESG-WARN][121] ([i915#2017]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-mtlp-4/igt@kms_cursor_legacy@forked-bo@all-pipes.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-4/igt@kms_cursor_legacy@forked-bo@all-pipes.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#4103] / [i915#4213]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#4103] / [i915#4213]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_display_modes@extended-mode-basic: - shard-tglu: NOTRUN -> [SKIP][124] ([i915#3555]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-7/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][125] ([i915#3555] / [i915#3840] / [i915#4098]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#3840] / [i915#9688]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-formats: - shard-mtlp: NOTRUN -> [SKIP][127] ([i915#3555] / [i915#3840] / [i915#4098]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-8/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#3469]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][129] ([fdo#109274]) +9 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][130] ([fdo#109274] / [fdo#111767]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#8381]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-panning: - shard-snb: NOTRUN -> [SKIP][132] ([fdo#109271]) +9 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-snb4/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-mtlp: NOTRUN -> [SKIP][133] ([i915#3637]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-8/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-mtlp: NOTRUN -> [SKIP][134] ([fdo#111767] / [i915#3637]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-tglu: NOTRUN -> [SKIP][135] ([fdo#109274] / [i915#3637]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-10/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a4: - shard-dg1: [PASS][136] -> [DMESG-WARN][137] ([i915#4423]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg1-16/igt@kms_flip@flip-vs-suspend@d-hdmi-a4.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-14/igt@kms_flip@flip-vs-suspend@d-hdmi-a4.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#2672]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][139] ([i915#2587] / [i915#2672]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-19/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#2587] / [i915#2672]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#2672] / [i915#3555]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#2672]) +2 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][143] ([i915#5274]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#8708]) +19 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#3458]) +25 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][146] ([i915#8708]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#3458]) +6 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#1825]) +10 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][149] ([fdo#111825]) +10 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#5354]) +38 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][151] ([fdo#109280]) +7 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][152] ([i915#8708]) +4 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-farfromfence-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][153] ([fdo#110189]) +2 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html * igt@kms_hdr@bpc-switch: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#8228]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@invalid-metadata-sizes: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8228]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-dpms: - shard-tglu: NOTRUN -> [SKIP][156] ([i915#3555] / [i915#8228]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@kms_hdr@static-toggle-dpms.html * igt@kms_panel_fitting@atomic-fastset: - shard-dg2: NOTRUN -> [SKIP][157] ([i915#6301]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg1: NOTRUN -> [SKIP][158] ([fdo#109289]) +1 other test skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_plane_lowres@tiling-yf: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3555]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][160] ([i915#8806]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#6953]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#5235]) +19 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#5235]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][164] ([i915#5235]) +3 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-hdmi-a-3.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#5235]) +5 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-a-edp-1.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#6524] / [i915#6805]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#9683]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#9683]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr@psr2_dpms: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#9681]) +3 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_psr@psr2_dpms.html * igt@kms_psr@psr2_no_drrs: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#9673]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-17/igt@kms_psr@psr2_no_drrs.html * igt@kms_psr@psr2_primary_mmap_gtt: - shard-tglu: NOTRUN -> [SKIP][171] ([i915#9673]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-3/igt@kms_psr@psr2_primary_mmap_gtt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#9685]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#4235]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#4884]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-12/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#4235] / [i915#5190]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#5289]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][177] ([i915#5465]) +1 other test fail [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-snb1/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#4098]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-tglu: [PASS][179] -> [FAIL][180] ([i915#9196]) +1 other test fail [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1: - shard-mtlp: [PASS][181] -> [FAIL][182] ([i915#9196]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html * igt@kms_writeback@writeback-invalid-parameters: - shard-glk: NOTRUN -> [SKIP][183] ([fdo#109271] / [i915#2437]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk2/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#7387]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-2/igt@perf@global-sseu-config-invalid.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3708] / [i915#4077]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-4/igt@prime_vgem@basic-fence-mmap.html - shard-dg2: NOTRUN -> [SKIP][186] ([i915#3708] / [i915#4077]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@prime_vgem@basic-fence-mmap.html * igt@v3d/v3d_get_param@get-bad-param: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#2575]) +2 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-5/igt@v3d/v3d_get_param@get-bad-param.html * igt@v3d/v3d_submit_cl@multisync-out-syncs: - shard-tglu: NOTRUN -> [SKIP][188] ([fdo#109315] / [i915#2575]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-10/igt@v3d/v3d_submit_cl@multisync-out-syncs.html * igt@v3d/v3d_submit_csd@bad-flag: - shard-dg2: NOTRUN -> [SKIP][189] ([i915#2575]) +12 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-5/igt@v3d/v3d_submit_csd@bad-flag.html * igt@v3d/v3d_wait_bo@unused-bo-0ns: - shard-dg1: NOTRUN -> [SKIP][190] ([i915#2575]) +3 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-18/igt@v3d/v3d_wait_bo@unused-bo-0ns.html * igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#7711]) +6 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@vc4/vc4_dmabuf_poll@poll-read-waits-until-write-done.html * igt@vc4/vc4_label_bo@set-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#7711]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-4/igt@vc4/vc4_label_bo@set-bad-handle.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#7711]) +1 other test skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged.html #### Possible fixes #### * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: [FAIL][194] ([i915#2842]) -> [PASS][195] +1 other test pass [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][196] ([i915#2842]) -> [PASS][197] [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-glk8/igt@gem_exec_fair@basic-pace-share@rcs0.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: [ABORT][198] ([i915#7975] / [i915#8213]) -> [PASS][199] [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg2-2/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][200] ([i915#5493]) -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [INCOMPLETE][202] ([i915#9407]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][204] ([i915#5138]) -> [PASS][205] [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: [FAIL][206] ([i915#3743]) -> [PASS][207] +1 other test pass [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-snb: [SKIP][208] ([fdo#109271]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-snb2/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-snb1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt: - shard-dg2: [FAIL][210] ([i915#6880]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html * {igt@kms_pm_rpm@modeset-lpsp-stress}: - shard-dg2: [SKIP][212] ([i915#9519]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-10/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1: - shard-tglu: [FAIL][214] ([i915#9196]) -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html * igt@perf_pmu@all-busy-idle-check-all: - shard-dg1: [FAIL][216] -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg1-18/igt@perf_pmu@all-busy-idle-check-all.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-15/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][218] ([i915#4349]) -> [PASS][219] +3 other tests pass [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@busy-idle-check-all@vecs0: - shard-dg1: [FAIL][220] ([i915#4349]) -> [PASS][221] +2 other tests pass [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg1-16/igt@perf_pmu@busy-idle-check-all@vecs0.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg1-16/igt@perf_pmu@busy-idle-check-all@vecs0.html #### Warnings #### * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [ABORT][222] -> [INCOMPLETE][223] ([i915#9364]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglu: [FAIL][224] ([i915#2842]) -> [FAIL][225] ([i915#2876]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7598/shard-tglu-7/igt@gem_exec_fair@basic-pace@rcs0.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/shard-tglu-7/igt@gem_exec_fair@basic-pace@rcs0.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#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2876]: https://gitlab.freedesktop.org/drm/intel/issues/2876 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879 [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7016]: https://gitlab.freedesktop.org/drm/intel/issues/7016 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8898]: https://gitlab.freedesktop.org/drm/intel/issues/8898 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323 [i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364 [i915#9407]: https://gitlab.freedesktop.org/drm/intel/issues/9407 [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412 [i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9653]: https://gitlab.freedesktop.org/drm/intel/issues/9653 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9681]: https://gitlab.freedesktop.org/drm/intel/issues/9681 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7598 -> IGTPW_10254 CI-20190529: 20190529 CI_DRM_13914: 0b1d4056dbe497edc6d866ca5b3f54c5927bd7c0 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10254: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/index.html IGT_7598: 6be4fb999857e135d54a6643a57dfe394e9c6f2e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10254/index.html [-- Attachment #2: Type: text/html, Size: 75900 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe 2023-11-23 11:32 [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta ` (2 preceding siblings ...) 2023-11-25 7:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2023-11-27 5:39 ` Modem, Bhanuprakash 3 siblings, 0 replies; 5+ messages in thread From: Modem, Bhanuprakash @ 2023-11-27 5:39 UTC (permalink / raw) To: Nidhi Gupta, igt-dev Hi Nidhi, On 23-11-2023 05:02 pm, Nidhi Gupta wrote: > Added a new subtest as kms_frontbuffer_tracking@pipe-fbc-rte. > It will execute on each pipe with valid output and check if FBC is > enabled or not. Please maintain the rev history. > > Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com> > --- > tests/intel/kms_frontbuffer_tracking.c | 50 ++++++++++++++++++++++++++ > 1 file changed, 50 insertions(+) > > diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c > index 213069947..bb29be831 100644 > --- a/tests/intel/kms_frontbuffer_tracking.c > +++ b/tests/intel/kms_frontbuffer_tracking.c > @@ -53,6 +53,15 @@ > * Test category: functionality test > */ > > +/** > + * SUBTEST: pipe-fbc-rte > + * Description: Sanity test to enable FBC on each pipe. > + * Driver requirement: i915, xe > + * Functionality: fbc > + * Mega feature: General Display Features > + * Test category: functionality test > + */ > + > #define TIME SLOW_QUICK(1000, 10000) > > IGT_TEST_DESCRIPTION("Test the Kernel's frontbuffer tracking mechanism and " > @@ -5015,7 +5024,10 @@ struct option long_options[] = { > igt_main_args("", long_options, help_str, opt_handler, NULL) > { > struct test_mode t; > + struct modeset_params default_mode_params; > int devid; > + enum pipe pipe; > + igt_output_t *output; > > igt_fixture { > setup_environment(); > @@ -5056,6 +5068,44 @@ igt_main_args("", long_options, help_str, opt_handler, NULL) > plane_fbc_rte_subtest(&t); > } > > + igt_subtest_with_dynamic("pipe-fbc-rte") { > + > + t.pipes = PIPE_SINGLE; > + t.feature = FEATURE_FBC; > + t.screen = SCREEN_PRIM; > + t.fbs = FBS_INDIVIDUAL; > + t.format = FORMAT_DEFAULT; > + t.method = IGT_DRAW_BLT; > + /* Make sure nothing is using these values. */ > + t.flip = -1; > + t.tiling = opt.tiling; > + > + default_mode_params = prim_mode_params; Only prim_mode_params.pipe is enough, right? > + > + for_each_pipe(&drm.display, pipe) { > + > + if (pipe == default_mode_params.pipe) { > + igt_info("pipe-%s: FBC validated in other subtest\n", kmstest_pipe_name(pipe)); > + continue; > + } > + > + if (!intel_fbc_supported_on_chipset(drm.fd, pipe)) { > + igt_info("Can't test FBC: not supported on pipe-%s\n", kmstest_pipe_name(pipe)); > + continue; > + } > + > + for_each_valid_output_on_pipe(&drm.display, pipe, output) { > + init_mode_params(&prim_mode_params, output, pipe); > + igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe), > + igt_output_name(output)) > + rte_subtest(&t); We must configure/set the fbc 'setup_fbc()' before starting the subtest. > + break; /* One output is enough. */ > + } > + > + prim_mode_params = default_mode_params; Do we really need this step for each pipe? Also, as we are updating 'prim_mode_params', it may effect other tests if this test fails. Perhaps, you need a igt_fixture to restore 'prim_mode_params' to default. - Bhanu > + } > + } > + > TEST_MODE_ITER_BEGIN(t) > > igt_subtest_f("%s-%s-%s-%s-%s-draw-%s", ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-27 5:39 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-11-23 11:32 [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Nidhi Gupta 2023-11-23 12:39 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe (rev2) Patchwork 2023-11-23 14:12 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-11-25 7:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2023-11-27 5:39 ` [igt-dev] [PATCH i-g-t v2] tests/intel/kms_frontbuffer_tracking: Add new subtest to test FBC on each pipe Modem, Bhanuprakash
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox