* [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too @ 2025-07-03 14:38 Hans de Goede 2025-07-03 17:21 ` ✓ i915.CI.BAT: success for drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) Patchwork ` (3 more replies) 0 siblings, 4 replies; 8+ messages in thread From: Hans de Goede @ 2025-07-03 14:38 UTC (permalink / raw) To: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, Ville Syrjälä Cc: Hans de Goede, intel-gfx, dri-devel, Hans de Goede From: Hans de Goede <hdegoede@redhat.com> It turns out that the fixup from vlv_fixup_mipi_sequences() is necessary for some DSI panel's with version 2 mipi-sequences too. Specifically the Acer Iconia One 8 A1-840 (not to be confused with the A1-840FHD which is different) has the following sequences: BDB block 53 (1284 bytes) - MIPI sequence block: Sequence block version v2 Panel 0 * Sequence 2 - MIPI_SEQ_INIT_OTP GPIO index 9, source 0, set 0 (0x00) Delay: 50000 us GPIO index 9, source 0, set 1 (0x01) Delay: 6000 us GPIO index 9, source 0, set 0 (0x00) Delay: 6000 us GPIO index 9, source 0, set 1 (0x01) Delay: 25000 us Send DCS: Port A, VC 0, LP, Type 39, Length 5, Data ff aa 55 a5 80 Send DCS: Port A, VC 0, LP, Type 39, Length 3, Data 6f 11 00 ... Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 29 Delay: 120000 us Sequence 4 - MIPI_SEQ_DISPLAY_OFF Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 28 Delay: 105000 us Send DCS: Port A, VC 0, LP, Type 05, Length 2, Data 10 00 Delay: 10000 us Sequence 5 - MIPI_SEQ_ASSERT_RESET Delay: 10000 us GPIO index 9, source 0, set 0 (0x00) Notice how there is no MIPI_SEQ_DEASSERT_RESET, instead the deassert is done at the beginning of MIPI_SEQ_INIT_OTP, which is exactly what the fixup from vlv_fixup_mipi_sequences() fixes up. Extend it to also apply to v2 sequences, this fixes the panel not working on the Acer Iconia One 8 A1-840. Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- drivers/gpu/drm/i915/display/intel_bios.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c index ba7b8938b17c..166ee11831ab 100644 --- a/drivers/gpu/drm/i915/display/intel_bios.c +++ b/drivers/gpu/drm/i915/display/intel_bios.c @@ -1938,7 +1938,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, int index, len; if (drm_WARN_ON(display->drm, - !data || panel->vbt.dsi.seq_version != 1)) + !data || panel->vbt.dsi.seq_version >= 3)) return 0; /* index = 1 to skip sequence byte */ @@ -1961,7 +1961,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, } /* - * Some v1 VBT MIPI sequences do the deassert in the init OTP sequence. + * Some v1/v2 VBT MIPI sequences do the deassert in the init OTP sequence. * The deassert must be done before calling intel_dsi_device_ready, so for * these devices we split the init OTP sequence into a deassert sequence and * the actual init OTP part. @@ -1972,9 +1972,9 @@ static void vlv_fixup_mipi_sequences(struct intel_display *display, u8 *init_otp; int len; - /* Limit this to v1 vid-mode sequences */ + /* Limit this to v1/v2 vid-mode sequences */ if (panel->vbt.dsi.config->is_cmd_mode || - panel->vbt.dsi.seq_version != 1) + panel->vbt.dsi.seq_version >= 3) return; /* Only do this if there are otp and assert seqs and no deassert seq */ -- 2.49.0 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) 2025-07-03 14:38 [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Hans de Goede @ 2025-07-03 17:21 ` Patchwork 2025-07-03 22:27 ` ✓ i915.CI.Full: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2025-07-03 17:21 UTC (permalink / raw) To: Hans de Goede; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 3297 bytes --] == Series Details == Series: drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) URL : https://patchwork.freedesktop.org/series/141443/ State : success == Summary == CI Bug Log - changes from CI_DRM_16794 -> Patchwork_141443v2 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/index.html Participating hosts (44 -> 43) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_141443v2 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@workarounds: - bat-arls-5: [PASS][1] -> [DMESG-FAIL][2] ([i915#12061]) +1 other test dmesg-fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/bat-arls-5/igt@i915_selftest@live@workarounds.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/bat-arls-5/igt@i915_selftest@live@workarounds.html - bat-dg2-14: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/bat-dg2-14/igt@i915_selftest@live@workarounds.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/bat-dg2-14/igt@i915_selftest@live@workarounds.html #### Possible fixes #### * igt@i915_selftest@live@reset: - bat-atsm-1: [ABORT][5] ([i915#14201]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/bat-atsm-1/igt@i915_selftest@live@reset.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/bat-atsm-1/igt@i915_selftest@live@reset.html #### Warnings #### * igt@i915_selftest@live: - bat-atsm-1: [ABORT][7] ([i915#14201]) -> [DMESG-FAIL][8] ([i915#12061] / [i915#14204]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/bat-atsm-1/igt@i915_selftest@live.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/bat-atsm-1/igt@i915_selftest@live.html * igt@i915_selftest@live@mman: - bat-atsm-1: [DMESG-FAIL][9] ([i915#13929]) -> [DMESG-FAIL][10] ([i915#14204]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/bat-atsm-1/igt@i915_selftest@live@mman.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/bat-atsm-1/igt@i915_selftest@live@mman.html [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#13929]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13929 [i915#14201]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14201 [i915#14204]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14204 Build changes ------------- * Linux: CI_DRM_16794 -> Patchwork_141443v2 CI-20190529: 20190529 CI_DRM_16794: 3d1065d908ccc26b8c6963c2e676d158fdab960f @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8436: 3b7595f0e7f95de6d79e7ae6bb72e86b0a08a08c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_141443v2: 3d1065d908ccc26b8c6963c2e676d158fdab960f @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/index.html [-- Attachment #2: Type: text/html, Size: 4271 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* ✓ i915.CI.Full: success for drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) 2025-07-03 14:38 [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Hans de Goede 2025-07-03 17:21 ` ✓ i915.CI.BAT: success for drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) Patchwork @ 2025-07-03 22:27 ` Patchwork 2025-07-04 9:26 ` [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Jani Nikula 2025-07-04 10:31 ` Ville Syrjälä 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2025-07-03 22:27 UTC (permalink / raw) To: Hans de Goede; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 113125 bytes --] == Series Details == Series: drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) URL : https://patchwork.freedesktop.org/series/141443/ State : success == Summary == CI Bug Log - changes from CI_DRM_16794_full -> Patchwork_141443v2_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in Patchwork_141443v2_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@device_reset@cold-reset-bound: - shard-dg2-9: NOTRUN -> [SKIP][1] ([i915#11078]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@device_reset@cold-reset-bound.html * igt@gem_busy@semaphore: - shard-dg2-9: NOTRUN -> [SKIP][2] ([i915#3936]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_busy@semaphore.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][3] ([i915#4873]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_caching@writes.html * igt@gem_ccs@block-multicopy-compressed: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#9323]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-tglu: NOTRUN -> [SKIP][5] ([i915#13008]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0: - shard-dg2: [PASS][6] -> [INCOMPLETE][7] ([i915#12392] / [i915#13356]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-3/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-1/igt@gem_ccs@suspend-resume@tile4-compressed-compfmt0-smem-lmem0.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2-9: NOTRUN -> [SKIP][8] ([i915#7697]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_sseu@invalid-args: - shard-tglu: NOTRUN -> [SKIP][9] ([i915#280]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2-9: NOTRUN -> [SKIP][10] ([i915#280]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_ctx_sseu@mmap-args.html * igt@gem_eio@hibernate: - shard-rkl: [PASS][11] -> [ABORT][12] ([i915#7975] / [i915#8213]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_eio@hibernate.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@parallel-contexts: - shard-tglu: NOTRUN -> [SKIP][13] ([i915#4525]) +1 other test skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@capture-invisible: - shard-tglu: NOTRUN -> [SKIP][14] ([i915#6334]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#3539]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#3539] / [i915#4852]) +2 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_flush@basic-wb-ro-before-default: - shard-dg2-9: NOTRUN -> [SKIP][17] ([i915#3539] / [i915#4852]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_exec_flush@basic-wb-ro-before-default.html * igt@gem_exec_reloc@basic-cpu-read: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#3281]) +7 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@gem_exec_reloc@basic-cpu-read.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-dg2-9: NOTRUN -> [SKIP][19] ([i915#3281]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-wc-read: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#3281]) +2 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][21] ([i915#3281]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-4/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@implicit-boths@vecs0: - shard-rkl: [PASS][22] -> [DMESG-WARN][23] ([i915#12964]) +6 other tests dmesg-warn [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_exec_schedule@implicit-boths@vecs0.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@gem_exec_schedule@implicit-boths@vecs0.html * igt@gem_exec_schedule@preempt-queue: - shard-dg2-9: NOTRUN -> [SKIP][24] ([i915#4537] / [i915#4812]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_suspend@basic-s0@smem: - shard-rkl: [PASS][25] -> [INCOMPLETE][26] ([i915#13304]) +1 other test incomplete [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-4/igt@gem_exec_suspend@basic-s0@smem.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-3/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4860]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@gem_fence_thrash@bo-copy.html - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4860]) +1 other test skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_fence_thrash@bo-copy.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4613]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-tglu-1: NOTRUN -> [SKIP][30] ([i915#4613]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2-9: NOTRUN -> [TIMEOUT][31] ([i915#5493]) +1 other test timeout [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-ccs: - shard-tglu: NOTRUN -> [SKIP][32] ([i915#4613]) +2 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_mmap@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4083]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_mmap@bad-offset.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][34] ([i915#4077]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_gtt@isolation: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4077]) +3 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@gem_mmap_gtt@isolation.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2-9: NOTRUN -> [SKIP][36] ([i915#4077]) +4 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@bad-size: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#4083]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@gem_mmap_wc@bad-size.html * igt@gem_mmap_wc@set-cache-level: - shard-dg2-9: NOTRUN -> [SKIP][38] ([i915#4083]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_mmap_wc@set-cache-level.html * igt@gem_partial_pwrite_pread@reads-display: - shard-dg2-9: NOTRUN -> [SKIP][39] ([i915#3282]) +2 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_partial_pwrite_pread@reads-display.html * igt@gem_partial_pwrite_pread@writes-after-reads-uncached: - shard-mtlp: NOTRUN -> [SKIP][40] ([i915#3282]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3282]) +3 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@gem_pread@snoop.html * igt@gem_pxp@create-regular-context-2: - shard-dg2-9: NOTRUN -> [SKIP][42] ([i915#4270]) +1 other test skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_pxp@create-regular-context-2.html * igt@gem_pxp@display-protected-crc: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4270]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@gem_pxp@display-protected-crc.html * igt@gem_pxp@hw-rejects-pxp-buffer: - shard-tglu: NOTRUN -> [SKIP][44] ([i915#13398]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@gem_pxp@hw-rejects-pxp-buffer.html * igt@gem_pxp@reject-modify-context-protection-off-2: - shard-rkl: [PASS][45] -> [TIMEOUT][46] ([i915#12917] / [i915#12964]) +1 other test timeout [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_pxp@reject-modify-context-protection-off-2.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-off-2.html * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#8428]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html - shard-dg2: NOTRUN -> [SKIP][48] ([i915#5190] / [i915#8428]) +1 other test skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled: - shard-dg2-9: NOTRUN -> [SKIP][49] ([i915#5190] / [i915#8428]) +2 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#3297]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu-1: NOTRUN -> [SKIP][51] ([i915#3297] / [i915#3323]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-dg2-9: NOTRUN -> [SKIP][52] ([i915#3297] / [i915#4880]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@readonly-unsync: - shard-tglu: NOTRUN -> [SKIP][53] ([i915#3297]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#3297]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-tglu-1: NOTRUN -> [SKIP][55] ([i915#3297]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_linear_blits: - shard-mtlp: NOTRUN -> [SKIP][56] +6 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@gen3_render_linear_blits.html * igt@gen9_exec_parse@bb-start-out: - shard-tglu: NOTRUN -> [SKIP][57] ([i915#2527] / [i915#2856]) +2 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@shadow-peek: - shard-tglu-1: NOTRUN -> [SKIP][58] ([i915#2527] / [i915#2856]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@gen9_exec_parse@shadow-peek.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#2856]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@gen9_exec_parse@unaligned-access.html * igt@gen9_exec_parse@unaligned-jump: - shard-dg2-9: NOTRUN -> [SKIP][60] ([i915#2856]) +2 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_drm_fdinfo@isolation@rcs0: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#14073]) +6 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@i915_drm_fdinfo@isolation@rcs0.html - shard-dg2: NOTRUN -> [SKIP][62] ([i915#14073]) +7 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@i915_drm_fdinfo@isolation@rcs0.html * igt@i915_drm_fdinfo@most-busy-idle-check-all@vecs1: - shard-dg2-9: NOTRUN -> [SKIP][63] ([i915#14073]) +7 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@i915_drm_fdinfo@most-busy-idle-check-all@vecs1.html * igt@i915_module_load@reload-no-display: - shard-dg2-9: NOTRUN -> [DMESG-WARN][64] ([i915#13029] / [i915#14545]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@i915_module_load@reload-no-display.html * igt@i915_pm_freq_api@freq-reset: - shard-tglu: NOTRUN -> [SKIP][65] ([i915#8399]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2-9: NOTRUN -> [SKIP][66] ([i915#11681] / [i915#6621]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@i915_pm_rps@min-max-config-loaded.html * igt@kms_async_flips@async-flip-suspend-resume: - shard-snb: [PASS][67] -> [ABORT][68] ([i915#12817]) +1 other test abort [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-snb7/igt@kms_async_flips@async-flip-suspend-resume.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-snb1/igt@kms_async_flips@async-flip-suspend-resume.html * igt@kms_async_flips@invalid-async-flip-atomic: - shard-dg2-9: NOTRUN -> [SKIP][69] ([i915#12967]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_async_flips@invalid-async-flip-atomic.html * igt@kms_async_flips@invalid-async-flip@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [DMESG-WARN][70] ([i915#12964]) +4 other tests dmesg-warn [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_async_flips@invalid-async-flip@pipe-b-hdmi-a-1.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg2-9: NOTRUN -> [SKIP][71] ([i915#9531]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1: - shard-tglu: [PASS][72] -> [FAIL][73] ([i915#11808]) +1 other test fail [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-tglu-6/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-use-after-nonblocking-unbind: - shard-rkl: [PASS][74] -> [SKIP][75] ([i915#14544]) +16 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind.html [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-tglu-1: NOTRUN -> [SKIP][76] ([i915#5286]) +4 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-tglu: NOTRUN -> [SKIP][77] ([i915#5286]) +2 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][78] -> [FAIL][79] ([i915#5138]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][80] +7 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4538] / [i915#5190]) +8 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb: - shard-dg2-9: NOTRUN -> [SKIP][82] ([i915#5190]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_big_fb@yf-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg2-9: NOTRUN -> [SKIP][83] ([i915#4538] / [i915#5190]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#12313]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][85] ([i915#6095]) +9 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1.html * igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][86] ([i915#6095]) +54 other tests skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2: - shard-dg2-9: NOTRUN -> [SKIP][87] ([i915#10307] / [i915#6095]) +34 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-2.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#10307] / [i915#6095]) +71 other tests skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-11/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-dp-3.html * igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#12313]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#12805]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html - shard-dg2: NOTRUN -> [SKIP][91] ([i915#12805]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs: - shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#6095]) +59 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#6095]) +37 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs: - shard-tglu-1: NOTRUN -> [SKIP][94] ([i915#12805]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][95] ([i915#6095]) +8 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-mc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs: - shard-dg2-9: NOTRUN -> [SKIP][96] ([i915#12313]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs: - shard-tglu: NOTRUN -> [SKIP][97] ([i915#12313]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#10307] / [i915#10434] / [i915#6095]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#14098] / [i915#6095]) +39 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#6095]) +131 other tests skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg1-12/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-c-dp-3: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#13783]) +3 other tests skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-c-dp-3.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#11151] / [i915#7828]) +6 other tests skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_color@degamma: - shard-dg2-9: NOTRUN -> [SKIP][103] +3 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@vga-edid-read: - shard-tglu: NOTRUN -> [SKIP][104] ([i915#11151] / [i915#7828]) +4 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-dg2-9: NOTRUN -> [SKIP][105] ([i915#11151] / [i915#7828]) +2 other tests skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-tglu-1: NOTRUN -> [SKIP][106] ([i915#11151] / [i915#7828]) +6 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#11151] / [i915#7828]) +2 other tests skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@atomic: - shard-mtlp: NOTRUN -> [SKIP][108] ([i915#6944] / [i915#9424]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_content_protection@atomic.html - shard-dg2: NOTRUN -> [SKIP][109] ([i915#7118] / [i915#9424]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_content_protection@atomic.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#3299]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-tglu-1: NOTRUN -> [SKIP][111] ([i915#3116] / [i915#3299]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@legacy: - shard-tglu: NOTRUN -> [SKIP][112] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_content_protection@legacy.html * igt@kms_cursor_crc@cursor-offscreen-32x10: - shard-dg2-9: NOTRUN -> [SKIP][113] ([i915#3555]) +1 other test skip [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_cursor_crc@cursor-offscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu-1: NOTRUN -> [SKIP][114] ([i915#13049]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1: - shard-tglu-1: NOTRUN -> [FAIL][115] ([i915#13566]) +1 other test fail [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html * igt@kms_cursor_crc@cursor-random-32x10: - shard-tglu: NOTRUN -> [SKIP][116] ([i915#3555]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_cursor_crc@cursor-random-32x10.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-dg2-9: NOTRUN -> [SKIP][117] ([i915#13049]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [FAIL][118] ([i915#13566]) +1 other test fail [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-tglu: NOTRUN -> [FAIL][119] ([i915#13566]) +5 other tests fail [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size: - shard-rkl: [PASS][120] -> [SKIP][121] ([i915#11190] / [i915#14544]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#9809]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html - shard-dg2: NOTRUN -> [SKIP][123] ([i915#13046] / [i915#5354]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4103] / [i915#4213]) +1 other test skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-tglu-1: NOTRUN -> [SKIP][125] ([i915#4103]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc: - shard-tglu: NOTRUN -> [SKIP][126] ([i915#1769] / [i915#3555] / [i915#3804]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][127] ([i915#3804]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_aux_dev: - shard-tglu-1: NOTRUN -> [SKIP][128] ([i915#1257]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_dp_aux_dev.html * igt@kms_dp_link_training@non-uhbr-sst: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#13749]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@kms_dp_link_training@non-uhbr-sst.html * igt@kms_dp_link_training@uhbr-sst: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#13748]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_dp_link_training@uhbr-sst.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#13707]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_dp_linktrain_fallback@dp-fallback.html - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#13707]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dp_linktrain_fallback@dsc-fallback: - shard-tglu-1: NOTRUN -> [SKIP][133] ([i915#13707]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html * igt@kms_dsc@dsc-fractional-bpp: - shard-tglu: NOTRUN -> [SKIP][134] ([i915#3840]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc: - shard-tglu: NOTRUN -> [SKIP][135] ([i915#3555] / [i915#3840]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg2-9: NOTRUN -> [SKIP][136] ([i915#3555] / [i915#3840]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_feature_discovery@display-2x: - shard-dg2-9: NOTRUN -> [SKIP][137] ([i915#1839]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-4x: - shard-tglu-1: NOTRUN -> [SKIP][138] ([i915#1839]) +1 other test skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_feature_discovery@display-4x.html * igt@kms_feature_discovery@dp-mst: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#9337]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-tglu-1: NOTRUN -> [SKIP][140] ([i915#658]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-panning: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#9934]) +3 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@kms_flip@2x-flip-vs-panning.html * igt@kms_flip@2x-flip-vs-panning-interruptible: - shard-dg2-9: NOTRUN -> [SKIP][142] ([i915#9934]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_flip@2x-flip-vs-panning-interruptible.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-tglu-1: NOTRUN -> [SKIP][143] ([i915#3637] / [i915#9934]) +4 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#3637] / [i915#9934]) +3 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@2x-wf_vblank-ts-check-interruptible: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#3637] / [i915#9934]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible: - shard-rkl: [PASS][146] -> [SKIP][147] ([i915#14544] / [i915#3637]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-suspend: - shard-dg2: [PASS][148] -> [ABORT][149] ([i915#8213]) +1 other test abort [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-10/igt@kms_flip@flip-vs-suspend.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-10/igt@kms_flip@flip-vs-suspend.html - shard-snb: [PASS][150] -> [INCOMPLETE][151] ([i915#12314] / [i915#12745] / [i915#4839]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-snb6/igt@kms_flip@flip-vs-suspend.html [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-snb6/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@b-hdmi-a1: - shard-snb: [PASS][152] -> [INCOMPLETE][153] ([i915#12314] / [i915#4839]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-snb6/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-snb6/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-tglu-1: NOTRUN -> [SKIP][154] ([i915#2672] / [i915#3555]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][155] ([i915#2587] / [i915#2672]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][156] ([i915#2587] / [i915#2672] / [i915#3555]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-tglu-1: NOTRUN -> [SKIP][157] ([i915#2587] / [i915#2672] / [i915#3555]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling: - shard-tglu: NOTRUN -> [SKIP][158] ([i915#2672] / [i915#3555]) +2 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#2672]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][160] ([i915#2587] / [i915#2672]) +3 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-rkl: [PASS][161] -> [SKIP][162] ([i915#14544] / [i915#3555]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html - shard-dg2: NOTRUN -> [SKIP][164] ([i915#2672] / [i915#3555] / [i915#5190]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#2672]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - shard-dg2: [PASS][166] -> [FAIL][167] ([i915#6880]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render: - shard-rkl: [PASS][168] -> [SKIP][169] ([i915#14544] / [i915#1849] / [i915#5354]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-rte: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#5354]) +19 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-rte.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc: - shard-tglu-1: NOTRUN -> [SKIP][171] +63 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-dg2-9: NOTRUN -> [SKIP][172] ([i915#3458]) +9 other tests skip [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2-9: NOTRUN -> [SKIP][173] ([i915#8708]) +5 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#1825]) +7 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move: - shard-dg2-9: NOTRUN -> [SKIP][175] ([i915#5354]) +13 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#3458]) +9 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt: - shard-tglu: NOTRUN -> [SKIP][177] +65 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#8708]) +13 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][179] ([i915#8708]) +2 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html * igt@kms_hdr@bpc-switch-dpms: - shard-tglu-1: NOTRUN -> [SKIP][180] ([i915#3555] / [i915#8228]) +1 other test skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_hdr@bpc-switch-dpms.html - shard-dg2: [PASS][181] -> [SKIP][182] ([i915#3555] / [i915#8228]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-11/igt@kms_hdr@bpc-switch-dpms.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-2/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-metadata-sizes: - shard-tglu: NOTRUN -> [SKIP][183] ([i915#3555] / [i915#8228]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#12713] / [i915#3555] / [i915#8228]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_hdr@static-toggle-dpms.html - shard-dg2: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#8228]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_hdr@static-toggle-dpms.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2-9: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#8228]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-big-joiner: - shard-tglu: NOTRUN -> [SKIP][187] ([i915#10656]) +1 other test skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: [PASS][188] -> [SKIP][189] ([i915#12388]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-11/igt@kms_joiner@invalid-modeset-force-big-joiner.html [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-2/igt@kms_joiner@invalid-modeset-force-big-joiner.html - shard-tglu-1: NOTRUN -> [SKIP][190] ([i915#12388]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_joiner@invalid-modeset-force-ultra-joiner: - shard-tglu: NOTRUN -> [SKIP][191] ([i915#12394]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#13522]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html * igt@kms_panel_fitting@legacy: - shard-tglu: NOTRUN -> [SKIP][193] ([i915#6301]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_panel_fitting@legacy.html * igt@kms_plane_alpha_blend@alpha-transparent-fb: - shard-rkl: [PASS][194] -> [SKIP][195] ([i915#14544] / [i915#7294]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_plane_alpha_blend@alpha-transparent-fb.html [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_plane_alpha_blend@alpha-transparent-fb.html * igt@kms_plane_lowres@tiling-4: - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#10226] / [i915#11614] / [i915#3555] / [i915#8821]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_plane_lowres@tiling-4.html * igt@kms_plane_lowres@tiling-4@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#11614] / [i915#3582]) +3 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html * igt@kms_plane_scaling@invalid-parameters: - shard-dg1: [PASS][198] -> [DMESG-WARN][199] ([i915#4423]) +1 other test dmesg-warn [198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg1-19/igt@kms_plane_scaling@invalid-parameters.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg1-14/igt@kms_plane_scaling@invalid-parameters.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c: - shard-tglu: NOTRUN -> [SKIP][200] ([i915#12247]) +18 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-tglu-1: NOTRUN -> [SKIP][201] ([i915#12247] / [i915#6953]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c: - shard-rkl: NOTRUN -> [SKIP][202] ([i915#12247]) +2 other tests skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-8/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d: - shard-tglu-1: NOTRUN -> [SKIP][203] ([i915#12247]) +8 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d: - shard-mtlp: NOTRUN -> [SKIP][204] ([i915#12247]) +8 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-d.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5: - shard-rkl: [PASS][205] -> [SKIP][206] ([i915#14544] / [i915#6953] / [i915#8152]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a: - shard-rkl: [PASS][207] -> [SKIP][208] ([i915#12247] / [i915#14544]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b: - shard-rkl: [PASS][209] -> [SKIP][210] ([i915#12247] / [i915#14544] / [i915#8152]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg2-9: NOTRUN -> [SKIP][211] ([i915#12247] / [i915#3555] / [i915#9423]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d: - shard-dg2-9: NOTRUN -> [SKIP][212] ([i915#12247]) +3 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#12247] / [i915#6953]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-75.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][214] ([i915#12247] / [i915#6953]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25.html * igt@kms_pm_backlight@fade-with-dpms: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#9812]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-tglu-1: NOTRUN -> [SKIP][216] ([i915#9685]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-dg2-9: NOTRUN -> [SKIP][217] ([i915#9685]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [PASS][218] -> [SKIP][219] ([i915#9340]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#8430]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu-1: NOTRUN -> [SKIP][221] ([i915#9519]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@i2c: - shard-rkl: [PASS][222] -> [SKIP][223] ([i915#12916]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_pm_rpm@i2c.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@kms_pm_rpm@i2c.html * igt@kms_pm_rpm@modeset-lpsp: - shard-rkl: [PASS][224] -> [SKIP][225] ([i915#9519]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-8/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#9519]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-rkl: [PASS][227] -> [SKIP][228] ([i915#14544] / [i915#9519]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_prime@basic-crc-hybrid: - shard-tglu-1: NOTRUN -> [SKIP][229] ([i915#6524]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg2-9: NOTRUN -> [SKIP][230] ([i915#6524] / [i915#6805]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_prime@d3hot: - shard-tglu: NOTRUN -> [SKIP][231] ([i915#6524]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - shard-tglu: NOTRUN -> [SKIP][232] ([i915#11520]) +5 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#12316]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - shard-dg2-9: NOTRUN -> [SKIP][234] ([i915#11520]) +4 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - shard-tglu-1: NOTRUN -> [SKIP][235] ([i915#11520]) +5 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#11520]) +2 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2-9: NOTRUN -> [SKIP][237] ([i915#9683]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-pr-sprite-blt: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#1072] / [i915#9732]) +10 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_psr@fbc-pr-sprite-blt.html * igt@kms_psr@fbc-pr-sprite-plane-onoff: - shard-tglu-1: NOTRUN -> [SKIP][239] ([i915#9732]) +14 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_psr@fbc-pr-sprite-plane-onoff.html * igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][240] ([i915#9688]) +5 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1.html * igt@kms_psr@fbc-psr2-sprite-render: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#1072] / [i915#9732]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-4/igt@kms_psr@fbc-psr2-sprite-render.html * igt@kms_psr@pr-cursor-plane-onoff: - shard-dg2-9: NOTRUN -> [SKIP][242] ([i915#1072] / [i915#9732]) +7 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_psr@pr-cursor-plane-onoff.html * igt@kms_psr@pr-primary-page-flip: - shard-tglu: NOTRUN -> [SKIP][243] ([i915#9732]) +15 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_psr@pr-primary-page-flip.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-tglu: NOTRUN -> [SKIP][244] ([i915#5289]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#5289]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-dg2: NOTRUN -> [SKIP][246] ([i915#5190]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2-9: NOTRUN -> [SKIP][247] ([i915#12755] / [i915#5190]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-center: - shard-tglu-1: NOTRUN -> [SKIP][248] ([i915#3555]) +3 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_scaling_modes@scaling-mode-center.html * igt@kms_selftest@drm_framebuffer: - shard-rkl: NOTRUN -> [ABORT][249] ([i915#13179]) +1 other test abort [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-4/igt@kms_selftest@drm_framebuffer.html * igt@kms_setmode@basic: - shard-tglu: [PASS][250] -> [FAIL][251] ([i915#5465]) +2 other tests fail [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-tglu-8/igt@kms_setmode@basic.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-8/igt@kms_setmode@basic.html * igt@kms_setmode@invalid-clone-single-crtc-stealing: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#3555]) +2 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-4/igt@kms_setmode@invalid-clone-single-crtc-stealing.html - shard-mtlp: NOTRUN -> [SKIP][253] ([i915#3555] / [i915#8809]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2-9: NOTRUN -> [SKIP][254] ([i915#8623]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_vrr@flip-dpms: - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8808]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@negative-basic: - shard-rkl: NOTRUN -> [SKIP][256] ([i915#3555] / [i915#9906]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-4/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-tglu-1: NOTRUN -> [SKIP][257] ([i915#9906]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2-9: NOTRUN -> [SKIP][258] ([i915#2436]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config-invalid: - shard-dg2-9: NOTRUN -> [SKIP][259] ([i915#7387]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@perf@global-sseu-config-invalid.html * igt@perf@non-zero-reason: - shard-dg2-9: NOTRUN -> [FAIL][260] ([i915#9100]) +1 other test fail [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@perf@non-zero-reason.html * igt@perf_pmu@interrupts-sync: - shard-rkl: [PASS][261] -> [FAIL][262] ([i915#14470]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@perf_pmu@interrupts-sync.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@perf_pmu@interrupts-sync.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][263] ([i915#8516]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_mmap@test_aperture_limit: - shard-dg2-9: NOTRUN -> [SKIP][264] ([i915#14121]) +1 other test skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-9/igt@prime_mmap@test_aperture_limit.html * igt@sriov_basic@bind-unbind-vf@vf-1: - shard-tglu-1: NOTRUN -> [FAIL][265] ([i915#12910]) +9 other tests fail [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-1/igt@sriov_basic@bind-unbind-vf@vf-1.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg2: NOTRUN -> [SKIP][266] ([i915#9917]) +1 other test skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all: - shard-mtlp: NOTRUN -> [FAIL][267] ([i915#12910]) [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-6/igt@sriov_basic@enable-vfs-bind-unbind-each-numvfs-all.html #### Possible fixes #### * igt@gem_exec_schedule@noreorder-corked@vecs0: - shard-rkl: [DMESG-WARN][268] ([i915#12964]) -> [PASS][269] +14 other tests pass [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-4/igt@gem_exec_schedule@noreorder-corked@vecs0.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-8/igt@gem_exec_schedule@noreorder-corked@vecs0.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-rkl: [TIMEOUT][270] ([i915#12917] / [i915#12964]) -> [PASS][271] +3 other tests pass [270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-4/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-8/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_workarounds@suspend-resume-context: - shard-rkl: [INCOMPLETE][272] ([i915#13356]) -> [PASS][273] [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-3/igt@gem_workarounds@suspend-resume-context.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-4/igt@gem_workarounds@suspend-resume-context.html * igt@i915_power@sanity: - shard-mtlp: [SKIP][274] ([i915#7984]) -> [PASS][275] [274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-mtlp-1/igt@i915_power@sanity.html [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-mtlp-3/igt@i915_power@sanity.html * igt@i915_selftest@live@gt_contexts: - shard-dg2: [INCOMPLETE][276] ([i915#14201]) -> [PASS][277] [276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-7/igt@i915_selftest@live@gt_contexts.html [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@i915_selftest@live@gt_contexts.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-dg1: [DMESG-WARN][278] ([i915#4423]) -> [PASS][279] +1 other test pass [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg1-12/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg1-13/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_busy@extended-modeset-hang-oldfb-with-reset: - shard-rkl: [SKIP][280] ([i915#14544]) -> [PASS][281] +5 other tests pass [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_busy@extended-modeset-hang-oldfb-with-reset.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_busy@extended-modeset-hang-oldfb-with-reset.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-rkl: [FAIL][282] ([i915#2346]) -> [PASS][283] [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-5/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1: - shard-snb: [TIMEOUT][284] ([i915#14033]) -> [PASS][285] +1 other test pass [284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-snb4/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-snb7/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html * igt@kms_flip@flip-vs-suspend: - shard-rkl: [SKIP][286] ([i915#14544] / [i915#3637]) -> [PASS][287] +2 other tests pass [286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_flip@flip-vs-suspend.html [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling: - shard-rkl: [SKIP][288] ([i915#14544] / [i915#3555]) -> [PASS][289] [288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite: - shard-rkl: [SKIP][290] ([i915#14544] / [i915#1849] / [i915#5354]) -> [PASS][291] +2 other tests pass [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_invalid_mode@bad-vsync-start: - shard-rkl: [SKIP][292] ([i915#14544] / [i915#3555] / [i915#8826]) -> [PASS][293] [292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_invalid_mode@bad-vsync-start.html [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_invalid_mode@bad-vsync-start.html * igt@kms_plane_scaling@invalid-parameters: - shard-rkl: [SKIP][294] ([i915#14544] / [i915#8152]) -> [PASS][295] +1 other test pass [294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_plane_scaling@invalid-parameters.html [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_plane_scaling@invalid-parameters.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format@pipe-a: - shard-rkl: [SKIP][296] ([i915#12247] / [i915#14544]) -> [PASS][297] [296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format@pipe-a.html [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format@pipe-a.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format@pipe-b: - shard-rkl: [SKIP][298] ([i915#12247] / [i915#14544] / [i915#8152]) -> [PASS][299] [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format@pipe-b.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-pixel-format@pipe-b.html * igt@kms_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][300] ([i915#14544] / [i915#9519]) -> [PASS][301] [300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_pm_rpm@dpms-lpsp.html [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][302] ([i915#9519]) -> [PASS][303] +2 other tests pass [302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html #### Warnings #### * igt@gem_bad_reloc@negative-reloc-bltcopy: - shard-rkl: [SKIP][304] ([i915#14544] / [i915#3281]) -> [SKIP][305] ([i915#3281]) +1 other test skip [304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@gem_bad_reloc@negative-reloc-bltcopy.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gem_bad_reloc@negative-reloc-bltcopy.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-rkl: [SKIP][306] ([i915#14544] / [i915#9323]) -> [SKIP][307] ([i915#9323]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: [SKIP][308] ([i915#6335]) -> [SKIP][309] ([i915#14544] / [i915#6335]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_create@create-ext-cpu-access-sanity-check.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_sseu@engines: - shard-rkl: [SKIP][310] ([i915#14544] / [i915#280]) -> [SKIP][311] ([i915#280]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@gem_ctx_sseu@engines.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: [SKIP][312] ([i915#280]) -> [SKIP][313] ([i915#14544] / [i915#280]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_ctx_sseu@invalid-sseu.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_exec_big@single: - shard-tglu: [ABORT][314] ([i915#11713] / [i915#14533]) -> [ABORT][315] ([i915#14533]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-tglu-10/igt@gem_exec_big@single.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-tglu-5/igt@gem_exec_big@single.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-rkl: [SKIP][316] ([i915#3281]) -> [SKIP][317] ([i915#14544] / [i915#3281]) +3 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_exec_reloc@basic-gtt-cpu-active.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_lmem_swapping@random: - shard-rkl: [SKIP][318] ([i915#14544] / [i915#4613]) -> [SKIP][319] ([i915#4613]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@gem_lmem_swapping@random.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gem_lmem_swapping@random.html * igt@gem_media_vme: - shard-rkl: [SKIP][320] ([i915#284]) -> [SKIP][321] ([i915#14544] / [i915#284]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_media_vme.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gem_media_vme.html * igt@gem_partial_pwrite_pread@write-display: - shard-rkl: [SKIP][322] ([i915#14544] / [i915#3282]) -> [SKIP][323] ([i915#3282]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@gem_partial_pwrite_pread@write-display.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gem_partial_pwrite_pread@write-display.html * igt@gem_pwrite_snooped: - shard-rkl: [SKIP][324] ([i915#3282]) -> [SKIP][325] ([i915#14544] / [i915#3282]) +3 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_pwrite_snooped.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gem_pwrite_snooped.html * igt@gem_userptr_blits@coherency-sync: - shard-rkl: [SKIP][326] ([i915#3297]) -> [SKIP][327] ([i915#14544] / [i915#3297]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gem_userptr_blits@coherency-sync.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gem_userptr_blits@coherency-sync.html * igt@gen9_exec_parse@bb-secure: - shard-rkl: [SKIP][328] ([i915#2527]) -> [SKIP][329] ([i915#14544] / [i915#2527]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@gen9_exec_parse@bb-secure.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@gen9_exec_parse@bb-secure.html * igt@gen9_exec_parse@valid-registers: - shard-rkl: [SKIP][330] ([i915#14544] / [i915#2527]) -> [SKIP][331] ([i915#2527]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@gen9_exec_parse@valid-registers.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@gen9_exec_parse@valid-registers.html * igt@i915_module_load@resize-bar: - shard-rkl: [SKIP][332] ([i915#6412]) -> [SKIP][333] ([i915#14544] / [i915#6412]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@i915_module_load@resize-bar.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@i915_module_load@resize-bar.html * igt@i915_selftest@live: - shard-dg2: [INCOMPLETE][334] ([i915#12061] / [i915#14201]) -> [DMESG-FAIL][335] ([i915#12061]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-7/igt@i915_selftest@live.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-5/igt@i915_selftest@live.html * igt@intel_hwmon@hwmon-write: - shard-rkl: [SKIP][336] ([i915#14544] / [i915#7707]) -> [SKIP][337] ([i915#7707]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@intel_hwmon@hwmon-write.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@intel_hwmon@hwmon-write.html * igt@kms_async_flips@invalid-async-flip: - shard-rkl: [SKIP][338] ([i915#14544]) -> [DMESG-WARN][339] ([i915#12964]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_async_flips@invalid-async-flip.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_async_flips@invalid-async-flip.html * igt@kms_big_fb@4-tiled-16bpp-rotate-180: - shard-rkl: [SKIP][340] ([i915#14544]) -> [SKIP][341] ([i915#5286]) +1 other test skip [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-rkl: [SKIP][342] ([i915#5286]) -> [SKIP][343] ([i915#14544]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-rkl: [SKIP][344] ([i915#3638]) -> [SKIP][345] ([i915#14544]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_big_fb@linear-32bpp-rotate-270.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-rkl: [SKIP][346] ([i915#14544]) -> [SKIP][347] ([i915#3638]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-270: - shard-rkl: [SKIP][348] ([i915#14544]) -> [SKIP][349] +4 other tests skip [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-rkl: [SKIP][350] -> [SKIP][351] ([i915#14544]) +3 other tests skip [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-rkl: [SKIP][352] ([i915#14544]) -> [SKIP][353] ([i915#12313]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs: - shard-rkl: [SKIP][354] ([i915#14098] / [i915#6095]) -> [SKIP][355] ([i915#14544]) +1 other test skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][356] ([i915#6095]) -> [SKIP][357] ([i915#14098] / [i915#6095]) +3 other tests skip [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-5/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs: - shard-rkl: [SKIP][358] ([i915#14544]) -> [SKIP][359] ([i915#14098] / [i915#6095]) +1 other test skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_ccs@crc-sprite-planes-basic-yf-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2: - shard-rkl: [SKIP][360] ([i915#14098] / [i915#6095]) -> [SKIP][361] ([i915#6095]) +8 other tests skip [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-5/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-8/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html * igt@kms_chamelium_audio@hdmi-audio: - shard-rkl: [SKIP][362] ([i915#11151] / [i915#14544] / [i915#7828]) -> [SKIP][363] ([i915#11151] / [i915#7828]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_chamelium_audio@hdmi-audio.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_chamelium_audio@hdmi-audio.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: [SKIP][364] ([i915#11151] / [i915#7828]) -> [SKIP][365] ([i915#11151] / [i915#14544] / [i915#7828]) +3 other tests skip [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_color@deep-color: - shard-rkl: [SKIP][366] ([i915#12655] / [i915#14544] / [i915#3555]) -> [SKIP][367] ([i915#12655] / [i915#3555]) [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_color@deep-color.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_color@deep-color.html * igt@kms_content_protection@lic-type-0: - shard-rkl: [SKIP][368] ([i915#14544]) -> [SKIP][369] ([i915#9424]) [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_content_protection@lic-type-0.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][370] ([i915#9424]) -> [SKIP][371] ([i915#9433]) [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg1-18/igt@kms_content_protection@mei-interface.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg1-13/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][372] ([i915#7118] / [i915#7162] / [i915#9424]) -> [SKIP][373] ([i915#7118] / [i915#9424]) [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-11/igt@kms_content_protection@type1.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-6/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-rapid-movement-32x32: - shard-rkl: [SKIP][374] ([i915#14544]) -> [SKIP][375] ([i915#3555]) +1 other test skip [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-rkl: [SKIP][376] ([i915#4103]) -> [SKIP][377] ([i915#14544]) [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-rkl: [SKIP][378] ([i915#14544]) -> [FAIL][379] ([i915#2346]) [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-rkl: [SKIP][380] ([i915#9723]) -> [SKIP][381] ([i915#14544]) [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][382] ([i915#14544] / [i915#3955]) -> [SKIP][383] ([i915#3955]) [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_fbcon_fbt@psr.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible: - shard-rkl: [SKIP][384] ([i915#14544] / [i915#9934]) -> [SKIP][385] ([i915#9934]) [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-plain-flip: - shard-rkl: [SKIP][386] ([i915#9934]) -> [SKIP][387] ([i915#14544] / [i915#9934]) +2 other tests skip [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_flip@2x-plain-flip.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_flip@2x-plain-flip.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-rkl: [SKIP][388] ([i915#14544] / [i915#3555]) -> [SKIP][389] ([i915#2672] / [i915#3555]) [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt: - shard-rkl: [SKIP][390] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][391] ([i915#1825]) +7 other tests skip [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu: - shard-dg1: [SKIP][392] ([i915#4423]) -> [SKIP][393] [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite: - shard-dg2: [SKIP][394] ([i915#10433] / [i915#3458]) -> [SKIP][395] ([i915#3458]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt: - shard-rkl: [SKIP][396] ([i915#3023]) -> [SKIP][397] ([i915#14544] / [i915#1849] / [i915#5354]) +5 other tests skip [396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc: - shard-rkl: [SKIP][398] ([i915#14544] / [i915#1849] / [i915#5354]) -> [SKIP][399] ([i915#3023]) +4 other tests skip [398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu: - shard-rkl: [SKIP][400] ([i915#1825]) -> [SKIP][401] ([i915#14544] / [i915#1849] / [i915#5354]) +6 other tests skip [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_hdr@brightness-with-hdr: - shard-rkl: [SKIP][402] ([i915#12713]) -> [SKIP][403] ([i915#1187] / [i915#12713]) [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-5/igt@kms_hdr@brightness-with-hdr.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-rkl: [SKIP][404] ([i915#12394]) -> [SKIP][405] ([i915#12394] / [i915#14544]) [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_joiner@basic-force-ultra-joiner.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_plane_lowres@tiling-yf: - shard-rkl: [SKIP][406] ([i915#3555]) -> [SKIP][407] ([i915#14544]) [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_plane_lowres@tiling-yf.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@2x-tiling-x: - shard-rkl: [SKIP][408] ([i915#14544]) -> [SKIP][409] ([i915#13958]) [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_plane_multiple@2x-tiling-x.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_plane_multiple@2x-tiling-x.html * igt@kms_plane_scaling@intel-max-src-size: - shard-rkl: [SKIP][410] ([i915#6953]) -> [SKIP][411] ([i915#14544] / [i915#6953] / [i915#8152]) [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_plane_scaling@intel-max-src-size.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_pm_backlight@fade: - shard-rkl: [SKIP][412] ([i915#5354]) -> [SKIP][413] ([i915#14544] / [i915#5354]) [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_pm_backlight@fade.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_pm_backlight@fade.html * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - shard-rkl: [SKIP][414] ([i915#11520] / [i915#14544]) -> [SKIP][415] ([i915#11520]) [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - shard-rkl: [SKIP][416] ([i915#11520]) -> [SKIP][417] ([i915#11520] / [i915#14544]) +2 other tests skip [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr@fbc-psr2-primary-page-flip: - shard-rkl: [SKIP][418] ([i915#1072] / [i915#9732]) -> [SKIP][419] ([i915#1072] / [i915#14544] / [i915#9732]) +4 other tests skip [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_psr@fbc-psr2-primary-page-flip.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_psr@fbc-psr2-primary-page-flip.html * igt@kms_psr@psr2-suspend: - shard-rkl: [SKIP][420] ([i915#1072] / [i915#14544] / [i915#9732]) -> [SKIP][421] ([i915#1072] / [i915#9732]) +4 other tests skip [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_psr@psr2-suspend.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_psr@psr2-suspend.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-rkl: [SKIP][422] ([i915#14544]) -> [SKIP][423] ([i915#5289]) [422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html [423]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: [SKIP][424] ([i915#8623]) -> [SKIP][425] ([i915#14544]) [424]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [425]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@lobf: - shard-rkl: [SKIP][426] ([i915#14544]) -> [SKIP][427] ([i915#11920]) [426]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_vrr@lobf.html [427]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-check-output: - shard-rkl: [SKIP][428] ([i915#14544] / [i915#2437]) -> [SKIP][429] ([i915#2437]) [428]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@kms_writeback@writeback-check-output.html [429]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: [SKIP][430] ([i915#2437] / [i915#9412]) -> [SKIP][431] ([i915#14544] / [i915#2437] / [i915#9412]) [430]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-8/igt@kms_writeback@writeback-check-output-xrgb2101010.html [431]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-6/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@prime_vgem@fence-write-hang: - shard-rkl: [SKIP][432] ([i915#14544] / [i915#3708]) -> [SKIP][433] ([i915#3708]) [432]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16794/shard-rkl-6/igt@prime_vgem@fence-write-hang.html [433]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/shard-rkl-2/igt@prime_vgem@fence-write-hang.html [i915#10226]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10226 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151 [i915#11190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11190 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061 [i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247 [i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313 [i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314 [i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316 [i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388 [i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392 [i915#12394]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12394 [i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257 [i915#12655]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12655 [i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713 [i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745 [i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755 [i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805 [i915#12817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12817 [i915#12910]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12910 [i915#12916]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12916 [i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917 [i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964 [i915#12967]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12967 [i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008 [i915#13029]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13029 [i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046 [i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049 [i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179 [i915#13304]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13304 [i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356 [i915#13398]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13398 [i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522 [i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566 [i915#13707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13707 [i915#13748]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13748 [i915#13749]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13749 [i915#13783]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13783 [i915#13958]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13958 [i915#14033]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14033 [i915#14073]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14073 [i915#14098]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14098 [i915#14121]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14121 [i915#14201]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14201 [i915#14470]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14470 [i915#14533]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14533 [i915#14544]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14544 [i915#14545]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14545 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3955 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335 [i915#6412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7162 [i915#7294]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7294 [i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#7984]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7984 [i915#8152]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8152 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813 [i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821 [i915#8826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8826 [i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9812 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * Linux: CI_DRM_16794 -> Patchwork_141443v2 CI-20190529: 20190529 CI_DRM_16794: 3d1065d908ccc26b8c6963c2e676d158fdab960f @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8436: 3b7595f0e7f95de6d79e7ae6bb72e86b0a08a08c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_141443v2: 3d1065d908ccc26b8c6963c2e676d158fdab960f @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_141443v2/index.html [-- Attachment #2: Type: text/html, Size: 148899 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too 2025-07-03 14:38 [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Hans de Goede 2025-07-03 17:21 ` ✓ i915.CI.BAT: success for drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) Patchwork 2025-07-03 22:27 ` ✓ i915.CI.Full: " Patchwork @ 2025-07-04 9:26 ` Jani Nikula 2025-07-04 10:31 ` Ville Syrjälä 3 siblings, 0 replies; 8+ messages in thread From: Jani Nikula @ 2025-07-04 9:26 UTC (permalink / raw) To: Hans de Goede, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, Ville Syrjälä Cc: Hans de Goede, intel-gfx, dri-devel, Hans de Goede On Thu, 03 Jul 2025, Hans de Goede <hansg@kernel.org> wrote: > From: Hans de Goede <hdegoede@redhat.com> > > It turns out that the fixup from vlv_fixup_mipi_sequences() is necessary > for some DSI panel's with version 2 mipi-sequences too. > > Specifically the Acer Iconia One 8 A1-840 (not to be confused with the > A1-840FHD which is different) has the following sequences: > > BDB block 53 (1284 bytes) - MIPI sequence block: > Sequence block version v2 > Panel 0 * > > Sequence 2 - MIPI_SEQ_INIT_OTP > GPIO index 9, source 0, set 0 (0x00) > Delay: 50000 us > GPIO index 9, source 0, set 1 (0x01) > Delay: 6000 us > GPIO index 9, source 0, set 0 (0x00) > Delay: 6000 us > GPIO index 9, source 0, set 1 (0x01) > Delay: 25000 us > Send DCS: Port A, VC 0, LP, Type 39, Length 5, Data ff aa 55 a5 80 > Send DCS: Port A, VC 0, LP, Type 39, Length 3, Data 6f 11 00 > ... > Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 29 > Delay: 120000 us > > Sequence 4 - MIPI_SEQ_DISPLAY_OFF > Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 28 > Delay: 105000 us > Send DCS: Port A, VC 0, LP, Type 05, Length 2, Data 10 00 > Delay: 10000 us > > Sequence 5 - MIPI_SEQ_ASSERT_RESET > Delay: 10000 us > GPIO index 9, source 0, set 0 (0x00) > > Notice how there is no MIPI_SEQ_DEASSERT_RESET, instead the deassert > is done at the beginning of MIPI_SEQ_INIT_OTP, which is exactly what > the fixup from vlv_fixup_mipi_sequences() fixes up. > > Extend it to also apply to v2 sequences, this fixes the panel not working > on the Acer Iconia One 8 A1-840. I believe you have the most extensive collection of VLV/CHV DSI machines, and I basically take your word for what works and what doesn't. Acked-by: Jani Nikula <jani.nikula@intel.com> > Signed-off-by: Hans de Goede <hdegoede@redhat.com> > --- > drivers/gpu/drm/i915/display/intel_bios.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c > index ba7b8938b17c..166ee11831ab 100644 > --- a/drivers/gpu/drm/i915/display/intel_bios.c > +++ b/drivers/gpu/drm/i915/display/intel_bios.c > @@ -1938,7 +1938,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, > int index, len; > > if (drm_WARN_ON(display->drm, > - !data || panel->vbt.dsi.seq_version != 1)) > + !data || panel->vbt.dsi.seq_version >= 3)) > return 0; > > /* index = 1 to skip sequence byte */ > @@ -1961,7 +1961,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, > } > > /* > - * Some v1 VBT MIPI sequences do the deassert in the init OTP sequence. > + * Some v1/v2 VBT MIPI sequences do the deassert in the init OTP sequence. > * The deassert must be done before calling intel_dsi_device_ready, so for > * these devices we split the init OTP sequence into a deassert sequence and > * the actual init OTP part. > @@ -1972,9 +1972,9 @@ static void vlv_fixup_mipi_sequences(struct intel_display *display, > u8 *init_otp; > int len; > > - /* Limit this to v1 vid-mode sequences */ > + /* Limit this to v1/v2 vid-mode sequences */ > if (panel->vbt.dsi.config->is_cmd_mode || > - panel->vbt.dsi.seq_version != 1) > + panel->vbt.dsi.seq_version >= 3) > return; > > /* Only do this if there are otp and assert seqs and no deassert seq */ -- Jani Nikula, Intel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too 2025-07-03 14:38 [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Hans de Goede ` (2 preceding siblings ...) 2025-07-04 9:26 ` [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Jani Nikula @ 2025-07-04 10:31 ` Ville Syrjälä 2025-07-07 21:10 ` Hans de Goede 3 siblings, 1 reply; 8+ messages in thread From: Ville Syrjälä @ 2025-07-04 10:31 UTC (permalink / raw) To: Hans de Goede Cc: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, intel-gfx, dri-devel, Hans de Goede On Thu, Jul 03, 2025 at 04:38:24PM +0200, Hans de Goede wrote: > From: Hans de Goede <hdegoede@redhat.com> > > It turns out that the fixup from vlv_fixup_mipi_sequences() is necessary > for some DSI panel's with version 2 mipi-sequences too. > > Specifically the Acer Iconia One 8 A1-840 (not to be confused with the > A1-840FHD which is different) has the following sequences: > > BDB block 53 (1284 bytes) - MIPI sequence block: > Sequence block version v2 > Panel 0 * > > Sequence 2 - MIPI_SEQ_INIT_OTP > GPIO index 9, source 0, set 0 (0x00) > Delay: 50000 us > GPIO index 9, source 0, set 1 (0x01) > Delay: 6000 us > GPIO index 9, source 0, set 0 (0x00) > Delay: 6000 us > GPIO index 9, source 0, set 1 (0x01) > Delay: 25000 us > Send DCS: Port A, VC 0, LP, Type 39, Length 5, Data ff aa 55 a5 80 > Send DCS: Port A, VC 0, LP, Type 39, Length 3, Data 6f 11 00 > ... > Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 29 > Delay: 120000 us > > Sequence 4 - MIPI_SEQ_DISPLAY_OFF > Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 28 > Delay: 105000 us > Send DCS: Port A, VC 0, LP, Type 05, Length 2, Data 10 00 > Delay: 10000 us > > Sequence 5 - MIPI_SEQ_ASSERT_RESET > Delay: 10000 us > GPIO index 9, source 0, set 0 (0x00) > > Notice how there is no MIPI_SEQ_DEASSERT_RESET, instead the deassert > is done at the beginning of MIPI_SEQ_INIT_OTP, which is exactly what > the fixup from vlv_fixup_mipi_sequences() fixes up. > > Extend it to also apply to v2 sequences, this fixes the panel not working > on the Acer Iconia One 8 A1-840. Do we have the full VBT for this machine already in some bug? If not, please file a new issue with the VBT attached for posterity. > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> > --- > drivers/gpu/drm/i915/display/intel_bios.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c > index ba7b8938b17c..166ee11831ab 100644 > --- a/drivers/gpu/drm/i915/display/intel_bios.c > +++ b/drivers/gpu/drm/i915/display/intel_bios.c > @@ -1938,7 +1938,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, > int index, len; > > if (drm_WARN_ON(display->drm, > - !data || panel->vbt.dsi.seq_version != 1)) > + !data || panel->vbt.dsi.seq_version >= 3)) > return 0; > > /* index = 1 to skip sequence byte */ > @@ -1961,7 +1961,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, > } > > /* > - * Some v1 VBT MIPI sequences do the deassert in the init OTP sequence. > + * Some v1/v2 VBT MIPI sequences do the deassert in the init OTP sequence. > * The deassert must be done before calling intel_dsi_device_ready, so for > * these devices we split the init OTP sequence into a deassert sequence and > * the actual init OTP part. > @@ -1972,9 +1972,9 @@ static void vlv_fixup_mipi_sequences(struct intel_display *display, > u8 *init_otp; > int len; > > - /* Limit this to v1 vid-mode sequences */ > + /* Limit this to v1/v2 vid-mode sequences */ > if (panel->vbt.dsi.config->is_cmd_mode || > - panel->vbt.dsi.seq_version != 1) > + panel->vbt.dsi.seq_version >= 3) > return; > > /* Only do this if there are otp and assert seqs and no deassert seq */ > -- > 2.49.0 -- Ville Syrjälä Intel ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too 2025-07-04 10:31 ` Ville Syrjälä @ 2025-07-07 21:10 ` Hans de Goede 2025-07-10 15:34 ` Rodrigo Vivi 0 siblings, 1 reply; 8+ messages in thread From: Hans de Goede @ 2025-07-07 21:10 UTC (permalink / raw) To: Ville Syrjälä Cc: Jani Nikula, Joonas Lahtinen, Rodrigo Vivi, Tvrtko Ursulin, intel-gfx, dri-devel, Hans de Goede Hi Ville, On 4-Jul-25 12:31 PM, Ville Syrjälä wrote: > On Thu, Jul 03, 2025 at 04:38:24PM +0200, Hans de Goede wrote: >> From: Hans de Goede <hdegoede@redhat.com> >> >> It turns out that the fixup from vlv_fixup_mipi_sequences() is necessary >> for some DSI panel's with version 2 mipi-sequences too. >> >> Specifically the Acer Iconia One 8 A1-840 (not to be confused with the >> A1-840FHD which is different) has the following sequences: >> >> BDB block 53 (1284 bytes) - MIPI sequence block: >> Sequence block version v2 >> Panel 0 * >> >> Sequence 2 - MIPI_SEQ_INIT_OTP >> GPIO index 9, source 0, set 0 (0x00) >> Delay: 50000 us >> GPIO index 9, source 0, set 1 (0x01) >> Delay: 6000 us >> GPIO index 9, source 0, set 0 (0x00) >> Delay: 6000 us >> GPIO index 9, source 0, set 1 (0x01) >> Delay: 25000 us >> Send DCS: Port A, VC 0, LP, Type 39, Length 5, Data ff aa 55 a5 80 >> Send DCS: Port A, VC 0, LP, Type 39, Length 3, Data 6f 11 00 >> ... >> Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 29 >> Delay: 120000 us >> >> Sequence 4 - MIPI_SEQ_DISPLAY_OFF >> Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 28 >> Delay: 105000 us >> Send DCS: Port A, VC 0, LP, Type 05, Length 2, Data 10 00 >> Delay: 10000 us >> >> Sequence 5 - MIPI_SEQ_ASSERT_RESET >> Delay: 10000 us >> GPIO index 9, source 0, set 0 (0x00) >> >> Notice how there is no MIPI_SEQ_DEASSERT_RESET, instead the deassert >> is done at the beginning of MIPI_SEQ_INIT_OTP, which is exactly what >> the fixup from vlv_fixup_mipi_sequences() fixes up. >> >> Extend it to also apply to v2 sequences, this fixes the panel not working >> on the Acer Iconia One 8 A1-840. > > Do we have the full VBT for this machine already in some bug? If not, > please file a new issue with the VBT attached for posterity. I've filed: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14605 with the VBT attached and I'll add a Closes: tag pointing to that to the patch while applying it to drm-intel-fixes. Regards, Hans > >> >> Signed-off-by: Hans de Goede <hdegoede@redhat.com> >> --- >> drivers/gpu/drm/i915/display/intel_bios.c | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c >> index ba7b8938b17c..166ee11831ab 100644 >> --- a/drivers/gpu/drm/i915/display/intel_bios.c >> +++ b/drivers/gpu/drm/i915/display/intel_bios.c >> @@ -1938,7 +1938,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, >> int index, len; >> >> if (drm_WARN_ON(display->drm, >> - !data || panel->vbt.dsi.seq_version != 1)) >> + !data || panel->vbt.dsi.seq_version >= 3)) >> return 0; >> >> /* index = 1 to skip sequence byte */ >> @@ -1961,7 +1961,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, >> } >> >> /* >> - * Some v1 VBT MIPI sequences do the deassert in the init OTP sequence. >> + * Some v1/v2 VBT MIPI sequences do the deassert in the init OTP sequence. >> * The deassert must be done before calling intel_dsi_device_ready, so for >> * these devices we split the init OTP sequence into a deassert sequence and >> * the actual init OTP part. >> @@ -1972,9 +1972,9 @@ static void vlv_fixup_mipi_sequences(struct intel_display *display, >> u8 *init_otp; >> int len; >> >> - /* Limit this to v1 vid-mode sequences */ >> + /* Limit this to v1/v2 vid-mode sequences */ >> if (panel->vbt.dsi.config->is_cmd_mode || >> - panel->vbt.dsi.seq_version != 1) >> + panel->vbt.dsi.seq_version >= 3) >> return; >> >> /* Only do this if there are otp and assert seqs and no deassert seq */ >> -- >> 2.49.0 > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too 2025-07-07 21:10 ` Hans de Goede @ 2025-07-10 15:34 ` Rodrigo Vivi 2025-07-10 15:47 ` Hans de Goede 0 siblings, 1 reply; 8+ messages in thread From: Rodrigo Vivi @ 2025-07-10 15:34 UTC (permalink / raw) To: Hans de Goede Cc: Ville Syrjälä, Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, intel-gfx, dri-devel, Hans de Goede On Mon, Jul 07, 2025 at 11:10:59PM +0200, Hans de Goede wrote: > Hi Ville, > > On 4-Jul-25 12:31 PM, Ville Syrjälä wrote: > > On Thu, Jul 03, 2025 at 04:38:24PM +0200, Hans de Goede wrote: > >> From: Hans de Goede <hdegoede@redhat.com> > >> > >> It turns out that the fixup from vlv_fixup_mipi_sequences() is necessary > >> for some DSI panel's with version 2 mipi-sequences too. > >> > >> Specifically the Acer Iconia One 8 A1-840 (not to be confused with the > >> A1-840FHD which is different) has the following sequences: > >> > >> BDB block 53 (1284 bytes) - MIPI sequence block: > >> Sequence block version v2 > >> Panel 0 * > >> > >> Sequence 2 - MIPI_SEQ_INIT_OTP > >> GPIO index 9, source 0, set 0 (0x00) > >> Delay: 50000 us > >> GPIO index 9, source 0, set 1 (0x01) > >> Delay: 6000 us > >> GPIO index 9, source 0, set 0 (0x00) > >> Delay: 6000 us > >> GPIO index 9, source 0, set 1 (0x01) > >> Delay: 25000 us > >> Send DCS: Port A, VC 0, LP, Type 39, Length 5, Data ff aa 55 a5 80 > >> Send DCS: Port A, VC 0, LP, Type 39, Length 3, Data 6f 11 00 > >> ... > >> Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 29 > >> Delay: 120000 us > >> > >> Sequence 4 - MIPI_SEQ_DISPLAY_OFF > >> Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 28 > >> Delay: 105000 us > >> Send DCS: Port A, VC 0, LP, Type 05, Length 2, Data 10 00 > >> Delay: 10000 us > >> > >> Sequence 5 - MIPI_SEQ_ASSERT_RESET > >> Delay: 10000 us > >> GPIO index 9, source 0, set 0 (0x00) > >> > >> Notice how there is no MIPI_SEQ_DEASSERT_RESET, instead the deassert > >> is done at the beginning of MIPI_SEQ_INIT_OTP, which is exactly what > >> the fixup from vlv_fixup_mipi_sequences() fixes up. > >> > >> Extend it to also apply to v2 sequences, this fixes the panel not working > >> on the Acer Iconia One 8 A1-840. > > > > Do we have the full VBT for this machine already in some bug? If not, > > please file a new issue with the VBT attached for posterity. > > I've filed: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14605 > with the VBT attached and I'll add a Closes: tag pointing to that > to the patch while applying it to drm-intel-fixes. Hi Hans, Thank you so much for all the work here. Just one thing here is that in drm-intel and drm-xe branches, differently from drm-misc ones, we push to the -next variants, and then the maintainers run cherry-pick rounds to propagate to the -fixes ones. I have just moved it around with a force-push, pushed to drm-intel-next and cherry-picked back. Thank you, Rodrigo. > > Regards, > > Hans > > > > > > >> > >> Signed-off-by: Hans de Goede <hdegoede@redhat.com> > >> --- > >> drivers/gpu/drm/i915/display/intel_bios.c | 8 ++++---- > >> 1 file changed, 4 insertions(+), 4 deletions(-) > >> > >> diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c > >> index ba7b8938b17c..166ee11831ab 100644 > >> --- a/drivers/gpu/drm/i915/display/intel_bios.c > >> +++ b/drivers/gpu/drm/i915/display/intel_bios.c > >> @@ -1938,7 +1938,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, > >> int index, len; > >> > >> if (drm_WARN_ON(display->drm, > >> - !data || panel->vbt.dsi.seq_version != 1)) > >> + !data || panel->vbt.dsi.seq_version >= 3)) > >> return 0; > >> > >> /* index = 1 to skip sequence byte */ > >> @@ -1961,7 +1961,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, > >> } > >> > >> /* > >> - * Some v1 VBT MIPI sequences do the deassert in the init OTP sequence. > >> + * Some v1/v2 VBT MIPI sequences do the deassert in the init OTP sequence. > >> * The deassert must be done before calling intel_dsi_device_ready, so for > >> * these devices we split the init OTP sequence into a deassert sequence and > >> * the actual init OTP part. > >> @@ -1972,9 +1972,9 @@ static void vlv_fixup_mipi_sequences(struct intel_display *display, > >> u8 *init_otp; > >> int len; > >> > >> - /* Limit this to v1 vid-mode sequences */ > >> + /* Limit this to v1/v2 vid-mode sequences */ > >> if (panel->vbt.dsi.config->is_cmd_mode || > >> - panel->vbt.dsi.seq_version != 1) > >> + panel->vbt.dsi.seq_version >= 3) > >> return; > >> > >> /* Only do this if there are otp and assert seqs and no deassert seq */ > >> -- > >> 2.49.0 > > > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too 2025-07-10 15:34 ` Rodrigo Vivi @ 2025-07-10 15:47 ` Hans de Goede 0 siblings, 0 replies; 8+ messages in thread From: Hans de Goede @ 2025-07-10 15:47 UTC (permalink / raw) To: Rodrigo Vivi Cc: Ville Syrjälä, Jani Nikula, Joonas Lahtinen, Tvrtko Ursulin, intel-gfx, dri-devel, Hans de Goede Hi Rodrigo, On 10-Jul-25 5:34 PM, Rodrigo Vivi wrote: > On Mon, Jul 07, 2025 at 11:10:59PM +0200, Hans de Goede wrote: >> Hi Ville, >> >> On 4-Jul-25 12:31 PM, Ville Syrjälä wrote: >>> On Thu, Jul 03, 2025 at 04:38:24PM +0200, Hans de Goede wrote: >>>> From: Hans de Goede <hdegoede@redhat.com> >>>> >>>> It turns out that the fixup from vlv_fixup_mipi_sequences() is necessary >>>> for some DSI panel's with version 2 mipi-sequences too. >>>> >>>> Specifically the Acer Iconia One 8 A1-840 (not to be confused with the >>>> A1-840FHD which is different) has the following sequences: >>>> >>>> BDB block 53 (1284 bytes) - MIPI sequence block: >>>> Sequence block version v2 >>>> Panel 0 * >>>> >>>> Sequence 2 - MIPI_SEQ_INIT_OTP >>>> GPIO index 9, source 0, set 0 (0x00) >>>> Delay: 50000 us >>>> GPIO index 9, source 0, set 1 (0x01) >>>> Delay: 6000 us >>>> GPIO index 9, source 0, set 0 (0x00) >>>> Delay: 6000 us >>>> GPIO index 9, source 0, set 1 (0x01) >>>> Delay: 25000 us >>>> Send DCS: Port A, VC 0, LP, Type 39, Length 5, Data ff aa 55 a5 80 >>>> Send DCS: Port A, VC 0, LP, Type 39, Length 3, Data 6f 11 00 >>>> ... >>>> Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 29 >>>> Delay: 120000 us >>>> >>>> Sequence 4 - MIPI_SEQ_DISPLAY_OFF >>>> Send DCS: Port A, VC 0, LP, Type 05, Length 1, Data 28 >>>> Delay: 105000 us >>>> Send DCS: Port A, VC 0, LP, Type 05, Length 2, Data 10 00 >>>> Delay: 10000 us >>>> >>>> Sequence 5 - MIPI_SEQ_ASSERT_RESET >>>> Delay: 10000 us >>>> GPIO index 9, source 0, set 0 (0x00) >>>> >>>> Notice how there is no MIPI_SEQ_DEASSERT_RESET, instead the deassert >>>> is done at the beginning of MIPI_SEQ_INIT_OTP, which is exactly what >>>> the fixup from vlv_fixup_mipi_sequences() fixes up. >>>> >>>> Extend it to also apply to v2 sequences, this fixes the panel not working >>>> on the Acer Iconia One 8 A1-840. >>> >>> Do we have the full VBT for this machine already in some bug? If not, >>> please file a new issue with the VBT attached for posterity. >> >> I've filed: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14605 >> with the VBT attached and I'll add a Closes: tag pointing to that >> to the patch while applying it to drm-intel-fixes. > > Hi Hans, > > Thank you so much for all the work here. > > Just one thing here is that in drm-intel and drm-xe branches, > differently from drm-misc ones, we push to the -next variants, and > then the maintainers run cherry-pick rounds to propagate to the -fixes ones. Ok, I'll try to remember that for next time. > I have just moved it around with a force-push, pushed to drm-intel-next and > cherry-picked back. Thank you for fixing things up. Regards, Hans >>>> Signed-off-by: Hans de Goede <hdegoede@redhat.com> >>>> --- >>>> drivers/gpu/drm/i915/display/intel_bios.c | 8 ++++---- >>>> 1 file changed, 4 insertions(+), 4 deletions(-) >>>> >>>> diff --git a/drivers/gpu/drm/i915/display/intel_bios.c b/drivers/gpu/drm/i915/display/intel_bios.c >>>> index ba7b8938b17c..166ee11831ab 100644 >>>> --- a/drivers/gpu/drm/i915/display/intel_bios.c >>>> +++ b/drivers/gpu/drm/i915/display/intel_bios.c >>>> @@ -1938,7 +1938,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, >>>> int index, len; >>>> >>>> if (drm_WARN_ON(display->drm, >>>> - !data || panel->vbt.dsi.seq_version != 1)) >>>> + !data || panel->vbt.dsi.seq_version >= 3)) >>>> return 0; >>>> >>>> /* index = 1 to skip sequence byte */ >>>> @@ -1961,7 +1961,7 @@ static int get_init_otp_deassert_fragment_len(struct intel_display *display, >>>> } >>>> >>>> /* >>>> - * Some v1 VBT MIPI sequences do the deassert in the init OTP sequence. >>>> + * Some v1/v2 VBT MIPI sequences do the deassert in the init OTP sequence. >>>> * The deassert must be done before calling intel_dsi_device_ready, so for >>>> * these devices we split the init OTP sequence into a deassert sequence and >>>> * the actual init OTP part. >>>> @@ -1972,9 +1972,9 @@ static void vlv_fixup_mipi_sequences(struct intel_display *display, >>>> u8 *init_otp; >>>> int len; >>>> >>>> - /* Limit this to v1 vid-mode sequences */ >>>> + /* Limit this to v1/v2 vid-mode sequences */ >>>> if (panel->vbt.dsi.config->is_cmd_mode || >>>> - panel->vbt.dsi.seq_version != 1) >>>> + panel->vbt.dsi.seq_version >= 3) >>>> return; >>>> >>>> /* Only do this if there are otp and assert seqs and no deassert seq */ >>>> -- >>>> 2.49.0 >>> >> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-07-10 15:47 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-07-03 14:38 [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Hans de Goede 2025-07-03 17:21 ` ✓ i915.CI.BAT: success for drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too (rev2) Patchwork 2025-07-03 22:27 ` ✓ i915.CI.Full: " Patchwork 2025-07-04 9:26 ` [PATCH resend] drm/i915/bios: Apply vlv_fixup_mipi_sequences() to v2 mipi-sequences too Jani Nikula 2025-07-04 10:31 ` Ville Syrjälä 2025-07-07 21:10 ` Hans de Goede 2025-07-10 15:34 ` Rodrigo Vivi 2025-07-10 15:47 ` Hans de Goede
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).