* [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere
@ 2022-03-11 11:37 Jani Nikula
2022-03-11 12:02 ` Petri Latvala
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Jani Nikula @ 2022-03-11 11:37 UTC (permalink / raw)
To: igt-dev; +Cc: jani.nikula
Macros from i915_pciids.h are only needed in one place,
intel_device_info.c, and that already includes the header. Remove an
unnecessary global include.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
lib/igt.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/igt.h b/lib/igt.h
index 0bf98aa5d767..96a368e11bbf 100644
--- a/lib/igt.h
+++ b/lib/igt.h
@@ -26,7 +26,6 @@
#include "drmtest.h"
#include "i915_3d.h"
-#include "i915_pciids.h"
#include "igt_aux.h"
#include "igt_core.h"
#include "igt_core.h"
--
2.30.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere 2022-03-11 11:37 [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere Jani Nikula @ 2022-03-11 12:02 ` Petri Latvala 2022-03-11 16:39 ` Jani Nikula 2022-03-11 12:32 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-03-11 14:55 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2 siblings, 1 reply; 5+ messages in thread From: Petri Latvala @ 2022-03-11 12:02 UTC (permalink / raw) To: Jani Nikula; +Cc: igt-dev On Fri, Mar 11, 2022 at 01:37:12PM +0200, Jani Nikula wrote: > Macros from i915_pciids.h are only needed in one place, > intel_device_info.c, and that already includes the header. Remove an > unnecessary global include. > > Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> > --- > lib/igt.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lib/igt.h b/lib/igt.h > index 0bf98aa5d767..96a368e11bbf 100644 > --- a/lib/igt.h > +++ b/lib/igt.h > @@ -26,7 +26,6 @@ > > #include "drmtest.h" > #include "i915_3d.h" > -#include "i915_pciids.h" > #include "igt_aux.h" > #include "igt_core.h" > #include "igt_core.h" > -- > 2.30.2 > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere 2022-03-11 12:02 ` Petri Latvala @ 2022-03-11 16:39 ` Jani Nikula 0 siblings, 0 replies; 5+ messages in thread From: Jani Nikula @ 2022-03-11 16:39 UTC (permalink / raw) To: Petri Latvala; +Cc: igt-dev On Fri, 11 Mar 2022, Petri Latvala <petri.latvala@intel.com> wrote: > On Fri, Mar 11, 2022 at 01:37:12PM +0200, Jani Nikula wrote: >> Macros from i915_pciids.h are only needed in one place, >> intel_device_info.c, and that already includes the header. Remove an >> unnecessary global include. >> >> Signed-off-by: Jani Nikula <jani.nikula@intel.com> > > Reviewed-by: Petri Latvala <petri.latvala@intel.com> Thanks, pushed, got this from git push: remote: hint: The 'hooks/update' hook was ignored because it's not set as executable. remote: hint: You can disable this warning with `git config advice.ignoredHook false`. remote: remote: Updating patchwork state for https://patchwork.freedesktop.org/project/intel-gpu-tools/list/ remote: remote: I: patch #478015 updated using rev c253caee9b776333a46268d85fbdf0feb79c8094. remote: remote: I: 1 patch(es) updated to state Accepted. remote: hint: The 'hooks/post-update' hook was ignored because it's not set as executable. remote: hint: You can disable this warning with `git config advice.ignoredHook false`. remote: To ssh://kemper.freedesktop.org/git/xorg/app/intel-gpu-tools remote: b7b35f97..c253caee c253caee9b776333a46268d85fbdf0feb79c8094 -> master To ssh://gitlab.freedesktop.org/drm/igt-gpu-tools b7b35f974bc3..c253caee9b77 master -> master Did I miss a memo on pushing to igt? BR, Jani. > >> --- >> lib/igt.h | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/lib/igt.h b/lib/igt.h >> index 0bf98aa5d767..96a368e11bbf 100644 >> --- a/lib/igt.h >> +++ b/lib/igt.h >> @@ -26,7 +26,6 @@ >> >> #include "drmtest.h" >> #include "i915_3d.h" >> -#include "i915_pciids.h" >> #include "igt_aux.h" >> #include "igt_core.h" >> #include "igt_core.h" >> -- >> 2.30.2 >> -- Jani Nikula, Intel Open Source Graphics Center ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt: don't include i915_pciids.h everywhere 2022-03-11 11:37 [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere Jani Nikula 2022-03-11 12:02 ` Petri Latvala @ 2022-03-11 12:32 ` Patchwork 2022-03-11 14:55 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-03-11 12:32 UTC (permalink / raw) To: Jani Nikula; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8146 bytes --] == Series Details == Series: lib/igt: don't include i915_pciids.h everywhere URL : https://patchwork.freedesktop.org/series/101284/ State : success == Summary == CI Bug Log - changes from CI_DRM_11351 -> IGTPW_6779 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/index.html Participating hosts (44 -> 41) ------------------------------ Additional (2): fi-icl-u2 fi-pnv-d510 Missing (5): shard-tglu fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-bdw-samus Known issues ------------ Here are the changes found in IGTPW_6779 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@semaphore: - fi-bsw-nick: NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-bsw-nick/igt@amdgpu/amd_basic@semaphore.html * igt@amdgpu/amd_cs_nop@fork-gfx0: - fi-icl-u2: NOTRUN -> [SKIP][2] ([fdo#109315]) +17 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@amdgpu/amd_cs_nop@fork-gfx0.html * igt@gem_huc_copy@huc-copy: - fi-icl-u2: NOTRUN -> [SKIP][3] ([i915#2190]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-icl-u2: NOTRUN -> [SKIP][4] ([i915#4613]) +3 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_selftest@live@gt_lrc: - fi-rkl-guc: [PASS][5] -> [INCOMPLETE][6] ([i915#2373] / [i915#4983]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/fi-rkl-guc/igt@i915_selftest@live@gt_lrc.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-rkl-guc/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@hangcheck: - fi-hsw-4770: [PASS][7] -> [INCOMPLETE][8] ([i915#4785]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html - fi-bdw-5557u: NOTRUN -> [INCOMPLETE][9] ([i915#3921]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-bdw-5557u/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@dp-crc-fast: - fi-bdw-5557u: NOTRUN -> [SKIP][10] ([fdo#109271] / [fdo#111827]) +8 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@hdmi-hpd-fast: - fi-icl-u2: NOTRUN -> [SKIP][11] ([fdo#111827]) +8 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@kms_chamelium@hdmi-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - fi-icl-u2: NOTRUN -> [SKIP][12] ([fdo#109278]) +2 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - fi-icl-u2: NOTRUN -> [SKIP][13] ([fdo#109285]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_setmode@basic-clone-single-crtc: - fi-icl-u2: NOTRUN -> [SKIP][14] ([i915#3555]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@kms_setmode@basic-clone-single-crtc.html - fi-bdw-5557u: NOTRUN -> [SKIP][15] ([fdo#109271]) +14 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-bdw-5557u/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-userptr: - fi-pnv-d510: NOTRUN -> [SKIP][16] ([fdo#109271]) +58 similar issues [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-pnv-d510/igt@prime_vgem@basic-userptr.html - fi-icl-u2: NOTRUN -> [SKIP][17] ([i915#3301]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-icl-u2/igt@prime_vgem@basic-userptr.html * igt@runner@aborted: - fi-hsw-4770: NOTRUN -> [FAIL][18] ([fdo#109271] / [i915#1436] / [i915#4312]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-hsw-4770/igt@runner@aborted.html #### Possible fixes #### * igt@i915_selftest@live@late_gt_pm: - fi-bsw-nick: [DMESG-FAIL][19] ([i915#2927] / [i915#3428]) -> [PASS][20] [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/fi-bsw-nick/igt@i915_selftest@live@late_gt_pm.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-bsw-nick/igt@i915_selftest@live@late_gt_pm.html * igt@kms_flip@basic-flip-vs-modeset@a-edp1: - {bat-adlp-6}: [DMESG-WARN][21] ([i915#3576]) -> [PASS][22] +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html * igt@kms_frontbuffer_tracking@basic: - fi-cfl-8109u: [DMESG-FAIL][23] ([i915#295]) -> [PASS][24] [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/fi-cfl-8109u/igt@kms_frontbuffer_tracking@basic.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-cfl-8109u/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b: - fi-cfl-8109u: [DMESG-WARN][25] ([i915#295]) -> [PASS][26] +10 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-b.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278 [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#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2373]: https://gitlab.freedesktop.org/drm/intel/issues/2373 [i915#2927]: https://gitlab.freedesktop.org/drm/intel/issues/2927 [i915#295]: https://gitlab.freedesktop.org/drm/intel/issues/295 [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301 [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576 [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921 [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312 [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5291]: https://gitlab.freedesktop.org/drm/intel/issues/5291 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6376 -> IGTPW_6779 CI-20190529: 20190529 CI_DRM_11351: 10d69d20370663a0577ef90494f6ec5272085a0d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_6779: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/index.html IGT_6376: 06da29642ef11472b1260e148c5b590057ca64fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/index.html [-- Attachment #2: Type: text/html, Size: 9431 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt: don't include i915_pciids.h everywhere 2022-03-11 11:37 [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere Jani Nikula 2022-03-11 12:02 ` Petri Latvala 2022-03-11 12:32 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2022-03-11 14:55 ` Patchwork 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2022-03-11 14:55 UTC (permalink / raw) To: Jani Nikula; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 30262 bytes --] == Series Details == Series: lib/igt: don't include i915_pciids.h everywhere URL : https://patchwork.freedesktop.org/series/101284/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11351_full -> IGTPW_6779_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_6779_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_6779_full, please notify your bug team 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_6779/index.html Participating hosts (12 -> 9) ------------------------------ Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_6779_full: ### IGT changes ### #### Possible regressions #### * igt@i915_pm_rpm@gem-execbuf-stress: - shard-glk: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress.html - shard-apl: NOTRUN -> [INCOMPLETE][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl1/igt@i915_pm_rpm@gem-execbuf-stress.html - shard-iclb: NOTRUN -> [INCOMPLETE][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb5/igt@i915_pm_rpm@gem-execbuf-stress.html * igt@perf@short-reads: - shard-tglb: NOTRUN -> [FAIL][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@perf@short-reads.html #### Warnings #### * igt@gem_pread@exhaustion: - shard-tglb: [WARN][5] ([i915#2658]) -> [INCOMPLETE][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-tglb3/igt@gem_pread@exhaustion.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@gem_pread@exhaustion.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@gem_exec_whisper@basic-forked-all: - {shard-rkl}: [PASS][7] -> [INCOMPLETE][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-rkl-5/igt@gem_exec_whisper@basic-forked-all.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-rkl-5/igt@gem_exec_whisper@basic-forked-all.html * igt@i915_pm_rpm@gem-execbuf-stress: - {shard-tglu}: NOTRUN -> [INCOMPLETE][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglu-3/igt@i915_pm_rpm@gem-execbuf-stress.html * igt@kms_big_fb@4-tiled-32bpp-rotate-270: - {shard-rkl}: [SKIP][10] ([i915#4098]) -> [SKIP][11] +1 similar issue [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-rkl-5/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-rkl-4/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - {shard-rkl}: NOTRUN -> [SKIP][12] +1 similar issue [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-rkl-4/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@syncobj_wait@multi-wait-all-for-submit-unsubmitted: - {shard-rkl}: NOTRUN -> [DMESG-WARN][13] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-rkl-5/igt@syncobj_wait@multi-wait-all-for-submit-unsubmitted.html Known issues ------------ Here are the changes found in IGTPW_6779_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_isolation@preservation-s3@vecs0: - shard-kbl: [PASS][14] -> [DMESG-WARN][15] ([i915#180]) +4 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@vecs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@vecs0.html * igt@gem_ctx_persistence@idempotent: - shard-snb: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#1099]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-snb5/igt@gem_ctx_persistence@idempotent.html * igt@gem_ctx_sseu@invalid-args: - shard-tglb: NOTRUN -> [SKIP][17] ([i915#280]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@in-flight-1us: - shard-tglb: [PASS][18] -> [TIMEOUT][19] ([i915#3063]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-tglb2/igt@gem_eio@in-flight-1us.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb5/igt@gem_eio@in-flight-1us.html * igt@gem_eio@kms: - shard-tglb: NOTRUN -> [FAIL][20] ([i915#232]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@gem_eio@kms.html * igt@gem_exec_balancer@parallel-balancer: - shard-iclb: [PASS][21] -> [SKIP][22] ([i915#4525]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-iclb2/igt@gem_exec_balancer@parallel-balancer.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb7/igt@gem_exec_balancer@parallel-balancer.html * igt@gem_exec_balancer@parallel-ordering: - shard-iclb: NOTRUN -> [DMESG-FAIL][23] ([i915#5076]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb1/igt@gem_exec_balancer@parallel-ordering.html - shard-tglb: NOTRUN -> [DMESG-FAIL][24] ([i915#5076]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_balancer@parallel-out-fence: - shard-iclb: NOTRUN -> [DMESG-WARN][25] ([i915#5076]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb2/igt@gem_exec_balancer@parallel-out-fence.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-iclb: [PASS][26] -> [FAIL][27] ([i915#2842]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-iclb4/igt@gem_exec_fair@basic-none-share@rcs0.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglb: [PASS][28] -> [FAIL][29] ([i915#2842]) +1 similar issue [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-tglb5/igt@gem_exec_fair@basic-pace-share@rcs0.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-kbl: [PASS][30] -> [FAIL][31] ([i915#2842]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglb: NOTRUN -> [FAIL][32] ([i915#2842]) +5 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-pace@vcs1: - shard-iclb: NOTRUN -> [FAIL][33] ([i915#2842]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_params@no-bsd: - shard-tglb: NOTRUN -> [SKIP][34] ([fdo#109283]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@gem_exec_params@no-bsd.html - shard-iclb: NOTRUN -> [SKIP][35] ([fdo#109283]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@gem_exec_params@no-bsd.html * igt@gem_huc_copy@huc-copy: - shard-kbl: NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#2190]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl4/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-iclb: NOTRUN -> [SKIP][37] ([i915#4613]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb1/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-random: - shard-kbl: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#4613]) +1 similar issue [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl1/igt@gem_lmem_swapping@parallel-random.html - shard-tglb: NOTRUN -> [SKIP][39] ([i915#4613]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@verify-random: - shard-apl: NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#4613]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl7/igt@gem_lmem_swapping@verify-random.html * igt@gem_pread@exhaustion: - shard-apl: NOTRUN -> [WARN][41] ([i915#2658]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl2/igt@gem_pread@exhaustion.html * igt@gem_pwrite@basic-exhaustion: - shard-kbl: NOTRUN -> [WARN][42] ([i915#2658]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl3/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@fail-invalid-protected-context: - shard-tglb: NOTRUN -> [SKIP][43] ([i915#4270]) +3 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@gem_pxp@fail-invalid-protected-context.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-iclb: NOTRUN -> [SKIP][44] ([i915#4270]) +2 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb2/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_render_copy@x-tiled-to-vebox-yf-tiled: - shard-kbl: NOTRUN -> [SKIP][45] ([fdo#109271]) +256 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl6/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html - shard-iclb: NOTRUN -> [SKIP][46] ([i915#768]) +2 similar issues [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html * igt@gem_softpin@allocator-evict-all-engines: - shard-glk: [PASS][47] -> [FAIL][48] ([i915#4171]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-glk7/igt@gem_softpin@allocator-evict-all-engines.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk4/igt@gem_softpin@allocator-evict-all-engines.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-tglb: NOTRUN -> [SKIP][49] ([i915#3297]) +4 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@unsync-unmap-cycles: - shard-iclb: NOTRUN -> [SKIP][50] ([i915#3297]) +4 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb7/igt@gem_userptr_blits@unsync-unmap-cycles.html * igt@gen3_render_tiledy_blits: - shard-tglb: NOTRUN -> [SKIP][51] ([fdo#109289]) +4 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@gen3_render_tiledy_blits.html * igt@gen9_exec_parse@bb-start-param: - shard-tglb: NOTRUN -> [SKIP][52] ([i915#2527] / [i915#2856]) +2 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@gen9_exec_parse@bb-start-param.html - shard-iclb: NOTRUN -> [SKIP][53] ([i915#2856]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@gen9_exec_parse@bb-start-param.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][54] -> [SKIP][55] ([fdo#109271]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-apl2/igt@i915_pm_dc@dc9-dpms.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl7/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@media-rc6-accuracy: - shard-tglb: NOTRUN -> [SKIP][56] ([fdo#109289] / [fdo#111719]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@i915_pm_rc6_residency@media-rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglb: NOTRUN -> [WARN][57] ([i915#2681] / [i915#2684]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@i915_pm_rc6_residency@rc6-fence.html - shard-iclb: NOTRUN -> [WARN][58] ([i915#1804] / [i915#2684]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb6/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rpm@gem-execbuf-stress: - shard-tglb: NOTRUN -> [INCOMPLETE][59] ([i915#2411]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb2/igt@i915_pm_rpm@gem-execbuf-stress.html - shard-kbl: NOTRUN -> [INCOMPLETE][60] ([i915#151]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl4/igt@i915_pm_rpm@gem-execbuf-stress.html * igt@i915_pm_rpm@modeset-pc8-residency-stress: - shard-tglb: NOTRUN -> [SKIP][61] ([fdo#109506] / [i915#2411]) +1 similar issue [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb6/igt@i915_pm_rpm@modeset-pc8-residency-stress.html * igt@i915_query@query-topology-known-pci-ids: - shard-tglb: NOTRUN -> [SKIP][62] ([fdo#109303]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb6/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_selftest@live@gt_lrc: - shard-tglb: NOTRUN -> [DMESG-FAIL][63] ([i915#2373]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb2/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@gt_pm: - shard-tglb: NOTRUN -> [DMESG-FAIL][64] ([i915#1759]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb2/igt@i915_selftest@live@gt_pm.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-glk: NOTRUN -> [SKIP][65] ([fdo#109271]) +57 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk8/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-iclb: NOTRUN -> [SKIP][66] ([i915#5286]) +2 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglb: NOTRUN -> [SKIP][67] ([i915#5286]) +6 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][68] ([fdo#110725] / [fdo#111614]) +3 similar issues [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb7/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][69] ([fdo#111614]) +3 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-270: - shard-tglb: NOTRUN -> [SKIP][70] ([fdo#111615]) +9 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb2/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-kbl: NOTRUN -> [SKIP][71] ([fdo#109271] / [i915#3777]) +1 similar issue [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-iclb: NOTRUN -> [SKIP][72] ([fdo#110723]) +1 similar issue [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-tglb: NOTRUN -> [SKIP][73] ([i915#3689] / [i915#3886]) +5 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb5/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-iclb: NOTRUN -> [SKIP][74] ([fdo#109278] / [i915#3886]) +4 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb8/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html - shard-glk: NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#3886]) +1 similar issue [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk9/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-kbl: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#3886]) +8 similar issues [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl1/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#3886]) +6 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl1/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-yf_tiled_ccs: - shard-tglb: NOTRUN -> [SKIP][78] ([fdo#111615] / [i915#3689]) +1 similar issue [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@kms_ccs@pipe-c-missing-ccs-buffer-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_mc_ccs: - shard-iclb: NOTRUN -> [SKIP][79] ([fdo#109278]) +30 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb8/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_mc_ccs.html - shard-tglb: NOTRUN -> [SKIP][80] ([i915#3689]) +7 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_mc_ccs.html * igt@kms_cdclk@mode-transition: - shard-iclb: NOTRUN -> [SKIP][81] ([i915#3742]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb8/igt@kms_cdclk@mode-transition.html - shard-tglb: NOTRUN -> [SKIP][82] ([i915#3742]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb6/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium@hdmi-hpd-storm: - shard-kbl: NOTRUN -> [SKIP][83] ([fdo#109271] / [fdo#111827]) +18 similar issues [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl1/igt@kms_chamelium@hdmi-hpd-storm.html * igt@kms_chamelium@vga-hpd-with-enabled-mode: - shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109284] / [fdo#111827]) +9 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@kms_chamelium@vga-hpd-with-enabled-mode.html * igt@kms_color@pipe-d-ctm-0-25: - shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109278] / [i915#1149]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb6/igt@kms_color@pipe-d-ctm-0-25.html * igt@kms_color_chamelium@pipe-a-ctm-blue-to-red: - shard-snb: NOTRUN -> [SKIP][86] ([fdo#109271] / [fdo#111827]) +7 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-snb2/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html - shard-glk: NOTRUN -> [SKIP][87] ([fdo#109271] / [fdo#111827]) +3 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk6/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html - shard-apl: NOTRUN -> [SKIP][88] ([fdo#109271] / [fdo#111827]) +8 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl8/igt@kms_color_chamelium@pipe-a-ctm-blue-to-red.html * igt@kms_color_chamelium@pipe-d-ctm-green-to-red: - shard-tglb: NOTRUN -> [SKIP][89] ([fdo#109284] / [fdo#111827]) +14 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html - shard-iclb: NOTRUN -> [SKIP][90] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@kms_color_chamelium@pipe-d-ctm-green-to-red.html * igt@kms_content_protection@atomic-dpms: - shard-kbl: NOTRUN -> [TIMEOUT][91] ([i915#1319]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl7/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@content_type_change: - shard-iclb: NOTRUN -> [SKIP][92] ([fdo#109300] / [fdo#111066]) +1 similar issue [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb2/igt@kms_content_protection@content_type_change.html - shard-tglb: NOTRUN -> [SKIP][93] ([i915#1063]) +1 similar issue [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-tglb: NOTRUN -> [SKIP][94] ([i915#3116] / [i915#3299]) +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-iclb: NOTRUN -> [SKIP][95] ([i915#3116]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb5/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding: - shard-tglb: NOTRUN -> [SKIP][96] ([i915#3319]) +2 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html * igt@kms_cursor_crc@pipe-a-cursor-512x512-sliding: - shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109278] / [fdo#109279]) +5 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb6/igt@kms_cursor_crc@pipe-a-cursor-512x512-sliding.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen: - shard-tglb: NOTRUN -> [SKIP][98] ([fdo#109279] / [i915#3359]) +7 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb6/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement: - shard-tglb: NOTRUN -> [SKIP][99] ([i915#3359]) +2 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy: - shard-iclb: NOTRUN -> [SKIP][100] ([fdo#109274] / [fdo#109278]) +1 similar issue [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html * igt@kms_cursor_legacy@flip-vs-cursor-varying-size: - shard-iclb: NOTRUN -> [FAIL][101] ([i915#2346]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html * igt@kms_cursor_legacy@pipe-d-torture-bo: - shard-kbl: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#533]) +2 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl7/igt@kms_cursor_legacy@pipe-d-torture-bo.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a: - shard-tglb: NOTRUN -> [SKIP][103] ([i915#3788]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb5/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html * igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium: - shard-tglb: NOTRUN -> [SKIP][104] ([i915#3528]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_draw_crc@draw-method-xrgb2101010-pwrite-4tiled: - shard-iclb: NOTRUN -> [SKIP][105] ([i915#5287]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb5/igt@kms_draw_crc@draw-method-xrgb2101010-pwrite-4tiled.html - shard-tglb: NOTRUN -> [SKIP][106] ([i915#5287]) +2 similar issues [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb3/igt@kms_draw_crc@draw-method-xrgb2101010-pwrite-4tiled.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-tglb: NOTRUN -> [SKIP][107] ([fdo#109274] / [fdo#111825]) +15 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-nonexisting-fb: - shard-iclb: NOTRUN -> [SKIP][108] ([fdo#109274]) +10 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb5/igt@kms_flip@2x-nonexisting-fb.html * igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1: - shard-glk: [PASS][109] -> [FAIL][110] ([i915#79]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk9/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a1.html * igt@kms_flip@flip-vs-suspend@c-dp1: - shard-kbl: NOTRUN -> [DMESG-WARN][111] ([i915#180]) +5 similar issues [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling: - shard-tglb: NOTRUN -> [SKIP][112] ([i915#2587]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html - shard-iclb: NOTRUN -> [SKIP][113] ([i915#3701]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-iclb: [PASS][114] -> [SKIP][115] ([i915#3701]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-iclb3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_force_connector_basic@force-load-detect: - shard-tglb: NOTRUN -> [SKIP][116] ([fdo#109285]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb7/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt: - shard-glk: NOTRUN -> [FAIL][117] ([i915#1888] / [i915#2546]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-glk5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render: - shard-iclb: NOTRUN -> [SKIP][118] ([fdo#109280]) +19 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff: - shard-snb: NOTRUN -> [SKIP][119] ([fdo#109271]) +160 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-snb2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move: - shard-tglb: NOTRUN -> [SKIP][120] ([fdo#109280] / [fdo#111825]) +40 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html * igt@kms_hdr@static-toggle-suspend: - shard-iclb: NOTRUN -> [SKIP][121] ([i915#3555]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglb: NOTRUN -> [SKIP][122] ([i915#1839]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-tglb6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence: - shard-apl: NOTRUN -> [SKIP][123] ([fdo#109271] / [i915#533]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl7/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html * igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes: - shard-apl: [PASS][124] -> [DMESG-WARN][125] ([i915#180]) +3 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11351/shard-apl6/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-apl8/igt@kms_plane@plane-panning-bottom-right-suspend@pipe-a-planes.html * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: - shard-kbl: NOTRUN -> [FAIL][126] ([i915#265]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl4/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-c-alpha-basic: - shard-kbl: NOTRUN -> [FAIL][127] ([fdo#108145] / [i915#265]) +3 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-basic.html - shard-apl: NOTRUN -> [FAIL][128] ([fdo#108145] / [i915#265]) +1 similar issue == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6779/index.html [-- Attachment #2: Type: text/html, Size: 33949 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-11 16:39 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-03-11 11:37 [igt-dev] [PATCH i-g-t] lib/igt: don't include i915_pciids.h everywhere Jani Nikula 2022-03-11 12:02 ` Petri Latvala 2022-03-11 16:39 ` Jani Nikula 2022-03-11 12:32 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2022-03-11 14:55 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox