* [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile
@ 2023-09-21 16:35 Juha-Pekka Heikkila
2023-09-21 17:28 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 12+ messages in thread
From: Juha-Pekka Heikkila @ 2023-09-21 16:35 UTC (permalink / raw)
To: igt-dev
on xe driver need to use blitter for x-tile
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
lib/igt_fb.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 4b592825d..c8a7b31a8 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb)
return fb->modifier == I915_FORMAT_MOD_4_TILED ||
fb->modifier == I915_FORMAT_MOD_Y_TILED ||
fb->modifier == I915_FORMAT_MOD_Yf_TILED ||
- (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd));
+ (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) ||
+ is_xe_device(fb->fd);
}
static void init_buf_ccs(struct intel_buf *buf, int ccs_idx,
--
2.25.1
^ permalink raw reply related [flat|nested] 12+ messages in thread* [igt-dev] ✓ CI.xeBAT: success for lib/xe: on xe driver use blitter for x-tile 2023-09-21 16:35 [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile Juha-Pekka Heikkila @ 2023-09-21 17:28 ` Patchwork 2023-09-21 17:36 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 12+ messages in thread From: Patchwork @ 2023-09-21 17:28 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1986 bytes --] == Series Details == Series: lib/xe: on xe driver use blitter for x-tile URL : https://patchwork.freedesktop.org/series/124070/ State : success == Summary == CI Bug Log - changes from XEIGT_7496_BAT -> XEIGTPW_9839_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_9839_BAT that come from known issues: ### IGT changes ### #### Possible fixes #### * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [FAIL][1] ([Intel XE#480]) -> [PASS][2] +3 other tests pass [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9839/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html * {igt@xe_create@create-execqueues-leak}: - bat-atsm-2: [FAIL][3] ([Intel XE#524]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7496/bat-atsm-2/igt@xe_create@create-execqueues-leak.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9839/bat-atsm-2/igt@xe_create@create-execqueues-leak.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 Build changes ------------- * IGT: IGT_7496 -> IGTPW_9839 IGTPW_9839: 9839 IGT_7496: 6a96d3ad178e468b74a58cc10dead2f57bc1558d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-389-7e0d40e7aa56f19a9b3e9bc492003085f9be01c3: 7e0d40e7aa56f19a9b3e9bc492003085f9be01c3 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9839/index.html [-- Attachment #2: Type: text/html, Size: 2593 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/xe: on xe driver use blitter for x-tile 2023-09-21 16:35 [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile Juha-Pekka Heikkila 2023-09-21 17:28 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork @ 2023-09-21 17:36 ` Patchwork 2023-09-22 4:54 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2 ` (2 subsequent siblings) 4 siblings, 0 replies; 12+ messages in thread From: Patchwork @ 2023-09-21 17:36 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4295 bytes --] == Series Details == Series: lib/xe: on xe driver use blitter for x-tile URL : https://patchwork.freedesktop.org/series/124070/ State : success == Summary == CI Bug Log - changes from CI_DRM_13664 -> IGTPW_9839 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/index.html Participating hosts (40 -> 38) ------------------------------ Missing (2): fi-hsw-4770 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9839 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s0@lmem0: - bat-dg2-9: [PASS][1] -> [INCOMPLETE][2] ([i915#9275]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/bat-dg2-9/igt@gem_exec_suspend@basic-s0@lmem0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/bat-dg2-9/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_exec_suspend@basic-s3@lmem0: - bat-atsm-1: NOTRUN -> [DMESG-WARN][3] ([i915#8841]) +4 other tests dmesg-warn [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/bat-atsm-1/igt@gem_exec_suspend@basic-s3@lmem0.html * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [PASS][4] -> [DMESG-FAIL][5] ([i915#5334]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@slpc: - fi-kbl-soraka: NOTRUN -> [ABORT][6] ([i915#7913]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/fi-kbl-soraka/igt@i915_selftest@live@slpc.html * igt@i915_suspend@basic-s3-without-i915: - bat-atsm-1: NOTRUN -> [SKIP][7] ([i915#6645]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/bat-atsm-1/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [PASS][8] -> [ABORT][9] ([i915#8668]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-atsm-1: NOTRUN -> [SKIP][10] ([i915#1836]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/bat-atsm-1/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@gt_timelines: - bat-atsm-1: [INCOMPLETE][11] -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/bat-atsm-1/igt@i915_selftest@live@gt_timelines.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/bat-atsm-1/igt@i915_selftest@live@gt_timelines.html * igt@kms_hdmi_inject@inject-audio: - fi-kbl-guc: [FAIL][13] ([IGT#3]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html [IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3 [i915#1836]: https://gitlab.freedesktop.org/drm/intel/issues/1836 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7496 -> IGTPW_9839 CI-20190529: 20190529 CI_DRM_13664: 24303ce015224a18891b6b2787aa52a0bdfed4b6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9839: 9839 IGT_7496: 6a96d3ad178e468b74a58cc10dead2f57bc1558d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/index.html [-- Attachment #2: Type: text/html, Size: 5121 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-21 16:35 [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile Juha-Pekka Heikkila 2023-09-21 17:28 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork 2023-09-21 17:36 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork @ 2023-09-22 4:54 ` Sharma, Swati2 2023-09-22 10:32 ` Juha-Pekka Heikkila 2023-09-22 8:01 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 2023-09-22 21:47 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi 4 siblings, 1 reply; 12+ messages in thread From: Sharma, Swati2 @ 2023-09-22 4:54 UTC (permalink / raw) To: Juha-Pekka Heikkila, igt-dev Hi JP, Since for xe, we want to use blitter generically, please update commit message and subject accordingly. With above fixed. LGTM Reviewed-by: Swati Sharma <swati2.sharma@intel.com> On 21-Sep-23 10:05 PM, Juha-Pekka Heikkila wrote: > on xe driver need to use blitter for x-tile > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > --- > lib/igt_fb.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/igt_fb.c b/lib/igt_fb.c > index 4b592825d..c8a7b31a8 100644 > --- a/lib/igt_fb.c > +++ b/lib/igt_fb.c > @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) > return fb->modifier == I915_FORMAT_MOD_4_TILED || > fb->modifier == I915_FORMAT_MOD_Y_TILED || > fb->modifier == I915_FORMAT_MOD_Yf_TILED || > - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); > + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || > + is_xe_device(fb->fd); > } > > static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-22 4:54 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2 @ 2023-09-22 10:32 ` Juha-Pekka Heikkila 0 siblings, 0 replies; 12+ messages in thread From: Juha-Pekka Heikkila @ 2023-09-22 10:32 UTC (permalink / raw) To: Sharma, Swati2, igt-dev Thanks. Those ci reported failures don't seem to relate to this change at all so I'll change subject/message and push. /Juha-Pekka On 22.9.2023 7.54, Sharma, Swati2 wrote: > Hi JP, > > Since for xe, we want to use blitter generically, please update commit > message and subject accordingly. > > With above fixed. > > LGTM > Reviewed-by: Swati Sharma <swati2.sharma@intel.com> > > On 21-Sep-23 10:05 PM, Juha-Pekka Heikkila wrote: >> on xe driver need to use blitter for x-tile >> >> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> >> --- >> lib/igt_fb.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/lib/igt_fb.c b/lib/igt_fb.c >> index 4b592825d..c8a7b31a8 100644 >> --- a/lib/igt_fb.c >> +++ b/lib/igt_fb.c >> @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) >> return fb->modifier == I915_FORMAT_MOD_4_TILED || >> fb->modifier == I915_FORMAT_MOD_Y_TILED || >> fb->modifier == I915_FORMAT_MOD_Yf_TILED || >> - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); >> + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || >> + is_xe_device(fb->fd); >> } >> static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, ^ permalink raw reply [flat|nested] 12+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/xe: on xe driver use blitter for x-tile 2023-09-21 16:35 [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile Juha-Pekka Heikkila ` (2 preceding siblings ...) 2023-09-22 4:54 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2 @ 2023-09-22 8:01 ` Patchwork 2023-09-22 21:47 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi 4 siblings, 0 replies; 12+ messages in thread From: Patchwork @ 2023-09-22 8:01 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 93092 bytes --] == Series Details == Series: lib/xe: on xe driver use blitter for x-tile URL : https://patchwork.freedesktop.org/series/124070/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13664_full -> IGTPW_9839_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9839_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9839_full, please notify your bug team (lgci.bug.filing@intel.com) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9839_full: ### IGT changes ### #### Possible regressions #### * igt@gem_workarounds@suspend-resume-fd: - shard-tglu: [PASS][1] -> [INCOMPLETE][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-tglu-2/igt@gem_workarounds@suspend-resume-fd.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-8/igt@gem_workarounds@suspend-resume-fd.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][3] +5 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][4] +14 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][5] +21 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html * igt@prime_vgem@basic-fence-blt: - shard-mtlp: NOTRUN -> [FAIL][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@prime_vgem@basic-fence-blt.html Known issues ------------ Here are the changes found in IGTPW_9839_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][8] ([i915#8411]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@api_intel_bb@object-reloc-keep-cache.html * igt@device_reset@cold-reset-bound: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#7701]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@all-busy-check-all: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +7 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@drm_fdinfo@all-busy-check-all.html * igt@drm_fdinfo@idle@rcs0: - shard-rkl: NOTRUN -> [FAIL][11] ([i915#7742]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@drm_fdinfo@idle@rcs0.html * igt@drm_fdinfo@isolation@bcs0: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +9 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@drm_fdinfo@isolation@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][13] -> [FAIL][14] ([i915#7742]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][15] ([i915#3936]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@gem_busy@semaphore.html * igt@gem_caching@reads: - shard-mtlp: NOTRUN -> [SKIP][16] ([i915#4873]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@gem_caching@reads.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#7697]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#6335]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#8555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-13/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@heartbeat-many: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#8555]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@gem_ctx_persistence@heartbeat-many.html * igt@gem_ctx_persistence@legacy-engines-persistence: - shard-snb: NOTRUN -> [SKIP][21] ([fdo#109271] / [i915#1099]) +2 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb1/igt@gem_ctx_persistence@legacy-engines-persistence.html * igt@gem_eio@hibernate: - shard-tglu: NOTRUN -> [ABORT][22] ([i915#7975] / [i915#8213] / [i915#8398]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-10/igt@gem_eio@hibernate.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4771]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@gem_exec_balancer@bonded-dual.html - shard-dg2: NOTRUN -> [SKIP][24] ([i915#4771]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#4812]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_exec_balancer@bonded-true-hang.html - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4812]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@noheartbeat: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#8555]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_fair@basic-none-solo: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#4473]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-pace: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#3539]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-throttle: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#4473] / [i915#4771]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_flush@basic-batch-kernel-default-wb: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-13/igt@gem_exec_flush@basic-batch-kernel-default-wb.html * igt@gem_exec_flush@basic-uc-rw-default: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539] / [i915#4852]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@gem_exec_flush@basic-uc-rw-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#7697]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@secure-non-master: - shard-mtlp: NOTRUN -> [SKIP][34] ([fdo#112283]) +1 other test skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@gem_exec_params@secure-non-master.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][35] ([i915#3281]) +16 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3281]) +14 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-range-active: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#3281]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@gem_exec_reloc@basic-range-active.html - shard-dg1: NOTRUN -> [SKIP][38] ([i915#3281]) +2 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@gem_exec_reloc@basic-range-active.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#4537] / [i915#4812]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@semaphore-power: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#4812]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-15/igt@gem_exec_schedule@semaphore-power.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#4860]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html * igt@gem_fenced_exec_thrash@too-many-fences: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4860]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@gem_fenced_exec_thrash@too-many-fences.html * igt@gem_lmem_swapping@heavy-random: - shard-rkl: NOTRUN -> [SKIP][43] ([i915#4613]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@gem_lmem_swapping@heavy-random.html - shard-tglu: NOTRUN -> [SKIP][44] ([i915#4613]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-8/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@smem-oom: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4613]) +3 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@gem_lmem_swapping@smem-oom.html * igt@gem_mmap@bad-size: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4083]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@gem_mmap@bad-size.html * igt@gem_mmap@big-bo: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#4083]) +3 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_mmap@big-bo.html * igt@gem_mmap_gtt@cpuset-medium-copy: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4077]) +14 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#4077]) +13 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@read-write: - shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4083]) +6 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@gem_mmap_wc@read-write.html * igt@gem_partial_pwrite_pread@reads-uncached: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3282]) +5 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@gem_partial_pwrite_pread@reads-uncached.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#3282]) +6 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@gem_pread@snoop.html * igt@gem_pwrite@basic-random: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#3282]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@gem_pwrite@basic-random.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][54] ([i915#4270]) +3 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-rkl: NOTRUN -> [SKIP][55] ([i915#4270]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4270]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-15/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-tglu: NOTRUN -> [SKIP][57] ([i915#4270]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-9/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4270]) +5 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_readwrite@write-bad-handle: - shard-rkl: NOTRUN -> [SKIP][59] ([i915#3282]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@gem_readwrite@write-bad-handle.html * igt@gem_render_copy@linear-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#8428]) +11 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@gem_render_copy@linear-to-vebox-y-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#5190]) +17 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4079]) +2 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_spin_batch@spin-all-new: - shard-dg2: NOTRUN -> [FAIL][63] ([i915#5889]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_spin_batch@spin-all-new.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#4077]) +2 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_tiled_pread_basic: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4079]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@gem_tiled_pread_basic.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#3297]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3297] / [i915#4880]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-unsync: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#3297]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-1/igt@gem_userptr_blits@readonly-unsync.html - shard-dg1: NOTRUN -> [SKIP][69] ([i915#3297]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@gem_userptr_blits@readonly-unsync.html * igt@gem_userptr_blits@unsync-overlap: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#3297]) +1 other test skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@gem_userptr_blits@unsync-overlap.html * igt@gem_userptr_blits@vma-merge: - shard-mtlp: NOTRUN -> [FAIL][71] ([i915#3318]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@gem_userptr_blits@vma-merge.html * igt@gen3_render_tiledy_blits: - shard-mtlp: NOTRUN -> [SKIP][72] ([fdo#109289]) +3 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@gen3_render_tiledy_blits.html * igt@gen7_exec_parse@basic-offset: - shard-rkl: NOTRUN -> [SKIP][73] ([fdo#109289]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@gen7_exec_parse@basic-offset.html - shard-dg1: NOTRUN -> [SKIP][74] ([fdo#109289]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@gen7_exec_parse@basic-offset.html - shard-tglu: NOTRUN -> [SKIP][75] ([fdo#109289]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-2/igt@gen7_exec_parse@basic-offset.html * igt@gen7_exec_parse@chained-batch: - shard-dg2: NOTRUN -> [SKIP][76] ([fdo#109289]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@gen7_exec_parse@chained-batch.html * igt@gen9_exec_parse@batch-without-end: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#2856]) +4 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@gen9_exec_parse@batch-without-end.html * igt@gen9_exec_parse@bb-large: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#2856]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@gen9_exec_parse@bb-large.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#2527]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@gen9_exec_parse@bb-start-cmd.html * igt@i915_module_load@load: - shard-snb: NOTRUN -> [SKIP][80] ([fdo#109271] / [i915#6227]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb2/igt@i915_module_load@load.html - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#6227]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@i915_module_load@load.html - shard-dg2: NOTRUN -> [SKIP][82] ([i915#6227]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [PASS][83] -> [DMESG-WARN][84] ([i915#8617]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html - shard-mtlp: [PASS][85] -> [ABORT][86] ([i915#8489] / [i915#8668]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-mtlp: NOTRUN -> [SKIP][87] ([i915#8436]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_rc6_residency@rc6-idle@vcs0: - shard-dg1: [PASS][88] -> [FAIL][89] ([i915#3591]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [PASS][90] -> [SKIP][91] ([i915#1397]) +4 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#1397]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-dg2: NOTRUN -> [SKIP][93] ([fdo#109506]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rpm@i2c: - shard-dg2: [PASS][94] -> [FAIL][95] ([i915#8717]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-11/igt@i915_pm_rpm@i2c.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#1397]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg2: [PASS][97] -> [SKIP][98] ([i915#1397]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-6/igt@i915_pm_rpm@modeset-non-lpsp.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-dg1: [PASS][99] -> [SKIP][100] ([i915#1397]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-16/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rpm@pc8-residency: - shard-mtlp: NOTRUN -> [SKIP][101] ([fdo#109293]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@i915_pm_rpm@pc8-residency.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#6621]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html - shard-dg1: NOTRUN -> [SKIP][103] ([i915#6621]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-17/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][104] ([i915#8346]) +1 other test fail [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@i915_pm_rps@waitboost.html * igt@i915_pm_sseu@full-enable: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#4387]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-known-pci-ids: - shard-dg2: NOTRUN -> [SKIP][106] ([fdo#109303]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@query-topology-unsupported: - shard-mtlp: NOTRUN -> [SKIP][107] ([fdo#109302]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@i915_query@query-topology-unsupported.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#4212]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-mtlp: NOTRUN -> [SKIP][109] ([i915#4212]) +2 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#8502] / [i915#8709]) +11 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#8502]) +3 other tests skip [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#1769] / [i915#3555]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-snb: NOTRUN -> [SKIP][113] ([fdo#109271] / [i915#1769]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][114] ([fdo#111614]) +5 other tests skip [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][115] ([fdo#111614]) +2 other tests skip [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#4538] / [i915#5286]) +2 other tests skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#5286]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html - shard-tglu: NOTRUN -> [SKIP][118] ([fdo#111615] / [i915#5286]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-9/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-16bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][119] ([fdo#111614]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-9/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#3638]) +2 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#6187]) +1 other test skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][122] ([fdo#111615]) +11 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#4538] / [i915#5190]) +7 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html - shard-rkl: NOTRUN -> [SKIP][124] ([fdo#110723]) +2 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538]) +2 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][126] ([fdo#111615]) +3 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_joiner@basic: - shard-dg1: NOTRUN -> [SKIP][127] ([i915#2705]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#2705]) +1 other test skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#5354] / [i915#6095]) +7 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#5354] / [i915#6095]) +1 other test skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#3689] / [i915#5354]) +26 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-7/igt@kms_ccs@pipe-a-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#3734] / [i915#5354] / [i915#6095]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#5354]) +54 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][134] ([i915#3689] / [i915#5354] / [i915#6095]) +7 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#3886] / [i915#5354] / [i915#6095]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#3689] / [i915#3886] / [i915#5354]) +14 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_ccs: - shard-mtlp: NOTRUN -> [SKIP][137] ([i915#6095]) +38 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#3886] / [i915#6095]) +9 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-10/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][140] ([fdo#109271] / [i915#3886]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-apl3/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +4 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-13/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][142] ([i915#5354]) +8 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_mtl_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][143] ([i915#5354] / [i915#6095]) +4 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-10/igt@kms_ccs@pipe-d-bad-pixel-format-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#3689] / [i915#5354] / [i915#6095]) +5 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-5/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][145] ([i915#7213] / [i915#9010]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#4087] / [i915#7213]) +3 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#4087]) +3 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html * igt@kms_chamelium_color@ctm-0-50: - shard-rkl: NOTRUN -> [SKIP][148] ([fdo#111827]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@gamma: - shard-mtlp: NOTRUN -> [SKIP][149] ([fdo#111827]) +3 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_chamelium_color@gamma.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][150] ([i915#7828]) +14 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@dp-frame-dump: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#7828]) +3 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-1/igt@kms_chamelium_frames@dp-frame-dump.html - shard-dg1: NOTRUN -> [SKIP][152] ([i915#7828]) +3 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-13/igt@kms_chamelium_frames@dp-frame-dump.html - shard-tglu: NOTRUN -> [SKIP][153] ([i915#7828]) +3 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-9/igt@kms_chamelium_frames@dp-frame-dump.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#7828]) +11 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][155] ([i915#3555]) +7 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@kms_color@deep-color.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#3299]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@legacy: - shard-mtlp: NOTRUN -> [SKIP][157] ([i915#6944]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@kms_content_protection@legacy.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][158] ([i915#7173]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3359]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#3555] / [i915#8814]) +2 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#3359]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html - shard-dg1: NOTRUN -> [SKIP][162] ([i915#3359]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-13/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-snb: NOTRUN -> [SKIP][163] ([fdo#109271] / [fdo#111767]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb4/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#4213]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][165] ([fdo#109274] / [i915#5354]) +6 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html - shard-rkl: NOTRUN -> [SKIP][166] ([fdo#111825]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html - shard-tglu: NOTRUN -> [SKIP][167] ([fdo#109274]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3546]) +3 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-mtlp: NOTRUN -> [SKIP][169] ([fdo#111767] / [i915#3546]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@single-move@all-pipes: - shard-mtlp: NOTRUN -> [DMESG-WARN][170] ([i915#2017]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][171] ([i915#8588]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dp_aux_dev: - shard-rkl: NOTRUN -> [SKIP][172] ([i915#1257]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@kms_dp_aux_dev.html - shard-dg1: NOTRUN -> [SKIP][173] ([i915#1257]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@kms_dp_aux_dev.html - shard-tglu: NOTRUN -> [SKIP][174] ([i915#1257]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-2/igt@kms_dp_aux_dev.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#3840]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-dg2: [PASS][176] -> [FAIL][177] ([fdo#103375]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-3/igt@kms_fbcon_fbt@fbc-suspend.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#3469]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@kms_fbcon_fbt@psr.html - shard-rkl: NOTRUN -> [SKIP][179] ([i915#3955]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@kms_fbcon_fbt@psr.html - shard-dg1: NOTRUN -> [SKIP][180] ([i915#3469]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@kms_fbcon_fbt@psr.html - shard-tglu: NOTRUN -> [SKIP][181] ([i915#3469]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-5/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][182] ([i915#8381]) +1 other test skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1: - shard-snb: NOTRUN -> [DMESG-WARN][183] ([i915#8841]) +3 other tests dmesg-warn [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb1/igt@kms_flip@2x-flip-vs-suspend@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#3637]) +8 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-dg2: NOTRUN -> [SKIP][185] ([fdo#109274]) +3 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1: - shard-glk: [PASS][186] -> [FAIL][187] ([i915#79]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-glk8/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-hdmi-a1.html * igt@kms_flip@flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#8381]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-7/igt@kms_flip@flip-vs-fences.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#2587] / [i915#2672]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][190] ([i915#2672]) +3 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#2672] / [i915#3555]) +2 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][192] ([i915#2587] / [i915#2672]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#2672]) +3 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][194] ([i915#2672] / [i915#3555]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#5274]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - shard-dg2: [PASS][196] -> [FAIL][197] ([i915#6880]) +2 other tests fail [196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#1825]) +37 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu: - shard-dg2: NOTRUN -> [FAIL][199] ([i915#6880]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][200] ([i915#5439]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-dg1: NOTRUN -> [SKIP][201] ([i915#5439]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-tiling-4.html - shard-tglu: NOTRUN -> [SKIP][202] ([i915#5439]) +1 other test skip [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#3023]) +6 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt: - shard-apl: NOTRUN -> [SKIP][204] ([fdo#109271]) +39 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-apl1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render: - shard-tglu: NOTRUN -> [SKIP][205] ([fdo#109280]) +6 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt: - shard-dg1: NOTRUN -> [SKIP][206] ([i915#3458]) +4 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite: - shard-glk: NOTRUN -> [SKIP][207] ([fdo#109271]) +3 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-glk3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][208] ([fdo#111825] / [i915#1825]) +5 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html - shard-dg1: NOTRUN -> [SKIP][209] ([fdo#111825]) +14 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#3458]) +18 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][211] ([i915#6118]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@static-toggle-dpms: - shard-mtlp: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#8228]) +2 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@kms_hdr@static-toggle-dpms.html - shard-dg2: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_hdr@static-toggle-dpms.html * igt@kms_plane_multiple@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#8806]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-7/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#6953]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#5176]) +23 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][217] ([i915#5176]) +7 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-2.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#5176]) +5 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-c-edp-1.html * igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#5176]) +1 other test skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][220] ([i915#5235]) +3 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#5235]) +9 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#5235]) +27 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][223] ([i915#5235]) +19 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][224] ([i915#5235]) +11 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1.html * igt@kms_prime@basic-crc-hybrid: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#6524] / [i915#6805]) +2 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#6524]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_prime@basic-modeset-hybrid.html - shard-dg1: NOTRUN -> [SKIP][227] ([i915#6524]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@kms_prime@basic-modeset-hybrid.html - shard-tglu: NOTRUN -> [SKIP][228] ([i915#6524]) [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-6/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg1: NOTRUN -> [SKIP][229] ([i915#658]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@plane-move-sf-dmg-area: - shard-glk: NOTRUN -> [SKIP][230] ([fdo#109271] / [i915#658]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-glk7/igt@kms_psr2_sf@plane-move-sf-dmg-area.html - shard-tglu: NOTRUN -> [SKIP][231] ([fdo#111068] / [i915#658]) +1 other test skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-5/igt@kms_psr2_sf@plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#4348]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-dg2: NOTRUN -> [SKIP][233] ([i915#658]) +3 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-rkl: NOTRUN -> [SKIP][234] ([fdo#111068] / [i915#658]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-dg1: NOTRUN -> [SKIP][235] ([fdo#111068] / [i915#658]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@kms_psr2_su@page_flip-xrgb8888.html - shard-tglu: NOTRUN -> [SKIP][236] ([fdo#109642] / [fdo#111068] / [i915#658]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-4/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@cursor_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][237] ([i915#1072]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-2/igt@kms_psr@cursor_mmap_gtt.html - shard-dg1: NOTRUN -> [SKIP][238] ([i915#1072]) +2 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-17/igt@kms_psr@cursor_mmap_gtt.html - shard-tglu: NOTRUN -> [SKIP][239] ([fdo#110189]) +7 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-6/igt@kms_psr@cursor_mmap_gtt.html * igt@kms_psr@psr2_sprite_blt: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#1072]) +9 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-dg2: NOTRUN -> [SKIP][241] ([i915#5461] / [i915#658]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@primary-rotation-90: - shard-rkl: [PASS][242] -> [INCOMPLETE][243] ([i915#8875]) +1 other test incomplete [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-90.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-mtlp: NOTRUN -> [SKIP][244] ([i915#5289]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][245] ([i915#4235] / [i915#5190]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-rkl: NOTRUN -> [SKIP][246] ([fdo#111615] / [i915#5289]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html - shard-tglu: NOTRUN -> [SKIP][247] ([fdo#111615] / [i915#5289]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-9/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-mtlp: NOTRUN -> [SKIP][248] ([i915#4235]) +1 other test skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_setmode@basic@pipe-a-vga-1: - shard-snb: NOTRUN -> [FAIL][249] ([i915#5465]) +1 other test fail [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb5/igt@kms_setmode@basic@pipe-a-vga-1.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#8823]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#8623]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][252] ([fdo#109309]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak-pipe-b: - shard-snb: [PASS][253] -> [FAIL][254] ([i915#9196]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-snb6/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb4/igt@kms_universal_plane@cursor-fb-leak-pipe-b.html * igt@kms_vblank@pipe-c-ts-continuation-idle: - shard-rkl: NOTRUN -> [SKIP][255] ([i915#4070] / [i915#6768]) +3 other tests skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@kms_vblank@pipe-c-ts-continuation-idle.html * igt@kms_vblank@pipe-d-query-busy-hang: - shard-rkl: NOTRUN -> [SKIP][256] ([i915#4070] / [i915#533] / [i915#6768]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@kms_vblank@pipe-d-query-busy-hang.html * igt@kms_vblank@pipe-d-ts-continuation-suspend: - shard-mtlp: NOTRUN -> [ABORT][257] ([i915#9262]) +6 other tests abort [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_vblank@pipe-d-ts-continuation-suspend.html * igt@kms_vrr@flip-basic: - shard-dg1: NOTRUN -> [SKIP][258] ([i915#3555]) +2 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@kms_vrr@flip-basic.html * igt@kms_vrr@negative-basic: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#3555]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-6/igt@kms_vrr@negative-basic.html - shard-tglu: NOTRUN -> [SKIP][260] ([i915#3555]) +1 other test skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-3/igt@kms_vrr@negative-basic.html * igt@kms_writeback@writeback-invalid-parameters: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#2437]) +2 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-8/igt@kms_writeback@writeback-invalid-parameters.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2: NOTRUN -> [SKIP][262] ([i915#2437]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@global-sseu-config: - shard-mtlp: NOTRUN -> [SKIP][263] ([i915#7387]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@perf@global-sseu-config.html * igt@perf@global-sseu-config-invalid: - shard-dg2: NOTRUN -> [SKIP][264] ([i915#7387]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@all-busy-idle-check-all: - shard-dg2: NOTRUN -> [FAIL][265] ([i915#5234]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@perf_pmu@all-busy-idle-check-all.html - shard-dg1: [PASS][266] -> [FAIL][267] ([i915#5234]) [266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-19/igt@perf_pmu@all-busy-idle-check-all.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: NOTRUN -> [FAIL][268] ([i915#4349]) +3 other tests fail [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@cpu-hotplug: - shard-mtlp: NOTRUN -> [SKIP][269] ([i915#8850]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@event-wait@rcs0: - shard-dg2: NOTRUN -> [SKIP][270] ([fdo#112283]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][271] ([i915#8440]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@rc6-suspend: - shard-mtlp: [PASS][272] -> [ABORT][273] ([i915#9262]) +1 other test abort [272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-6/igt@perf_pmu@rc6-suspend.html [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@perf_pmu@rc6-suspend.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#8516]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-3/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-gtt: - shard-mtlp: NOTRUN -> [SKIP][275] ([i915#3708] / [i915#4077]) +1 other test skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#3708] / [i915#4077]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@prime_vgem@coherency-gtt.html - shard-rkl: NOTRUN -> [SKIP][277] ([fdo#109295] / [fdo#111656] / [i915#3708]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@prime_vgem@coherency-gtt.html - shard-dg1: NOTRUN -> [SKIP][278] ([i915#3708] / [i915#4077]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@prime_vgem@coherency-gtt.html - shard-tglu: NOTRUN -> [SKIP][279] ([fdo#109295] / [fdo#111656]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-4/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][280] ([i915#3708]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html - shard-dg2: NOTRUN -> [SKIP][281] ([i915#3708]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-6/igt@prime_vgem@fence-write-hang.html * igt@sysfs_timeslice_duration@idempotent@vcs0: - shard-snb: NOTRUN -> [SKIP][282] ([fdo#109271]) +192 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-snb2/igt@sysfs_timeslice_duration@idempotent@vcs0.html * igt@v3d/v3d_get_bo_offset@create-get-offsets: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#2575]) +4 other tests skip [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@v3d/v3d_get_bo_offset@create-get-offsets.html * igt@v3d/v3d_get_param@get-bad-param: - shard-tglu: NOTRUN -> [SKIP][284] ([fdo#109315] / [i915#2575]) +2 other tests skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-5/igt@v3d/v3d_get_param@get-bad-param.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#2575]) +16 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@v3d/v3d_submit_csd@single-out-sync.html - shard-rkl: NOTRUN -> [SKIP][286] ([fdo#109315]) +3 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@v3d/v3d_wait_bo@map-bo-0ns: - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#2575]) +11 other tests skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@v3d/v3d_wait_bo@map-bo-0ns.html * igt@vc4/vc4_label_bo@set-kernel-name: - shard-dg2: NOTRUN -> [SKIP][288] ([i915#7711]) +8 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-10/igt@vc4/vc4_label_bo@set-kernel-name.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#7711]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice: - shard-mtlp: NOTRUN -> [SKIP][290] ([i915#7711]) +11 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-7/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html * igt@vc4/vc4_tiling@set-bad-modifier: - shard-rkl: NOTRUN -> [SKIP][291] ([i915#7711]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@vc4/vc4_tiling@set-bad-modifier.html - shard-tglu: NOTRUN -> [SKIP][292] ([i915#2575]) +1 other test skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-5/igt@vc4/vc4_tiling@set-bad-modifier.html #### Possible fixes #### * igt@gem_ctx_isolation@preservation-s3@vcs0: - shard-mtlp: [DMESG-WARN][293] ([i915#9262]) -> [PASS][294] +2 other tests pass [293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-4/igt@gem_ctx_isolation@preservation-s3@vcs0.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-2/igt@gem_ctx_isolation@preservation-s3@vcs0.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [FAIL][295] ([i915#2410]) -> [PASS][296] +6 other tests pass [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-6/igt@gem_ctx_persistence@engines-hostile@vcs0.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-6/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_eio@hibernate: - shard-dg1: [ABORT][297] ([i915#7975] / [i915#8213]) -> [PASS][298] [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-14/igt@gem_eio@hibernate.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@gem_eio@hibernate.html * igt@gem_eio@reset-stress: - shard-dg1: [FAIL][299] ([i915#5784]) -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-13/igt@gem_eio@reset-stress.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-deadline: - shard-rkl: [FAIL][301] ([i915#2846]) -> [PASS][302] [301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][303] ([i915#2842]) -> [PASS][304] [303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-rkl: [FAIL][305] ([i915#2842]) -> [PASS][306] +1 other test pass [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-rkl-7/igt@gem_exec_fair@basic-pace@vecs0.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu: [ABORT][307] ([i915#7975] / [i915#8213]) -> [PASS][308] [307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-3/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gen9_exec_parse@allowed-all: - shard-apl: [INCOMPLETE][309] ([i915#5566]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-apl6/igt@gen9_exec_parse@allowed-all.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-apl6/igt@gen9_exec_parse@allowed-all.html * igt@i915_hangman@detector@vcs0: - shard-mtlp: [FAIL][311] ([i915#8456]) -> [PASS][312] +2 other tests pass [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-6/igt@i915_hangman@detector@vcs0.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-1/igt@i915_hangman@detector@vcs0.html * igt@i915_hangman@gt-engine-hang@vcs0: - shard-mtlp: [FAIL][313] ([i915#7069]) -> [PASS][314] [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-5/igt@i915_hangman@gt-engine-hang@vcs0.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html * igt@i915_pm_rc6_residency@rc6-idle@rcs0: - shard-dg1: [FAIL][315] ([i915#3591]) -> [PASS][316] [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg1: [SKIP][317] ([i915#1397]) -> [PASS][318] [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-dg2: [SKIP][319] ([i915#1397]) -> [PASS][320] [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_pm_rps@reset: - shard-tglu: [INCOMPLETE][321] ([i915#8320]) -> [PASS][322] [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-tglu-8/igt@i915_pm_rps@reset.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-10/igt@i915_pm_rps@reset.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [DMESG-FAIL][323] ([i915#5334]) -> [PASS][324] [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-apl6/igt@i915_selftest@live@gt_heartbeat.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-apl3/igt@i915_selftest@live@gt_heartbeat.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-tglu: [FAIL][325] ([i915#3743]) -> [PASS][326] +1 other test pass [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][327] ([i915#2346]) -> [PASS][328] +1 other test pass [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html - shard-apl: [FAIL][329] ([i915#2346]) -> [PASS][330] [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt: - shard-dg2: [FAIL][331] ([i915#6880]) -> [PASS][332] +3 other tests pass [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html * {igt@kms_pm_dc@dc9-dpms}: - shard-tglu: [SKIP][333] ([i915#4281]) -> [PASS][334] [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-rkl: [INCOMPLETE][335] ([i915#8875]) -> [PASS][336] [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_universal_plane@cursor-fb-leak-pipe-a: - shard-mtlp: [FAIL][337] ([i915#9196]) -> [PASS][338] [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-mtlp-6/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-mtlp-5/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html * igt@perf_pmu@busy-idle-check-all@vecs0: - shard-dg1: [FAIL][339] ([i915#4521]) -> [PASS][340] +2 other tests pass [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-19/igt@perf_pmu@busy-idle-check-all@vecs0.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vecs0.html #### Warnings #### * igt@device_reset@unbind-reset-rebind: - shard-dg1: [INCOMPLETE][341] ([i915#4983]) -> [ABORT][342] ([i915#4983] / [i915#7461]) [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-19/igt@device_reset@unbind-reset-rebind.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [DMESG-WARN][343] ([i915#4936] / [i915#5493]) -> [TIMEOUT][344] ([i915#5493]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - shard-tglu: [WARN][345] ([i915#2681]) -> [FAIL][346] ([i915#2681] / [i915#3591]) +1 other test fail [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-tglu-9/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@kms_content_protection@mei_interface: - shard-dg2: [SKIP][347] ([i915#7118]) -> [SKIP][348] ([i915#7118] / [i915#7162]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg2-3/igt@kms_content_protection@mei_interface.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg2-11/igt@kms_content_protection@mei_interface.html * igt@kms_psr@cursor_plane_move: - shard-dg1: [SKIP][349] ([i915#1072]) -> [SKIP][350] ([i915#1072] / [i915#4078]) +1 other test skip [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-19/igt@kms_psr@cursor_plane_move.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-16/igt@kms_psr@cursor_plane_move.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: [SKIP][351] ([i915#1072] / [i915#4078]) -> [SKIP][352] ([i915#1072]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13664/shard-dg1-13/igt@kms_psr@sprite_plane_onoff.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/shard-dg1-19/igt@kms_psr@sprite_plane_onoff.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293 [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5889]: https://gitlab.freedesktop.org/drm/intel/issues/5889 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8320]: https://gitlab.freedesktop.org/drm/intel/issues/8320 [i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8398]: https://gitlab.freedesktop.org/drm/intel/issues/8398 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8436]: https://gitlab.freedesktop.org/drm/intel/issues/8436 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010 [i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067 [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196 [i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7496 -> IGTPW_9839 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13664: 24303ce015224a18891b6b2787aa52a0bdfed4b6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9839: 9839 IGT_7496: 6a96d3ad178e468b74a58cc10dead2f57bc1558d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9839/index.html [-- Attachment #2: Type: text/html, Size: 114992 bytes --] ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-21 16:35 [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile Juha-Pekka Heikkila ` (3 preceding siblings ...) 2023-09-22 8:01 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork @ 2023-09-22 21:47 ` Rodrigo Vivi 2023-09-25 8:02 ` Juha-Pekka Heikkila 4 siblings, 1 reply; 12+ messages in thread From: Rodrigo Vivi @ 2023-09-22 21:47 UTC (permalink / raw) To: Juha-Pekka Heikkila, Francois Dugast; +Cc: igt-dev On Thu, Sep 21, 2023 at 07:35:30PM +0300, Juha-Pekka Heikkila wrote: > on xe driver need to use blitter for x-tile While testing the xe-uapi alignment series I noticed the pass rate had sunk. And then noticed it was all related to display and blit. A bisect in kernel and in igt brought me to this patch as the culprit for the craches I was seeing on DG2. And it looks CI is also not very happy: https://intel-gfx-ci.01.org/tree/intel-xe/index.html? and my bet is on this patch here. kms_cursor_legacy 6/6 6/6 6/6 6/6 6/6 6/6 6/6 0/6 basic-flip-after-cursor-atomic pass pass pass pass pass pass pass crash basic-flip-after-cursor-legacy pass pass pass pass pass pass pass crash basic-flip-after-cursor-varying-size pass pass pass pass pass pass pass crash basic-flip-before-cursor-atomic pass pass pass pass pass pass pass crash basic-flip-before-cursor-legacy pass pass pass pass pass pass pass crash basic-flip-before-cursor-varying-size pass pass pass pass pass pass pass crash kms_dsc 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 dsc-basic skip skip skip skip notrun skip skip skip kms_flip 16/16 16/16 16/16 16/16 16/16 16/16 16/16 0/16 basic-flip-vs-dpms 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 a-dp2 pass pass pass pass pass pass pass crash b-dp2 pass pass pass pass pass pass pass crash c-dp2 pass pass pass pass pass pass pass crash d-dp2 pass pass pass pass pass pass pass crash basic-flip-vs-modeset 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 a-dp2 pass pass pass pass pass pass pass crash b-dp2 pass pass pass pass pass pass pass crash c-dp2 pass pass pass pass pass pass pass crash d-dp2 pass pass pass pass pass pass pass crash basic-flip-vs-wf_vblank 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 a-dp2 pass pass pass pass pass pass pass crash b-dp2 pass pass pass pass pass pass pass crash c-dp2 pass pass pass pass pass pass pass crash d-dp2 pass pass pass pass pass pass pass crash basic-plain-flip 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 a-dp2 pass pass pass pass pass pass pass crash b-dp2 pass pass pass pass pass pass pass crash c-dp2 pass pass pass pass pass pass pass crash d-dp2 pass pass pass pass pass pass pass crash Results for igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size Overview Result: crash Back to summary Details Detail Value Returncode None Time 0:00:00 Stdout Opened device: /dev/dri/card0 Starting subtest: basic-flip-before-cursor-varying-size Using pipe A & DP-2 Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) Stderr Starting subtest: basic-flip-before-cursor-varying-size Received signal SIGBUS. Stack trace: #0 [fatal_sig_handler+0x17b] #1 [__sigaction+0x50] #2 [emit_blt_block_copy+0x47e] #3 [blt_block_copy+0xeb] #4 [blitcopy+0x263] #5 [setup_linear_mapping+0x163] #6 [create_cairo_surface__gpu+0x32] #7 [igt_get_cairo_surface+0x88] #8 [igt_get_cairo_ctx+0xb] #9 [igt_create_pattern_fb+0x29] #10 [set_fb_on_crtc+0x39] #11 [basic_flip_cursor+0xcf] #12 [__igt_unique____real_main1887+0xa41] #13 [main+0x23] #14 [__libc_start_call_main+0x80] #15 [__libc_start_main+0x89] #16 [_start+0x25] Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) Command dmesg <6> [29102.951496] [IGT] kms_cursor_legacy: executing <6> [29103.289314] [IGT] kms_cursor_legacy: starting subtest basic-flip-before-cursor-varying-size <6> [29104.003123] [IGT] kms_cursor_legacy: finished subtest basic-flip-before-cursor-varying-size, CRASH <6> [29104.012383] [IGT] kms_cursor_legacy: exiting, ret=135 > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > --- > lib/igt_fb.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/lib/igt_fb.c b/lib/igt_fb.c > index 4b592825d..c8a7b31a8 100644 > --- a/lib/igt_fb.c > +++ b/lib/igt_fb.c > @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) > return fb->modifier == I915_FORMAT_MOD_4_TILED || > fb->modifier == I915_FORMAT_MOD_Y_TILED || > fb->modifier == I915_FORMAT_MOD_Yf_TILED || > - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); > + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || > + is_xe_device(fb->fd); > } > > static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-22 21:47 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi @ 2023-09-25 8:02 ` Juha-Pekka Heikkila 2023-09-25 13:37 ` Rodrigo Vivi 0 siblings, 1 reply; 12+ messages in thread From: Juha-Pekka Heikkila @ 2023-09-25 8:02 UTC (permalink / raw) To: Rodrigo Vivi, Francois Dugast; +Cc: igt-dev Hi Rodrigo, On 23.9.2023 0.47, Rodrigo Vivi wrote: > On Thu, Sep 21, 2023 at 07:35:30PM +0300, Juha-Pekka Heikkila wrote: >> on xe driver need to use blitter for x-tile > > While testing the xe-uapi alignment series I noticed the pass rate had sunk. > And then noticed it was all related to display and blit. > > A bisect in kernel and in igt brought me to this patch as the culprit for > the craches I was seeing on DG2. > > And it looks CI is also not very happy: > https://intel-gfx-ci.01.org/tree/intel-xe/index.html? > > and my bet is on this patch here. > > kms_cursor_legacy I don't see these crashes, currently this show all green for me: https://intel-gfx-ci.01.org/tree/intel-xe/bat-all.html?testfilter=kms_cursor_legacy%7Ckms_flip&hosts=dg2 From above link looking at any of those test histories there's no crashes in history, this patch went in on IGT_7497 which is still visible on the history while writing this. I tried to run these tests also on our local dg2 against xe driver but I was not able to reproduce any crash here either running tests as per subtest or as a blob. /Juha-Pekka > 6/6 6/6 6/6 6/6 6/6 6/6 6/6 0/6 > basic-flip-after-cursor-atomic > pass pass pass pass pass pass pass crash > basic-flip-after-cursor-legacy > pass pass pass pass pass pass pass crash > basic-flip-after-cursor-varying-size > pass pass pass pass pass pass pass crash > basic-flip-before-cursor-atomic > pass pass pass pass pass pass pass crash > basic-flip-before-cursor-legacy > pass pass pass pass pass pass pass crash > basic-flip-before-cursor-varying-size > pass pass pass pass pass pass pass crash > kms_dsc > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > dsc-basic > skip skip skip skip notrun skip skip skip > kms_flip > 16/16 16/16 16/16 16/16 16/16 16/16 16/16 0/16 > basic-flip-vs-dpms > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > a-dp2 > pass pass pass pass pass pass pass crash > b-dp2 > pass pass pass pass pass pass pass crash > c-dp2 > pass pass pass pass pass pass pass crash > d-dp2 > pass pass pass pass pass pass pass crash > basic-flip-vs-modeset > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > a-dp2 > pass pass pass pass pass pass pass crash > b-dp2 > pass pass pass pass pass pass pass crash > c-dp2 > pass pass pass pass pass pass pass crash > d-dp2 > pass pass pass pass pass pass pass crash > basic-flip-vs-wf_vblank > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > a-dp2 > pass pass pass pass pass pass pass crash > b-dp2 > pass pass pass pass pass pass pass crash > c-dp2 > pass pass pass pass pass pass pass crash > d-dp2 > pass pass pass pass pass pass pass crash > basic-plain-flip > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > a-dp2 > pass pass pass pass pass pass pass crash > b-dp2 > pass pass pass pass pass pass pass crash > c-dp2 > pass pass pass pass pass pass pass crash > d-dp2 > pass pass pass pass pass pass pass crash > > Results for igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size > Overview > Result: crash > > Back to summary > > Details > Detail Value > Returncode None > Time 0:00:00 > Stdout > Opened device: /dev/dri/card0 > Starting subtest: basic-flip-before-cursor-varying-size > Using pipe A & DP-2 > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > Stderr > Starting subtest: basic-flip-before-cursor-varying-size > Received signal SIGBUS. > Stack trace: > #0 [fatal_sig_handler+0x17b] > #1 [__sigaction+0x50] > #2 [emit_blt_block_copy+0x47e] > #3 [blt_block_copy+0xeb] > #4 [blitcopy+0x263] > #5 [setup_linear_mapping+0x163] > #6 [create_cairo_surface__gpu+0x32] > #7 [igt_get_cairo_surface+0x88] > #8 [igt_get_cairo_ctx+0xb] > #9 [igt_create_pattern_fb+0x29] > #10 [set_fb_on_crtc+0x39] > #11 [basic_flip_cursor+0xcf] > #12 [__igt_unique____real_main1887+0xa41] > #13 [main+0x23] > #14 [__libc_start_call_main+0x80] > #15 [__libc_start_main+0x89] > #16 [_start+0x25] > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > Command > dmesg > <6> [29102.951496] [IGT] kms_cursor_legacy: executing > <6> [29103.289314] [IGT] kms_cursor_legacy: starting subtest basic-flip-before-cursor-varying-size > <6> [29104.003123] [IGT] kms_cursor_legacy: finished subtest basic-flip-before-cursor-varying-size, CRASH > <6> [29104.012383] [IGT] kms_cursor_legacy: exiting, ret=135 > > >> >> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> >> --- >> lib/igt_fb.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/lib/igt_fb.c b/lib/igt_fb.c >> index 4b592825d..c8a7b31a8 100644 >> --- a/lib/igt_fb.c >> +++ b/lib/igt_fb.c >> @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) >> return fb->modifier == I915_FORMAT_MOD_4_TILED || >> fb->modifier == I915_FORMAT_MOD_Y_TILED || >> fb->modifier == I915_FORMAT_MOD_Yf_TILED || >> - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); >> + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || >> + is_xe_device(fb->fd); >> } >> >> static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, >> -- >> 2.25.1 >> ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-25 8:02 ` Juha-Pekka Heikkila @ 2023-09-25 13:37 ` Rodrigo Vivi 2023-09-25 15:18 ` Juha-Pekka Heikkila 0 siblings, 1 reply; 12+ messages in thread From: Rodrigo Vivi @ 2023-09-25 13:37 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev On Mon, Sep 25, 2023 at 11:02:43AM +0300, Juha-Pekka Heikkila wrote: > Hi Rodrigo, > > On 23.9.2023 0.47, Rodrigo Vivi wrote: > > On Thu, Sep 21, 2023 at 07:35:30PM +0300, Juha-Pekka Heikkila wrote: > > > on xe driver need to use blitter for x-tile > > > > While testing the xe-uapi alignment series I noticed the pass rate had sunk. > > And then noticed it was all related to display and blit. > > > > A bisect in kernel and in igt brought me to this patch as the culprit for > > the craches I was seeing on DG2. > > > > And it looks CI is also not very happy: > > https://intel-gfx-ci.01.org/tree/intel-xe/index.html? > > > > and my bet is on this patch here. > > > > kms_cursor_legacy > > I don't see these crashes, currently this show all green for me: > https://intel-gfx-ci.01.org/tree/intel-xe/bat-all.html?testfilter=kms_cursor_legacy%7Ckms_flip&hosts=dg2 > > From above link looking at any of those test histories there's no crashes in > history, this patch went in on IGT_7497 which is still visible on the > history while writing this. > > I tried to run these tests also on our local dg2 against xe driver but I was > not able to reproduce any crash here either running tests as per subtest or > as a blob. So, this is regressing my DG2. I'm trending more to send a revert than a bug report. > > /Juha-Pekka > > > 6/6 6/6 6/6 6/6 6/6 6/6 6/6 0/6 > > basic-flip-after-cursor-atomic > > pass pass pass pass pass pass pass crash > > basic-flip-after-cursor-legacy > > pass pass pass pass pass pass pass crash > > basic-flip-after-cursor-varying-size > > pass pass pass pass pass pass pass crash > > basic-flip-before-cursor-atomic > > pass pass pass pass pass pass pass crash > > basic-flip-before-cursor-legacy > > pass pass pass pass pass pass pass crash > > basic-flip-before-cursor-varying-size > > pass pass pass pass pass pass pass crash > > kms_dsc > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > dsc-basic > > skip skip skip skip notrun skip skip skip > > kms_flip > > 16/16 16/16 16/16 16/16 16/16 16/16 16/16 0/16 > > basic-flip-vs-dpms > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > a-dp2 > > pass pass pass pass pass pass pass crash > > b-dp2 > > pass pass pass pass pass pass pass crash > > c-dp2 > > pass pass pass pass pass pass pass crash > > d-dp2 > > pass pass pass pass pass pass pass crash > > basic-flip-vs-modeset > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > a-dp2 > > pass pass pass pass pass pass pass crash > > b-dp2 > > pass pass pass pass pass pass pass crash > > c-dp2 > > pass pass pass pass pass pass pass crash > > d-dp2 > > pass pass pass pass pass pass pass crash > > basic-flip-vs-wf_vblank > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > a-dp2 > > pass pass pass pass pass pass pass crash > > b-dp2 > > pass pass pass pass pass pass pass crash > > c-dp2 > > pass pass pass pass pass pass pass crash > > d-dp2 > > pass pass pass pass pass pass pass crash > > basic-plain-flip > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > a-dp2 > > pass pass pass pass pass pass pass crash > > b-dp2 > > pass pass pass pass pass pass pass crash > > c-dp2 > > pass pass pass pass pass pass pass crash > > d-dp2 > > pass pass pass pass pass pass pass crash > > > > Results for igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size > > Overview > > Result: crash > > > > Back to summary > > > > Details > > Detail Value > > Returncode None > > Time 0:00:00 > > Stdout > > Opened device: /dev/dri/card0 > > Starting subtest: basic-flip-before-cursor-varying-size > > Using pipe A & DP-2 > > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > > Stderr > > Starting subtest: basic-flip-before-cursor-varying-size > > Received signal SIGBUS. > > Stack trace: > > #0 [fatal_sig_handler+0x17b] > > #1 [__sigaction+0x50] > > #2 [emit_blt_block_copy+0x47e] > > #3 [blt_block_copy+0xeb] > > #4 [blitcopy+0x263] > > #5 [setup_linear_mapping+0x163] > > #6 [create_cairo_surface__gpu+0x32] > > #7 [igt_get_cairo_surface+0x88] > > #8 [igt_get_cairo_ctx+0xb] > > #9 [igt_create_pattern_fb+0x29] > > #10 [set_fb_on_crtc+0x39] > > #11 [basic_flip_cursor+0xcf] > > #12 [__igt_unique____real_main1887+0xa41] > > #13 [main+0x23] > > #14 [__libc_start_call_main+0x80] > > #15 [__libc_start_main+0x89] > > #16 [_start+0x25] > > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > > Command > > dmesg > > <6> [29102.951496] [IGT] kms_cursor_legacy: executing > > <6> [29103.289314] [IGT] kms_cursor_legacy: starting subtest basic-flip-before-cursor-varying-size > > <6> [29104.003123] [IGT] kms_cursor_legacy: finished subtest basic-flip-before-cursor-varying-size, CRASH > > <6> [29104.012383] [IGT] kms_cursor_legacy: exiting, ret=135 > > > > > > > > > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > > > --- > > > lib/igt_fb.c | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/lib/igt_fb.c b/lib/igt_fb.c > > > index 4b592825d..c8a7b31a8 100644 > > > --- a/lib/igt_fb.c > > > +++ b/lib/igt_fb.c > > > @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) > > > return fb->modifier == I915_FORMAT_MOD_4_TILED || > > > fb->modifier == I915_FORMAT_MOD_Y_TILED || > > > fb->modifier == I915_FORMAT_MOD_Yf_TILED || > > > - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); > > > + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || > > > + is_xe_device(fb->fd); > > > } > > > static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, > > > -- > > > 2.25.1 > > > > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-25 13:37 ` Rodrigo Vivi @ 2023-09-25 15:18 ` Juha-Pekka Heikkila 2023-09-25 17:42 ` Rodrigo Vivi 0 siblings, 1 reply; 12+ messages in thread From: Juha-Pekka Heikkila @ 2023-09-25 15:18 UTC (permalink / raw) To: Rodrigo Vivi; +Cc: igt-dev, De Marchi, Lucas On 25.9.2023 16.37, Rodrigo Vivi wrote: > On Mon, Sep 25, 2023 at 11:02:43AM +0300, Juha-Pekka Heikkila wrote: >> Hi Rodrigo, >> >> On 23.9.2023 0.47, Rodrigo Vivi wrote: >>> On Thu, Sep 21, 2023 at 07:35:30PM +0300, Juha-Pekka Heikkila wrote: >>>> on xe driver need to use blitter for x-tile >>> >>> While testing the xe-uapi alignment series I noticed the pass rate had sunk. >>> And then noticed it was all related to display and blit. >>> >>> A bisect in kernel and in igt brought me to this patch as the culprit for >>> the craches I was seeing on DG2. >>> >>> And it looks CI is also not very happy: >>> https://intel-gfx-ci.01.org/tree/intel-xe/index.html? >>> >>> and my bet is on this patch here. >>> >>> kms_cursor_legacy >> >> I don't see these crashes, currently this show all green for me: >> https://intel-gfx-ci.01.org/tree/intel-xe/bat-all.html?testfilter=kms_cursor_legacy%7Ckms_flip&hosts=dg2 >> >> From above link looking at any of those test histories there's no crashes in >> history, this patch went in on IGT_7497 which is still visible on the >> history while writing this. >> >> I tried to run these tests also on our local dg2 against xe driver but I was >> not able to reproduce any crash here either running tests as per subtest or >> as a blob. > > So, this is regressing my DG2. I'm trending more to send a revert than a > bug report. > No idea what you are trying here. CI all is green, no crashes, as well as our lab 'off the shelf' dg2 everything work. Anyway I'll put Lucas and Vandita on CC because reverting this will need to be known by those who have stake in this, reverting this will break lnl and _all_ related upcoming platforms. /Juha-Pekka >> >>> 6/6 6/6 6/6 6/6 6/6 6/6 6/6 0/6 >>> basic-flip-after-cursor-atomic >>> pass pass pass pass pass pass pass crash >>> basic-flip-after-cursor-legacy >>> pass pass pass pass pass pass pass crash >>> basic-flip-after-cursor-varying-size >>> pass pass pass pass pass pass pass crash >>> basic-flip-before-cursor-atomic >>> pass pass pass pass pass pass pass crash >>> basic-flip-before-cursor-legacy >>> pass pass pass pass pass pass pass crash >>> basic-flip-before-cursor-varying-size >>> pass pass pass pass pass pass pass crash >>> kms_dsc >>> 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 >>> dsc-basic >>> skip skip skip skip notrun skip skip skip >>> kms_flip >>> 16/16 16/16 16/16 16/16 16/16 16/16 16/16 0/16 >>> basic-flip-vs-dpms >>> 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 >>> a-dp2 >>> pass pass pass pass pass pass pass crash >>> b-dp2 >>> pass pass pass pass pass pass pass crash >>> c-dp2 >>> pass pass pass pass pass pass pass crash >>> d-dp2 >>> pass pass pass pass pass pass pass crash >>> basic-flip-vs-modeset >>> 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 >>> a-dp2 >>> pass pass pass pass pass pass pass crash >>> b-dp2 >>> pass pass pass pass pass pass pass crash >>> c-dp2 >>> pass pass pass pass pass pass pass crash >>> d-dp2 >>> pass pass pass pass pass pass pass crash >>> basic-flip-vs-wf_vblank >>> 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 >>> a-dp2 >>> pass pass pass pass pass pass pass crash >>> b-dp2 >>> pass pass pass pass pass pass pass crash >>> c-dp2 >>> pass pass pass pass pass pass pass crash >>> d-dp2 >>> pass pass pass pass pass pass pass crash >>> basic-plain-flip >>> 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 >>> a-dp2 >>> pass pass pass pass pass pass pass crash >>> b-dp2 >>> pass pass pass pass pass pass pass crash >>> c-dp2 >>> pass pass pass pass pass pass pass crash >>> d-dp2 >>> pass pass pass pass pass pass pass crash >>> >>> Results for igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size >>> Overview >>> Result: crash >>> >>> Back to summary >>> >>> Details >>> Detail Value >>> Returncode None >>> Time 0:00:00 >>> Stdout >>> Opened device: /dev/dri/card0 >>> Starting subtest: basic-flip-before-cursor-varying-size >>> Using pipe A & DP-2 >>> Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) >>> Stderr >>> Starting subtest: basic-flip-before-cursor-varying-size >>> Received signal SIGBUS. >>> Stack trace: >>> #0 [fatal_sig_handler+0x17b] >>> #1 [__sigaction+0x50] >>> #2 [emit_blt_block_copy+0x47e] >>> #3 [blt_block_copy+0xeb] >>> #4 [blitcopy+0x263] >>> #5 [setup_linear_mapping+0x163] >>> #6 [create_cairo_surface__gpu+0x32] >>> #7 [igt_get_cairo_surface+0x88] >>> #8 [igt_get_cairo_ctx+0xb] >>> #9 [igt_create_pattern_fb+0x29] >>> #10 [set_fb_on_crtc+0x39] >>> #11 [basic_flip_cursor+0xcf] >>> #12 [__igt_unique____real_main1887+0xa41] >>> #13 [main+0x23] >>> #14 [__libc_start_call_main+0x80] >>> #15 [__libc_start_main+0x89] >>> #16 [_start+0x25] >>> Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) >>> Command >>> dmesg >>> <6> [29102.951496] [IGT] kms_cursor_legacy: executing >>> <6> [29103.289314] [IGT] kms_cursor_legacy: starting subtest basic-flip-before-cursor-varying-size >>> <6> [29104.003123] [IGT] kms_cursor_legacy: finished subtest basic-flip-before-cursor-varying-size, CRASH >>> <6> [29104.012383] [IGT] kms_cursor_legacy: exiting, ret=135 >>> >>> >>>> >>>> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> >>>> --- >>>> lib/igt_fb.c | 3 ++- >>>> 1 file changed, 2 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/lib/igt_fb.c b/lib/igt_fb.c >>>> index 4b592825d..c8a7b31a8 100644 >>>> --- a/lib/igt_fb.c >>>> +++ b/lib/igt_fb.c >>>> @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) >>>> return fb->modifier == I915_FORMAT_MOD_4_TILED || >>>> fb->modifier == I915_FORMAT_MOD_Y_TILED || >>>> fb->modifier == I915_FORMAT_MOD_Yf_TILED || >>>> - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); >>>> + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || >>>> + is_xe_device(fb->fd); >>>> } >>>> static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, >>>> -- >>>> 2.25.1 >>>> >> ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-25 15:18 ` Juha-Pekka Heikkila @ 2023-09-25 17:42 ` Rodrigo Vivi 2023-09-25 20:52 ` Rodrigo Vivi 0 siblings, 1 reply; 12+ messages in thread From: Rodrigo Vivi @ 2023-09-25 17:42 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev, De Marchi, Lucas On Mon, Sep 25, 2023 at 06:18:35PM +0300, Juha-Pekka Heikkila wrote: > On 25.9.2023 16.37, Rodrigo Vivi wrote: > > On Mon, Sep 25, 2023 at 11:02:43AM +0300, Juha-Pekka Heikkila wrote: > > > Hi Rodrigo, > > > > > > On 23.9.2023 0.47, Rodrigo Vivi wrote: > > > > On Thu, Sep 21, 2023 at 07:35:30PM +0300, Juha-Pekka Heikkila wrote: > > > > > on xe driver need to use blitter for x-tile > > > > > > > > While testing the xe-uapi alignment series I noticed the pass rate had sunk. > > > > And then noticed it was all related to display and blit. > > > > > > > > A bisect in kernel and in igt brought me to this patch as the culprit for > > > > the craches I was seeing on DG2. > > > > > > > > And it looks CI is also not very happy: > > > > https://intel-gfx-ci.01.org/tree/intel-xe/index.html? > > > > > > > > and my bet is on this patch here. > > > > > > > > kms_cursor_legacy > > > > > > I don't see these crashes, currently this show all green for me: > > > https://intel-gfx-ci.01.org/tree/intel-xe/bat-all.html?testfilter=kms_cursor_legacy%7Ckms_flip&hosts=dg2 > > > > > > From above link looking at any of those test histories there's no crashes in > > > history, this patch went in on IGT_7497 which is still visible on the > > > history while writing this. > > > > > > I tried to run these tests also on our local dg2 against xe driver but I was > > > not able to reproduce any crash here either running tests as per subtest or > > > as a blob. > > > > So, this is regressing my DG2. I'm trending more to send a revert than a > > bug report. > > > > No idea what you are trying here. The in-denial posture here is what is astonishing me and making me to send a revert. I'm reporting a real bisected regression that points to this patch, and instead of trying to understand the issue you are just pushing back and denying that issues my exist, > CI all is green, no crashes, as well as > our lab 'off the shelf' dg2 everything work. Indeed. It was not last Friday, but that was probably coincidence when I looked at it. But CI doesn't test all the machines and configurations out there, unfortunately. So, if some user reports a regression in special with a bisect, we try to at least try to understand what's going on. > > Anyway I'll put Lucas and Vandita on CC because reverting this will need to > be known by those who have stake in this, reverting this will break lnl and > _all_ related upcoming platforms. Okay, I will hold the revert for a while. I'm going to report a gitlab issue. Let's just please get out of the denial mode here and really help to understand what is going on. Again, drm-xe-next head kernel and IGT master are crashing all the tests that I showed in my first reply all with that crash signature. All of them by simply running the BAT/fast-feedback without any special parameter. The git bisect on both kernel and IGT led me to this patch here. So, it might be a difference on the config or the SKU, but we can *never* *ever* deny a regression only because our CI is not catching it or only because we cannot reproduce locally. Regressions are regressions and specially if they got bisected already. In general we should threat the person that reported the issue well, so they can provide information that can help the issue to be understood, reproduced on other machines, or even get fixes verified and experiments. We shouldn't push reporters away by denying the existence of the bug only because CI works. Thanks, Rodrigo. > > /Juha-Pekka > > > > > > > > 6/6 6/6 6/6 6/6 6/6 6/6 6/6 0/6 > > > > basic-flip-after-cursor-atomic > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-after-cursor-legacy > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-after-cursor-varying-size > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-before-cursor-atomic > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-before-cursor-legacy > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-before-cursor-varying-size > > > > pass pass pass pass pass pass pass crash > > > > kms_dsc > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > dsc-basic > > > > skip skip skip skip notrun skip skip skip > > > > kms_flip > > > > 16/16 16/16 16/16 16/16 16/16 16/16 16/16 0/16 > > > > basic-flip-vs-dpms > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > a-dp2 > > > > pass pass pass pass pass pass pass crash > > > > b-dp2 > > > > pass pass pass pass pass pass pass crash > > > > c-dp2 > > > > pass pass pass pass pass pass pass crash > > > > d-dp2 > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-vs-modeset > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > a-dp2 > > > > pass pass pass pass pass pass pass crash > > > > b-dp2 > > > > pass pass pass pass pass pass pass crash > > > > c-dp2 > > > > pass pass pass pass pass pass pass crash > > > > d-dp2 > > > > pass pass pass pass pass pass pass crash > > > > basic-flip-vs-wf_vblank > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > a-dp2 > > > > pass pass pass pass pass pass pass crash > > > > b-dp2 > > > > pass pass pass pass pass pass pass crash > > > > c-dp2 > > > > pass pass pass pass pass pass pass crash > > > > d-dp2 > > > > pass pass pass pass pass pass pass crash > > > > basic-plain-flip > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > a-dp2 > > > > pass pass pass pass pass pass pass crash > > > > b-dp2 > > > > pass pass pass pass pass pass pass crash > > > > c-dp2 > > > > pass pass pass pass pass pass pass crash > > > > d-dp2 > > > > pass pass pass pass pass pass pass crash > > > > > > > > Results for igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size > > > > Overview > > > > Result: crash > > > > > > > > Back to summary > > > > > > > > Details > > > > Detail Value > > > > Returncode None > > > > Time 0:00:00 > > > > Stdout > > > > Opened device: /dev/dri/card0 > > > > Starting subtest: basic-flip-before-cursor-varying-size > > > > Using pipe A & DP-2 > > > > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > > > > Stderr > > > > Starting subtest: basic-flip-before-cursor-varying-size > > > > Received signal SIGBUS. > > > > Stack trace: > > > > #0 [fatal_sig_handler+0x17b] > > > > #1 [__sigaction+0x50] > > > > #2 [emit_blt_block_copy+0x47e] > > > > #3 [blt_block_copy+0xeb] > > > > #4 [blitcopy+0x263] > > > > #5 [setup_linear_mapping+0x163] > > > > #6 [create_cairo_surface__gpu+0x32] > > > > #7 [igt_get_cairo_surface+0x88] > > > > #8 [igt_get_cairo_ctx+0xb] > > > > #9 [igt_create_pattern_fb+0x29] > > > > #10 [set_fb_on_crtc+0x39] > > > > #11 [basic_flip_cursor+0xcf] > > > > #12 [__igt_unique____real_main1887+0xa41] > > > > #13 [main+0x23] > > > > #14 [__libc_start_call_main+0x80] > > > > #15 [__libc_start_main+0x89] > > > > #16 [_start+0x25] > > > > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > > > > Command > > > > dmesg > > > > <6> [29102.951496] [IGT] kms_cursor_legacy: executing > > > > <6> [29103.289314] [IGT] kms_cursor_legacy: starting subtest basic-flip-before-cursor-varying-size > > > > <6> [29104.003123] [IGT] kms_cursor_legacy: finished subtest basic-flip-before-cursor-varying-size, CRASH > > > > <6> [29104.012383] [IGT] kms_cursor_legacy: exiting, ret=135 > > > > > > > > > > > > > > > > > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > > > > > --- > > > > > lib/igt_fb.c | 3 ++- > > > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > > > > > diff --git a/lib/igt_fb.c b/lib/igt_fb.c > > > > > index 4b592825d..c8a7b31a8 100644 > > > > > --- a/lib/igt_fb.c > > > > > +++ b/lib/igt_fb.c > > > > > @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) > > > > > return fb->modifier == I915_FORMAT_MOD_4_TILED || > > > > > fb->modifier == I915_FORMAT_MOD_Y_TILED || > > > > > fb->modifier == I915_FORMAT_MOD_Yf_TILED || > > > > > - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); > > > > > + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || > > > > > + is_xe_device(fb->fd); > > > > > } > > > > > static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, > > > > > -- > > > > > 2.25.1 > > > > > > > > > ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile 2023-09-25 17:42 ` Rodrigo Vivi @ 2023-09-25 20:52 ` Rodrigo Vivi 0 siblings, 0 replies; 12+ messages in thread From: Rodrigo Vivi @ 2023-09-25 20:52 UTC (permalink / raw) To: Juha-Pekka Heikkila; +Cc: igt-dev, De Marchi, Lucas On Mon, Sep 25, 2023 at 01:42:41PM -0400, Rodrigo Vivi wrote: > On Mon, Sep 25, 2023 at 06:18:35PM +0300, Juha-Pekka Heikkila wrote: > > On 25.9.2023 16.37, Rodrigo Vivi wrote: > > > On Mon, Sep 25, 2023 at 11:02:43AM +0300, Juha-Pekka Heikkila wrote: > > > > Hi Rodrigo, > > > > > > > > On 23.9.2023 0.47, Rodrigo Vivi wrote: > > > > > On Thu, Sep 21, 2023 at 07:35:30PM +0300, Juha-Pekka Heikkila wrote: > > > > > > on xe driver need to use blitter for x-tile > > > > > > > > > > While testing the xe-uapi alignment series I noticed the pass rate had sunk. > > > > > And then noticed it was all related to display and blit. > > > > > > > > > > A bisect in kernel and in igt brought me to this patch as the culprit for > > > > > the craches I was seeing on DG2. > > > > > > > > > > And it looks CI is also not very happy: > > > > > https://intel-gfx-ci.01.org/tree/intel-xe/index.html? > > > > > > > > > > and my bet is on this patch here. > > > > > > > > > > kms_cursor_legacy > > > > > > > > I don't see these crashes, currently this show all green for me: > > > > https://intel-gfx-ci.01.org/tree/intel-xe/bat-all.html?testfilter=kms_cursor_legacy%7Ckms_flip&hosts=dg2 > > > > > > > > From above link looking at any of those test histories there's no crashes in > > > > history, this patch went in on IGT_7497 which is still visible on the > > > > history while writing this. > > > > > > > > I tried to run these tests also on our local dg2 against xe driver but I was > > > > not able to reproduce any crash here either running tests as per subtest or > > > > as a blob. > > > > > > So, this is regressing my DG2. I'm trending more to send a revert than a > > > bug report. > > > > > > > No idea what you are trying here. > > The in-denial posture here is what is astonishing me and making me to > send a revert. > > I'm reporting a real bisected regression that points to this patch, and instead > of trying to understand the issue you are just pushing back and denying that > issues my exist, > > > CI all is green, no crashes, as well as > > our lab 'off the shelf' dg2 everything work. > > Indeed. It was not last Friday, but that was probably coincidence when I looked > at it. But CI doesn't test all the machines and configurations out there, > unfortunately. So, if some user reports a regression in special with a bisect, > we try to at least try to understand what's going on. > > > > > Anyway I'll put Lucas and Vandita on CC because reverting this will need to > > be known by those who have stake in this, reverting this will break lnl and > > _all_ related upcoming platforms. > > Okay, I will hold the revert for a while. > > I'm going to report a gitlab issue. Let's just please get out of the denial > mode here and really help to understand what is going on. > > Again, drm-xe-next head kernel and IGT master are crashing all the tests > that I showed in my first reply all with that crash signature. All of them > by simply running the BAT/fast-feedback without any special parameter. > > The git bisect on both kernel and IGT led me to this patch here. So, it > might be a difference on the config or the SKU, but we can *never* *ever* > deny a regression only because our CI is not catching it or only because > we cannot reproduce locally. > > Regressions are regressions and specially if they got bisected already. > > In general we should threat the person that reported the issue well, so > they can provide information that can help the issue to be understood, > reproduced on other machines, or even get fixes verified and experiments. > > We shouldn't push reporters away by denying the existence of the bug > only because CI works. I had opened the issue: https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/issues/145 However, when trying to build a new kernel with CI .config, I noticed that I cannot hit the issue anymore. The issue was with some garbage that my installed previous xe.ko was leaving and the module reload was not cleaning up. Well, this should be an issue by itself, but this I cannot reproduce anymore. I couldn't find the garbage configuration any longer. Please accept my apologies here. Sorry for the noise, Closing the issue now. Rodrigo. > > Thanks, > Rodrigo. > > > > > /Juha-Pekka > > > > > > > > > > > 6/6 6/6 6/6 6/6 6/6 6/6 6/6 0/6 > > > > > basic-flip-after-cursor-atomic > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-after-cursor-legacy > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-after-cursor-varying-size > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-before-cursor-atomic > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-before-cursor-legacy > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-before-cursor-varying-size > > > > > pass pass pass pass pass pass pass crash > > > > > kms_dsc > > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > > dsc-basic > > > > > skip skip skip skip notrun skip skip skip > > > > > kms_flip > > > > > 16/16 16/16 16/16 16/16 16/16 16/16 16/16 0/16 > > > > > basic-flip-vs-dpms > > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > > a-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > b-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > c-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > d-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-vs-modeset > > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > > a-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > b-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > c-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > d-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > basic-flip-vs-wf_vblank > > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > > a-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > b-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > c-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > d-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > basic-plain-flip > > > > > 0/0 0/0 0/0 0/0 0/0 0/0 0/0 0/0 > > > > > a-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > b-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > c-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > d-dp2 > > > > > pass pass pass pass pass pass pass crash > > > > > > > > > > Results for igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size > > > > > Overview > > > > > Result: crash > > > > > > > > > > Back to summary > > > > > > > > > > Details > > > > > Detail Value > > > > > Returncode None > > > > > Time 0:00:00 > > > > > Stdout > > > > > Opened device: /dev/dri/card0 > > > > > Starting subtest: basic-flip-before-cursor-varying-size > > > > > Using pipe A & DP-2 > > > > > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > > > > > Stderr > > > > > Starting subtest: basic-flip-before-cursor-varying-size > > > > > Received signal SIGBUS. > > > > > Stack trace: > > > > > #0 [fatal_sig_handler+0x17b] > > > > > #1 [__sigaction+0x50] > > > > > #2 [emit_blt_block_copy+0x47e] > > > > > #3 [blt_block_copy+0xeb] > > > > > #4 [blitcopy+0x263] > > > > > #5 [setup_linear_mapping+0x163] > > > > > #6 [create_cairo_surface__gpu+0x32] > > > > > #7 [igt_get_cairo_surface+0x88] > > > > > #8 [igt_get_cairo_ctx+0xb] > > > > > #9 [igt_create_pattern_fb+0x29] > > > > > #10 [set_fb_on_crtc+0x39] > > > > > #11 [basic_flip_cursor+0xcf] > > > > > #12 [__igt_unique____real_main1887+0xa41] > > > > > #13 [main+0x23] > > > > > #14 [__libc_start_call_main+0x80] > > > > > #15 [__libc_start_main+0x89] > > > > > #16 [_start+0x25] > > > > > Subtest basic-flip-before-cursor-varying-size: CRASH (0.705s) > > > > > Command > > > > > dmesg > > > > > <6> [29102.951496] [IGT] kms_cursor_legacy: executing > > > > > <6> [29103.289314] [IGT] kms_cursor_legacy: starting subtest basic-flip-before-cursor-varying-size > > > > > <6> [29104.003123] [IGT] kms_cursor_legacy: finished subtest basic-flip-before-cursor-varying-size, CRASH > > > > > <6> [29104.012383] [IGT] kms_cursor_legacy: exiting, ret=135 > > > > > > > > > > > > > > > > > > > > > > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com> > > > > > > --- > > > > > > lib/igt_fb.c | 3 ++- > > > > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > > > > > > > diff --git a/lib/igt_fb.c b/lib/igt_fb.c > > > > > > index 4b592825d..c8a7b31a8 100644 > > > > > > --- a/lib/igt_fb.c > > > > > > +++ b/lib/igt_fb.c > > > > > > @@ -2557,7 +2557,8 @@ static bool use_blitter(const struct igt_fb *fb) > > > > > > return fb->modifier == I915_FORMAT_MOD_4_TILED || > > > > > > fb->modifier == I915_FORMAT_MOD_Y_TILED || > > > > > > fb->modifier == I915_FORMAT_MOD_Yf_TILED || > > > > > > - (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)); > > > > > > + (is_i915_device(fb->fd) && !gem_has_mappable_ggtt(fb->fd)) || > > > > > > + is_xe_device(fb->fd); > > > > > > } > > > > > > static void init_buf_ccs(struct intel_buf *buf, int ccs_idx, > > > > > > -- > > > > > > 2.25.1 > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-09-25 20:53 UTC | newest] Thread overview: 12+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-21 16:35 [igt-dev] [PATCH i-g-t] lib/xe: on xe driver use blitter for x-tile Juha-Pekka Heikkila 2023-09-21 17:28 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork 2023-09-21 17:36 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork 2023-09-22 4:54 ` [igt-dev] [PATCH i-g-t] " Sharma, Swati2 2023-09-22 10:32 ` Juha-Pekka Heikkila 2023-09-22 8:01 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 2023-09-22 21:47 ` [igt-dev] [PATCH i-g-t] " Rodrigo Vivi 2023-09-25 8:02 ` Juha-Pekka Heikkila 2023-09-25 13:37 ` Rodrigo Vivi 2023-09-25 15:18 ` Juha-Pekka Heikkila 2023-09-25 17:42 ` Rodrigo Vivi 2023-09-25 20:52 ` Rodrigo Vivi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox