* [v2] tests/intel/kms_dsc: add new constraint
@ 2024-01-05 9:02 Swati Sharma
2024-01-05 9:50 ` ✓ Fi.CI.BAT: success for tests/intel/kms_dsc: add new constraint (rev2) Patchwork
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Swati Sharma @ 2024-01-05 9:02 UTC (permalink / raw)
To: igt-dev
If output max bpc is less than min dsc bpc (8) which is supported
by intel driver, don't execute test.
v2: -club all checks together (Ankit)
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1066
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_dsc.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c
index 3433e0907..b5c0fa6ab 100644
--- a/tests/intel/kms_dsc.c
+++ b/tests/intel/kms_dsc.c
@@ -63,6 +63,7 @@ IGT_TEST_DESCRIPTION("Test to validate display stream compression");
#define LEN 20
#define DEFAULT_BPC 0
+#define MIN_DSC_BPC 8
#define TEST_DSC_BASIC (0<<0)
#define TEST_DSC_BPC (1<<0)
@@ -279,8 +280,9 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc,
data->output = output;
data->pipe = pipe;
- if (!(is_dsc_supported_by_sink(data->drm_fd, data->output) &&
- check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe)))
+ if (!is_dsc_supported_by_sink(data->drm_fd, data->output) ||
+ !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) ||
+ igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC)
continue;
if ((test_type & TEST_DSC_OUTPUT_FORMAT) &&
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* ✓ Fi.CI.BAT: success for tests/intel/kms_dsc: add new constraint (rev2) 2024-01-05 9:02 [v2] tests/intel/kms_dsc: add new constraint Swati Sharma @ 2024-01-05 9:50 ` Patchwork 2024-01-05 9:57 ` ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-01-05 9:50 UTC (permalink / raw) To: Swati Sharma; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3972 bytes --] == Series Details == Series: tests/intel/kms_dsc: add new constraint (rev2) URL : https://patchwork.freedesktop.org/series/128239/ State : success == Summary == CI Bug Log - changes from IGT_7657 -> IGTPW_10478 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/index.html Participating hosts (37 -> 37) ------------------------------ Additional (1): bat-rpls-2 Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_10478 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - bat-rpls-2: NOTRUN -> [SKIP][1] ([i915#9318]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@debugfs_test@basic-hwmon.html * igt@gem_tiled_pread_basic: - bat-rpls-2: NOTRUN -> [SKIP][2] ([i915#3282]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@gem_tiled_pread_basic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-rpls-2: NOTRUN -> [SKIP][3] ([i915#4103]) +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_dsc@dsc-basic: - bat-rpls-2: NOTRUN -> [SKIP][4] ([i915#3555] / [i915#3840] / [i915#9886]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-rpls-2: NOTRUN -> [SKIP][5] ([fdo#109285]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2: - fi-bsw-n3050: [PASS][6] -> [DMESG-WARN][7] ([i915#1982]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/fi-bsw-n3050/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/fi-bsw-n3050/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-hdmi-a-2.html * igt@kms_pm_backlight@basic-brightness: - bat-rpls-2: NOTRUN -> [SKIP][8] ([i915#5354]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_rpm@basic-rte: - bat-rpls-2: NOTRUN -> [ABORT][9] ([i915#8668] / [i915#9368] / [i915#9897]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/bat-rpls-2/igt@kms_pm_rpm@basic-rte.html [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9368]: https://gitlab.freedesktop.org/drm/intel/issues/9368 [i915#9886]: https://gitlab.freedesktop.org/drm/intel/issues/9886 [i915#9897]: https://gitlab.freedesktop.org/drm/intel/issues/9897 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7657 -> IGTPW_10478 CI-20190529: 20190529 CI_DRM_14080: d7426b5fc261046501ca418fe0e69ad1d6ba59be @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10478: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/index.html IGT_7657: e43732850c6fa590d4a26413289be4edbbdcaaac @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/index.html [-- Attachment #2: Type: text/html, Size: 4757 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/kms_dsc: add new constraint (rev2) 2024-01-05 9:02 [v2] tests/intel/kms_dsc: add new constraint Swati Sharma 2024-01-05 9:50 ` ✓ Fi.CI.BAT: success for tests/intel/kms_dsc: add new constraint (rev2) Patchwork @ 2024-01-05 9:57 ` Patchwork 2024-01-05 11:17 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-01-05 15:49 ` [v2] tests/intel/kms_dsc: add new constraint Nautiyal, Ankit K 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-01-05 9:57 UTC (permalink / raw) To: Swati Sharma; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 3013 bytes --] == Series Details == Series: tests/intel/kms_dsc: add new constraint (rev2) URL : https://patchwork.freedesktop.org/series/128239/ State : success == Summary == CI Bug Log - changes from XEIGT_7657_BAT -> XEIGTPW_10478_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_10478_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_exec_fault_mode@twice-userptr-invalidate-imm: - bat-atsm-2: NOTRUN -> [SKIP][1] ([Intel XE#288]) +32 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10478/bat-atsm-2/igt@xe_exec_fault_mode@twice-userptr-invalidate-imm.html * igt@xe_prime_self_import@basic-with_one_bo: - bat-atsm-2: [PASS][2] -> [FAIL][3] ([Intel XE#999]) +1 other test fail [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7657/bat-atsm-2/igt@xe_prime_self_import@basic-with_one_bo.html [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10478/bat-atsm-2/igt@xe_prime_self_import@basic-with_one_bo.html #### Possible fixes #### * igt@core_hotunplug@unbind-rebind: - bat-atsm-2: [INCOMPLETE][4] -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7657/bat-atsm-2/igt@core_hotunplug@unbind-rebind.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10478/bat-atsm-2/igt@core_hotunplug@unbind-rebind.html * igt@xe_evict@evict-mixed-threads-small-multi-vm: - bat-atsm-2: [DMESG-WARN][6] -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7657/bat-atsm-2/igt@xe_evict@evict-mixed-threads-small-multi-vm.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10478/bat-atsm-2/igt@xe_evict@evict-mixed-threads-small-multi-vm.html #### Warnings #### * igt@kms_dsc@dsc-basic: - bat-adlp-7: [FAIL][8] ([Intel XE#1066]) -> [SKIP][9] ([Intel XE#455]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7657/bat-adlp-7/igt@kms_dsc@dsc-basic.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10478/bat-adlp-7/igt@kms_dsc@dsc-basic.html [Intel XE#1066]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1066 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/999 Build changes ------------- * IGT: IGT_7657 -> IGTPW_10478 IGTPW_10478: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/index.html IGT_7657: e43732850c6fa590d4a26413289be4edbbdcaaac @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-598-7b3b98d034784b125bad7aca46f9e7a3cfcde45a: 7b3b98d034784b125bad7aca46f9e7a3cfcde45a == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10478/index.html [-- Attachment #2: Type: text/html, Size: 3696 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/kms_dsc: add new constraint (rev2) 2024-01-05 9:02 [v2] tests/intel/kms_dsc: add new constraint Swati Sharma 2024-01-05 9:50 ` ✓ Fi.CI.BAT: success for tests/intel/kms_dsc: add new constraint (rev2) Patchwork 2024-01-05 9:57 ` ✓ CI.xeBAT: " Patchwork @ 2024-01-05 11:17 ` Patchwork 2024-01-05 15:49 ` [v2] tests/intel/kms_dsc: add new constraint Nautiyal, Ankit K 3 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2024-01-05 11:17 UTC (permalink / raw) To: Swati Sharma; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 89079 bytes --] == Series Details == Series: tests/intel/kms_dsc: add new constraint (rev2) URL : https://patchwork.freedesktop.org/series/128239/ State : failure == Summary == CI Bug Log - changes from IGT_7657_full -> IGTPW_10478_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10478_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10478_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_10478/index.html Participating hosts (9 -> 8) ------------------------------ Missing (1): shard-snb-0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10478_full: ### IGT changes ### #### Possible regressions #### * igt@gem_eio@suspend: - shard-dg2: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@gem_eio@suspend.html Known issues ------------ Here are the changes found in IGTPW_10478_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - shard-tglu: NOTRUN -> [SKIP][2] ([i915#9318]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@all-busy-idle-check-all: - shard-mtlp: NOTRUN -> [SKIP][3] ([i915#8414]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@drm_fdinfo@all-busy-idle-check-all.html * igt@drm_fdinfo@busy-idle-check-all@ccs3: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +32 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@drm_fdinfo@busy-idle-check-all@ccs3.html * igt@drm_fdinfo@most-busy-idle-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][5] ([i915#8414]) +4 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-19/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][6] -> [FAIL][7] ([i915#7742]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_ccs@suspend-resume: - shard-dg1: NOTRUN -> [SKIP][8] ([i915#9323]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#7697]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_close_race@multigpu-basic-process.html * igt@gem_close_race@multigpu-basic-threads: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#7697]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg1: NOTRUN -> [SKIP][11] ([i915#8555]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@gem_ctx_persistence@heartbeat-hostile.html - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8555]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@heartbeat-stop: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#8555]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-stop.html * igt@gem_ctx_persistence@legacy-engines-hang: - shard-snb: NOTRUN -> [SKIP][14] ([fdo#109271] / [i915#1099]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb2/igt@gem_ctx_persistence@legacy-engines-hang.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#5882]) +9 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#280]) +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-dg2: NOTRUN -> [ABORT][17] ([i915#7975] / [i915#8213]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-1/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-semaphore: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#4812]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-19/igt@gem_exec_balancer@bonded-semaphore.html * igt@gem_exec_balancer@bonded-sync: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#4771]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-glk: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#6334]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-glk3/igt@gem_exec_capture@capture-invisible@smem0.html - shard-rkl: NOTRUN -> [SKIP][21] ([i915#6334]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/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_10478/shard-glk9/igt@gem_exec_capture@many-4k-incremental.html - shard-dg2: NOTRUN -> [FAIL][23] ([i915#9606]) +1 other test fail [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_exec_capture@many-4k-incremental.html - shard-dg1: NOTRUN -> [FAIL][24] ([i915#9606]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-glk: NOTRUN -> [FAIL][25] ([i915#2842]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-glk7/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace-share: - shard-dg2: NOTRUN -> [SKIP][26] ([i915#3539] / [i915#4852]) +5 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/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_7657/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-10/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4473]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [PASS][30] -> [FAIL][31] ([i915#2842]) +3 other tests fail [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4812]) +3 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@gem_exec_fence@concurrent.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][33] ([i915#4812]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg1: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-rkl: NOTRUN -> [SKIP][35] ([i915#7697]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-root: - shard-rkl: NOTRUN -> [SKIP][36] ([fdo#112283]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +20 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-cpu-read: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#3281]) +2 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html * igt@gem_exec_reloc@basic-write-cpu-active: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#3281]) +5 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-12/igt@gem_exec_reloc@basic-write-cpu-active.html * igt@gem_exec_schedule@preempt-queue: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4537] / [i915#4812]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue.html * igt@gem_fence_thrash@bo-write-verify-x: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4860]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-x.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][42] ([i915#4860]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@gem_fenced_exec_thrash@no-spare-fences.html - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4860]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_lmem_swapping@heavy-multi: - shard-glk: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#4613]) +1 other test skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-glk7/igt@gem_lmem_swapping@heavy-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-tglu: NOTRUN -> [SKIP][45] ([i915#4613]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-9/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4613]) +1 other test skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-3/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#4565]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html * igt@gem_lmem_swapping@random-engines: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#4613]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@gem_lmem_swapping@random-engines.html * igt@gem_madvise@dontneed-before-pwrite: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +6 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@gem_madvise@dontneed-before-pwrite.html * igt@gem_mmap_gtt@basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#4077]) +4 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@gem_mmap_gtt@basic-small-copy-odd.html * igt@gem_mmap_wc@bad-size: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#4083]) +6 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_mmap_wc@bad-size.html * igt@gem_mmap_wc@copy: - shard-dg1: NOTRUN -> [SKIP][52] ([i915#4083]) +4 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-12/igt@gem_mmap_wc@copy.html - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4083]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@gem_mmap_wc@copy.html * igt@gem_pwrite@basic-exhaustion: - shard-dg1: NOTRUN -> [SKIP][54] ([i915#3282]) +1 other test skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-12/igt@gem_pwrite@basic-exhaustion.html - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#3282]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-valid-protected-context: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#4270]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#4270]) +3 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@gem_pxp@regular-baseline-src-copy-readible.html - shard-dg1: NOTRUN -> [SKIP][58] ([i915#4270]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@gem_pxp@regular-baseline-src-copy-readible.html - shard-tglu: NOTRUN -> [SKIP][59] ([i915#4270]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4270]) +3 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#8428]) +3 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_tiled_blits@basic: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4079]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@gem_render_tiled_blits@basic.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4079]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_softpin@evict-snoop: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4885]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@gem_softpin@evict-snoop.html * igt@gem_softpin@evict-snoop-interruptible: - shard-rkl: NOTRUN -> [SKIP][65] ([fdo#109312]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_spin_batch@spin-all-new: - shard-dg2: NOTRUN -> [FAIL][66] ([i915#5889]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@gem_spin_batch@spin-all-new.html * igt@gem_tiled_partial_pwrite_pread@reads: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4077]) +8 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@gem_tiled_partial_pwrite_pread@reads.html * igt@gem_tiled_partial_pwrite_pread@writes: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4077]) +19 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_tiled_partial_pwrite_pread@writes.html * igt@gem_unfence_active_buffers: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4879]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3297]) +6 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-1/igt@gem_userptr_blits@create-destroy-unsync.html - shard-tglu: NOTRUN -> [SKIP][71] ([i915#3297]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-6/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#3297] / [i915#4880]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@mmap-offset-banned@gtt: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3297]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@gem_userptr_blits@mmap-offset-banned@gtt.html * igt@gem_userptr_blits@relocations: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#3281]) +6 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-rkl: NOTRUN -> [SKIP][75] ([i915#3297]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen7_exec_parse@bitmasks: - shard-dg2: NOTRUN -> [SKIP][76] ([fdo#109289]) +5 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@gen7_exec_parse@bitmasks.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-dg1: NOTRUN -> [SKIP][77] ([i915#2527]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-15/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@bb-start-out: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#2527]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@gen9_exec_parse@bb-start-out.html - shard-tglu: NOTRUN -> [SKIP][79] ([i915#2527] / [i915#2856]) +1 other test skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-8/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#2856]) +1 other test skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@gen9_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#2856]) +5 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@gen9_exec_parse@unaligned-access.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#4881]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#6227]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: [PASS][84] -> [INCOMPLETE][85] ([i915#9820] / [i915#9849]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-6/igt@i915_module_load@reload-with-fault-injection.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#6590]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@i915_pm_freq_mult@media-freq@gt0.html - shard-tglu: NOTRUN -> [SKIP][87] ([i915#6590]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-9/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_freq_mult@media-freq@gt1: - shard-mtlp: NOTRUN -> [SKIP][88] ([i915#6590]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@i915_pm_freq_mult@media-freq@gt1.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-mtlp: NOTRUN -> [SKIP][89] ([fdo#109289]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [PASS][90] -> [FAIL][91] ([i915#3591]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-dg2: NOTRUN -> [SKIP][92] ([fdo#109293] / [fdo#109506]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#6621]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][94] ([i915#8925]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_pm_rps@thresholds-idle@gt0: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#8925]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@i915_pm_rps@thresholds-idle@gt0.html - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#8925]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@i915_pm_rps@thresholds-idle@gt0.html * igt@i915_pm_rps@thresholds@gt1: - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#3555] / [i915#8925]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@i915_pm_rps@thresholds@gt1.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#6188]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@i915_query@query-topology-coherent-slice-mask.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#4212]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4212]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#4212]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#8709]) +11 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][103] ([i915#8709]) +3 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#8709]) +11 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4-mc-ccs.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][105] ([i915#8247]) +3 other tests fail [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html * igt@kms_async_flips@crc@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][106] ([i915#8247]) +3 other tests fail [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_async_flips@crc@pipe-c-hdmi-a-3.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#6228]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_async_flips@invalid-async-flip.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][108] ([i915#6229]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#1769] / [i915#3555]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#5286]) +1 other test skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-tglu: NOTRUN -> [SKIP][111] ([fdo#111615] / [i915#5286]) +1 other test skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#4538] / [i915#5286]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][113] ([i915#3638]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-12/igt@kms_big_fb@linear-64bpp-rotate-90.html - shard-tglu: NOTRUN -> [SKIP][114] ([fdo#111614]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][115] ([fdo#111614]) +6 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][116] ([fdo#111614] / [i915#3638]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][117] ([fdo#111614]) +2 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#5190]) +22 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: [PASS][119] -> [FAIL][120] ([i915#3743]) +1 other test fail [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][121] ([fdo#111615]) +2 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-addfb: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#6187]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#4538]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-rkl: NOTRUN -> [SKIP][124] ([fdo#110723]) +1 other test skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][125] ([fdo#111615]) +5 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html - shard-dg2: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5190]) +7 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#2705]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_big_joiner@basic.html - shard-rkl: NOTRUN -> [SKIP][128] ([i915#2705]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-dg2-rc-ccs-cc: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#5354] / [i915#6095]) +31 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y-tiled-ccs: - shard-dg1: NOTRUN -> [SKIP][130] ([i915#5354] / [i915#6095]) +22 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y-tiled-ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-4-tiled-mtl-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][131] ([i915#5354] / [i915#6095]) +19 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_ccs@pipe-a-missing-ccs-buffer-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#5354]) +124 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_ccs@pipe-b-ccs-on-another-bo-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-mc-ccs: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#5354] / [i915#6095]) +6 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-mtl-mc-ccs: - shard-glk: NOTRUN -> [SKIP][134] ([fdo#109271]) +223 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-glk8/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-d-bad-rotation-90-y-tiled-gen12-mc-ccs: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#5354]) +9 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@kms_ccs@pipe-d-bad-rotation-90-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg1: NOTRUN -> [SKIP][136] ([i915#3742]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-19/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-a-dp-4: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#4087] / [i915#7213]) +3 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-a-dp-4.html * igt@kms_cdclk@plane-scaling: - shard-tglu: NOTRUN -> [SKIP][138] ([i915#3742]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-9/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#4087]) +3 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html * igt@kms_chamelium_color@ctm-0-25: - shard-rkl: NOTRUN -> [SKIP][140] ([fdo#111827]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-tglu: NOTRUN -> [SKIP][141] ([fdo#111827]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-dg2: NOTRUN -> [SKIP][142] ([fdo#111827]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@ctm-red-to-blue: - shard-dg1: NOTRUN -> [SKIP][143] ([fdo#111827]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_chamelium_color@ctm-red-to-blue.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#7828]) +8 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@dp-hpd-fast: - shard-tglu: NOTRUN -> [SKIP][145] ([i915#7828]) +1 other test skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-10/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-rkl: NOTRUN -> [SKIP][146] ([i915#7828]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-3/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#7828]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#7828]) +5 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#7116]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@kms_content_protection@atomic.html - shard-tglu: NOTRUN -> [SKIP][150] ([i915#6944] / [i915#7116] / [i915#7118]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-10/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#3299]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][152] ([i915#7173]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][153] ([i915#7118]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#6944]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8814]) +1 other test skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3555]) +2 other tests skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-tglu: NOTRUN -> [SKIP][157] ([i915#3555]) +5 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg1: NOTRUN -> [SKIP][158] ([i915#3555]) +4 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-12/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#3359]) +4 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#3359]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#8814]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-tglu: NOTRUN -> [SKIP][162] ([i915#3359]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][163] ([fdo#111767]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-snb: [PASS][164] -> [SKIP][165] ([fdo#109271]) +9 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-snb7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#9809]) +5 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic: - shard-dg2: NOTRUN -> [SKIP][167] ([fdo#109274] / [i915#5354]) +6 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-tglu: NOTRUN -> [SKIP][168] ([fdo#109274]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-rkl: NOTRUN -> [SKIP][169] ([fdo#111767] / [fdo#111825]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [PASS][170] -> [FAIL][171] ([i915#2346]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg1: NOTRUN -> [SKIP][172] ([i915#9067]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-19/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][173] ([i915#4103] / [i915#4213]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#9227]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html * igt@kms_display_modes@extended-mode-basic: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#3555]) +11 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_display_modes@extended-mode-basic.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][176] ([i915#3804]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#3840]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#3840]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2: NOTRUN -> [SKIP][179] ([i915#3840] / [i915#9053]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-dg1: NOTRUN -> [SKIP][180] ([i915#3840] / [i915#9053]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-19/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_feature_discovery@chamelium: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#4854]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#1839]) +1 other test skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-4x: - shard-dg1: NOTRUN -> [SKIP][183] ([i915#1839]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#9337]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_feature_discovery@dp-mst.html - shard-rkl: NOTRUN -> [SKIP][185] ([i915#9337]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@kms_feature_discovery@dp-mst.html - shard-dg1: NOTRUN -> [SKIP][186] ([i915#9337]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html - shard-tglu: NOTRUN -> [SKIP][187] ([i915#9337]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_feature_discovery@dp-mst.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][188] ([fdo#109274]) +10 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-rkl: NOTRUN -> [SKIP][189] ([fdo#111825]) +3 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-1/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-mtlp: NOTRUN -> [SKIP][190] ([fdo#111767] / [i915#3637]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#3637]) +4 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@kms_flip@2x-flip-vs-suspend-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-dg1: NOTRUN -> [SKIP][192] ([fdo#111825] / [i915#9934]) +3 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html - shard-tglu: NOTRUN -> [SKIP][193] ([fdo#109274] / [i915#3637]) +1 other test skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-9/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#8381]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#2672]) +2 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8810]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][197] ([i915#2587] / [i915#2672]) +2 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][198] ([i915#2587] / [i915#2672]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#2672]) +9 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-dg2: NOTRUN -> [SKIP][200] ([fdo#109285]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][201] ([i915#8708]) +3 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move: - shard-dg2: NOTRUN -> [FAIL][202] ([i915#6880]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][203] ([fdo#111825]) +14 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-dg1: NOTRUN -> [SKIP][204] ([i915#3458]) +6 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#3023]) +6 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][206] ([i915#5460]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#3458]) +30 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#8708]) +27 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt: - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#1825]) +18 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#8708]) +6 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-rkl: NOTRUN -> [SKIP][211] ([fdo#111825] / [i915#1825]) +12 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][212] ([fdo#109280]) +13 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][213] ([fdo#110189]) +9 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#6118]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@invalid-metadata-sizes: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#8228]) +1 other test skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@kms_hdr@invalid-metadata-sizes.html - shard-dg2: NOTRUN -> [SKIP][216] ([i915#3555] / [i915#8228]) +2 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-suspend: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#8228]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_hdr@static-toggle-suspend.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-rkl: NOTRUN -> [SKIP][218] ([fdo#109289]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][219] ([i915#4573]) +1 other test fail [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-glk8/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#3555] / [i915#8821]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][221] ([i915#6953] / [i915#9423]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#9423]) +3 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-dp-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#5176]) +3 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#9423]) +11 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][225] ([i915#5176] / [i915#9423]) +3 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#9423]) +7 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][227] ([i915#5235]) +5 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#5235]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/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-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][229] ([i915#5235]) +5 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#5235] / [i915#9423]) +19 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#5235]) +11 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-12/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#9685]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-dg1: NOTRUN -> [SKIP][233] ([i915#9685]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2: NOTRUN -> [SKIP][234] ([i915#5978]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: [PASS][235] -> [FAIL][236] ([i915#9295]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-2/igt@kms_pm_dc@dc6-dpms.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-rkl: NOTRUN -> [SKIP][237] ([i915#9685]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@kms_pm_dc@dc6-psr.html - shard-tglu: NOTRUN -> [SKIP][238] ([i915#9685]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-6/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#9340]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_pm_lpsp@kms-lpsp.html - shard-rkl: NOTRUN -> [SKIP][240] ([i915#9340]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#9519]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-tglu: NOTRUN -> [SKIP][242] ([i915#9519]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-9/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_pm_rpm@pc8-residency: - shard-mtlp: NOTRUN -> [SKIP][243] ([fdo#109293]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@kms_pm_rpm@pc8-residency.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][244] ([i915#6524]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_prime@basic-modeset-hybrid.html - shard-dg2: NOTRUN -> [SKIP][245] ([i915#6524] / [i915#6805]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#9683]) +3 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#9683]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html - shard-tglu: NOTRUN -> [SKIP][248] ([i915#9683]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-8/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][249] ([fdo#111068] / [i915#9683]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#4348]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-8/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#4235] / [i915#5190]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-tglu: NOTRUN -> [SKIP][252] ([fdo#111615] / [i915#5289]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#4235]) +1 other test skip [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#4235]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8809]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-1/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1: - shard-tglu: [PASS][256] -> [FAIL][257] ([i915#9196]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-9/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html * igt@kms_vrr@flip-dpms: - shard-mtlp: NOTRUN -> [SKIP][258] ([i915#3555] / [i915#8808]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][259] ([i915#2437]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#2437]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@kms_writeback@writeback-fb-id.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][261] ([i915#4349]) +3 other tests fail [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-10/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@rc6-all-gts: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#8516]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-16/igt@perf_pmu@rc6-all-gts.html - shard-tglu: NOTRUN -> [SKIP][263] ([i915#8516]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-2/igt@perf_pmu@rc6-all-gts.html - shard-dg2: NOTRUN -> [SKIP][264] ([i915#8516]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-11/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][265] ([i915#8516]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@perf_pmu@rc6-all-gts.html * igt@prime_udl: - shard-dg2: NOTRUN -> [SKIP][266] ([fdo#109291]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@prime_udl.html * igt@prime_vgem@basic-read: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#3291] / [i915#3708]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-7/igt@prime_vgem@basic-read.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#9917]) [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-snb: NOTRUN -> [FAIL][269] ([i915#9779]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb6/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@v3d/v3d_create_bo@create-bo-zeroed: - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#2575]) +7 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@v3d/v3d_create_bo@create-bo-zeroed.html * igt@v3d/v3d_get_param@get-bad-param: - shard-tglu: NOTRUN -> [SKIP][271] ([fdo#109315] / [i915#2575]) +4 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@v3d/v3d_get_param@get-bad-param.html * igt@v3d/v3d_submit_cl@bad-pad: - shard-rkl: NOTRUN -> [SKIP][272] ([fdo#109315]) +3 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@v3d/v3d_submit_cl@bad-pad.html - shard-dg1: NOTRUN -> [SKIP][273] ([i915#2575]) +5 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-16/igt@v3d/v3d_submit_cl@bad-pad.html * igt@v3d/v3d_submit_csd@job-perfmon: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#2575]) +22 other tests skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@v3d/v3d_submit_csd@job-perfmon.html * igt@v3d/v3d_wait_bo@unused-bo-1ns: - shard-snb: NOTRUN -> [SKIP][275] ([fdo#109271]) +79 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb6/igt@v3d/v3d_wait_bo@unused-bo-1ns.html * igt@vc4/vc4_create_bo@create-bo-zeroed: - shard-rkl: NOTRUN -> [SKIP][276] ([i915#7711]) +1 other test skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-6/igt@vc4/vc4_create_bo@create-bo-zeroed.html * igt@vc4/vc4_perfmon@create-two-perfmon: - shard-dg1: NOTRUN -> [SKIP][277] ([i915#7711]) +2 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@vc4/vc4_perfmon@create-two-perfmon.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#7711]) +9 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-2/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html * igt@vc4/vc4_tiling@get-after-free: - shard-tglu: NOTRUN -> [SKIP][279] ([i915#2575]) +2 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-3/igt@vc4/vc4_tiling@get-after-free.html - shard-mtlp: NOTRUN -> [SKIP][280] ([i915#7711]) +4 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-2/igt@vc4/vc4_tiling@get-after-free.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [FAIL][281] ([i915#7742]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-3/igt@drm_fdinfo@most-busy-check-all@rcs0.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [FAIL][283] ([i915#6268]) -> [PASS][284] [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-tglu: [FAIL][285] ([i915#2842]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-5/igt@gem_exec_fair@basic-none-share@rcs0.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][287] ([i915#2842]) -> [PASS][288] +1 other test pass [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-1/igt@gem_exec_fair@basic-pace-solo@rcs0.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [INCOMPLETE][289] ([i915#9200]) -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-3/igt@i915_module_load@reload-with-fault-injection.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-10/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_selftest@live@hangcheck: - shard-tglu: [ABORT][291] -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-6/igt@i915_selftest@live@hangcheck.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-8/igt@i915_selftest@live@hangcheck.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][293] ([i915#5138]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [FAIL][295] ([i915#3743]) -> [PASS][296] +1 other test pass [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_flip@flip-vs-suspend-interruptible@b-vga1: - shard-snb: [DMESG-WARN][297] ([i915#10007]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-snb2/igt@kms_flip@flip-vs-suspend-interruptible@b-vga1.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible@b-vga1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt: - shard-dg2: [FAIL][299] ([i915#6880]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc: - shard-snb: [SKIP][301] ([fdo#109271]) -> [PASS][302] +5 other tests pass [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [SKIP][303] ([i915#4281]) -> [PASS][304] [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][305] ([i915#9519]) -> [PASS][306] +1 other test pass [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-1/igt@kms_pm_rpm@dpms-lpsp.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][307] ([i915#9519]) -> [PASS][308] +1 other test pass [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg2-10/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-rkl: [INCOMPLETE][309] ([i915#9569]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][311] ([i915#9196]) -> [PASS][312] [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-9/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][313] ([i915#9100]) -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg2-6/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-idle@ccs0: - shard-mtlp: [FAIL][315] ([i915#4349]) -> [PASS][316] +1 other test pass [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-mtlp-2/igt@perf_pmu@busy-idle@ccs0.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-mtlp-5/igt@perf_pmu@busy-idle@ccs0.html * igt@perf_pmu@busy-idle@vcs0: - shard-dg1: [FAIL][317] ([i915#4349]) -> [PASS][318] +1 other test pass [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg1-17/igt@perf_pmu@busy-idle@vcs0.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-13/igt@perf_pmu@busy-idle@vcs0.html #### Warnings #### * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglu: [FAIL][319] ([i915#2876]) -> [FAIL][320] ([i915#2842]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-tglu-8/igt@gem_exec_fair@basic-pace@rcs0.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-tglu-2/igt@gem_exec_fair@basic-pace@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg1: [INCOMPLETE][321] ([i915#9820] / [i915#9849]) -> [INCOMPLETE][322] ([i915#9849]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][323] ([i915#9424]) -> [SKIP][324] ([i915#9433]) [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-dg1-19/igt@kms_content_protection@mei-interface.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-dg1-18/igt@kms_content_protection@mei-interface.html - shard-snb: [INCOMPLETE][325] ([i915#9878]) -> [SKIP][326] ([fdo#109271]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-snb7/igt@kms_content_protection@mei-interface.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-snb6/igt@kms_content_protection@mei-interface.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][327] ([i915#3955]) -> [SKIP][328] ([fdo#110189] / [i915#3955]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-4/igt@kms_fbcon_fbt@psr.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-5/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][329] ([fdo#110189] / [i915#3955]) -> [SKIP][330] ([i915#3955]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7657/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.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#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#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [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#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [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#10007]: https://gitlab.freedesktop.org/drm/intel/issues/10007 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [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#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [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#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [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#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [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#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [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#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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [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#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [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#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [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#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [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#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882 [i915#5889]: https://gitlab.freedesktop.org/drm/intel/issues/5889 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6228]: https://gitlab.freedesktop.org/drm/intel/issues/6228 [i915#6229]: https://gitlab.freedesktop.org/drm/intel/issues/6229 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [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#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9100]: https://gitlab.freedesktop.org/drm/intel/issues/9100 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295 [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318 [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337 [i915#9340]: https://gitlab.freedesktop.org/drm/intel/issues/9340 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9569]: https://gitlab.freedesktop.org/drm/intel/issues/9569 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [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 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9779]: https://gitlab.freedesktop.org/drm/intel/issues/9779 [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820 [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849 [i915#9878]: https://gitlab.freedesktop.org/drm/intel/issues/9878 [i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/intel/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7657 -> IGTPW_10478 CI-20190529: 20190529 CI_DRM_14080: d7426b5fc261046501ca418fe0e69ad1d6ba59be @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10478: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/index.html IGT_7657: e43732850c6fa590d4a26413289be4edbbdcaaac @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10478/index.html [-- Attachment #2: Type: text/html, Size: 108888 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [v2] tests/intel/kms_dsc: add new constraint 2024-01-05 9:02 [v2] tests/intel/kms_dsc: add new constraint Swati Sharma ` (2 preceding siblings ...) 2024-01-05 11:17 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-01-05 15:49 ` Nautiyal, Ankit K 2024-01-05 15:49 ` Nautiyal, Ankit K 3 siblings, 1 reply; 6+ messages in thread From: Nautiyal, Ankit K @ 2024-01-05 15:49 UTC (permalink / raw) To: Swati Sharma, igt-dev On 1/5/2024 2:32 PM, Swati Sharma wrote: > If output max bpc is less than min dsc bpc (8) which is supported > by intel driver, don't execute test. > > v2: -club all checks together (Ankit) > > Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1066 > Signed-off-by: Swati Sharma <swati2.sharma@intel.com> LGTM. Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Regards, Ankit > --- > tests/intel/kms_dsc.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c > index 3433e0907..b5c0fa6ab 100644 > --- a/tests/intel/kms_dsc.c > +++ b/tests/intel/kms_dsc.c > @@ -63,6 +63,7 @@ IGT_TEST_DESCRIPTION("Test to validate display stream compression"); > > #define LEN 20 > #define DEFAULT_BPC 0 > +#define MIN_DSC_BPC 8 > > #define TEST_DSC_BASIC (0<<0) > #define TEST_DSC_BPC (1<<0) > @@ -279,8 +280,9 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc, > data->output = output; > data->pipe = pipe; > > - if (!(is_dsc_supported_by_sink(data->drm_fd, data->output) && > - check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe))) > + if (!is_dsc_supported_by_sink(data->drm_fd, data->output) || > + !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) || > + igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC) > continue; > > if ((test_type & TEST_DSC_OUTPUT_FORMAT) && ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [v2] tests/intel/kms_dsc: add new constraint 2024-01-05 15:49 ` [v2] tests/intel/kms_dsc: add new constraint Nautiyal, Ankit K @ 2024-01-05 15:49 ` Nautiyal, Ankit K 0 siblings, 0 replies; 6+ messages in thread From: Nautiyal, Ankit K @ 2024-01-05 15:49 UTC (permalink / raw) To: Swati Sharma, igt-dev On 1/5/2024 2:32 PM, Swati Sharma wrote: > If output max bpc is less than min dsc bpc (8) which is supported > by intel driver, don't execute test. > > v2: -club all checks together (Ankit) > > Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1066 > Signed-off-by: Swati Sharma <swati2.sharma@intel.com> LGTM. Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Regards, Ankit > --- > tests/intel/kms_dsc.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c > index 3433e0907..b5c0fa6ab 100644 > --- a/tests/intel/kms_dsc.c > +++ b/tests/intel/kms_dsc.c > @@ -63,6 +63,7 @@ IGT_TEST_DESCRIPTION("Test to validate display stream compression"); > > #define LEN 20 > #define DEFAULT_BPC 0 > +#define MIN_DSC_BPC 8 > > #define TEST_DSC_BASIC (0<<0) > #define TEST_DSC_BPC (1<<0) > @@ -279,8 +280,9 @@ static void test_dsc(data_t *data, uint32_t test_type, int bpc, > data->output = output; > data->pipe = pipe; > > - if (!(is_dsc_supported_by_sink(data->drm_fd, data->output) && > - check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe))) > + if (!is_dsc_supported_by_sink(data->drm_fd, data->output) || > + !check_gen11_dp_constraint(data->drm_fd, data->output, data->pipe) || > + igt_get_output_max_bpc(data->drm_fd, output->name) < MIN_DSC_BPC) > continue; > > if ((test_type & TEST_DSC_OUTPUT_FORMAT) && ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-01-05 15:49 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-01-05 9:02 [v2] tests/intel/kms_dsc: add new constraint Swati Sharma 2024-01-05 9:50 ` ✓ Fi.CI.BAT: success for tests/intel/kms_dsc: add new constraint (rev2) Patchwork 2024-01-05 9:57 ` ✓ CI.xeBAT: " Patchwork 2024-01-05 11:17 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-01-05 15:49 ` [v2] tests/intel/kms_dsc: add new constraint Nautiyal, Ankit K 2024-01-05 15:49 ` Nautiyal, Ankit K
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox