* [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver
@ 2023-09-22 16:13 Nemesa Garg
2023-09-22 18:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Nemesa Garg @ 2023-09-22 16:13 UTC (permalink / raw)
To: igt-dev; +Cc: Nemesa Garg
As the xe check is missing the value of open_count
variable is not incrementing and because of this
during drm_close_driver operation based on open_count
value mutex is acquired and there is a callback to
lastclose function.
Signed-off-by: Nemesa Garg <nemesa.garg@intel.com>
---
lib/drmtest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/drmtest.c b/lib/drmtest.c
index e1da66c87..99b655680 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -649,7 +649,7 @@ int drm_open_driver(int chipset)
* starting a test and we install an exit handler to wait until
* idle before quitting.
*/
- if (is_i915_device(fd)) {
+ if (is_i915_device(fd) || is_xe_device(fd)) {
if (__sync_fetch_and_add(&open_count, 1) == 0) {
__cancel_work_at_exit(fd);
at_exit_drm_fd = drm_reopen_driver(fd);
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rmfb: Add check for xe driver 2023-09-22 16:13 [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver Nemesa Garg @ 2023-09-22 18:43 ` Patchwork 2023-09-22 20:01 ` [igt-dev] ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-22 18:43 UTC (permalink / raw) To: Nemesa Garg; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 9387 bytes --] == Series Details == Series: tests/kms_rmfb: Add check for xe driver URL : https://patchwork.freedesktop.org/series/124125/ State : success == Summary == CI Bug Log - changes from CI_DRM_13671 -> IGTPW_9855 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html Participating hosts (39 -> 38) ------------------------------ Additional (1): bat-dg2-8 Missing (2): fi-kbl-soraka fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9855 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_mmap@basic: - bat-dg2-8: NOTRUN -> [SKIP][1] ([i915#4083]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-8: NOTRUN -> [SKIP][2] ([i915#4077]) +2 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@gem_mmap_gtt@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-8: NOTRUN -> [SKIP][3] ([i915#4079]) +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-8: NOTRUN -> [SKIP][4] ([i915#6621]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@i915_pm_rps@basic-api.html * igt@i915_suspend@basic-s2idle-without-i915: - fi-apl-guc: [PASS][5] -> [INCOMPLETE][6] ([i915#1982] / [i915#4528]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html * igt@i915_suspend@basic-s3-without-i915: - bat-adls-5: [PASS][7] -> [FAIL][8] ([fdo#103375]) +3 other tests fail [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-adls-5/igt@i915_suspend@basic-s3-without-i915.html - bat-dg2-8: NOTRUN -> [SKIP][9] ([i915#6645]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-8: NOTRUN -> [SKIP][10] ([i915#5190]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-8: NOTRUN -> [SKIP][11] ([i915#4215] / [i915#5190]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-8: NOTRUN -> [SKIP][12] ([i915#4212]) +6 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#4212] / [i915#5608]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-8: NOTRUN -> [SKIP][14] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-8: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#5274]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_hdmi_inject@inject-audio: - fi-kbl-guc: [PASS][17] -> [FAIL][18] ([IGT#3]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [PASS][19] -> [ABORT][20] ([i915#8668]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1: - bat-dg2-8: NOTRUN -> [INCOMPLETE][21] ([i915#9280]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-1.html * igt@kms_psr@cursor_plane_move: - bat-dg2-8: NOTRUN -> [SKIP][22] ([i915#1072]) +3 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_psr@cursor_plane_move.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-8: NOTRUN -> [SKIP][23] ([i915#3555]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-8: NOTRUN -> [SKIP][24] ([i915#3708]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-8: NOTRUN -> [SKIP][25] ([i915#3708] / [i915#4077]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-dg2-8: NOTRUN -> [SKIP][26] ([i915#3291] / [i915#3708]) +2 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-8/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s0@lmem0: - bat-dg2-9: [INCOMPLETE][27] ([i915#9275]) -> [PASS][28] [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/bat-dg2-9/igt@gem_exec_suspend@basic-s0@lmem0.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-9/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@kms_chamelium_edid@hdmi-edid-read: - {bat-dg2-13}: [DMESG-WARN][29] ([i915#7952]) -> [PASS][30] [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/bat-dg2-13/igt@kms_chamelium_edid@hdmi-edid-read.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7952]: https://gitlab.freedesktop.org/drm/intel/issues/7952 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9280]: https://gitlab.freedesktop.org/drm/intel/issues/9280 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7498 -> IGTPW_9855 CI-20190529: 20190529 CI_DRM_13671: e1973de2c4516e9130157e538014e79c8aa57b41 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9855: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html IGT_7498: 05d14fd260a3cf9dc00ed24733d5589eee32ec08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html [-- Attachment #2: Type: text/html, Size: 10926 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/kms_rmfb: Add check for xe driver 2023-09-22 16:13 [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver Nemesa Garg 2023-09-22 18:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-09-22 20:01 ` Patchwork 2023-09-23 21:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-09-26 10:26 ` [igt-dev] [PATCH] " Sharma, Swati2 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-22 20:01 UTC (permalink / raw) To: Nemesa Garg; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4902 bytes --] == Series Details == Series: tests/kms_rmfb: Add check for xe driver URL : https://patchwork.freedesktop.org/series/124125/ State : success == Summary == CI Bug Log - changes from XEIGT_7498_BAT -> XEIGTPW_9855_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_9855_BAT that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@core_hotunplug@unbind-rebind: - bat-dg2-oem2: [INCOMPLETE][1] ([Intel XE#729]) -> [PASS][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@core_hotunplug@unbind-rebind.html * igt@kms_flip@basic-flip-vs-modeset@b-dp3: - bat-dg2-oem2: [FAIL][3] ([Intel XE#708]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-modeset@b-dp3.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-modeset@b-dp3.html * igt@kms_flip@basic-flip-vs-wf_vblank@c-dp3: - bat-dg2-oem2: [FAIL][5] ([Intel XE#554]) -> [PASS][6] +10 other tests pass [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@c-dp3.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@c-dp3.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-a-dp-3: - bat-dg2-oem2: [DMESG-WARN][7] ([Intel XE#547]) -> [PASS][8] +25 other tests pass [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-a-dp-3.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-xr24@pipe-a-dp-3.html * igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-3: - bat-dg2-oem2: [DMESG-WARN][9] ([Intel XE#712]) -> [PASS][10] +2 other tests pass [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-3.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_pipe_crc_basic@hang-read-crc@pipe-c-dp-3.html * igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-3: - bat-dg2-oem2: [DMESG-FAIL][11] ([Intel XE#712]) -> [PASS][12] +2 other tests pass [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-3.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_pipe_crc_basic@hang-read-crc@pipe-d-dp-3.html #### Warnings #### * igt@kms_frontbuffer_tracking@basic: - bat-dg2-oem2: [DMESG-WARN][13] ([Intel XE#712]) -> [FAIL][14] ([Intel XE#608]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12: - bat-dg2-oem2: [DMESG-WARN][15] ([Intel XE#547]) -> [FAIL][16] ([Intel XE#400]) +2 other tests fail [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7498/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#547]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/547 [Intel XE#554]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/554 [Intel XE#608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/608 [Intel XE#708]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/708 [Intel XE#712]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/712 [Intel XE#729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/729 Build changes ------------- * IGT: IGT_7498 -> IGTPW_9855 IGTPW_9855: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html IGT_7498: 05d14fd260a3cf9dc00ed24733d5589eee32ec08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-390-6149acb947f2f8b65ee1a058982a5d6fce3124ec: 6149acb947f2f8b65ee1a058982a5d6fce3124ec == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9855/index.html [-- Attachment #2: Type: text/html, Size: 5793 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_rmfb: Add check for xe driver 2023-09-22 16:13 [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver Nemesa Garg 2023-09-22 18:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-22 20:01 ` [igt-dev] ✓ CI.xeBAT: " Patchwork @ 2023-09-23 21:34 ` Patchwork 2023-09-26 10:26 ` [igt-dev] [PATCH] " Sharma, Swati2 3 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2023-09-23 21:34 UTC (permalink / raw) To: Nemesa Garg; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 90431 bytes --] == Series Details == Series: tests/kms_rmfb: Add check for xe driver URL : https://patchwork.freedesktop.org/series/124125/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13671_full -> IGTPW_9855_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9855_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9855_full, please notify your bug team (lgci.bug.filing@intel.com) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html Participating hosts (9 -> 10) ------------------------------ Additional (1): shard-rkl0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9855_full: ### IGT changes ### #### Possible regressions #### * igt@api_intel_bb@object-noreloc-keep-cache-simple: - shard-mtlp: NOTRUN -> [TIMEOUT][1] +1 other test timeout [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@api_intel_bb@object-noreloc-keep-cache-simple.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-mtlp: [PASS][2] -> [TIMEOUT][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-7/igt@gem_ctx_exec@basic-nohangcheck.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [PASS][4] -> [INCOMPLETE][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@kms_rotation_crc@primary-rotation-90: - shard-rkl: [PASS][6] -> [INCOMPLETE][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_rotation_crc@primary-rotation-90.html * igt@prime_vgem@basic-fence-blt: - shard-mtlp: NOTRUN -> [FAIL][8] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@prime_vgem@basic-fence-blt.html #### Warnings #### * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-mtlp: [SKIP][9] ([fdo#111615]) -> [TIMEOUT][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-1/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs: - shard-mtlp: [SKIP][11] ([i915#5354] / [i915#6095]) -> [TIMEOUT][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-4/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html Known issues ------------ Here are the changes found in IGTPW_9855_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@object-reloc-keep-cache: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#8411]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@api_intel_bb@object-reloc-keep-cache.html - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#8411]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@api_intel_bb@object-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#8411]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@cold-reset-bound: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#7701]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@busy-check-all@vecs1: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#8414]) +11 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@drm_fdinfo@busy-check-all@vecs1.html * igt@drm_fdinfo@idle@rcs0: - shard-rkl: NOTRUN -> [FAIL][18] ([i915#7742]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@drm_fdinfo@idle@rcs0.html * igt@drm_fdinfo@isolation@rcs0: - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8414]) +6 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@drm_fdinfo@isolation@rcs0.html * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [PASS][20] -> [FAIL][21] ([i915#7742]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_bad_reloc@negative-reloc-lut: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#3281]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-1/igt@gem_bad_reloc@negative-reloc-lut.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4873]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@gem_caching@writes.html * igt@gem_ccs@block-copy-compressed: - shard-mtlp: NOTRUN -> [SKIP][24] ([i915#3555]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-7/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-mtlp: NOTRUN -> [SKIP][25] ([i915#9323]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0: - shard-dg2: [PASS][26] -> [INCOMPLETE][27] ([i915#7297]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-7/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html * igt@gem_close_race@multigpu-basic-process: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#7697]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@busy-create@smem0: - shard-snb: [PASS][29] -> [ABORT][30] ([i915#8865]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-snb1/igt@gem_create@busy-create@smem0.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb7/igt@gem_create@busy-create@smem0.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][31] ([i915#6335]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_param@set-priority-not-supported: - shard-mtlp: NOTRUN -> [SKIP][32] ([fdo#109314]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@hang: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#8555]) +3 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@gem_ctx_persistence@hang.html - shard-dg2: NOTRUN -> [SKIP][34] ([i915#8555]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@hostile: - shard-snb: NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#1099]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb5/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_sseu@mmap-args: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#280]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-dg2: [PASS][37] -> [ABORT][38] ([i915#7975] / [i915#8213]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-11/igt@gem_eio@hibernate.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-1/igt@gem_eio@hibernate.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-rkl: NOTRUN -> [SKIP][39] ([i915#6334]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-19/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [PASS][41] -> [FAIL][42] ([i915#2842]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: NOTRUN -> [FAIL][43] ([i915#2842]) +2 other tests fail [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@gem_exec_fair@basic-none@bcs0.html - shard-tglu: NOTRUN -> [FAIL][44] ([i915#2842]) +4 other tests fail [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-8/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#3539]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-6/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4812]) +2 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_exec_fence@concurrent.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_params@secure-non-master: - shard-dg2: NOTRUN -> [SKIP][48] ([fdo#112283]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@gem_exec_params@secure-non-master.html - shard-mtlp: NOTRUN -> [SKIP][49] ([fdo#112283]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#3281]) +2 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@gem_exec_reloc@basic-gtt.html * igt@gem_exec_reloc@basic-write-wc: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3281]) +24 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@gem_exec_reloc@basic-write-wc.html * igt@gem_exec_schedule@deep@rcs0: - shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4537]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@gem_exec_schedule@deep@rcs0.html * igt@gem_exec_schedule@preempt-engines@ccs0: - shard-mtlp: [PASS][53] -> [FAIL][54] ([i915#9119]) +4 other tests fail [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-8/igt@gem_exec_schedule@preempt-engines@ccs0.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@ccs0.html * igt@gem_exec_schedule@preempt-engines@rcs0: - shard-mtlp: [PASS][55] -> [DMESG-FAIL][56] ([i915#8962] / [i915#9121]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-8/igt@gem_exec_schedule@preempt-engines@rcs0.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@gem_exec_schedule@preempt-engines@rcs0.html * igt@gem_exec_schedule@preempt-queue: - shard-dg2: NOTRUN -> [SKIP][57] ([i915#4537] / [i915#4812]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4537] / [i915#4812]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_whisper@basic-fds-forked-all: - shard-tglu: NOTRUN -> [INCOMPLETE][59] ([i915#6755] / [i915#7392]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-2/igt@gem_exec_whisper@basic-fds-forked-all.html * igt@gem_exec_whisper@basic-queues-forked-all: - shard-mtlp: NOTRUN -> [TIMEOUT][60] ([i915#7392]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@gem_exec_whisper@basic-queues-forked-all.html * igt@gem_fenced_exec_thrash@2-spare-fences: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#4860]) +1 other test skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@gem_fenced_exec_thrash@2-spare-fences.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4860]) +5 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_swapping@heavy-random: - shard-rkl: NOTRUN -> [SKIP][63] ([i915#4613]) +1 other test skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4613]) +6 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8289]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@gem_media_fill@media-fill.html * igt@gem_mmap@bad-size: - shard-mtlp: NOTRUN -> [SKIP][66] ([i915#4083]) +6 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@gem_mmap@bad-size.html * igt@gem_mmap_gtt@basic-write-read: - shard-mtlp: NOTRUN -> [SKIP][67] ([i915#4077]) +24 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_mmap_gtt@basic-write-read.html * igt@gem_mmap_wc@write-wc-read-gtt: - shard-dg2: NOTRUN -> [SKIP][68] ([i915#4083]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@gem_mmap_wc@write-wc-read-gtt.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][69] ([i915#2658]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb4/igt@gem_pread@exhaustion.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#4270]) +2 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4270]) +5 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_pxp@verify-pxp-stale-ctx-execution: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#4270]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@gem_pxp@verify-pxp-stale-ctx-execution.html * igt@gem_readwrite@beyond-eob: - shard-rkl: NOTRUN -> [SKIP][73] ([i915#3282]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-6/igt@gem_readwrite@beyond-eob.html * igt@gem_readwrite@read-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#3282]) +10 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-7/igt@gem_readwrite@read-bad-handle.html * igt@gem_readwrite@read-write: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#3282]) +3 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@gem_readwrite@read-write.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs: - shard-glk: NOTRUN -> [SKIP][76] ([fdo#109271]) +27 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-glk5/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html * igt@gem_render_copy@y-tiled-ccs-to-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#8428]) +15 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled.html * igt@gem_tiled_pread_basic: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#4079]) +3 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_tiled_pread_basic.html * igt@gem_tiled_pread_pwrite: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#4079]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@gem_tiled_pread_pwrite.html * igt@gem_tiled_wb: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#4077]) +7 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-7/igt@gem_tiled_wb.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3297]) +5 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: NOTRUN -> [FAIL][83] ([i915#9353]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@gem_userptr_blits@nohangcheck.html * igt@gen3_mixed_blits: - shard-rkl: NOTRUN -> [SKIP][84] ([fdo#109289]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@gen3_mixed_blits.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][85] ([fdo#109289]) +10 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [PASS][86] -> [INCOMPLETE][87] ([i915#5566]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-apl2/igt@gen9_exec_parse@allowed-all.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-apl4/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#2856]) +3 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@gen9_exec_parse@unaligned-access.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#2856]) +5 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@gen9_exec_parse@unaligned-jump.html * igt@gen9_exec_parse@valid-registers: - shard-rkl: NOTRUN -> [SKIP][90] ([i915#2527]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@gen9_exec_parse@valid-registers.html * igt@i915_hangman@engine-engine-error@vcs0: - shard-mtlp: NOTRUN -> [FAIL][91] ([i915#7069]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@i915_hangman@engine-engine-error@vcs0.html * igt@i915_module_load@load: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#6227]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@i915_module_load@load.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-mtlp: NOTRUN -> [SKIP][93] ([i915#8436]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-rkl: NOTRUN -> [SKIP][94] ([i915#8399]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_api@freq-suspend: - shard-tglu: NOTRUN -> [SKIP][95] ([i915#8399]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-7/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_mult@media-freq@gt1: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#6590]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@i915_pm_freq_mult@media-freq@gt1.html * igt@i915_pm_rpm@gem-mmap-type@gtt-smem0: - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#8431]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][98] ([i915#1397]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@pc8-residency: - shard-dg2: NOTRUN -> [SKIP][99] ([fdo#109506]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rpm@system-suspend: - shard-mtlp: [PASS][100] -> [ABORT][101] ([i915#9262]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-7/igt@i915_pm_rpm@system-suspend.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@i915_pm_rpm@system-suspend.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#6621]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-mtlp: NOTRUN -> [SKIP][103] ([i915#8925]) +3 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6188]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@i915_query@query-topology-coherent-slice-mask.html - shard-dg2: NOTRUN -> [SKIP][105] ([i915#6188]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][106] ([i915#9311] / [i915#9312]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@sysfs-reader: - shard-snb: NOTRUN -> [DMESG-WARN][107] ([i915#8841]) +6 other tests dmesg-warn [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb5/igt@i915_suspend@sysfs-reader.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#4212]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-mtlp: NOTRUN -> [SKIP][109] ([i915#4212]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][110] ([i915#6229]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#1769] / [i915#3555]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][112] ([i915#1769] / [i915#3555]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html - shard-tglu: NOTRUN -> [SKIP][113] ([i915#1769] / [i915#3555]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#5286]) +2 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: NOTRUN -> [FAIL][115] ([i915#5138]) +1 other test fail [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][116] ([fdo#111614]) +8 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_big_fb@linear-64bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][117] ([fdo#111614]) +5 other tests skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][118] ([fdo#111614] / [i915#3638]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-mtlp: NOTRUN -> [SKIP][119] ([fdo#111615]) +22 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#5190]) +7 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html - shard-tglu: [PASS][121] -> [FAIL][122] ([i915#3743]) +1 other test fail [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#4538] / [i915#5190]) +5 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][124] ([fdo#111615]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-1/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-mtlp: NOTRUN -> [SKIP][125] ([i915#6187]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][126] ([fdo#110723]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_joiner@2x-modeset: - shard-mtlp: NOTRUN -> [SKIP][127] ([i915#2705]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#3734] / [i915#5354] / [i915#6095]) +2 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#3886] / [i915#5354] / [i915#6095]) +14 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#3689] / [i915#3886] / [i915#5354]) +5 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][131] ([i915#5354] / [i915#6095]) +58 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][132] ([i915#3689] / [i915#5354] / [i915#6095]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-4/igt@kms_ccs@pipe-b-bad-rotation-90-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#3886] / [i915#5354] / [i915#6095]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-1/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#5354] / [i915#6095]) +4 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#5354] / [i915#6095]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-13/igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs.html - shard-tglu: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-8/igt@kms_ccs@pipe-c-bad-aux-stride-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][137] ([fdo#109271] / [i915#3886]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-glk2/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#5354]) +12 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@kms_ccs@pipe-c-random-ccs-data-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#5354]) +16 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2: NOTRUN -> [SKIP][140] ([i915#4087] / [i915#7213]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-max: - shard-rkl: NOTRUN -> [SKIP][141] ([fdo#111827]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_color@ctm-negative: - shard-mtlp: NOTRUN -> [SKIP][142] ([fdo#111827]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_edid@vga-edid-read: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#7828]) +7 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#7828]) +4 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-6/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#7828]) +21 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@hdmi-hpd-after-suspend: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#7828]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-4/igt@kms_chamelium_hpd@hdmi-hpd-after-suspend.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][147] ([i915#7173]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-mtlp: NOTRUN -> [SKIP][148] ([i915#3299]) +2 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#7118]) +2 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-6/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#6944]) +2 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-tglu: NOTRUN -> [SKIP][151] ([i915#3555]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-8/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][152] ([i915#3359]) +2 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html - shard-dg2: NOTRUN -> [SKIP][153] ([i915#3359]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-128x42@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [FAIL][154] ([i915#8787]) +1 other test fail [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-7/igt@kms_cursor_crc@cursor-random-128x42@pipe-d-edp-1.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3555] / [i915#8814]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-4: - shard-dg1: [PASS][156] -> [DMESG-WARN][157] ([i915#6020]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-16/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-4.html [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-4.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#4213]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html - shard-dg2: NOTRUN -> [SKIP][159] ([i915#4103] / [i915#4213] / [i915#5608]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#3546]) +9 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-rkl: NOTRUN -> [SKIP][161] ([fdo#111825]) +4 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][162] ([fdo#109274] / [i915#5354]) +2 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][163] ([fdo#109274] / [fdo#111767] / [i915#5354]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#9226] / [i915#9261]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_dirtyfb@dirtyfb-ioctl@drrs-hdmi-a-2.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#9227]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-2.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3555] / [i915#8827]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_display_modes@extended-mode-basic.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][167] ([i915#8588]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#3804]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#8812]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-basic: - shard-mtlp: NOTRUN -> [SKIP][170] ([i915#3555] / [i915#3840] / [i915#9159]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#3555] / [i915#3840]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2: NOTRUN -> [SKIP][172] ([i915#3469]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_fence_pin_leak: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#4881]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@kms_fence_pin_leak.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][174] ([fdo#111767] / [i915#3637]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3637]) +17 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][176] ([fdo#109274]) +4 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][177] ([i915#8381]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-suspend@a-hdmi-a3: - shard-dg2: NOTRUN -> [FAIL][178] ([fdo#103375]) +1 other test fail [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@kms_flip@flip-vs-suspend@a-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#8810]) +1 other test skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#2672]) +8 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#2672]) +3 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#2672]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-mtlp: NOTRUN -> [SKIP][183] ([fdo#109285]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#5274]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-6/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg2: [PASS][185] -> [FAIL][186] ([i915#6880]) +1 other test fail [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][187] ([i915#5354]) +35 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#1825]) +66 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#8708]) +15 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary: - shard-dg2: NOTRUN -> [FAIL][190] ([i915#6880]) +1 other test fail [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#5460]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-tiling-y.html - shard-dg2: NOTRUN -> [SKIP][192] ([i915#5460]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#8708]) +20 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#3458]) +12 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][195] ([fdo#111825] / [i915#1825]) +20 other tests skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#3023]) +14 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@static-swap: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8228]) +3 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-1/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8228]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_hdr@static-toggle-dpms.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#4816]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#6301]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-2/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg2: NOTRUN -> [SKIP][202] ([fdo#109289]) +5 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1: - shard-apl: [PASS][203] -> [INCOMPLETE][204] ([i915#9392]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-apl6/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-b-dp-1.html * igt@kms_plane_lowres@tiling-none@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][205] ([i915#3582]) +7 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_plane_lowres@tiling-none@pipe-b-edp-1.html * igt@kms_plane_lowres@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][206] ([i915#3555]) +7 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_plane_lowres@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#3555] / [i915#8821]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#8806]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][209] ([i915#8292]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#5176]) +3 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-5@pipe-c-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#5176]) +11 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][212] ([i915#5176]) +1 other test skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][213] ([i915#5176]) +23 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-14/igt@kms_plane_scaling@plane-upscale-with-rotation-factor-0-25@pipe-b-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#5235]) +3 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1: - shard-snb: NOTRUN -> [SKIP][215] ([fdo#109271]) +166 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb5/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-b-vga-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#5235]) +15 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#5235]) +23 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#5235]) +11 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#658]) +1 other test skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-6/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][220] ([fdo#111068] / [i915#658]) +1 other test skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#4348]) +1 other test skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#658]) +1 other test skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-2/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@psr2_primary_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][223] ([i915#1072]) +3 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_psr@psr2_primary_mmap_gtt.html * igt@kms_psr@psr2_sprite_blt: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#1072]) +3 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#5461] / [i915#658]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rmfb@rmfb-ioctl@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [DMESG-WARN][226] ([i915#2017] / [i915#9157]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_rmfb@rmfb-ioctl@pipe-a-edp-1.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg1: NOTRUN -> [SKIP][227] ([i915#4884]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-13/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-rkl: NOTRUN -> [SKIP][228] ([fdo#111615] / [i915#5289]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-tglu: NOTRUN -> [SKIP][229] ([fdo#111615] / [i915#5289]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#4235]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#4235]) +1 other test skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-d: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#5030]) +3 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-d.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][233] ([i915#5465]) +1 other test fail [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#4098]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@kms_setmode@invalid-clone-single-crtc.html - shard-mtlp: NOTRUN -> [SKIP][235] ([i915#3555] / [i915#8809]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][236] ([fdo#109309]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-5/igt@kms_tv_load_detect@load-detect.html - shard-dg2: NOTRUN -> [SKIP][237] ([fdo#109309]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak-pipe-d: - shard-dg1: [PASS][238] -> [FAIL][239] ([i915#9196]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-18/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-16/igt@kms_universal_plane@cursor-fb-leak-pipe-d.html * igt@kms_vblank@pipe-c-query-forked-busy-hang: - shard-rkl: NOTRUN -> [SKIP][240] ([i915#4070] / [i915#6768]) +2 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-2/igt@kms_vblank@pipe-c-query-forked-busy-hang.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-dg2: [PASS][241] -> [FAIL][242] ([fdo#103375]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-suspend.html * igt@kms_vblank@pipe-d-ts-continuation-modeset: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#4070] / [i915#533] / [i915#6768]) +2 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@kms_vblank@pipe-d-ts-continuation-modeset.html - shard-dg1: [PASS][244] -> [DMESG-WARN][245] ([i915#4423]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-16/igt@kms_vblank@pipe-d-ts-continuation-modeset.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-15/igt@kms_vblank@pipe-d-ts-continuation-modeset.html * igt@kms_vrr@negative-basic: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#3555]) +6 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-1/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-fb-id: - shard-mtlp: NOTRUN -> [SKIP][247] ([i915#2437]) +1 other test skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#2437]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-2/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-glk: NOTRUN -> [SKIP][249] ([fdo#109271] / [i915#2437]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-glk3/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#7387]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@busy-idle@vcs0: - shard-dg2: [PASS][251] -> [FAIL][252] ([i915#4349]) +3 other tests fail [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-2/igt@perf_pmu@busy-idle@vcs0.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@perf_pmu@busy-idle@vcs0.html * igt@perf_pmu@cpu-hotplug: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#8850]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@rc6-suspend: - shard-mtlp: NOTRUN -> [ABORT][254] ([i915#9262]) +7 other tests abort [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@perf_pmu@rc6-suspend.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][255] ([i915#8445]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][256] ([i915#3708] / [i915#4077]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-3/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][257] ([i915#3291] / [i915#3708]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-2/igt@prime_vgem@basic-fence-read.html - shard-dg1: NOTRUN -> [SKIP][258] ([i915#3708]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-17/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][259] ([fdo#109295] / [i915#3291] / [i915#3708]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-6/igt@prime_vgem@basic-write.html * igt@prime_vgem@fence-flip-hang: - shard-dg2: NOTRUN -> [SKIP][260] ([i915#3708]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@prime_vgem@fence-flip-hang.html * igt@prime_vgem@fence-read-hang: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#3708]) +1 other test skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@prime_vgem@fence-read-hang.html * igt@runner@aborted: - shard-snb: NOTRUN -> ([FAIL][262], [FAIL][263]) ([i915#7812] / [i915#8848]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb7/igt@runner@aborted.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb7/igt@runner@aborted.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: NOTRUN -> [ABORT][264] ([i915#8521] / [i915#8865]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-2/igt@sysfs_timeslice_duration@timeout@vecs0.html * igt@v3d/v3d_submit_csd@bad-flag: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#2575]) +9 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-5/igt@v3d/v3d_submit_csd@bad-flag.html * igt@v3d/v3d_wait_bo@map-bo-0ns: - shard-mtlp: NOTRUN -> [SKIP][266] ([i915#2575]) +27 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@v3d/v3d_wait_bo@map-bo-0ns.html * igt@v3d/v3d_wait_bo@unused-bo-0ns: - shard-rkl: NOTRUN -> [SKIP][267] ([fdo#109315]) +5 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@v3d/v3d_wait_bo@unused-bo-0ns.html * igt@vc4/vc4_lookup_fail@bad-color-write: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#7711]) +6 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-3/igt@vc4/vc4_lookup_fail@bad-color-write.html * igt@vc4/vc4_mmap@mmap-bad-handle: - shard-apl: NOTRUN -> [SKIP][269] ([fdo#109271]) +12 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-apl3/igt@vc4/vc4_mmap@mmap-bad-handle.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#7711]) +16 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_wait_bo@unused-bo-1ns: - shard-rkl: NOTRUN -> [SKIP][271] ([i915#7711]) +3 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-1/igt@vc4/vc4_wait_bo@unused-bo-1ns.html #### Possible fixes #### * igt@gem_eio@kms: - shard-dg2: [FAIL][272] ([i915#5784]) -> [PASS][273] [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-6/igt@gem_eio@kms.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-1/igt@gem_eio@kms.html * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][274] ([i915#5784]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-13/igt@gem_eio@unwedge-stress.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@gem_eio@unwedge-stress.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu: [ABORT][276] ([i915#7975] / [i915#8213]) -> [PASS][277] [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-4/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@i915_hangman@detector@vcs0: - shard-mtlp: [FAIL][278] ([i915#8456]) -> [PASS][279] +2 other tests pass [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-8/igt@i915_hangman@detector@vcs0.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-1/igt@i915_hangman@detector@vcs0.html * igt@i915_hangman@gt-engine-hang@vcs0: - shard-mtlp: [FAIL][280] ([i915#7069]) -> [PASS][281] [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@i915_hangman@gt-engine-hang@vcs0.html * igt@i915_pm_rpm@modeset-lpsp: - shard-rkl: [SKIP][282] ([i915#1397]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: [SKIP][284] ([i915#1397]) -> [PASS][285] [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][286] ([i915#7790]) -> [PASS][287] [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-snb2/igt@i915_pm_rps@reset.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_selftest@live@hangcheck: - shard-dg2: [ABORT][288] ([i915#7913]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-10/igt@i915_selftest@live@hangcheck.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@i915_selftest@live@hangcheck.html * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: [FAIL][290] ([i915#3743]) -> [PASS][291] [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-4/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-edp-1: - shard-mtlp: [ABORT][292] ([i915#9262]) -> [PASS][293] +2 other tests pass [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-edp-1.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-4/igt@kms_cursor_crc@cursor-sliding-256x256@pipe-a-edp-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][294] ([i915#2346]) -> [PASS][295] [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html - shard-glk: [FAIL][296] ([i915#2346]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglu: [FAIL][298] ([i915#4767]) -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-2/igt@kms_fbcon_fbt@fbc-suspend.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-4/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: [FAIL][300] ([i915#6880]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_hdmi_inject@inject-audio: - shard-tglu: [SKIP][302] ([i915#433]) -> [PASS][303] [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-3/igt@kms_hdmi_inject@inject-audio.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][304] ([i915#8292]) -> [PASS][305] [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-10/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-7/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-rkl: [INCOMPLETE][306] -> [PASS][307] [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-rkl: [INCOMPLETE][308] ([i915#8875]) -> [PASS][309] [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-6/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_universal_plane@cursor-fb-leak-pipe-a: - shard-dg1: [FAIL][310] ([i915#9196]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-17/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html - shard-tglu: [FAIL][312] ([i915#9196]) -> [PASS][313] +1 other test pass [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-tglu-8/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html * igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend: - shard-apl: [INCOMPLETE][314] ([i915#180] / [i915#9392]) -> [PASS][315] [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-apl3/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-apl1/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [FAIL][316] ([i915#4349]) -> [PASS][317] +7 other tests pass [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-3/igt@perf_pmu@busy-double-start@vecs1.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@busy-idle@vecs0: - shard-dg1: [FAIL][318] ([i915#4349]) -> [PASS][319] [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-16/igt@perf_pmu@busy-idle@vecs0.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-13/igt@perf_pmu@busy-idle@vecs0.html * igt@prime_vgem@fence-wait@vcs1: - shard-mtlp: [ABORT][320] ([i915#8883]) -> [PASS][321] [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-3/igt@prime_vgem@fence-wait@vcs1.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@prime_vgem@fence-wait@vcs1.html * igt@prime_vgem@fence-wait@vecs0: - shard-mtlp: [DMESG-WARN][322] ([i915#8875]) -> [PASS][323] [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-mtlp-3/igt@prime_vgem@fence-wait@vecs0.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-mtlp-8/igt@prime_vgem@fence-wait@vecs0.html #### Warnings #### * igt@kms_content_protection@content_type_change: - shard-dg2: [SKIP][324] ([i915#7118]) -> [SKIP][325] ([i915#7118] / [i915#7162]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg2-2/igt@kms_content_protection@content_type_change.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg2-11/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][326] ([i915#7116]) -> [SKIP][327] ([fdo#109300]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-16/igt@kms_content_protection@mei_interface.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@kms_content_protection@mei_interface.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][328] ([fdo#110189] / [i915#3955]) -> [SKIP][329] ([i915#3955]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-1/igt@kms_fbcon_fbt@psr.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-4/igt@kms_fbcon_fbt@psr.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render: - shard-dg1: [SKIP][330] ([fdo#111825] / [i915#4423]) -> [SKIP][331] ([fdo#111825]) [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render: - shard-dg1: [SKIP][332] ([fdo#111825]) -> [SKIP][333] ([fdo#111825] / [i915#4423]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][334] ([i915#4070] / [i915#4816]) -> [SKIP][335] ([i915#4816]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@primary_page_flip: - shard-dg1: [SKIP][336] ([i915#1072]) -> [SKIP][337] ([i915#1072] / [i915#4078]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13671/shard-dg1-19/igt@kms_psr@primary_page_flip.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/shard-dg1-18/igt@kms_psr@primary_page_flip.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884 [i915#5030]: https://gitlab.freedesktop.org/drm/intel/issues/5030 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6020]: https://gitlab.freedesktop.org/drm/intel/issues/6020 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6229]: https://gitlab.freedesktop.org/drm/intel/issues/6229 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6755]: https://gitlab.freedesktop.org/drm/intel/issues/6755 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7812]: https://gitlab.freedesktop.org/drm/intel/issues/7812 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431 [i915#8436]: https://gitlab.freedesktop.org/drm/intel/issues/8436 [i915#8445]: https://gitlab.freedesktop.org/drm/intel/issues/8445 [i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8787]: https://gitlab.freedesktop.org/drm/intel/issues/8787 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8827]: https://gitlab.freedesktop.org/drm/intel/issues/8827 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8848]: https://gitlab.freedesktop.org/drm/intel/issues/8848 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#8883]: https://gitlab.freedesktop.org/drm/intel/issues/8883 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9119]: https://gitlab.freedesktop.org/drm/intel/issues/9119 [i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121 [i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157 [i915#9159]: https://gitlab.freedesktop.org/drm/intel/issues/9159 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9293]: https://gitlab.freedesktop.org/drm/intel/issues/9293 [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311 [i915#9312]: https://gitlab.freedesktop.org/drm/intel/issues/9312 [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337 [i915#9353]: https://gitlab.freedesktop.org/drm/intel/issues/9353 [i915#9392]: https://gitlab.freedesktop.org/drm/intel/issues/9392 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7498 -> IGTPW_9855 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13671: e1973de2c4516e9130157e538014e79c8aa57b41 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9855: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html IGT_7498: 05d14fd260a3cf9dc00ed24733d5589eee32ec08 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9855/index.html [-- Attachment #2: Type: text/html, Size: 109000 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver 2023-09-22 16:13 [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver Nemesa Garg ` (2 preceding siblings ...) 2023-09-23 21:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-09-26 10:26 ` Sharma, Swati2 2023-09-26 10:27 ` Sharma, Swati2 3 siblings, 1 reply; 7+ messages in thread From: Sharma, Swati2 @ 2023-09-26 10:26 UTC (permalink / raw) To: Nemesa Garg, igt-dev Hi Nemesa, Can you please add this test in fast-feedback and add as HAX patch, to check CI results. On 22-Sep-23 9:43 PM, Nemesa Garg wrote: > As the xe check is missing the value of open_count > variable is not incrementing and because of this > during drm_close_driver operation based on open_count > value mutex is acquired and there is a callback to > lastclose function. > > Signed-off-by: Nemesa Garg <nemesa.garg@intel.com> > --- > lib/drmtest.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/drmtest.c b/lib/drmtest.c > index e1da66c87..99b655680 100644 > --- a/lib/drmtest.c > +++ b/lib/drmtest.c > @@ -649,7 +649,7 @@ int drm_open_driver(int chipset) > * starting a test and we install an exit handler to wait until > * idle before quitting. > */ > - if (is_i915_device(fd)) { > + if (is_i915_device(fd) || is_xe_device(fd)) { > if (__sync_fetch_and_add(&open_count, 1) == 0) { > __cancel_work_at_exit(fd); > at_exit_drm_fd = drm_reopen_driver(fd); ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver 2023-09-26 10:26 ` [igt-dev] [PATCH] " Sharma, Swati2 @ 2023-09-26 10:27 ` Sharma, Swati2 2023-09-26 12:02 ` Garg, Nemesa 0 siblings, 1 reply; 7+ messages in thread From: Sharma, Swati2 @ 2023-09-26 10:27 UTC (permalink / raw) To: Nemesa Garg, igt-dev Also, add closes tag in the commit. On 26-Sep-23 3:56 PM, Sharma, Swati2 wrote: > Hi Nemesa, > > Can you please add this test in fast-feedback and add as HAX patch, > to check CI results. > > On 22-Sep-23 9:43 PM, Nemesa Garg wrote: >> As the xe check is missing the value of open_count >> variable is not incrementing and because of this >> during drm_close_driver operation based on open_count >> value mutex is acquired and there is a callback to >> lastclose function. >> >> Signed-off-by: Nemesa Garg <nemesa.garg@intel.com> >> --- >> lib/drmtest.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/lib/drmtest.c b/lib/drmtest.c >> index e1da66c87..99b655680 100644 >> --- a/lib/drmtest.c >> +++ b/lib/drmtest.c >> @@ -649,7 +649,7 @@ int drm_open_driver(int chipset) >> * starting a test and we install an exit handler to wait until >> * idle before quitting. >> */ >> - if (is_i915_device(fd)) { >> + if (is_i915_device(fd) || is_xe_device(fd)) { >> if (__sync_fetch_and_add(&open_count, 1) == 0) { >> __cancel_work_at_exit(fd); >> at_exit_drm_fd = drm_reopen_driver(fd); ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver 2023-09-26 10:27 ` Sharma, Swati2 @ 2023-09-26 12:02 ` Garg, Nemesa 0 siblings, 0 replies; 7+ messages in thread From: Garg, Nemesa @ 2023-09-26 12:02 UTC (permalink / raw) To: Sharma, Swati2, igt-dev@lists.freedesktop.org > -----Original Message----- > From: Sharma, Swati2 <swati2.sharma@intel.com> > Sent: Tuesday, September 26, 2023 3:58 PM > To: Garg, Nemesa <nemesa.garg@intel.com>; igt-dev@lists.freedesktop.org > Subject: Re: [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver > > Also, add closes tag in the commit. > > On 26-Sep-23 3:56 PM, Sharma, Swati2 wrote: > > Hi Nemesa, > > > > Can you please add this test in fast-feedback and add as HAX patch, to > > check CI results. Hi Swati, Thanks for review. I'll do these changes. > > > > On 22-Sep-23 9:43 PM, Nemesa Garg wrote: > >> As the xe check is missing the value of open_count variable is not > >> incrementing and because of this during drm_close_driver operation > >> based on open_count value mutex is acquired and there is a callback > >> to lastclose function. > >> > >> Signed-off-by: Nemesa Garg <nemesa.garg@intel.com> > >> --- > >> lib/drmtest.c | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> diff --git a/lib/drmtest.c b/lib/drmtest.c index e1da66c87..99b655680 > >> 100644 > >> --- a/lib/drmtest.c > >> +++ b/lib/drmtest.c > >> @@ -649,7 +649,7 @@ int drm_open_driver(int chipset) > >> * starting a test and we install an exit handler to wait until > >> * idle before quitting. > >> */ > >> - if (is_i915_device(fd)) { > >> + if (is_i915_device(fd) || is_xe_device(fd)) { > >> if (__sync_fetch_and_add(&open_count, 1) == 0) { > >> __cancel_work_at_exit(fd); > >> at_exit_drm_fd = drm_reopen_driver(fd); ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-26 12:03 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-22 16:13 [igt-dev] [PATCH] tests/kms_rmfb: Add check for xe driver Nemesa Garg 2023-09-22 18:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-22 20:01 ` [igt-dev] ✓ CI.xeBAT: " Patchwork 2023-09-23 21:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-09-26 10:26 ` [igt-dev] [PATCH] " Sharma, Swati2 2023-09-26 10:27 ` Sharma, Swati2 2023-09-26 12:02 ` Garg, Nemesa
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox