* [PATCH] drm/i915/pmu: Remove i915_pmu_event_event_idx()
@ 2025-01-13 18:33 Lucas De Marchi
2025-01-13 18:42 ` Dixit, Ashutosh
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Lucas De Marchi @ 2025-01-13 18:33 UTC (permalink / raw)
To: intel-gfx; +Cc: Lucas De Marchi
perf event already has a default function that returns 0, no need to
override with the same thing.
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
drivers/gpu/drm/i915/i915_pmu.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_pmu.c b/drivers/gpu/drm/i915/i915_pmu.c
index e55db036be1bb..2eecd42f61ba1 100644
--- a/drivers/gpu/drm/i915/i915_pmu.c
+++ b/drivers/gpu/drm/i915/i915_pmu.c
@@ -891,11 +891,6 @@ static void i915_pmu_event_del(struct perf_event *event, int flags)
i915_pmu_event_stop(event, PERF_EF_UPDATE);
}
-static int i915_pmu_event_event_idx(struct perf_event *event)
-{
- return 0;
-}
-
struct i915_str_attribute {
struct device_attribute attr;
const char *str;
@@ -1301,7 +1296,6 @@ void i915_pmu_register(struct drm_i915_private *i915)
pmu->base.start = i915_pmu_event_start;
pmu->base.stop = i915_pmu_event_stop;
pmu->base.read = i915_pmu_event_read;
- pmu->base.event_idx = i915_pmu_event_event_idx;
ret = perf_pmu_register(&pmu->base, pmu->name, -1);
if (ret)
--
2.48.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] drm/i915/pmu: Remove i915_pmu_event_event_idx() 2025-01-13 18:33 [PATCH] drm/i915/pmu: Remove i915_pmu_event_event_idx() Lucas De Marchi @ 2025-01-13 18:42 ` Dixit, Ashutosh 2025-01-13 20:47 ` ✓ i915.CI.BAT: success for " Patchwork 2025-01-15 6:47 ` ✗ i915.CI.Full: failure " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Dixit, Ashutosh @ 2025-01-13 18:42 UTC (permalink / raw) To: Lucas De Marchi; +Cc: intel-gfx On Mon, 13 Jan 2025 10:33:29 -0800, Lucas De Marchi wrote: > > perf event already has a default function that returns 0, no need to > override with the same thing. Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> > --- > drivers/gpu/drm/i915/i915_pmu.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/gpu/drm/i915/i915_pmu.c b/drivers/gpu/drm/i915/i915_pmu.c > index e55db036be1bb..2eecd42f61ba1 100644 > --- a/drivers/gpu/drm/i915/i915_pmu.c > +++ b/drivers/gpu/drm/i915/i915_pmu.c > @@ -891,11 +891,6 @@ static void i915_pmu_event_del(struct perf_event *event, int flags) > i915_pmu_event_stop(event, PERF_EF_UPDATE); > } > > -static int i915_pmu_event_event_idx(struct perf_event *event) > -{ > - return 0; > -} > - > struct i915_str_attribute { > struct device_attribute attr; > const char *str; > @@ -1301,7 +1296,6 @@ void i915_pmu_register(struct drm_i915_private *i915) > pmu->base.start = i915_pmu_event_start; > pmu->base.stop = i915_pmu_event_stop; > pmu->base.read = i915_pmu_event_read; > - pmu->base.event_idx = i915_pmu_event_event_idx; > > ret = perf_pmu_register(&pmu->base, pmu->name, -1); > if (ret) > -- > 2.48.0 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/pmu: Remove i915_pmu_event_event_idx() 2025-01-13 18:33 [PATCH] drm/i915/pmu: Remove i915_pmu_event_event_idx() Lucas De Marchi 2025-01-13 18:42 ` Dixit, Ashutosh @ 2025-01-13 20:47 ` Patchwork 2025-01-15 6:47 ` ✗ i915.CI.Full: failure " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2025-01-13 20:47 UTC (permalink / raw) To: Lucas De Marchi; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 4019 bytes --] == Series Details == Series: drm/i915/pmu: Remove i915_pmu_event_event_idx() URL : https://patchwork.freedesktop.org/series/143476/ State : success == Summary == CI Bug Log - changes from CI_DRM_15948 -> Patchwork_143476v1 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/index.html Participating hosts (44 -> 43) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_143476v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@dmabuf@all-tests: - bat-apl-1: [PASS][1] -> [INCOMPLETE][2] ([i915#12904]) +1 other test incomplete [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/bat-apl-1/igt@dmabuf@all-tests.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/bat-apl-1/igt@dmabuf@all-tests.html * igt@i915_module_load@load: - fi-pnv-d510: [PASS][3] -> [ABORT][4] ([i915#13203]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/fi-pnv-d510/igt@i915_module_load@load.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/fi-pnv-d510/igt@i915_module_load@load.html * igt@i915_pm_rpm@module-reload: - bat-adls-6: [PASS][5] -> [FAIL][6] ([i915#13401]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/bat-adls-6/igt@i915_pm_rpm@module-reload.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/bat-adls-6/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live: - bat-mtlp-8: [PASS][7] -> [DMESG-FAIL][8] ([i915#13393]) +1 other test dmesg-fail [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/bat-mtlp-8/igt@i915_selftest@live.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/bat-mtlp-8/igt@i915_selftest@live.html - bat-arlh-3: [PASS][9] -> [DMESG-FAIL][10] ([i915#12435] / [i915#13393]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/bat-arlh-3/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/bat-arlh-3/igt@i915_selftest@live.html * igt@i915_selftest@live@workarounds: - bat-arlh-3: [PASS][11] -> [DMESG-FAIL][12] ([i915#13393]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/bat-arlh-3/igt@i915_selftest@live@workarounds.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/bat-arlh-3/igt@i915_selftest@live@workarounds.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: [PASS][13] -> [SKIP][14] ([i915#9197]) +2 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html [i915#12435]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12435 [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 [i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203 [i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393 [i915#13401]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13401 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 Build changes ------------- * Linux: CI_DRM_15948 -> Patchwork_143476v1 CI-20190529: 20190529 CI_DRM_15948: 20058aae3e619821197cd32b736893f1d7917ba3 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8188: ef0abf7f39a7ef0ecf2f08c62b90b852c435c755 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_143476v1: 20058aae3e619821197cd32b736893f1d7917ba3 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/index.html [-- Attachment #2: Type: text/html, Size: 4900 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915/pmu: Remove i915_pmu_event_event_idx() 2025-01-13 18:33 [PATCH] drm/i915/pmu: Remove i915_pmu_event_event_idx() Lucas De Marchi 2025-01-13 18:42 ` Dixit, Ashutosh 2025-01-13 20:47 ` ✓ i915.CI.BAT: success for " Patchwork @ 2025-01-15 6:47 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2025-01-15 6:47 UTC (permalink / raw) To: Lucas De Marchi; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 100274 bytes --] == Series Details == Series: drm/i915/pmu: Remove i915_pmu_event_event_idx() URL : https://patchwork.freedesktop.org/series/143476/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15948_full -> Patchwork_143476v1_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_143476v1_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_143476v1_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/Patchwork_143476v1/index.html Participating hosts (11 -> 11) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_143476v1_full: ### IGT changes ### #### Possible regressions #### * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-snb: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb4/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@perf_pmu@all-busy-check-all: - shard-dg1: NOTRUN -> [FAIL][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@perf_pmu@all-busy-check-all.html Known issues ------------ Here are the changes found in Patchwork_143476v1_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411]) +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@api_intel_bb@object-reloc-purge-cache.html - shard-dg1: NOTRUN -> [SKIP][4] ([i915#8411]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@api_intel_bb@object-reloc-purge-cache.html * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#9318]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@debugfs_test@basic-hwmon.html - shard-tglu: NOTRUN -> [SKIP][6] ([i915#9318]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@debugfs_test@basic-hwmon.html * igt@device_reset@cold-reset-bound: - shard-tglu: NOTRUN -> [SKIP][7] ([i915#11078]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#11078]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@device_reset@unbind-cold-reset-rebind.html * igt@device_reset@unbind-reset-rebind: - shard-dg2: [PASS][9] -> [ABORT][10] ([i915#5507]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-10/igt@device_reset@unbind-reset-rebind.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@device_reset@unbind-reset-rebind.html - shard-dg1: NOTRUN -> [ABORT][11] ([i915#11814] / [i915#11815] / [i915#9413]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html * igt@drm_fdinfo@busy-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +9 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@drm_fdinfo@busy-check-all@vecs1.html * igt@drm_fdinfo@busy-idle@vecs0: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#8414]) +6 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@drm_fdinfo@busy-idle@vecs0.html * igt@drm_fdinfo@isolation@vecs0: - shard-dg1: NOTRUN -> [SKIP][14] ([i915#8414]) +7 other tests skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@drm_fdinfo@isolation@vecs0.html * igt@gem_ccs@block-copy-compressed: - shard-rkl: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-rkl: NOTRUN -> [SKIP][16] ([i915#9323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][17] ([i915#3555] / [i915#9323]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@gem_ccs@ctrl-surf-copy.html - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#3555] / [i915#9323]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#13008]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_ccs@suspend-resume: - shard-dg1: NOTRUN -> [SKIP][20] ([i915#9323]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-tglu-1: NOTRUN -> [SKIP][21] ([i915#7697]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@gem_close_race@multigpu-basic-process.html - shard-dg1: NOTRUN -> [SKIP][22] ([i915#7697]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@gem_close_race@multigpu-basic-process.html * igt@gem_close_race@multigpu-basic-threads: - shard-rkl: NOTRUN -> [SKIP][23] ([i915#7697]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@gem_close_race@multigpu-basic-threads.html - shard-tglu: NOTRUN -> [SKIP][24] ([i915#7697]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@gem_close_race@multigpu-basic-threads.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-tglu: NOTRUN -> [SKIP][25] ([i915#6335]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@gem_create@create-ext-cpu-access-sanity-check.html - shard-rkl: NOTRUN -> [SKIP][26] ([i915#6335]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#8555]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#8555]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@legacy-engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][29] ([i915#1099]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb1/igt@gem_ctx_persistence@legacy-engines-mixed-process.html * igt@gem_ctx_sseu@engines: - shard-rkl: NOTRUN -> [SKIP][30] ([i915#280]) +3 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@mmap-args: - shard-tglu-1: NOTRUN -> [SKIP][31] ([i915#280]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@unwedge-stress: - shard-dg1: [PASS][32] -> [FAIL][33] ([i915#12714] / [i915#5784]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg1-13/igt@gem_eio@unwedge-stress.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@hog: - shard-dg1: NOTRUN -> [SKIP][34] ([i915#4812]) +2 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@gem_exec_balancer@hog.html * igt@gem_exec_balancer@parallel-bb-first: - shard-rkl: NOTRUN -> [SKIP][35] ([i915#4525]) +3 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@gem_exec_balancer@parallel-bb-first.html - shard-tglu-1: NOTRUN -> [SKIP][36] ([i915#4525]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@gem_exec_balancer@parallel-bb-first.html * igt@gem_exec_balancer@parallel-keep-in-fence: - shard-tglu: NOTRUN -> [SKIP][37] ([i915#4525]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@gem_exec_balancer@parallel-keep-in-fence.html * igt@gem_exec_balancer@smoke: - shard-rkl: [PASS][38] -> [DMESG-WARN][39] ([i915#12964]) +1 other test dmesg-warn [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-rkl-5/igt@gem_exec_balancer@smoke.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@gem_exec_balancer@smoke.html * igt@gem_exec_flush@basic-uc-rw-default: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_exec_flush@basic-uc-rw-default.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3281]) +8 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#3281]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: NOTRUN -> [SKIP][44] ([i915#3281]) +24 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#3281]) +7 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_suspend@basic-s0: - shard-dg2: [PASS][46] -> [INCOMPLETE][47] ([i915#11441] / [i915#13304]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-8/igt@gem_exec_suspend@basic-s0.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-7/igt@gem_exec_suspend@basic-s0.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [PASS][48] -> [INCOMPLETE][49] ([i915#11441]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-8/igt@gem_exec_suspend@basic-s0@lmem0.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-7/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_exec_suspend@basic-s4-devices: - shard-dg2: NOTRUN -> [ABORT][50] ([i915#7975] / [i915#8213]) +1 other test abort [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@gem_exec_suspend@basic-s4-devices.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg1: [PASS][51] -> [ABORT][52] ([i915#7975] / [i915#8213]) +1 other test abort [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg1-13/igt@gem_exec_suspend@basic-s4-devices@lmem0.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fenced_exec_thrash@no-spare-fences: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4860]) +3 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@gem_fenced_exec_thrash@no-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4860]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][55] ([i915#2190]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@gem_huc_copy@huc-copy.html - shard-tglu-1: NOTRUN -> [SKIP][56] ([i915#2190]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#4613] / [i915#7582]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-random: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4613]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-rkl: NOTRUN -> [SKIP][59] ([i915#4613]) +8 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#12193]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4565]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@random-engines: - shard-glk: NOTRUN -> [SKIP][62] ([i915#4613]) +3 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk6/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][63] ([i915#4613]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-tglu-1: NOTRUN -> [SKIP][64] ([i915#4613]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_mmap@basic: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) +5 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic-small-bo: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4077]) +8 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_mmap_gtt@basic-small-bo.html * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#4077]) +14 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html * igt@gem_mmap_gtt@cpuset-big-copy-xy: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4077]) +2 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@gem_mmap_gtt@cpuset-big-copy-xy.html * igt@gem_mmap_wc@write-cpu-read-wc-unflushed: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4083]) +5 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3282]) +5 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_pread@exhaustion: - shard-dg1: NOTRUN -> [SKIP][71] ([i915#3282]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@gem_pread@exhaustion.html - shard-snb: NOTRUN -> [WARN][72] ([i915#2658]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb1/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-rkl: NOTRUN -> [SKIP][73] ([i915#3282]) +12 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@gem_pwrite@basic-exhaustion.html - shard-glk: NOTRUN -> [WARN][74] ([i915#2658]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk6/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-protected-buffer: - shard-rkl: NOTRUN -> [TIMEOUT][75] ([i915#12964]) +1 other test timeout [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@display-protected-crc: - shard-rkl: NOTRUN -> [SKIP][76] ([i915#4270]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#4270]) +3 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#4270]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [TIMEOUT][79] ([i915#12917] / [i915#12964]) +5 other tests timeout [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_readwrite@write-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3282]) +5 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@gem_readwrite@write-bad-handle.html * igt@gem_render_copy@y-tiled-ccs-to-linear: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#5190] / [i915#8428]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_render_copy@y-tiled-ccs-to-linear.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#8428]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@gem_render_copy@y-tiled-ccs-to-y-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][83] ([i915#8411]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_softpin@evict-snoop: - shard-dg1: NOTRUN -> [SKIP][84] ([i915#4885]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@gem_softpin@evict-snoop.html - shard-dg2: NOTRUN -> [SKIP][85] ([i915#4885]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_softpin@evict-snoop.html * igt@gem_tiled_pread_pwrite: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#4079]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@gem_tiled_pread_pwrite.html * igt@gem_tiled_swapping@non-threaded: - shard-rkl: NOTRUN -> [DMESG-FAIL][87] ([i915#12964]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@gem_tiled_swapping@non-threaded.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#3297]) +3 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][89] ([i915#3323]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk3/igt@gem_userptr_blits@dmabuf-sync.html - shard-rkl: NOTRUN -> [SKIP][90] ([i915#3297] / [i915#3323]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#3297]) +3 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gem_userptr_blits@dmabuf-unsync.html - shard-dg1: NOTRUN -> [SKIP][92] ([i915#3297]) +3 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#3282] / [i915#3297]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#3297] / [i915#4880]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#3297] / [i915#4880]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@relocations: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#3281] / [i915#3297]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@sd-probe: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#3297] / [i915#4958]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@gem_userptr_blits@sd-probe.html * igt@gem_workarounds@suspend-resume-context: - shard-glk: [PASS][98] -> [INCOMPLETE][99] ([i915#13356]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-glk2/igt@gem_workarounds@suspend-resume-context.html [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk9/igt@gem_workarounds@suspend-resume-context.html * igt@gen9_exec_parse@allowed-all: - shard-mtlp: NOTRUN -> [SKIP][100] ([i915#2856]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-snb: NOTRUN -> [SKIP][101] +296 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb7/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@bb-chained: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#2527]) +6 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-oversize: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#2527]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@gen9_exec_parse@bb-oversize.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg2: NOTRUN -> [SKIP][104] ([i915#2856]) +1 other test skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@unaligned-access: - shard-tglu: NOTRUN -> [SKIP][105] ([i915#2527] / [i915#2856]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@gen9_exec_parse@unaligned-access.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#4881]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@i915_fb_tiling.html - shard-dg1: NOTRUN -> [SKIP][107] ([i915#4881]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@i915_fb_tiling.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg1: [PASS][108] -> [DMESG-WARN][109] ([i915#13475]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@i915_module_load@reload-with-fault-injection.html - shard-glk: [PASS][110] -> [DMESG-WARN][111] ([i915#1982]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-glk2/igt@i915_module_load@reload-with-fault-injection.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk9/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][112] ([i915#6412]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@i915_module_load@resize-bar.html - shard-tglu-1: NOTRUN -> [SKIP][113] ([i915#6412]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#8399]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu: NOTRUN -> [SKIP][115] ([i915#8399]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#6590]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rpm@gem-mmap-type: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#13328]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@i915_pm_rpm@gem-mmap-type.html * igt@i915_pm_rps@thresholds-idle: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#11681]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@i915_pm_rps@thresholds-idle.html * igt@i915_pm_rps@thresholds-idle-park: - shard-dg1: NOTRUN -> [SKIP][119] ([i915#11681]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@i915_pm_rps@thresholds-idle-park.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#4387]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@i915_pm_sseu@full-enable.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#6245]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@i915_query@hwconfig_table.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [PASS][122] -> [DMESG-FAIL][123] ([i915#13393]) +1 other test dmesg-fail [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-mtlp-2/igt@i915_selftest@live@workarounds.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@i915_selftest@live@workarounds.html * igt@intel_hwmon@hwmon-read: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#7707]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@intel_hwmon@hwmon-read.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#4212]) +1 other test skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-dg2: NOTRUN -> [SKIP][126] ([i915#5190]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@bad-pitch-63: - shard-dg1: [PASS][127] -> [DMESG-WARN][128] ([i915#4391] / [i915#4423]) +1 other test dmesg-warn [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg1-13/igt@kms_addfb_basic@bad-pitch-63.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_addfb_basic@bad-pitch-63.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#4212]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_async_flips@async-flip-suspend-resume: - shard-glk: NOTRUN -> [INCOMPLETE][130] ([i915#12761]) +1 other test incomplete [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk1/igt@kms_async_flips@async-flip-suspend-resume.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#8709]) +23 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-dp-4-4-mc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-3-y-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#8709]) +7 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-3-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#8709]) +7 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#8709]) +3 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#9531]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#1769] / [i915#3555]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-glk: NOTRUN -> [SKIP][137] ([i915#1769]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_atomic_transition@plane-toggle-modeset-transition: - shard-dg2: [PASS][138] -> [FAIL][139] ([i915#5956]) +1 other test fail [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-10/igt@kms_atomic_transition@plane-toggle-modeset-transition.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_atomic_transition@plane-toggle-modeset-transition.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1: - shard-mtlp: [PASS][140] -> [FAIL][141] ([i915#11808] / [i915#5956]) +1 other test fail [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-mtlp-5/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-tglu-1: NOTRUN -> [SKIP][142] ([i915#5286]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5286]) +6 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb-size-offset-overflow: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#5286]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#5286]) +12 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#5286]) +3 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#3638]) +6 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#3638]) +1 other test skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][149] +10 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#4538] / [i915#5190]) +8 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#6187]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][152] ([i915#4538]) +5 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#6095]) +126 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_ccs@bad-aux-stride-y-tiled-ccs@pipe-c-hdmi-a-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#12313]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][155] ([i915#6095]) +39 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][156] ([i915#12313]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#6095]) +29 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#12805]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#6095]) +138 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#12805]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#6095]) +8 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#12313]) +2 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#10307] / [i915#6095]) +82 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-11/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][164] ([i915#12313]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-dg2: NOTRUN -> [SKIP][165] ([i915#12313]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2: - shard-glk: NOTRUN -> [SKIP][166] +289 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk7/igt@kms_ccs@random-ccs-data-y-tiled-gen12-rc-ccs-cc@pipe-c-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][167] ([i915#6095]) +59 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-c-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#10307] / [i915#10434] / [i915#6095]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_cdclk@mode-transition: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#3742]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#11151] / [i915#7828]) +11 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_color@degamma: - shard-dg2: NOTRUN -> [SKIP][171] +9 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#11151] / [i915#7828]) +7 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html * igt@kms_chamelium_hpd@hdmi-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#11151] / [i915#7828]) +16 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_chamelium_hpd@hdmi-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-tglu: NOTRUN -> [SKIP][174] ([i915#11151] / [i915#7828]) +3 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#11151] / [i915#7828]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-after-suspend: - shard-tglu-1: NOTRUN -> [SKIP][176] ([i915#11151] / [i915#7828]) +4 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-after-suspend.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#7116] / [i915#9424]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-tglu-1: NOTRUN -> [SKIP][178] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@atomic@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][179] ([i915#7173]) +1 other test timeout [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_content_protection@atomic@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg1: NOTRUN -> [SKIP][180] ([i915#3299]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#3299]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-rkl: NOTRUN -> [SKIP][182] ([i915#3116]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_content_protection@dp-mst-type-1.html - shard-tglu: NOTRUN -> [SKIP][183] ([i915#3116] / [i915#3299]) +2 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#7118] / [i915#9424]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic-type-1: - shard-tglu-1: NOTRUN -> [SKIP][185] ([i915#6944] / [i915#9424]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@mei-interface: - shard-rkl: NOTRUN -> [SKIP][186] ([i915#9424]) +2 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#7118] / [i915#9424]) +1 other test skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-dg1: NOTRUN -> [SKIP][188] ([i915#3555]) +5 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#13049]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-random-512x512: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#13049]) +2 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_cursor_crc@cursor-random-512x512.html - shard-dg1: NOTRUN -> [SKIP][191] ([i915#13049]) +1 other test skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_cursor_crc@cursor-random-512x512.html * igt@kms_cursor_crc@cursor-sliding-32x10: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#3555]) +7 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_cursor_crc@cursor-sliding-32x10.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#13049]) +4 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-64x21: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#8814]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-64x21.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#4103]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: NOTRUN -> [SKIP][196] ([i915#4103] / [i915#4213]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][197] +43 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#13046] / [i915#5354]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-rkl: NOTRUN -> [SKIP][199] ([i915#9067]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#4103] / [i915#4213]) +1 other test skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#4213]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#9833]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#9723]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html - shard-tglu-1: NOTRUN -> [SKIP][204] ([i915#9723]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#8588]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#3804]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][207] ([i915#1257]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-fractional-bpp: - shard-rkl: NOTRUN -> [SKIP][208] ([i915#3840]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-dg1: NOTRUN -> [SKIP][209] ([i915#3840]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-rkl: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#3840]) +1 other test skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#3840]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg1: NOTRUN -> [SKIP][212] ([i915#3840] / [i915#9053]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr: - shard-dg1: NOTRUN -> [SKIP][213] ([i915#3469]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_fbcon_fbt@psr.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#3955]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][215] ([i915#4854]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-2x: - shard-rkl: NOTRUN -> [SKIP][216] ([i915#1839]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_feature_discovery@display-2x.html - shard-tglu-1: NOTRUN -> [SKIP][217] ([i915#1839]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@dp-mst: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#9337]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg1: NOTRUN -> [SKIP][219] ([i915#658]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1: - shard-snb: NOTRUN -> [FAIL][220] ([i915#11989]) +1 other test fail [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb7/igt@kms_flip@2x-blocking-wf_vblank@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-dpms-vs-vblank-race: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#3637]) +3 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_flip@2x-dpms-vs-vblank-race.html * igt@kms_flip@2x-flip-vs-dpms: - shard-dg1: NOTRUN -> [SKIP][222] ([i915#9934]) +5 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#9934]) +4 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][224] ([i915#3637]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][225] ([i915#9934]) +12 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-tglu: NOTRUN -> [SKIP][226] ([i915#3637]) +3 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-glk: NOTRUN -> [INCOMPLETE][227] ([i915#12745] / [i915#4839]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk6/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1: - shard-glk: NOTRUN -> [INCOMPLETE][228] ([i915#12745]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk6/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html * igt@kms_flip@plain-flip-fb-recreate: - shard-rkl: NOTRUN -> [FAIL][229] ([i915#11989]) +1 other test fail [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_flip@plain-flip-fb-recreate.html * igt@kms_flip@plain-flip-fb-recreate-interruptible: - shard-mtlp: [PASS][230] -> [FAIL][231] ([i915#11989]) +1 other test fail [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-mtlp-3/igt@kms_flip@plain-flip-fb-recreate-interruptible.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-7/igt@kms_flip@plain-flip-fb-recreate-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][232] ([i915#2672] / [i915#3555]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][233] ([i915#2587] / [i915#2672]) +2 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#2672]) +7 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html - shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#2587] / [i915#2672]) +1 other test skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#2672] / [i915#3555] / [i915#8813]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][237] ([i915#2672] / [i915#8813]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][238] ([i915#2587] / [i915#2672]) +3 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#2672]) +3 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][240] ([i915#2672] / [i915#3555]) +3 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#2672] / [i915#3555]) +2 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#3555] / [i915#8810] / [i915#8813]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#3555] / [i915#8810]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-rkl: NOTRUN -> [SKIP][244] ([i915#2672] / [i915#3555]) +7 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#2672] / [i915#3555]) +3 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#5274]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-pwrite: - shard-dg2: [PASS][248] -> [FAIL][249] ([i915#6880]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-pwrite.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][250] ([i915#5354]) +25 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#8708]) +10 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][252] +47 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-dg1: NOTRUN -> [SKIP][253] ([i915#5439]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][254] ([i915#8708]) +1 other test skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][255] ([i915#3458]) +16 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#8708]) +20 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][257] +47 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][258] ([i915#3023]) +51 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#5439]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-rkl: NOTRUN -> [SKIP][260] ([i915#9766]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html - shard-tglu-1: NOTRUN -> [SKIP][261] ([i915#9766]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#3458]) +17 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#1825]) +8 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][264] ([i915#1825]) +79 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][265] +60 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_hdr@invalid-hdr: - shard-tglu: NOTRUN -> [SKIP][266] ([i915#3555] / [i915#8228]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-rkl: NOTRUN -> [SKIP][267] ([i915#3555] / [i915#8228]) +3 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#3555] / [i915#8228]) +1 other test skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_hdr@static-toggle.html * igt@kms_joiner@basic-big-joiner: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#10656]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-big-joiner: - shard-rkl: NOTRUN -> [SKIP][270] ([i915#12388]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_joiner@basic-force-big-joiner.html - shard-tglu-1: NOTRUN -> [SKIP][271] ([i915#12388]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-tglu-1: NOTRUN -> [SKIP][272] ([i915#12394]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-rkl: NOTRUN -> [SKIP][273] ([i915#10656]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-rkl: NOTRUN -> [SKIP][274] ([i915#12394]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@invalid-modeset-ultra-joiner: - shard-tglu: NOTRUN -> [SKIP][275] ([i915#12339]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_joiner@invalid-modeset-ultra-joiner.html - shard-rkl: NOTRUN -> [SKIP][276] ([i915#12339]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_joiner@invalid-modeset-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: NOTRUN -> [SKIP][277] ([i915#4816]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-rkl: NOTRUN -> [SKIP][278] ([i915#6301]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_panel_fitting@atomic-fastset.html - shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#6301]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][280] ([i915#6301]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_crc_basic@suspend-read-crc: - shard-glk: NOTRUN -> [INCOMPLETE][281] ([i915#12756] / [i915#13409] / [i915#13476]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk8/igt@kms_pipe_crc_basic@suspend-read-crc.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2: - shard-glk: NOTRUN -> [INCOMPLETE][282] ([i915#13409] / [i915#13476]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-hdmi-a-2.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-glk: NOTRUN -> [FAIL][283] ([i915#10647] / [i915#12177]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk7/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1: - shard-glk: NOTRUN -> [FAIL][284] ([i915#10647]) +1 other test fail [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_alpha_blend@constant-alpha-mid: - shard-dg1: [PASS][285] -> [DMESG-WARN][286] ([i915#4423]) +2 other tests dmesg-warn [285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg1-13/igt@kms_plane_alpha_blend@constant-alpha-mid.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_plane_alpha_blend@constant-alpha-mid.html * igt@kms_plane_multiple@tiling-y: - shard-dg2: NOTRUN -> [SKIP][287] ([i915#8806]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_plane_multiple@tiling-y.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#3555]) +11 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#6953]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a: - shard-rkl: NOTRUN -> [SKIP][290] ([i915#12247]) +14 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-a.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation: - shard-tglu-1: NOTRUN -> [SKIP][291] ([i915#3555]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b: - shard-tglu-1: NOTRUN -> [SKIP][292] ([i915#12247]) +3 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][293] ([i915#12247] / [i915#6953]) +1 other test skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-5: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#12247] / [i915#6953]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b: - shard-mtlp: NOTRUN -> [SKIP][295] ([i915#12247]) +3 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-rkl: NOTRUN -> [SKIP][296] ([i915#12247] / [i915#6953]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][297] ([i915#12247] / [i915#3555]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][298] ([i915#12247] / [i915#3555]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a: - shard-tglu: NOTRUN -> [SKIP][299] ([i915#12247]) +3 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b: - shard-dg1: NOTRUN -> [SKIP][300] ([i915#12247]) +22 other tests skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html * igt@kms_pm_backlight@bad-brightness: - shard-dg1: NOTRUN -> [SKIP][301] ([i915#5354]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_backlight@basic-brightness: - shard-tglu: NOTRUN -> [SKIP][302] ([i915#9812]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-rkl: NOTRUN -> [SKIP][303] ([i915#5354]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][304] ([i915#9685]) +2 other tests skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-6/igt@kms_pm_dc@dc5-psr.html - shard-tglu-1: NOTRUN -> [SKIP][305] ([i915#9685]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [PASS][306] -> [SKIP][307] ([i915#4281]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@screens-disabled: - shard-tglu: NOTRUN -> [SKIP][308] ([i915#8430]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][309] ([i915#9519]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html - shard-mtlp: NOTRUN -> [SKIP][310] ([i915#9519]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [PASS][311] -> [SKIP][312] ([i915#9519]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: NOTRUN -> [SKIP][313] ([i915#9519]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][314] ([i915#6524]) +1 other test skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_prime@basic-modeset-hybrid.html - shard-dg2: NOTRUN -> [SKIP][315] ([i915#6524] / [i915#6805]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-snb: NOTRUN -> [SKIP][316] ([i915#11520]) +11 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][317] ([i915#9808]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][318] ([i915#12316]) +2 other tests skip [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][319] ([i915#11520]) +13 other tests skip [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - shard-tglu: NOTRUN -> [SKIP][320] ([i915#11520]) +6 other tests skip [320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - shard-tglu-1: NOTRUN -> [SKIP][321] ([i915#11520]) +4 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][322] ([i915#11520]) +9 other tests skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][323] ([i915#11520]) +8 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk7/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][324] ([i915#11520]) +8 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][325] ([i915#9683]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-p010: - shard-dg1: NOTRUN -> [SKIP][326] ([i915#9683]) +1 other test skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-primary-blt: - shard-mtlp: NOTRUN -> [SKIP][327] ([i915#9688]) +7 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_psr@fbc-pr-primary-blt.html * igt@kms_psr@fbc-psr2-cursor-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][328] ([i915#9732]) +16 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_psr@fbc-psr2-cursor-mmap-cpu.html * igt@kms_psr@fbc-psr2-sprite-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][329] ([i915#1072] / [i915#4423] / [i915#9732]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_psr@fbc-psr2-sprite-mmap-cpu.html * igt@kms_psr@pr-cursor-mmap-cpu: - shard-tglu-1: NOTRUN -> [SKIP][330] ([i915#9732]) +10 other tests skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_psr@pr-cursor-mmap-cpu.html * igt@kms_psr@psr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#1072] / [i915#9732]) +16 other tests skip [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_psr@psr-primary-mmap-cpu.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][332] ([i915#1072] / [i915#9732]) +20 other tests skip [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_psr@psr2-suspend: - shard-rkl: NOTRUN -> [SKIP][333] ([i915#1072] / [i915#9732]) +47 other tests skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@kms_psr@psr2-suspend.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][334] ([i915#9685]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg1: NOTRUN -> [SKIP][335] ([i915#9685]) +1 other test skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][336] ([i915#5289]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][337] ([i915#5289]) +3 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-tglu-1: NOTRUN -> [SKIP][338] ([i915#5289]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][339] ([i915#12755]) +1 other test skip [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-8/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-none: - shard-tglu: NOTRUN -> [SKIP][340] ([i915#3555]) +2 other tests skip [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_selftest@drm_framebuffer: - shard-dg1: NOTRUN -> [ABORT][341] ([i915#13179]) +1 other test abort [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@kms_selftest@drm_framebuffer.html * igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free: - shard-dg2: NOTRUN -> [ABORT][342] ([i915#13179]) +1 other test abort [342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][343] ([i915#5465]) +2 other tests fail [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb1/igt@kms_setmode@basic.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][344] ([i915#3555] / [i915#8809] / [i915#8823]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-rkl: NOTRUN -> [SKIP][345] ([i915#8623]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vblank@query-busy@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [DMESG-WARN][346] ([i915#12964]) +39 other tests dmesg-warn [346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_vblank@query-busy@pipe-a-hdmi-a-1.html * igt@kms_vblank@query-forked-hang: - shard-rkl: NOTRUN -> [DMESG-WARN][347] ([i915#12917] / [i915#12964]) +2 other tests dmesg-warn [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_vblank@query-forked-hang.html * igt@kms_vrr@flip-basic-fastset: - shard-tglu: NOTRUN -> [SKIP][348] ([i915#9906]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-2/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][349] ([i915#3555] / [i915#8808]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@kms_vrr@flipline.html * igt@kms_vrr@negative-basic: - shard-dg1: NOTRUN -> [SKIP][350] ([i915#3555] / [i915#9906]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-13/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg1: NOTRUN -> [SKIP][351] ([i915#9906]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-rkl: NOTRUN -> [SKIP][352] ([i915#9906]) +2 other tests skip [352]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-tglu-1: NOTRUN -> [SKIP][353] ([i915#9906]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-dg1: NOTRUN -> [SKIP][354] ([i915#2437]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-mtlp: NOTRUN -> [SKIP][355] ([i915#2437] / [i915#9412]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-rkl: NOTRUN -> [SKIP][356] ([i915#2437]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-3/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][357] ([i915#2437] / [i915#9412]) +1 other test skip [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-glk: NOTRUN -> [SKIP][358] ([i915#2437]) +1 other test skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk7/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][359] ([i915#2437]) [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-tglu-1: NOTRUN -> [SKIP][360] ([i915#2437] / [i915#9412]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-1/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@global-sseu-config: - shard-dg2: NOTRUN -> [SKIP][361] ([i915#7387]) [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@perf@global-sseu-config.html * igt@perf@mi-rpc: - shard-rkl: NOTRUN -> [SKIP][362] ([i915#2434]) [362]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@perf@mi-rpc.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][363] ([i915#2435]) [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-5/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@module-unload: - shard-dg2: NOTRUN -> [FAIL][364] ([i915#11823]) [364]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@perf_pmu@module-unload.html * igt@perf_pmu@render-node-busy-idle: - shard-mtlp: [PASS][365] -> [FAIL][366] ([i915#4349]) +1 other test fail [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-mtlp-5/igt@perf_pmu@render-node-busy-idle.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-8/igt@perf_pmu@render-node-busy-idle.html * igt@prime_mmap@test_aperture_limit: - shard-dg2: NOTRUN -> [WARN][367] ([i915#9351]) [367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@prime_mmap@test_aperture_limit.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [CRASH][368] ([i915#9351]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][369] ([i915#3708] / [i915#4077]) [369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-5/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][370] ([i915#3291] / [i915#3708]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-gtt: - shard-dg1: NOTRUN -> [SKIP][371] ([i915#3708] / [i915#4077]) [371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-17/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-read: - shard-rkl: NOTRUN -> [SKIP][372] ([i915#3291] / [i915#3708]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][373] ([i915#3708]) +1 other test skip [373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-flip-hang: - shard-dg1: NOTRUN -> [SKIP][374] ([i915#3708]) +1 other test skip [374]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-14/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-dg2: NOTRUN -> [SKIP][375] ([i915#3708]) +1 other test skip [375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@prime_vgem@fence-read-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-rkl: NOTRUN -> [SKIP][376] ([i915#9917]) +1 other test skip [376]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-1/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-dg2: NOTRUN -> [SKIP][377] ([i915#9917]) +1 other test skip [377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-10/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html - shard-dg1: NOTRUN -> [SKIP][378] ([i915#9917]) [378]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html #### Possible fixes #### * igt@gem_eio@hibernate: - shard-dg2: [ABORT][379] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][380] [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-8/igt@gem_eio@hibernate.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@gem_eio@hibernate.html * igt@gem_mmap_offset@clear-via-pagefault: - shard-mtlp: [ABORT][381] ([i915#10729]) -> [PASS][382] +1 other test pass [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-mtlp-2/igt@gem_mmap_offset@clear-via-pagefault.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-mtlp-4/igt@gem_mmap_offset@clear-via-pagefault.html * igt@gen9_exec_parse@allowed-all: - shard-glk: [ABORT][383] ([i915#5566]) -> [PASS][384] [383]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-glk2/igt@gen9_exec_parse@allowed-all.html [384]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk6/igt@gen9_exec_parse@allowed-all.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [ABORT][385] ([i915#10887]) -> [PASS][386] [385]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html [386]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [INCOMPLETE][387] ([i915#12455]) -> [PASS][388] +1 other test pass [387]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg2-7/igt@i915_pm_freq_api@freq-suspend@gt0.html [388]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [INCOMPLETE][389] ([i915#4817]) -> [PASS][390] [389]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html [390]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-tglu: [FAIL][391] ([i915#11808]) -> [PASS][392] +1 other test pass [391]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-tglu-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [392]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-rkl: [DMESG-WARN][393] ([i915#12917] / [i915#12964]) -> [PASS][394] [393]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-rkl-5/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html [394]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_cursor_crc@cursor-sliding-256x256: - shard-snb: [INCOMPLETE][395] -> [PASS][396] +1 other test pass [395]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-snb1/igt@kms_cursor_crc@cursor-sliding-256x256.html [396]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-snb4/igt@kms_cursor_crc@cursor-sliding-256x256.html * igt@kms_cursor_legacy@short-flip-after-cursor-toggle: - shard-glk: [FAIL][397] ([i915#2346]) -> [PASS][398] [397]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-glk8/igt@kms_cursor_legacy@short-flip-after-cursor-toggle.html [398]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-glk3/igt@kms_cursor_legacy@short-flip-after-cursor-toggle.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a1: - shard-tglu: [FAIL][399] ([i915#11989]) -> [PASS][400] +2 other tests pass [399]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-tglu-6/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a1.html [400]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-tglu-7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-hdmi-a1.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [SKIP][401] ([i915#9519]) -> [PASS][402] +1 other test pass [401]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-rkl-5/igt@kms_pm_rpm@modeset-lpsp-stress.html [402]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_selftest@drm_format_helper@drm_format_helper_test-drm_test_fb_xrgb8888_to_xrgb1555: - shard-rkl: [DMESG-WARN][403] ([i915#12964]) -> [PASS][404] +1 other test pass [403]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-rkl-5/igt@kms_selftest@drm_format_helper@drm_format_helper_test-drm_test_fb_xrgb8888_to_xrgb1555.html [404]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-rkl-7/igt@kms_selftest@drm_format_helper@drm_format_helper_test-drm_test_fb_xrgb8888_to_xrgb1555.html * igt@perf_pmu@module-unload: - shard-dg1: [INCOMPLETE][405] -> [PASS][406] [405]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15948/shard-dg1-17/igt@perf_pmu@module-unload.html [406]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/shard-dg1-12/igt@ == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_143476v1/index.html [-- Attachment #2: Type: text/html, Size: 110159 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-15 6:47 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-01-13 18:33 [PATCH] drm/i915/pmu: Remove i915_pmu_event_event_idx() Lucas De Marchi 2025-01-13 18:42 ` Dixit, Ashutosh 2025-01-13 20:47 ` ✓ i915.CI.BAT: success for " Patchwork 2025-01-15 6:47 ` ✗ i915.CI.Full: failure " Patchwork
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.