* [Intel-gfx] [PATCH] drm/i915/guc: fix NULL vs IS_ERR() checking
@ 2021-11-16 11:49 Dan Carpenter
2021-11-16 13:45 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Dan Carpenter @ 2021-11-16 11:49 UTC (permalink / raw)
To: Jani Nikula, Matthew Brost
Cc: David Airlie, intel-gfx, kernel-janitors, dri-devel, Chris Wilson
The intel_engine_create_virtual() function does not return NULL. It
returns error pointers.
Fixes: e5e32171a2cf ("drm/i915/guc: Connect UAPI to GuC multi-lrc interface")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
---
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
index 38b47e73e35d..c48557dfa04c 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
@@ -3080,8 +3080,8 @@ guc_create_parallel(struct intel_engine_cs **engines,
ce = intel_engine_create_virtual(siblings, num_siblings,
FORCE_VIRTUAL);
- if (!ce) {
- err = ERR_PTR(-ENOMEM);
+ if (IS_ERR(ce)) {
+ err = ERR_CAST(ce);
goto unwind;
}
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/guc: fix NULL vs IS_ERR() checking 2021-11-16 11:49 [Intel-gfx] [PATCH] drm/i915/guc: fix NULL vs IS_ERR() checking Dan Carpenter @ 2021-11-16 13:45 ` Patchwork 2021-11-16 14:53 ` [Intel-gfx] [PATCH] " Rodrigo Vivi 2021-11-16 15:10 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2021-11-16 13:45 UTC (permalink / raw) To: Dan Carpenter; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 6611 bytes --] == Series Details == Series: drm/i915/guc: fix NULL vs IS_ERR() checking URL : https://patchwork.freedesktop.org/series/96970/ State : success == Summary == CI Bug Log - changes from CI_DRM_10885 -> Patchwork_21596 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/index.html Participating hosts (38 -> 34) ------------------------------ Additional (2): fi-kbl-x1275 fi-tgl-1115g4 Missing (6): fi-ilk-m540 bat-dg1-6 fi-tgl-u2 bat-dg1-5 fi-bsw-cyan fi-ctg-p8600 Known issues ------------ Here are the changes found in Patchwork_21596 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@query-info: - fi-tgl-1115g4: NOTRUN -> [SKIP][1] ([fdo#109315]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@amdgpu/amd_basic@query-info.html * igt@amdgpu/amd_cs_nop@nop-gfx0: - fi-tgl-1115g4: NOTRUN -> [SKIP][2] ([fdo#109315] / [i915#2575]) +16 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@amdgpu/amd_cs_nop@nop-gfx0.html * igt@amdgpu/amd_prime@amd-to-i915: - fi-kbl-x1275: NOTRUN -> [SKIP][3] ([fdo#109271]) +28 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-kbl-x1275/igt@amdgpu/amd_prime@amd-to-i915.html * igt@gem_exec_suspend@basic-s3: - fi-kbl-8809g: [PASS][4] -> [INCOMPLETE][5] ([i915#4221]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/fi-kbl-8809g/igt@gem_exec_suspend@basic-s3.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-kbl-8809g/igt@gem_exec_suspend@basic-s3.html - fi-bdw-5557u: [PASS][6] -> [INCOMPLETE][7] ([i915#146]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html - fi-tgl-1115g4: NOTRUN -> [FAIL][8] ([i915#1888]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@gem_exec_suspend@basic-s3.html * igt@gem_huc_copy@huc-copy: - fi-kbl-x1275: NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#2190]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html - fi-tgl-1115g4: NOTRUN -> [SKIP][10] ([i915#2190]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@gem_huc_copy@huc-copy.html * igt@i915_pm_backlight@basic-brightness: - fi-tgl-1115g4: NOTRUN -> [SKIP][11] ([i915#1155]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@i915_pm_backlight@basic-brightness.html * igt@kms_chamelium@common-hpd-after-suspend: - fi-tgl-1115g4: NOTRUN -> [SKIP][12] ([fdo#111827]) +8 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@kms_chamelium@common-hpd-after-suspend.html * igt@kms_chamelium@hdmi-crc-fast: - fi-kbl-x1275: NOTRUN -> [SKIP][13] ([fdo#109271] / [fdo#111827]) +8 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-kbl-x1275/igt@kms_chamelium@hdmi-crc-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - fi-tgl-1115g4: NOTRUN -> [SKIP][14] ([i915#4103]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_force_connector_basic@force-load-detect: - fi-tgl-1115g4: NOTRUN -> [SKIP][15] ([fdo#109285]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d: - fi-kbl-x1275: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#533]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-kbl-x1275/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html * igt@kms_psr@primary_mmap_gtt: - fi-tgl-1115g4: NOTRUN -> [SKIP][17] ([i915#1072]) +3 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@kms_psr@primary_mmap_gtt.html * igt@prime_vgem@basic-userptr: - fi-tgl-1115g4: NOTRUN -> [SKIP][18] ([i915#3301]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-tgl-1115g4/igt@prime_vgem@basic-userptr.html #### Warnings #### * igt@i915_pm_rpm@basic-pci-d3-state: - fi-kbl-guc: [FAIL][19] ([i915#3049]) -> [SKIP][20] ([fdo#109271]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/fi-kbl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155 [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146 [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#3049]: https://gitlab.freedesktop.org/drm/intel/issues/3049 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4221]: https://gitlab.freedesktop.org/drm/intel/issues/4221 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 Build changes ------------- * Linux: CI_DRM_10885 -> Patchwork_21596 CI-20190529: 20190529 CI_DRM_10885: f9f87c1d4559c14ca4119869bb20456b14f26a3c @ git://anongit.freedesktop.org/gfx-ci/linux IGT_6280: 246bfd31dba6bf184b26b170d91d72c90a54be6b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_21596: da52ba529520298bf6fa1066dfc661dcfc3640ae @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == da52ba529520 drm/i915/guc: fix NULL vs IS_ERR() checking == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/index.html [-- Attachment #2: Type: text/html, Size: 8070 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/guc: fix NULL vs IS_ERR() checking 2021-11-16 11:49 [Intel-gfx] [PATCH] drm/i915/guc: fix NULL vs IS_ERR() checking Dan Carpenter 2021-11-16 13:45 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2021-11-16 14:53 ` Rodrigo Vivi 2021-11-16 15:10 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Rodrigo Vivi @ 2021-11-16 14:53 UTC (permalink / raw) To: Dan Carpenter Cc: David Airlie, intel-gfx, kernel-janitors, dri-devel, Chris Wilson On Tue, Nov 16, 2021 at 02:49:16PM +0300, Dan Carpenter wrote: > The intel_engine_create_virtual() function does not return NULL. It > returns error pointers. > > Fixes: e5e32171a2cf ("drm/i915/guc: Connect UAPI to GuC multi-lrc interface") > Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> > --- > drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c > index 38b47e73e35d..c48557dfa04c 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c > @@ -3080,8 +3080,8 @@ guc_create_parallel(struct intel_engine_cs **engines, > > ce = intel_engine_create_virtual(siblings, num_siblings, > FORCE_VIRTUAL); > - if (!ce) { > - err = ERR_PTR(-ENOMEM); > + if (IS_ERR(ce)) { > + err = ERR_CAST(ce); > goto unwind; > } > > -- > 2.20.1 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/guc: fix NULL vs IS_ERR() checking 2021-11-16 11:49 [Intel-gfx] [PATCH] drm/i915/guc: fix NULL vs IS_ERR() checking Dan Carpenter 2021-11-16 13:45 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2021-11-16 14:53 ` [Intel-gfx] [PATCH] " Rodrigo Vivi @ 2021-11-16 15:10 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2021-11-16 15:10 UTC (permalink / raw) To: Dan Carpenter; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 30266 bytes --] == Series Details == Series: drm/i915/guc: fix NULL vs IS_ERR() checking URL : https://patchwork.freedesktop.org/series/96970/ State : success == Summary == CI Bug Log - changes from CI_DRM_10885_full -> Patchwork_21596_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (11 -> 10) ------------------------------ Missing (1): shard-rkl Known issues ------------ Here are the changes found in Patchwork_21596_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_eio@in-flight-contexts-10ms: - shard-tglb: [PASS][1] -> [TIMEOUT][2] ([i915#3063]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-tglb6/igt@gem_eio@in-flight-contexts-10ms.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb2/igt@gem_eio@in-flight-contexts-10ms.html * igt@gem_exec_capture@pi@vecs0: - shard-skl: NOTRUN -> [INCOMPLETE][3] ([i915#198] / [i915#2369]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl2/igt@gem_exec_capture@pi@vecs0.html - shard-iclb: [PASS][4] -> [INCOMPLETE][5] ([i915#2369]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb6/igt@gem_exec_capture@pi@vecs0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb2/igt@gem_exec_capture@pi@vecs0.html * igt@gem_exec_fair@basic-flow@rcs0: - shard-tglb: [PASS][6] -> [FAIL][7] ([i915#2842]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-tglb2/igt@gem_exec_fair@basic-flow@rcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@gem_exec_fair@basic-flow@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-tglb: NOTRUN -> [FAIL][8] ([i915#2842]) +5 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb5/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-kbl: [PASS][9] -> [SKIP][10] ([fdo#109271]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-kbl3/igt@gem_exec_fair@basic-pace@rcs0.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl4/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_params@secure-non-root: - shard-tglb: NOTRUN -> [SKIP][11] ([fdo#112283]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_suspend@basic-s3: - shard-tglb: NOTRUN -> [INCOMPLETE][12] ([i915#456]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb7/igt@gem_exec_suspend@basic-s3.html * igt@gem_exec_whisper@basic-fds-forked: - shard-glk: [PASS][13] -> [DMESG-WARN][14] ([i915#118]) +2 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-glk9/igt@gem_exec_whisper@basic-fds-forked.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-glk3/igt@gem_exec_whisper@basic-fds-forked.html * igt@gem_pread@exhaustion: - shard-tglb: NOTRUN -> [WARN][15] ([i915#2658]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb5/igt@gem_pread@exhaustion.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-tglb: NOTRUN -> [SKIP][16] ([i915#4270]) +2 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_userptr_blits@dmabuf-sync: - shard-skl: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#3323]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@input-checking: - shard-skl: NOTRUN -> [DMESG-WARN][18] ([i915#3002]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@gem_userptr_blits@input-checking.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-tglb: NOTRUN -> [SKIP][19] ([i915#3297]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@vma-merge: - shard-skl: NOTRUN -> [FAIL][20] ([i915#3318]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@gem_userptr_blits@vma-merge.html * igt@gen7_exec_parse@basic-allocation: - shard-tglb: NOTRUN -> [SKIP][21] ([fdo#109289]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@gen7_exec_parse@basic-allocation.html * igt@gen9_exec_parse@basic-rejected: - shard-tglb: NOTRUN -> [SKIP][22] ([i915#2856]) +1 similar issue [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@gen9_exec_parse@basic-rejected.html * igt@i915_pm_dc@dc6-dpms: - shard-skl: NOTRUN -> [FAIL][23] ([i915#454]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl7/igt@i915_pm_dc@dc6-dpms.html - shard-tglb: NOTRUN -> [FAIL][24] ([i915#454]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-tglb: NOTRUN -> [SKIP][25] ([fdo#111644] / [i915#1397] / [i915#2411]) +1 similar issue [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglb: NOTRUN -> [SKIP][26] ([i915#3826]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][27] ([fdo#111614]) +4 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb7/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-skl: NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#3777]) +2 similar issues [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-iclb: [PASS][29] -> [FAIL][30] ([i915#3743]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb2/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-180: - shard-tglb: NOTRUN -> [SKIP][31] ([fdo#111615]) +3 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-skl: NOTRUN -> [FAIL][32] ([i915#3743]) +2 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_joiner@basic: - shard-tglb: NOTRUN -> [SKIP][33] ([i915#2705]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@kms_big_joiner@basic.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-skl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#3886]) +14 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl9/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][35] ([i915#3689]) +6 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#3886]) +1 similar issue [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl3/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][37] ([i915#3689] / [i915#3886]) +2 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-kbl: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#3886]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl2/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_chamelium@hdmi-mode-timings: - shard-kbl: NOTRUN -> [SKIP][39] ([fdo#109271] / [fdo#111827]) +1 similar issue [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl2/igt@kms_chamelium@hdmi-mode-timings.html * igt@kms_chamelium@vga-hpd-for-each-pipe: - shard-skl: NOTRUN -> [SKIP][40] ([fdo#109271] / [fdo#111827]) +25 similar issues [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl7/igt@kms_chamelium@vga-hpd-for-each-pipe.html * igt@kms_color@pipe-c-ctm-0-25: - shard-skl: [PASS][41] -> [DMESG-WARN][42] ([i915#1982]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-skl3/igt@kms_color@pipe-c-ctm-0-25.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl6/igt@kms_color@pipe-c-ctm-0-25.html * igt@kms_color_chamelium@pipe-c-degamma: - shard-apl: NOTRUN -> [SKIP][43] ([fdo#109271] / [fdo#111827]) +6 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl3/igt@kms_color_chamelium@pipe-c-degamma.html * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue: - shard-tglb: NOTRUN -> [SKIP][44] ([fdo#109284] / [fdo#111827]) +12 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html * igt@kms_content_protection@lic: - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111828]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@kms_content_protection@lic.html * igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen: - shard-iclb: [PASS][46] -> [FAIL][47] ([i915#3444]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb2/igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb6/igt@kms_cursor_crc@pipe-a-cursor-128x42-offscreen.html * igt@kms_cursor_crc@pipe-a-cursor-alpha-transparent: - shard-snb: [PASS][48] -> [SKIP][49] ([fdo#109271]) +2 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-snb7/igt@kms_cursor_crc@pipe-a-cursor-alpha-transparent.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-snb2/igt@kms_cursor_crc@pipe-a-cursor-alpha-transparent.html * igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen: - shard-tglb: NOTRUN -> [SKIP][50] ([i915#3359]) +3 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@kms_cursor_crc@pipe-c-cursor-max-size-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-32x32-onscreen: - shard-tglb: NOTRUN -> [SKIP][51] ([i915#3319]) +2 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-32x32-onscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-random: - shard-tglb: NOTRUN -> [SKIP][52] ([fdo#109279] / [i915#3359]) +3 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-512x170-random.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-tglb: NOTRUN -> [SKIP][53] ([fdo#111825]) +36 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-atomic: - shard-skl: NOTRUN -> [FAIL][54] ([i915#2346]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl2/igt@kms_cursor_legacy@flip-vs-cursor-busy-crc-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglb: NOTRUN -> [SKIP][55] ([i915#4103]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1: - shard-kbl: [PASS][56] -> [DMESG-WARN][57] ([i915#180]) +5 similar issues [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-kbl6/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl6/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1: - shard-skl: [PASS][58] -> [FAIL][59] ([i915#2122]) +1 similar issue [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-skl3/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl9/igt@kms_flip@plain-flip-fb-recreate-interruptible@b-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile: - shard-iclb: [PASS][60] -> [SKIP][61] ([i915#3701]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs: - shard-skl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#2672]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt: - shard-skl: NOTRUN -> [SKIP][63] ([fdo#109271]) +303 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-suspend: - shard-tglb: [PASS][64] -> [INCOMPLETE][65] ([i915#456]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-gtt: - shard-kbl: NOTRUN -> [SKIP][66] ([fdo#109271]) +26 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl2/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-gtt.html * igt@kms_hdr@bpc-switch-suspend: - shard-apl: [PASS][67] -> [DMESG-WARN][68] ([i915#180]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-apl6/igt@kms_hdr@bpc-switch-suspend.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@static-swap: - shard-tglb: NOTRUN -> [SKIP][69] ([i915#1187]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@kms_hdr@static-swap.html * igt@kms_pipe_crc_basic@read-crc-pipe-d: - shard-skl: NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#533]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@kms_pipe_crc_basic@read-crc-pipe-d.html * igt@kms_plane_alpha_blend@pipe-a-alpha-basic: - shard-skl: NOTRUN -> [FAIL][71] ([fdo#108145] / [i915#265]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl6/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-c-alpha-basic: - shard-apl: NOTRUN -> [FAIL][72] ([fdo#108145] / [i915#265]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl1/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb: - shard-skl: NOTRUN -> [FAIL][73] ([i915#265]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl3/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html * igt@kms_plane_lowres@pipe-b-tiling-yf: - shard-tglb: NOTRUN -> [SKIP][74] ([fdo#112054]) +2 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb7/igt@kms_plane_lowres@pipe-b-tiling-yf.html * igt@kms_plane_lowres@pipe-d-tiling-none: - shard-tglb: NOTRUN -> [SKIP][75] ([i915#3536]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@kms_plane_lowres@pipe-d-tiling-none.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-tglb: NOTRUN -> [SKIP][76] ([i915#2920]) +1 similar issue [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1: - shard-apl: NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#658]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-1.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5: - shard-skl: NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#658]) +6 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [PASS][79] -> [SKIP][80] ([fdo#109642] / [fdo#111068] / [i915#658]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb2/igt@kms_psr2_su@frontbuffer.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb6/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_sprite_mmap_cpu: - shard-tglb: NOTRUN -> [FAIL][81] ([i915#132] / [i915#3467]) +2 similar issues [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb7/igt@kms_psr@psr2_sprite_mmap_cpu.html * igt@kms_psr@psr2_sprite_plane_move: - shard-iclb: [PASS][82] -> [SKIP][83] ([fdo#109441]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb5/igt@kms_psr@psr2_sprite_plane_move.html * igt@kms_setmode@basic: - shard-apl: [PASS][84] -> [FAIL][85] ([i915#31]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-apl7/igt@kms_setmode@basic.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl2/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-kbl: [PASS][86] -> [DMESG-WARN][87] ([i915#180] / [i915#295]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-kbl1/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html * igt@kms_vblank@pipe-d-ts-continuation-idle: - shard-apl: NOTRUN -> [SKIP][88] ([fdo#109271]) +46 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl1/igt@kms_vblank@pipe-d-ts-continuation-idle.html * igt@kms_writeback@writeback-pixel-formats: - shard-skl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2437]) +2 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl9/igt@kms_writeback@writeback-pixel-formats.html * igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame: - shard-tglb: NOTRUN -> [SKIP][90] ([i915#2530]) +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@nouveau_crc@pipe-b-ctx-flip-skip-current-frame.html * igt@perf@polling-parameterized: - shard-skl: NOTRUN -> [FAIL][91] ([i915#1542]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl7/igt@perf@polling-parameterized.html * igt@perf@short-reads: - shard-skl: [PASS][92] -> [FAIL][93] ([i915#51]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-skl4/igt@perf@short-reads.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl8/igt@perf@short-reads.html * igt@prime_nv_pcopy@test1_macro: - shard-tglb: NOTRUN -> [SKIP][94] ([fdo#109291]) +3 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb1/igt@prime_nv_pcopy@test1_macro.html * igt@runner@aborted: - shard-skl: NOTRUN -> ([FAIL][95], [FAIL][96], [FAIL][97], [FAIL][98]) ([i915#2029] / [i915#2369] / [i915#3002] / [i915#3363] / [i915#4312]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl2/igt@runner@aborted.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl4/igt@runner@aborted.html [97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl9/igt@runner@aborted.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl3/igt@runner@aborted.html * igt@sysfs_clients@fair-0: - shard-skl: NOTRUN -> [SKIP][99] ([fdo#109271] / [i915#2994]) +1 similar issue [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl7/igt@sysfs_clients@fair-0.html * igt@sysfs_clients@pidname: - shard-apl: NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#2994]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl3/igt@sysfs_clients@pidname.html * igt@sysfs_clients@sema-10: - shard-tglb: NOTRUN -> [SKIP][101] ([i915#2994]) +3 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@sysfs_clients@sema-10.html #### Possible fixes #### * igt@gem_exec_fair@basic-none-share@rcs0: - shard-iclb: [FAIL][102] ([i915#2842]) -> [PASS][103] [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb4/igt@gem_exec_fair@basic-none-share@rcs0.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb1/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-none@rcs0: - shard-glk: [FAIL][104] ([i915#2842]) -> [PASS][105] [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-glk3/igt@gem_exec_fair@basic-none@rcs0.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-glk7/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fair@basic-none@vecs0: - shard-apl: [FAIL][106] ([i915#2842] / [i915#3468]) -> [PASS][107] [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-apl6/igt@gem_exec_fair@basic-none@vecs0.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl7/igt@gem_exec_fair@basic-none@vecs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-tglb: [FAIL][108] ([i915#2842]) -> [PASS][109] [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-tglb1/igt@gem_exec_fair@basic-pace@rcs0.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb3/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-kbl: [FAIL][110] ([i915#2842]) -> [PASS][111] [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-kbl3/igt@gem_exec_fair@basic-pace@vecs0.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl4/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [FAIL][112] ([i915#2849]) -> [PASS][113] [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: [DMESG-WARN][114] ([i915#180]) -> [PASS][115] +1 similar issue [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding: - shard-skl: [INCOMPLETE][116] -> [PASS][117] [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-skl3/igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl6/igt@kms_cursor_crc@pipe-b-cursor-64x64-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-suspend: - shard-tglb: [INCOMPLETE][118] ([i915#2411] / [i915#4211]) -> [PASS][119] [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-suspend.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglb: [INCOMPLETE][120] ([i915#456]) -> [PASS][121] +1 similar issue [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-tglb7/igt@kms_fbcon_fbt@fbc-suspend.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-tglb8/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@c-edp1: - shard-skl: [FAIL][122] ([i915#2122]) -> [PASS][123] +1 similar issue [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-skl3/igt@kms_flip@plain-flip-fb-recreate-interruptible@c-edp1.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-skl9/igt@kms_flip@plain-flip-fb-recreate-interruptible@c-edp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs: - shard-iclb: [SKIP][124] ([i915#3701]) -> [PASS][125] [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-apl: [DMESG-WARN][126] ([i915#180]) -> [PASS][127] +3 similar issues [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-apl3/igt@kms_frontbuffer_tracking@fbc-suspend.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-apl3/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_psr@psr2_suspend: - shard-iclb: [SKIP][128] ([fdo#109441]) -> [PASS][129] +2 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb4/igt@kms_psr@psr2_suspend.html [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb2/igt@kms_psr@psr2_suspend.html * igt@kms_setmode@basic: - shard-glk: [FAIL][130] ([i915#31]) -> [PASS][131] [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-glk2/igt@kms_setmode@basic.html [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-glk4/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-kbl: [INCOMPLETE][132] ([i915#2828] / [i915#794]) -> [PASS][133] [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-kbl3/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-kbl1/igt@kms_vblank@pipe-c-ts-continuation-suspend.html #### Warnings #### * igt@gem_exec_fair@basic-none-rrul@rcs0: - shard-iclb: [FAIL][134] ([i915#2842]) -> [FAIL][135] ([i915#2852]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb1/igt@gem_exec_fair@basic-none-rrul@rcs0.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb3/igt@gem_exec_fair@basic-none-rrul@rcs0.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-iclb: [SKIP][136] ([i915#658]) -> [SKIP][137] ([i915#588]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb7/igt@i915_pm_dc@dc3co-vpb-simulation.html [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-iclb: [WARN][138] ([i915#1804] / [i915#2684]) -> [FAIL][139] ([i915#2680]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb6/igt@i915_pm_rc6_residency@rc6-idle.html [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/shard-iclb4/igt@i915_pm_rc6_residency@rc6-idle.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3: - shard-iclb: [SKIP][140] ([i915#2920]) -> [SKIP][141] ([i915#658]) +1 similar issue [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10885/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html [141]: https://intel-gfx-ci == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21596/index.html [-- Attachment #2: Type: text/html, Size: 33554 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-16 15:11 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-11-16 11:49 [Intel-gfx] [PATCH] drm/i915/guc: fix NULL vs IS_ERR() checking Dan Carpenter 2021-11-16 13:45 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2021-11-16 14:53 ` [Intel-gfx] [PATCH] " Rodrigo Vivi 2021-11-16 15:10 ` [Intel-gfx] ✓ Fi.CI.IGT: success for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox