All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC
@ 2021-09-22  7:43 Bhanuprakash Modem
  2021-09-22  9:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Bhanuprakash Modem @ 2021-09-22  7:43 UTC (permalink / raw)
  To: igt-dev; +Cc: Bhanuprakash Modem

Throw assert if failed to allocate memory for pipe crc.

Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
 lib/igt_debugfs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
index 2f58519a2..a5bb95ca3 100644
--- a/lib/igt_debugfs.c
+++ b/lib/igt_debugfs.c
@@ -688,6 +688,7 @@ pipe_crc_new(int fd, enum pipe pipe, const char *source, int flags)
 	igt_assert(debugfs != -1);
 
 	pipe_crc = calloc(1, sizeof(struct _igt_pipe_crc));
+	igt_assert(pipe_crc);
 
 	sprintf(buf, "crtc-%d/crc/control", pipe);
 	pipe_crc->ctl_fd = openat(debugfs, buf, O_WRONLY);
-- 
2.32.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_debugfs: Handle memory allocation failures for CRC
  2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
@ 2021-09-22  9:58 ` Patchwork
  2021-09-22 12:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2021-09-22  9:58 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 7793 bytes --]

== Series Details ==

Series: lib/igt_debugfs: Handle memory allocation failures for CRC
URL   : https://patchwork.freedesktop.org/series/94930/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10624 -> IGTPW_6245
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/index.html

Known issues
------------

  Here are the changes found in IGTPW_6245 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@cs-compute:
    - fi-cfl-guc:         NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-cfl-guc/igt@amdgpu/amd_basic@cs-compute.html

  * igt@core_hotunplug@unbind-rebind:
    - fi-rkl-guc:         [PASS][2] -> [INCOMPLETE][3] ([i915#4130] / [i915#4136])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
    - fi-icl-u2:          [PASS][4] -> [INCOMPLETE][5] ([i915#4130] / [i915#4136])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-icl-u2/igt@core_hotunplug@unbind-rebind.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-icl-u2/igt@core_hotunplug@unbind-rebind.html
    - fi-kbl-7567u:       [PASS][6] -> [INCOMPLETE][7] ([i915#4130])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-kbl-7567u/igt@core_hotunplug@unbind-rebind.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-7567u/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_huc_copy@huc-copy:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#2190])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html

  * igt@gem_tiled_blits@basic:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][9] ([fdo#109271]) +5 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@gem_tiled_blits@basic.html

  * igt@i915_module_load@reload:
    - fi-kbl-soraka:      NOTRUN -> [INCOMPLETE][10] ([i915#4136])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@i915_module_load@reload.html
    - fi-skl-6600u:       [PASS][11] -> [INCOMPLETE][12] ([i915#4130] / [i915#4136])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-skl-6600u/igt@i915_module_load@reload.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-skl-6600u/igt@i915_module_load@reload.html
    - fi-cfl-8109u:       NOTRUN -> [INCOMPLETE][13] ([i915#4130] / [i915#4136] / [i915#4179])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-cfl-8109u/igt@i915_module_load@reload.html
    - fi-icl-y:           [PASS][14] -> [INCOMPLETE][15] ([i915#4130] / [i915#4136])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-icl-y/igt@i915_module_load@reload.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-icl-y/igt@i915_module_load@reload.html
    - fi-kbl-7500u:       [PASS][16] -> [INCOMPLETE][17] ([i915#4130] / [i915#4136] / [i915#4179])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-kbl-7500u/igt@i915_module_load@reload.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-7500u/igt@i915_module_load@reload.html

  * igt@kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][18] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - fi-kbl-soraka:      NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#533])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@runner@aborted:
    - fi-cfl-8109u:       NOTRUN -> [FAIL][20] ([i915#2426] / [i915#3363])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-cfl-8109u/igt@runner@aborted.html
    - fi-kbl-soraka:      NOTRUN -> [FAIL][21] ([i915#2722] / [i915#3363])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@runner@aborted.html
    - fi-kbl-7500u:       NOTRUN -> [FAIL][22] ([i915#2426] / [i915#3363])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-7500u/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-cfl-guc:         [INCOMPLETE][23] ([i915#4130] / [i915#4136]) -> [PASS][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-cfl-guc/igt@core_hotunplug@unbind-rebind.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-cfl-guc/igt@core_hotunplug@unbind-rebind.html
    - fi-cfl-8109u:       [INCOMPLETE][25] ([i915#4130] / [i915#4136]) -> [PASS][26]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-cfl-8109u/igt@core_hotunplug@unbind-rebind.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-cfl-8109u/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_exec_suspend@basic-s0:
    - fi-kbl-soraka:      [INCOMPLETE][27] ([i915#155]) -> [PASS][28]
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-kbl-soraka/igt@gem_exec_suspend@basic-s0.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-soraka/igt@gem_exec_suspend@basic-s0.html

  
#### Warnings ####

  * igt@i915_module_load@reload:
    - fi-kbl-8809g:       [INCOMPLETE][29] ([i915#4136]) -> [INCOMPLETE][30] ([i915#4130] / [i915#4136])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-kbl-8809g/igt@i915_module_load@reload.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-kbl-8809g/igt@i915_module_load@reload.html
    - fi-glk-dsi:         [INCOMPLETE][31] ([i915#4136]) -> [INCOMPLETE][32] ([i915#4130] / [i915#4136])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/fi-glk-dsi/igt@i915_module_load@reload.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/fi-glk-dsi/igt@i915_module_load@reload.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#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#2426]: https://gitlab.freedesktop.org/drm/intel/issues/2426
  [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
  [i915#3363]: https://gitlab.freedesktop.org/drm/intel/issues/3363
  [i915#4130]: https://gitlab.freedesktop.org/drm/intel/issues/4130
  [i915#4136]: https://gitlab.freedesktop.org/drm/intel/issues/4136
  [i915#4179]: https://gitlab.freedesktop.org/drm/intel/issues/4179
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533


Participating hosts (29 -> 25)
------------------------------

  Missing    (4): fi-bdw-samus fi-tgl-1115g4 bat-dg1-6 bat-dg1-5 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6214 -> IGTPW_6245

  CI-20190529: 20190529
  CI_DRM_10624: a2ece56c7ff330369312a7b94865af7e1cb9b1b1 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6245: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/index.html
  IGT_6214: 13550e92c6c7bd825abb6c9b087d12a524b4674c @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/index.html

[-- Attachment #2: Type: text/html, Size: 10803 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_debugfs: Handle memory allocation failures for CRC
  2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
  2021-09-22  9:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2021-09-22 12:12 ` Patchwork
  2021-09-27 11:39 ` [igt-dev] [PATCH i-g-t] " Karthik B S
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2021-09-22 12:12 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30276 bytes --]

== Series Details ==

Series: lib/igt_debugfs: Handle memory allocation failures for CRC
URL   : https://patchwork.freedesktop.org/series/94930/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10624_full -> IGTPW_6245_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_6245_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6245_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_6245/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6245_full:

### IGT changes ###

#### Possible regressions ####

  * igt@i915_pm_dc@dc5-dpms:
    - shard-iclb:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-iclb7/igt@i915_pm_dc@dc5-dpms.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb1/igt@i915_pm_dc@dc5-dpms.html
    - shard-apl:          NOTRUN -> [INCOMPLETE][3]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl8/igt@i915_pm_dc@dc5-dpms.html

  
Known issues
------------

  Here are the changes found in IGTPW_6245_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@unbind-rebind:
    - shard-apl:          NOTRUN -> [INCOMPLETE][4] ([i915#4130] / [i915#4136])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl2/igt@core_hotunplug@unbind-rebind.html
    - shard-iclb:         [PASS][5] -> [INCOMPLETE][6] ([i915#4130] / [i915#4136])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-iclb2/igt@core_hotunplug@unbind-rebind.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb4/igt@core_hotunplug@unbind-rebind.html

  * igt@drm_import_export@prime:
    - shard-kbl:          [PASS][7] -> [INCOMPLETE][8] ([i915#2895] / [i915#2944])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-kbl7/igt@drm_import_export@prime.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl3/igt@drm_import_export@prime.html

  * igt@gem_ctx_persistence@smoketest:
    - shard-snb:          NOTRUN -> [SKIP][9] ([fdo#109271] / [i915#1099]) +8 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-snb2/igt@gem_ctx_persistence@smoketest.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-tglb:         NOTRUN -> [SKIP][10] ([i915#280])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb3/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-apl:          [PASS][11] -> [SKIP][12] ([fdo#109271])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-apl6/igt@gem_exec_fair@basic-none-share@rcs0.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl2/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@rcs0:
    - shard-glk:          NOTRUN -> [FAIL][13] ([i915#2842])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk5/igt@gem_exec_fair@basic-none@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-tglb:         NOTRUN -> [FAIL][14] ([i915#2842]) +4 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-iclb:         NOTRUN -> [FAIL][15] ([i915#2842]) +3 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@gem_exec_fair@basic-none@vecs0.html
    - shard-kbl:          NOTRUN -> [FAIL][16] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl2/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-pace-share@rcs0:
    - shard-tglb:         [PASS][17] -> [FAIL][18] ([i915#2842]) +1 similar issue
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-tglb3/igt@gem_exec_fair@basic-pace-share@rcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb7/igt@gem_exec_fair@basic-pace-share@rcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-iclb:         [PASS][19] -> [FAIL][20] ([i915#2842])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-iclb7/igt@gem_exec_fair@basic-pace@vecs0.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [PASS][21] -> [FAIL][22] ([i915#2842])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-glk5/igt@gem_exec_fair@basic-throttle@rcs0.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk9/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_suspend@basic-s0:
    - shard-tglb:         [PASS][23] -> [INCOMPLETE][24] ([i915#456])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-tglb1/igt@gem_exec_suspend@basic-s0.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@gem_exec_suspend@basic-s0.html

  * igt@gem_pread@exhaustion:
    - shard-apl:          NOTRUN -> [WARN][25] ([i915#2658])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl6/igt@gem_pread@exhaustion.html

  * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
    - shard-iclb:         NOTRUN -> [SKIP][26] ([i915#768])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb4/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-kbl:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#3323])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl6/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@readonly-pwrite-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][28] ([i915#3297])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@gem_userptr_blits@readonly-pwrite-unsync.html
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#3297])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb8/igt@gem_userptr_blits@readonly-pwrite-unsync.html

  * igt@gen7_exec_parse@load-register-reg:
    - shard-iclb:         NOTRUN -> [SKIP][30] ([fdo#109289]) +2 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb3/igt@gen7_exec_parse@load-register-reg.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-iclb:         NOTRUN -> [SKIP][31] ([i915#2856]) +2 similar issues
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([i915#2856]) +2 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb8/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-tglb:         NOTRUN -> [SKIP][33] ([fdo#109289] / [fdo#111719])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@i915_pm_rpm@pc8-residency:
    - shard-tglb:         NOTRUN -> [SKIP][34] ([fdo#109506] / [i915#2411])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb8/igt@i915_pm_rpm@pc8-residency.html

  * igt@i915_suspend@debugfs-reader:
    - shard-tglb:         [PASS][35] -> [INCOMPLETE][36] ([i915#4173] / [i915#456])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-tglb7/igt@i915_suspend@debugfs-reader.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@i915_suspend@debugfs-reader.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-apl:          NOTRUN -> [DMESG-WARN][37] ([i915#180])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl3/igt@i915_suspend@fence-restore-tiled2untiled.html
    - shard-kbl:          NOTRUN -> [DMESG-WARN][38] ([i915#180]) +1 similar issue
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl1/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-iclb:         NOTRUN -> [SKIP][39] ([i915#1769])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
    - shard-tglb:         NOTRUN -> [SKIP][40] ([i915#1769])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_big_fb@linear-16bpp-rotate-90:
    - shard-iclb:         NOTRUN -> [SKIP][41] ([fdo#110725] / [fdo#111614]) +3 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@kms_big_fb@linear-16bpp-rotate-90.html

  * igt@kms_big_fb@linear-64bpp-rotate-180:
    - shard-glk:          NOTRUN -> [FAIL][42] ([i915#1888] / [i915#3653])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk8/igt@kms_big_fb@linear-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-glk:          NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3777]) +1 similar issue
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][44] ([fdo#111614]) +2 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb2/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3777])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-apl:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3777]) +2 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-apl:          NOTRUN -> [SKIP][47] ([fdo#109271]) +276 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-tglb:         NOTRUN -> [SKIP][48] ([fdo#111615]) +2 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
    - shard-iclb:         NOTRUN -> [SKIP][49] ([fdo#110723])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_joiner@2x-modeset:
    - shard-iclb:         NOTRUN -> [SKIP][50] ([i915#2705])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@kms_big_joiner@2x-modeset.html
    - shard-tglb:         NOTRUN -> [SKIP][51] ([i915#2705])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@kms_big_joiner@2x-modeset.html

  * igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][52] ([i915#3689] / [i915#3886]) +6 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb3/igt@kms_ccs@pipe-b-bad-aux-stride-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3886]) +10 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl7/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-glk:          NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#3886]) +5 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk3/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][55] ([fdo#109278] / [i915#3886]) +7 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
    - shard-kbl:          NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#3886]) +5 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][57] ([i915#3689]) +7 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@kms_ccs@pipe-d-bad-aux-stride-y_tiled_gen12_mc_ccs.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - shard-iclb:         NOTRUN -> [SKIP][58] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@kms_chamelium@hdmi-crc-fast.html
    - shard-tglb:         NOTRUN -> [SKIP][59] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb6/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_chamelium@vga-edid-read:
    - shard-apl:          NOTRUN -> [SKIP][60] ([fdo#109271] / [fdo#111827]) +20 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl6/igt@kms_chamelium@vga-edid-read.html

  * igt@kms_chamelium@vga-hpd-enable-disable-mode:
    - shard-glk:          NOTRUN -> [SKIP][61] ([fdo#109271] / [fdo#111827]) +7 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk1/igt@kms_chamelium@vga-hpd-enable-disable-mode.html

  * igt@kms_chamelium@vga-hpd-without-ddc:
    - shard-kbl:          NOTRUN -> [SKIP][62] ([fdo#109271] / [fdo#111827]) +26 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl4/igt@kms_chamelium@vga-hpd-without-ddc.html
    - shard-snb:          NOTRUN -> [SKIP][63] ([fdo#109271] / [fdo#111827]) +21 similar issues
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-snb7/igt@kms_chamelium@vga-hpd-without-ddc.html

  * igt@kms_color@pipe-d-ctm-red-to-blue:
    - shard-iclb:         NOTRUN -> [SKIP][64] ([fdo#109278] / [i915#1149])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@kms_color@pipe-d-ctm-red-to-blue.html

  * igt@kms_content_protection@legacy:
    - shard-kbl:          NOTRUN -> [TIMEOUT][65] ([i915#1319])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl1/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@lic:
    - shard-apl:          NOTRUN -> [TIMEOUT][66] ([i915#1319]) +1 similar issue
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl1/igt@kms_content_protection@lic.html

  * igt@kms_content_protection@uevent:
    - shard-apl:          NOTRUN -> [FAIL][67] ([i915#2105])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl3/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          [PASS][68] -> [DMESG-WARN][69] ([i915#180]) +4 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x170-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][70] ([fdo#109279] / [i915#3359]) +2 similar issues
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@kms_cursor_crc@pipe-c-cursor-512x170-offscreen.html
    - shard-iclb:         NOTRUN -> [SKIP][71] ([fdo#109278] / [fdo#109279]) +1 similar issue
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@kms_cursor_crc@pipe-c-cursor-512x170-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-32x10-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][72] ([i915#3359]) +2 similar issues
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-32x10-sliding.html

  * igt@kms_cursor_crc@pipe-d-cursor-32x32-onscreen:
    - shard-tglb:         NOTRUN -> [SKIP][73] ([i915#3319])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-32x32-onscreen.html

  * igt@kms_cursor_edge_walk@pipe-d-64x64-left-edge:
    - shard-kbl:          NOTRUN -> [SKIP][74] ([fdo#109271]) +215 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl7/igt@kms_cursor_edge_walk@pipe-d-64x64-left-edge.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
    - shard-iclb:         NOTRUN -> [SKIP][75] ([fdo#109274] / [fdo#109278]) +1 similar issue
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html

  * igt@kms_cursor_legacy@pipe-d-torture-bo:
    - shard-apl:          NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#533]) +1 similar issue
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl2/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][77] ([i915#3788])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb2/igt@kms_dither@fb-8bpc-vs-panel-8bpc@edp-1-pipe-a.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [PASS][78] -> [INCOMPLETE][79] ([i915#155] / [i915#180] / [i915#636])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-kbl7/igt@kms_fbcon_fbt@fbc-suspend.html
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a1-hdmi-a2:
    - shard-glk:          [PASS][80] -> [FAIL][81] ([i915#2122])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-glk5/igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a1-hdmi-a2.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank@ac-hdmi-a1-hdmi-a2.html

  * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][82] ([fdo#109274]) +3 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb1/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html

  * igt@kms_flip@flip-vs-suspend@a-dp1:
    - shard-apl:          [PASS][83] -> [DMESG-WARN][84] ([i915#180]) +2 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-apl6/igt@kms_flip@flip-vs-suspend@a-dp1.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl1/igt@kms_flip@flip-vs-suspend@a-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-apl:          NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#2672]) +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile:
    - shard-snb:          NOTRUN -> [SKIP][86] ([fdo#109271]) +468 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-snb7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html
    - shard-tglb:         NOTRUN -> [SKIP][87] ([i915#2587])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile:
    - shard-iclb:         [PASS][88] -> [SKIP][89] ([i915#3701])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
    - shard-iclb:         NOTRUN -> [SKIP][90] ([fdo#109280]) +16 similar issues
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt:
    - shard-glk:          NOTRUN -> [FAIL][91] ([i915#1888] / [i915#2546])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff:
    - shard-tglb:         NOTRUN -> [SKIP][92] ([fdo#111825]) +29 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu:
    - shard-glk:          NOTRUN -> [SKIP][93] ([fdo#109271]) +125 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-cpu.html

  * igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c:
    - shard-tglb:         NOTRUN -> [SKIP][94] ([fdo#109289]) +1 similar issue
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@kms_pipe_b_c_ivb@pipe-b-double-modeset-then-modeset-pipe-c.html

  * igt@kms_pipe_crc_basic@hang-read-crc-pipe-d:
    - shard-kbl:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#533])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl7/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html
    - shard-glk:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#533])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk2/igt@kms_pipe_crc_basic@hang-read-crc-pipe-d.html

  * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
    - shard-apl:          NOTRUN -> [FAIL][97] ([fdo#108145] / [i915#265])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-7efc:
    - shard-kbl:          NOTRUN -> [FAIL][98] ([fdo#108145] / [i915#265])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb:
    - shard-glk:          NOTRUN -> [FAIL][99] ([fdo#108145] / [i915#265])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk5/igt@kms_plane_alpha_blend@pipe-c-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
    - shard-kbl:          NOTRUN -> [FAIL][100] ([i915#265]) +1 similar issue
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl2/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html

  * igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max:
    - shard-iclb:         NOTRUN -> [SKIP][101] ([fdo#109278]) +25 similar issues
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@kms_plane_alpha_blend@pipe-d-constant-alpha-max.html

  * igt@kms_psr2_sf@cursor-plane-update-sf:
    - shard-tglb:         NOTRUN -> [SKIP][102] ([i915#2920]) +2 similar issues
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@kms_psr2_sf@cursor-plane-update-sf.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2:
    - shard-apl:          NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#658]) +5 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
    - shard-kbl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#658]) +4 similar issues
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5:
    - shard-glk:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#658]) +5 similar issues
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5.html
    - shard-iclb:         NOTRUN -> [SKIP][106] ([i915#2920])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-5.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2:
    - shard-iclb:         NOTRUN -> [SKIP][107] ([i915#658]) +1 similar issue
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html

  * igt@kms_psr@psr2_dpms:
    - shard-tglb:         NOTRUN -> [FAIL][108] ([i915#132] / [i915#3467]) +1 similar issue
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb3/igt@kms_psr@psr2_dpms.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][109] -> [SKIP][110] ([fdo#109441]) +1 similar issue
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_primary_render:
    - shard-iclb:         NOTRUN -> [SKIP][111] ([fdo#109441])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb4/igt@kms_psr@psr2_primary_render.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-kbl:          NOTRUN -> [SKIP][112] ([fdo#109271] / [i915#2437])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl6/igt@kms_writeback@writeback-pixel-formats.html

  * igt@nouveau_crc@pipe-a-ctx-flip-detection:
    - shard-iclb:         NOTRUN -> [SKIP][113] ([i915#2530])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@nouveau_crc@pipe-a-ctx-flip-detection.html

  * igt@nouveau_crc@pipe-d-source-rg:
    - shard-tglb:         NOTRUN -> [SKIP][114] ([i915#2530]) +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb1/igt@nouveau_crc@pipe-d-source-rg.html
    - shard-iclb:         NOTRUN -> [SKIP][115] ([fdo#109278] / [i915#2530])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@nouveau_crc@pipe-d-source-rg.html

  * igt@perf@polling-parameterized:
    - shard-tglb:         [PASS][116] -> [FAIL][117] ([i915#1542])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-tglb6/igt@perf@polling-parameterized.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb6/igt@perf@polling-parameterized.html

  * igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name:
    - shard-iclb:         NOTRUN -> [SKIP][118] ([fdo#109291])
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb7/igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name.html
    - shard-tglb:         NOTRUN -> [SKIP][119] ([fdo#109291])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb3/igt@prime_nv_api@nv_i915_reimport_twice_check_flink_name.html

  * igt@prime_vgem@fence-flip-hang:
    - shard-tglb:         NOTRUN -> [SKIP][120] ([fdo#109295])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@prime_vgem@fence-flip-hang.html

  * igt@sysfs_clients@fair-7:
    - shard-apl:          NOTRUN -> [SKIP][121] ([fdo#109271] / [i915#2994]) +1 similar issue
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-apl7/igt@sysfs_clients@fair-7.html

  * igt@sysfs_clients@sema-25:
    - shard-kbl:          NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#2994]) +3 similar issues
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl4/igt@sysfs_clients@sema-25.html

  * igt@sysfs_clients@split-25:
    - shard-tglb:         NOTRUN -> [SKIP][123] ([i915#2994])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-tglb5/igt@sysfs_clients@split-25.html
    - shard-glk:          NOTRUN -> [SKIP][124] ([fdo#109271] / [i915#2994])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk5/igt@sysfs_clients@split-25.html
    - shard-iclb:         NOTRUN -> [SKIP][125] ([i915#2994])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb5/igt@sysfs_clients@split-25.html

  
#### Possible fixes ####

  * igt@fbdev@unaligned-write:
    - shard-glk:          [FAIL][126] -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-glk8/igt@fbdev@unaligned-write.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-glk8/igt@fbdev@unaligned-write.html

  * igt@gem_eio@unwedge-stress:
    - shard-iclb:         [TIMEOUT][128] ([i915#2369] / [i915#2481] / [i915#3070]) -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-iclb7/igt@gem_eio@unwedge-stress.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-iclb6/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          [FAIL][130] ([i915#2846]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-kbl4/igt@gem_exec_fair@basic-deadline.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/shard-kbl4/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
    - shard-apl:          [FAIL][132] ([i915#2842]) -> [PASS][133]
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10624/shard-apl7/igt@gem_exec_f

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6245/index.html

[-- Attachment #2: Type: text/html, Size: 33931 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC
  2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
  2021-09-22  9:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2021-09-22 12:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-09-27 11:39 ` Karthik B S
  2021-09-27 11:40 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2) Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Karthik B S @ 2021-09-27 11:39 UTC (permalink / raw)
  To: Bhanuprakash Modem, igt-dev

On 9/22/2021 1:13 PM, Bhanuprakash Modem wrote:
> Throw assert if failed to allocate memory for pipe crc.
>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
> ---
>   lib/igt_debugfs.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
> index 2f58519a2..a5bb95ca3 100644
> --- a/lib/igt_debugfs.c
> +++ b/lib/igt_debugfs.c
> @@ -688,6 +688,7 @@ pipe_crc_new(int fd, enum pipe pipe, const char *source, int flags)
>   	igt_assert(debugfs != -1);
>   
>   	pipe_crc = calloc(1, sizeof(struct _igt_pipe_crc));
> +	igt_assert(pipe_crc);
>   
>   	sprintf(buf, "crtc-%d/crc/control", pipe);
>   	pipe_crc->ctl_fd = openat(debugfs, buf, O_WRONLY);


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
  2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
                   ` (2 preceding siblings ...)
  2021-09-27 11:39 ` [igt-dev] [PATCH i-g-t] " Karthik B S
@ 2021-09-27 11:40 ` Patchwork
  2021-09-27 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2021-09-27 15:34 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2021-09-27 11:40 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 1589 bytes --]

== Series Details ==

Series: lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
URL   : https://patchwork.freedesktop.org/series/94930/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10646 -> IGTPW_6262
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html

Known issues
------------

  Here are the changes found in IGTPW_6262 that come from known issues:

### IGT changes ###

#### Possible fixes ####

  * igt@i915_module_load@reload:
    - fi-kbl-soraka:      [DMESG-WARN][1] ([i915#1982]) -> [PASS][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/fi-kbl-soraka/igt@i915_module_load@reload.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/fi-kbl-soraka/igt@i915_module_load@reload.html

  
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982


Participating hosts (36 -> 33)
------------------------------

  Missing    (3): fi-bsw-kefka fi-tgl-1115g4 fi-bsw-cyan 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6219 -> IGTPW_6262

  CI-20190529: 20190529
  CI_DRM_10646: ea28c76e2817bbaf31c243973dac23ed6c280946 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6262: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html
  IGT_6219: 4b5644c9751b489c73c9bb174644c08b31533cc8 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html

[-- Attachment #2: Type: text/html, Size: 2173 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
  2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
                   ` (3 preceding siblings ...)
  2021-09-27 11:40 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2) Patchwork
@ 2021-09-27 13:42 ` Patchwork
  2021-09-27 14:24   ` Modem, Bhanuprakash
  2021-09-27 15:34 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  5 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2021-09-27 13:42 UTC (permalink / raw)
  To: Bhanuprakash Modem; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30283 bytes --]

== Series Details ==

Series: lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
URL   : https://patchwork.freedesktop.org/series/94930/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10646_full -> IGTPW_6262_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_6262_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6262_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_6262/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6262_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_cursor_crc@pipe-d-cursor-suspend:
    - shard-tglb:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-suspend.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html

  
Known issues
------------

  Here are the changes found in IGTPW_6262_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-2x:
    - shard-tglb:         NOTRUN -> [SKIP][3] ([i915#1839])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@feature_discovery@display-2x.html

  * igt@gem_create@create-massive:
    - shard-snb:          NOTRUN -> [DMESG-WARN][4] ([i915#3002]) +1 similar issue
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@gem_create@create-massive.html

  * igt@gem_ctx_persistence@smoketest:
    - shard-snb:          NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#1099]) +5 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb5/igt@gem_ctx_persistence@smoketest.html

  * igt@gem_eio@unwedge-stress:
    - shard-iclb:         [PASS][6] -> [TIMEOUT][7] ([i915#2369] / [i915#2481] / [i915#3070])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb4/igt@gem_eio@unwedge-stress.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          NOTRUN -> [FAIL][8] ([i915#2846])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl3/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [PASS][9] -> [FAIL][10] ([i915#2842])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-iclb:         NOTRUN -> [FAIL][11] ([i915#2842]) +4 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-glk:          NOTRUN -> [FAIL][12] ([i915#2842]) +1 similar issue
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-glk:          [PASS][13] -> [FAIL][14] ([i915#2842])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-tglb:         NOTRUN -> [FAIL][15] ([i915#2842]) +5 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-kbl:          NOTRUN -> [FAIL][16] ([i915#2842])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl6/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#2849])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglb:         [PASS][19] -> [SKIP][20] ([i915#2190])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb2/igt@gem_huc_copy@huc-copy.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@gem_huc_copy@huc-copy.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-apl:          NOTRUN -> [WARN][21] ([i915#2658])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
    - shard-glk:          NOTRUN -> [SKIP][22] ([fdo#109271]) +61 similar issues
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk4/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
    - shard-iclb:         NOTRUN -> [SKIP][23] ([i915#768]) +1 similar issue
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html

  * igt@gem_softpin@evict-snoop-interruptible:
    - shard-tglb:         NOTRUN -> [SKIP][24] ([fdo#109312])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html

  * igt@gem_userptr_blits@readonly-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][25] ([i915#3297])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_userptr_blits@readonly-unsync.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-snb:          NOTRUN -> [FAIL][26] ([i915#2724])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb6/igt@gem_userptr_blits@vma-merge.html
    - shard-kbl:          NOTRUN -> [FAIL][27] ([i915#3318])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl6/igt@gem_userptr_blits@vma-merge.html

  * igt@gem_workarounds@suspend-resume:
    - shard-tglb:         [PASS][28] -> [INCOMPLETE][29] ([i915#456])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb2/igt@gem_workarounds@suspend-resume.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@gem_workarounds@suspend-resume.html

  * igt@gen7_exec_parse@bitmasks:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([fdo#109289]) +2 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@gen7_exec_parse@bitmasks.html

  * igt@gen9_exec_parse@basic-rejected-ctx-param:
    - shard-tglb:         NOTRUN -> [SKIP][31] ([i915#2856]) +2 similar issues
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@gen9_exec_parse@basic-rejected-ctx-param.html

  * igt@gen9_exec_parse@batch-invalid-length:
    - shard-snb:          NOTRUN -> [SKIP][32] ([fdo#109271]) +395 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb5/igt@gen9_exec_parse@batch-invalid-length.html

  * igt@gen9_exec_parse@batch-zero-length:
    - shard-iclb:         NOTRUN -> [SKIP][33] ([i915#2856]) +2 similar issues
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb8/igt@gen9_exec_parse@batch-zero-length.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-tglb:         NOTRUN -> [SKIP][34] ([fdo#109289] / [fdo#111719])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@i915_pm_rpm@dpms-non-lpsp:
    - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#111644] / [i915#1397] / [i915#2411])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@i915_pm_rpm@dpms-non-lpsp.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-iclb:         NOTRUN -> [SKIP][36] ([i915#404])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#3777]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-glk:          NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#3777])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-apl:          NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#3777]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#111614]) +1 similar issue
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([fdo#111615]) +3 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
    - shard-iclb:         NOTRUN -> [SKIP][42] ([fdo#110723])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([i915#3689] / [i915#3886]) +5 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-kbl:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3886]) +9 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#3886]) +4 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3886]) +10 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl7/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#109278] / [i915#3886]) +3 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][48] ([i915#3689]) +6 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html

  * igt@kms_chamelium@dp-hpd-storm:
    - shard-iclb:         NOTRUN -> [SKIP][49] ([fdo#109284] / [fdo#111827]) +6 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@kms_chamelium@dp-hpd-storm.html

  * igt@kms_chamelium@vga-hpd-for-each-pipe:
    - shard-kbl:          NOTRUN -> [SKIP][50] ([fdo#109271] / [fdo#111827]) +17 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl2/igt@kms_chamelium@vga-hpd-for-each-pipe.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-75:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#109284] / [fdo#111827]) +11 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_color_chamelium@pipe-b-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-c-ctm-0-25:
    - shard-apl:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +17 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_color_chamelium@pipe-c-ctm-0-25.html

  * igt@kms_color_chamelium@pipe-c-ctm-0-5:
    - shard-glk:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk4/igt@kms_color_chamelium@pipe-c-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-c-ctm-red-to-blue:
    - shard-snb:          NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +17 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb2/igt@kms_color_chamelium@pipe-c-ctm-red-to-blue.html

  * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue:
    - shard-iclb:         NOTRUN -> [SKIP][55] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb8/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html

  * igt@kms_content_protection@uevent:
    - shard-apl:          NOTRUN -> [FAIL][56] ([i915#2105])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl2/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x170-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109278] / [fdo#109279])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@kms_cursor_crc@pipe-a-cursor-512x170-sliding.html

  * igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][58] ([i915#3359]) +7 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-tglb:         [PASS][59] -> [INCOMPLETE][60] ([i915#2411] / [i915#456])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([fdo#109279] / [i915#3359]) +5 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html

  * igt@kms_cursor_edge_walk@pipe-d-128x128-top-edge:
    - shard-iclb:         NOTRUN -> [SKIP][62] ([fdo#109278]) +15 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@kms_cursor_edge_walk@pipe-d-128x128-top-edge.html

  * igt@kms_cursor_legacy@pipe-d-single-bo:
    - shard-kbl:          NOTRUN -> [SKIP][63] ([fdo#109271] / [i915#533])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl1/igt@kms_cursor_legacy@pipe-d-single-bo.html
    - shard-apl:          NOTRUN -> [SKIP][64] ([fdo#109271] / [i915#533])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_cursor_legacy@pipe-d-single-bo.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
    - shard-tglb:         NOTRUN -> [SKIP][65] ([i915#4103])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html

  * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#109274])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
    - shard-tglb:         [PASS][67] -> [INCOMPLETE][68] ([i915#2411] / [i915#4173] / [i915#456])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb1/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@c-dp1:
    - shard-kbl:          [PASS][69] -> [DMESG-WARN][70] ([i915#180]) +4 similar issues
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-kbl3/igt@kms_flip@flip-vs-suspend@c-dp1.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl4/igt@kms_flip@flip-vs-suspend@c-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
    - shard-iclb:         [PASS][71] -> [SKIP][72] ([i915#3701])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-apl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2672])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109280]) +14 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#111825]) +33 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
    - shard-kbl:          NOTRUN -> [SKIP][76] ([fdo#109271]) +176 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html

  * igt@kms_hdr@bpc-switch-suspend:
    - shard-apl:          [PASS][77] -> [DMESG-WARN][78] ([i915#180])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html

  * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
    - shard-iclb:         NOTRUN -> [SKIP][79] ([fdo#109289])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
    - shard-apl:          NOTRUN -> [FAIL][80] ([fdo#108145] / [i915#265]) +2 similar issues
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-basic:
    - shard-kbl:          NOTRUN -> [FAIL][81] ([fdo#108145] / [i915#265])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][82] ([i915#265])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl6/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html

  * igt@kms_plane_lowres@pipe-a-tiling-none:
    - shard-tglb:         NOTRUN -> [SKIP][83] ([i915#3536]) +2 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_plane_lowres@pipe-a-tiling-none.html
    - shard-iclb:         NOTRUN -> [SKIP][84] ([i915#3536])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb3/igt@kms_plane_lowres@pipe-a-tiling-none.html

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-none:
    - shard-tglb:         [PASS][85] -> [DMESG-WARN][86] ([i915#2868])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb6/igt@kms_plane_multiple@atomic-pipe-c-tiling-none.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_plane_multiple@atomic-pipe-c-tiling-none.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-apl:          NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#2733])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl6/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
    - shard-kbl:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#2733])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
    - shard-glk:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2733])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk7/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-kbl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +1 similar issue
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2:
    - shard-tglb:         NOTRUN -> [SKIP][91] ([i915#2920]) +3 similar issues
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
    - shard-apl:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658]) +2 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2:
    - shard-iclb:         NOTRUN -> [SKIP][93] ([i915#658])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html
    - shard-glk:          NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#658])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_su@page_flip:
    - shard-tglb:         NOTRUN -> [SKIP][95] ([i915#1911])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_no_drrs:
    - shard-tglb:         NOTRUN -> [FAIL][96] ([i915#132] / [i915#3467])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@kms_psr@psr2_no_drrs.html

  * igt@kms_psr@psr2_primary_blt:
    - shard-iclb:         [PASS][97] -> [SKIP][98] ([fdo#109441]) +1 similar issue
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb2/igt@kms_psr@psr2_primary_blt.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@kms_psr@psr2_primary_blt.html

  * igt@kms_setmode@basic:
    - shard-snb:          NOTRUN -> [FAIL][99] ([i915#31])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@kms_setmode@basic.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-kbl:          NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#2437])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl2/igt@kms_writeback@writeback-fb-id.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-apl:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@nouveau_crc@pipe-d-source-outp-inactive:
    - shard-tglb:         NOTRUN -> [SKIP][102] ([i915#2530]) +1 similar issue
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@nouveau_crc@pipe-d-source-outp-inactive.html

  * igt@nouveau_crc@pipe-d-source-rg:
    - shard-iclb:         NOTRUN -> [SKIP][103] ([fdo#109278] / [i915#2530])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb7/igt@nouveau_crc@pipe-d-source-rg.html

  * igt@prime_nv_api@i915_nv_import_vs_close:
    - shard-tglb:         NOTRUN -> [SKIP][104] ([fdo#109291]) +1 similar issue
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@prime_nv_api@i915_nv_import_vs_close.html
    - shard-iclb:         NOTRUN -> [SKIP][105] ([fdo#109291])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@prime_nv_api@i915_nv_import_vs_close.html

  * igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name:
    - shard-apl:          NOTRUN -> [SKIP][106] ([fdo#109271]) +207 similar issues
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html

  * igt@runner@aborted:
    - shard-snb:          NOTRUN -> ([FAIL][107], [FAIL][108]) ([i915#3002])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@runner@aborted.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@runner@aborted.html

  * igt@sysfs_clients@recycle:
    - shard-apl:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#2994]) +1 similar issue
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@split-10:
    - shard-tglb:         NOTRUN -> [SKIP][110] ([i915#2994])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@sysfs_clients@split-10.html
    - shard-kbl:          NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#2994])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl4/igt@sysfs_clients@split-10.html

  
#### Possible fixes ####

  * igt@gem_ctx_isolation@preservation-s3@bcs0:
    - shard-tglb:         [INCOMPLETE][112] ([i915#456]) -> [PASS][113]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@gem_ctx_isolation@preservation-s3@bcs0.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_ctx_isolation@preservation-s3@bcs0.html

  * igt@gem_ctx_isolation@preservation-s3@vcs0:
    - shard-kbl:          [DMESG-WARN][114] ([i915#180]) -> [PASS][115] +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vcs0.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl7/igt@gem_ctx_isolation@preservation-s3@vcs0.html

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [TIMEOUT][116] ([i915#2369] / [i915#3063] / [i915#3648]) -> [PASS][117]
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@gem_eio@unwedge-stress.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_endless@dispatch@rcs0:
    - shard-tglb:         [INCOMPLETE][118] ([i915#3778]) -> [PASS][119]
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb3/igt@gem_exec_endless@dispatch@rcs0.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@gem_exec_endless@dispatch@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-tglb:         [FAIL][120] ([i915#2842]) -> [PASS][121]
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-apl:          [DMESG-FAIL][122] ([i915#62]) -> [PASS][123]
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-tglb:         [INCOMPLETE][124] ([i915#2411] / [i915#2828] / [i915#456]) -> [PASS][125]
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2:
    - shard-glk:          [FAIL][126] ([i915#2122]) -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-glk8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
    - shard-apl:          [DMESG-WARN][128] ([i915#180]) -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-tglb:         [INCOMPLETE][130] ([i915#2411] / [i915#456]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         [SKIP][132] ([fdo#109441]) -> [PASS][133]
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb1/igt@kms_psr@psr2_cursor_blt.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_vblank@pipe-a-ts-continuati

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html

[-- Attachment #2: Type: text/html, Size: 33780 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
  2021-09-27 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-09-27 14:24   ` Modem, Bhanuprakash
  0 siblings, 0 replies; 8+ messages in thread
From: Modem, Bhanuprakash @ 2021-09-27 14:24 UTC (permalink / raw)
  To: igt-dev, Vudum, Lakshminarayana, Kattamanchi, JaswanthX

@Vudum, Lakshminarayana Can you please re-report below False-positive?


Thanks,
Bhanu

> -----Original Message-----
> From: Patchwork <patchwork@emeril.freedesktop.org>
> Sent: Monday, September 27, 2021 7:12 PM
> To: Modem, Bhanuprakash <bhanuprakash.modem@intel.com>
> Cc: igt-dev@lists.freedesktop.org
> Subject: ✗ Fi.CI.IGT: failure for lib/igt_debugfs: Handle memory allocation
> failures for CRC (rev2)
> 
> Patch Details
> Series:	lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
> URL:	https://patchwork.freedesktop.org/series/94930/
> State:	failure
> Details:	https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html
> 
> CI Bug Log - changes from CI_DRM_10646_full -> IGTPW_6262_full
> 
> 
> Summary
> 
> 
> FAILURE
> 
> Serious unknown changes coming with IGTPW_6262_full absolutely need to be
> verified manually.
> 
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_6262_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_6262/index.html
> 
> 
> Possible new issues
> 
> 
> Here are the unknown changes that may have been introduced in IGTPW_6262_full:
> 
> 
> IGT changes
> 
> 
> Possible regressions
> 
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-suspend:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-suspend.html>  -
> > INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> tglb7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html>
> 
> 
> Known issues
> 
> 
> Here are the changes found in IGTPW_6262_full that come from known issues:
> 
> 
> IGT changes
> 
> 
> Issues hit
> 
> 
> *	igt@feature_discovery@display-2x:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb7/igt@feature_discovery@display-2x.html>
> ([i915#1839])
> 
> *	igt@gem_create@create-massive:
> 
> 	*	shard-snb: NOTRUN -> DMESG-WARN <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@gem_create@create-
> massive.html>  ([i915#3002]) +1 similar issue
> 
> *	igt@gem_ctx_persistence@smoketest:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-snb5/igt@gem_ctx_persistence@smoketest.html>
> ([fdo#109271] / [i915#1099]) +5 similar issues
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-iclb4/igt@gem_eio@unwedge-stress.html>  -> TIMEOUT
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> iclb4/igt@gem_eio@unwedge-stress.html>  ([i915#2369] / [i915#2481] /
> [i915#3070])
> 
> *	igt@gem_exec_fair@basic-deadline:
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl3/igt@gem_exec_fair@basic-deadline.html>
> ([i915#2846])
> 
> *	igt@gem_exec_fair@basic-flow@rcs0:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html>  -> FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> tglb3/igt@gem_exec_fair@basic-flow@rcs0.html>  ([i915#2842])
> 
> *	igt@gem_exec_fair@basic-none-rrul@rcs0:
> 
> 	*	shard-iclb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb5/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> ([i915#2842]) +4 similar issues
> 
> 	*	shard-glk: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> ([i915#2842]) +1 similar issue
> 
> *	igt@gem_exec_fair@basic-none-share@rcs0:
> 
> 	*	shard-glk: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html>  ->
> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> glk1/igt@gem_exec_fair@basic-none-share@rcs0.html>  ([i915#2842])
> 
> *	igt@gem_exec_fair@basic-none@vcs0:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb6/igt@gem_exec_fair@basic-none@vcs0.html>
> ([i915#2842]) +5 similar issues
> 
> *	igt@gem_exec_fair@basic-none@vecs0:
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl6/igt@gem_exec_fair@basic-none@vecs0.html>
> ([i915#2842])
> 
> *	igt@gem_exec_fair@basic-throttle@rcs0:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html>  ->
> FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html>  ([i915#2849])
> 
> *	igt@gem_huc_copy@huc-copy:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb2/igt@gem_huc_copy@huc-copy.html>  -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> tglb7/igt@gem_huc_copy@huc-copy.html>  ([i915#2190])
> 
> *	igt@gem_pwrite@basic-exhaustion:
> 
> 	*	shard-apl: NOTRUN -> WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl8/igt@gem_pwrite@basic-exhaustion.html>  ([i915#2658])
> 
> *	igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk4/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-
> tiled.html>  ([fdo#109271]) +61 similar issues
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb2/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-
> tiled.html>  ([i915#768]) +1 similar issue
> 
> *	igt@gem_softpin@evict-snoop-interruptible:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html>
> ([fdo#109312])
> 
> *	igt@gem_userptr_blits@readonly-unsync:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb3/igt@gem_userptr_blits@readonly-unsync.html>
> ([i915#3297])
> 
> *	igt@gem_userptr_blits@vma-merge:
> 
> 	*	shard-snb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-snb6/igt@gem_userptr_blits@vma-merge.html>  ([i915#2724])
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl6/igt@gem_userptr_blits@vma-merge.html>  ([i915#3318])
> 
> *	igt@gem_workarounds@suspend-resume:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb2/igt@gem_workarounds@suspend-resume.html>  ->
> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> tglb7/igt@gem_workarounds@suspend-resume.html>  ([i915#456])
> 
> *	igt@gen7_exec_parse@bitmasks:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb2/igt@gen7_exec_parse@bitmasks.html>  ([fdo#109289])
> +2 similar issues
> 
> *	igt@gen9_exec_parse@basic-rejected-ctx-param:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@gen9_exec_parse@basic-rejected-ctx-param.html>
> ([i915#2856]) +2 similar issues
> 
> *	igt@gen9_exec_parse@batch-invalid-length:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-snb5/igt@gen9_exec_parse@batch-invalid-length.html>
> ([fdo#109271]) +395 similar issues
> 
> *	igt@gen9_exec_parse@batch-zero-length:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb8/igt@gen9_exec_parse@batch-zero-length.html>
> ([i915#2856]) +2 similar issues
> 
> *	igt@i915_pm_rc6_residency@media-rc6-accuracy:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb1/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> ([fdo#109289] / [fdo#111719])
> 
> *	igt@i915_pm_rpm@dpms-non-lpsp:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb6/igt@i915_pm_rpm@dpms-non-lpsp.html>  ([fdo#111644]
> / [i915#1397] / [i915#2411])
> 
> *	igt@kms_atomic@plane-primary-overlay-mutable-zpos:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb1/igt@kms_atomic@plane-primary-overlay-mutable-
> zpos.html>  ([i915#404])
> 
> *	igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-
> 180-hflip.html>  ([fdo#109271] / [i915#3777]) +1 similar issue
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-
> 180-hflip.html>  ([fdo#109271] / [i915#3777])
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-
> 180-hflip.html>  ([fdo#109271] / [i915#3777]) +1 similar issue
> 
> *	igt@kms_big_fb@y-tiled-64bpp-rotate-270:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html>
> ([fdo#111614]) +1 similar issue
> 
> *	igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html>
> ([fdo#111615]) +3 similar issues
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html>
> ([fdo#110723])
> 
> *	igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-
> y_tiled_gen12_mc_ccs.html>  ([i915#3689] / [i915#3886]) +5 similar issues
> 
> *	igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886]) +9 similar issues
> 
> *	igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-
> y_tiled_gen12_mc_ccs.html>  ([fdo#109271] / [i915#3886]) +4 similar issues
> 
> *	igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl7/igt@kms_ccs@pipe-b-crc-primary-rotation-180-
> y_tiled_gen12_rc_ccs_cc.html>  ([fdo#109271] / [i915#3886]) +10 similar issues
> 
> *	igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb7/igt@kms_ccs@pipe-b-random-ccs-data-
> y_tiled_gen12_mc_ccs.html>  ([fdo#109278] / [i915#3886]) +3 similar issues
> 
> *	igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb3/igt@kms_ccs@pipe-d-missing-ccs-buffer-
> y_tiled_ccs.html>  ([i915#3689]) +6 similar issues
> 
> *	igt@kms_chamelium@dp-hpd-storm:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb4/igt@kms_chamelium@dp-hpd-storm.html>  ([fdo#109284]
> / [fdo#111827]) +6 similar issues
> 
> *	igt@kms_chamelium@vga-hpd-for-each-pipe:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl2/igt@kms_chamelium@vga-hpd-for-each-pipe.html>
> ([fdo#109271] / [fdo#111827]) +17 similar issues
> 
> *	igt@kms_color_chamelium@pipe-b-ctm-0-75:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@kms_color_chamelium@pipe-b-ctm-0-75.html>
> ([fdo#109284] / [fdo#111827]) +11 similar issues
> 
> *	igt@kms_color_chamelium@pipe-c-ctm-0-25:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl8/igt@kms_color_chamelium@pipe-c-ctm-0-25.html>
> ([fdo#109271] / [fdo#111827]) +17 similar issues
> 
> *	igt@kms_color_chamelium@pipe-c-ctm-0-5:
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk4/igt@kms_color_chamelium@pipe-c-ctm-0-5.html>
> ([fdo#109271] / [fdo#111827]) +6 similar issues
> 
> *	igt@kms_color_chamelium@pipe-c-ctm-red-to-blue:
> 
> 	*	shard-snb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-snb2/igt@kms_color_chamelium@pipe-c-ctm-red-to-blue.html>
> ([fdo#109271] / [fdo#111827]) +17 similar issues
> 
> *	igt@kms_color_chamelium@pipe-d-ctm-red-to-blue:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb8/igt@kms_color_chamelium@pipe-d-ctm-red-to-
> blue.html>  ([fdo#109278] / [fdo#109284] / [fdo#111827])
> 
> *	igt@kms_content_protection@uevent:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl2/igt@kms_content_protection@uevent.html>
> ([i915#2105])
> 
> *	igt@kms_cursor_crc@pipe-a-cursor-512x170-sliding:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb4/igt@kms_cursor_crc@pipe-a-cursor-512x170-
> sliding.html>  ([fdo#109278] / [fdo#109279])
> 
> *	igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-
> movement.html>  ([i915#3359]) +7 similar issues
> 
> *	igt@kms_cursor_crc@pipe-c-cursor-suspend:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-suspend.html>  -
> > INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> tglb7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html>  ([i915#2411] /
> [i915#456])
> 
> *	igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-
> offscreen.html>  ([fdo#109279] / [i915#3359]) +5 similar issues
> 
> *	igt@kms_cursor_edge_walk@pipe-d-128x128-top-edge:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb2/igt@kms_cursor_edge_walk@pipe-d-128x128-top-
> edge.html>  ([fdo#109278]) +15 similar issues
> 
> *	igt@kms_cursor_legacy@pipe-d-single-bo:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl1/igt@kms_cursor_legacy@pipe-d-single-bo.html>
> ([fdo#109271] / [i915#533])
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl8/igt@kms_cursor_legacy@pipe-d-single-bo.html>
> ([fdo#109271] / [i915#533])
> 
> *	igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-
> varying-size:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb6/igt@kms_cursor_legacy@short-busy-flip-before-
> cursor-atomic-transitions-varying-size.html>  ([i915#4103])
> 
> *	igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-
> interruptible.html>  ([fdo#109274])
> 
> *	igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb1/igt@kms_flip@flip-vs-suspend-interruptible@a-
> edp1.html>  -> INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-
> edp1.html>  ([i915#2411] / [i915#4173] / [i915#456])
> 
> *	igt@kms_flip@flip-vs-suspend@c-dp1:
> 
> 	*	shard-kbl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-kbl3/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ->
> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> kbl4/igt@kms_flip@flip-vs-suspend@c-dp1.html>  ([i915#180]) +4 similar issues
> 
> *	igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-iclb6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-
> 32bpp-ytileccs.html>  -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-
> ytileccs.html>  ([i915#3701])
> 
> *	igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-
> ytilegen12rcccs.html>  ([fdo#109271] / [i915#2672])
> 
> *	igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-
> fliptrack-mmap-gtt.html>  ([fdo#109280]) +14 similar issues
> 
> *	igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-
> indfb-plflip-blt.html>  ([fdo#111825]) +33 similar issues
> 
> *	igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-
> mmap-wc.html>  ([fdo#109271]) +176 similar issues
> 
> *	igt@kms_hdr@bpc-switch-suspend:
> 
> 	*	shard-apl: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html>  -> DMESG-
> WARN <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> apl7/igt@kms_hdr@bpc-switch-suspend.html>  ([i915#180])
> 
> *	igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-
> c.html>  ([fdo#109289])
> 
> *	igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html>
> ([fdo#108145] / [i915#265]) +2 similar issues
> 
> *	igt@kms_plane_alpha_blend@pipe-b-alpha-basic:
> 
> 	*	shard-kbl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html>
> ([fdo#108145] / [i915#265])
> 
> *	igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
> 
> 	*	shard-apl: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl6/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-
> fb.html>  ([i915#265])
> 
> *	igt@kms_plane_lowres@pipe-a-tiling-none:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb7/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> ([i915#3536]) +2 similar issues
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb3/igt@kms_plane_lowres@pipe-a-tiling-none.html>
> ([i915#3536])
> 
> *	igt@kms_plane_multiple@atomic-pipe-c-tiling-none:
> 
> 	*	shard-tglb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb6/igt@kms_plane_multiple@atomic-pipe-c-tiling-
> none.html>  -> DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@kms_plane_multiple@atomic-pipe-c-tiling-
> none.html>  ([i915#2868])
> 
> *	igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-
> clipping-clamping:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl6/igt@kms_plane_scaling@scaler-with-clipping-
> clamping@pipe-c-scaler-with-clipping-clamping.html>  ([fdo#109271] /
> [i915#2733])
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl1/igt@kms_plane_scaling@scaler-with-clipping-
> clamping@pipe-c-scaler-with-clipping-clamping.html>  ([fdo#109271] /
> [i915#2733])
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk7/igt@kms_plane_scaling@scaler-with-clipping-
> clamping@pipe-c-scaler-with-clipping-clamping.html>  ([fdo#109271] /
> [i915#2733])
> 
> *	igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-
> 1.html>  ([fdo#109271] / [i915#658]) +1 similar issue
> 
> *	igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-
> 2.html>  ([i915#2920]) +3 similar issues
> 
> *	igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-
> 4.html>  ([fdo#109271] / [i915#658]) +2 similar issues
> 
> *	igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-
> 2.html>  ([i915#658])
> 
> 	*	shard-glk: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-glk8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-
> 2.html>  ([fdo#109271] / [i915#658])
> 
> *	igt@kms_psr2_su@page_flip:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@kms_psr2_su@page_flip.html>  ([i915#1911])
> 
> *	igt@kms_psr@psr2_no_drrs:
> 
> 	*	shard-tglb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb1/igt@kms_psr@psr2_no_drrs.html>  ([i915#132] /
> [i915#3467])
> 
> *	igt@kms_psr@psr2_primary_blt:
> 
> 	*	shard-iclb: PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-iclb2/igt@kms_psr@psr2_primary_blt.html>  -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> iclb5/igt@kms_psr@psr2_primary_blt.html>  ([fdo#109441]) +1 similar issue
> 
> *	igt@kms_setmode@basic:
> 
> 	*	shard-snb: NOTRUN -> FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-snb7/igt@kms_setmode@basic.html>  ([i915#31])
> 
> *	igt@kms_writeback@writeback-fb-id:
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl2/igt@kms_writeback@writeback-fb-id.html>
> ([fdo#109271] / [i915#2437])
> 
> *	igt@kms_writeback@writeback-invalid-parameters:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl8/igt@kms_writeback@writeback-invalid-parameters.html>
> ([fdo#109271] / [i915#2437])
> 
> *	igt@nouveau_crc@pipe-d-source-outp-inactive:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb1/igt@nouveau_crc@pipe-d-source-outp-inactive.html>
> ([i915#2530]) +1 similar issue
> 
> *	igt@nouveau_crc@pipe-d-source-rg:
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb7/igt@nouveau_crc@pipe-d-source-rg.html>
> ([fdo#109278] / [i915#2530])
> 
> *	igt@prime_nv_api@i915_nv_import_vs_close:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb7/igt@prime_nv_api@i915_nv_import_vs_close.html>
> ([fdo#109291]) +1 similar issue
> 
> 	*	shard-iclb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-iclb2/igt@prime_nv_api@i915_nv_import_vs_close.html>
> ([fdo#109291])
> 
> *	igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-
> apl1/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html>
> ([fdo#109271]) +207 similar issues
> 
> *	igt@runner@aborted:
> 
> 	*	shard-snb: NOTRUN -> (FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-snb7/igt@runner@aborted.html> , FAIL <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@runner@aborted.html> )
> ([i915#3002])
> 
> *	igt@sysfs_clients@recycle:
> 
> 	*	shard-apl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl1/igt@sysfs_clients@recycle.html>  ([fdo#109271] /
> [i915#2994]) +1 similar issue
> 
> *	igt@sysfs_clients@split-10:
> 
> 	*	shard-tglb: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb1/igt@sysfs_clients@split-10.html>  ([i915#2994])
> 
> 	*	shard-kbl: NOTRUN -> SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl4/igt@sysfs_clients@split-10.html>  ([fdo#109271] /
> [i915#2994])
> 
> 
> Possible fixes
> 
> 
> *	igt@gem_ctx_isolation@preservation-s3@bcs0:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb7/igt@gem_ctx_isolation@preservation-s3@bcs0.html>
> ([i915#456]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb3/igt@gem_ctx_isolation@preservation-s3@bcs0.html>
> 
> *	igt@gem_ctx_isolation@preservation-s3@vcs0:
> 
> 	*	shard-kbl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vcs0.html>
> ([i915#180]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-kbl7/igt@gem_ctx_isolation@preservation-s3@vcs0.html>  +1
> similar issue
> 
> *	igt@gem_eio@unwedge-stress:
> 
> 	*	shard-tglb: TIMEOUT <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb7/igt@gem_eio@unwedge-stress.html>  ([i915#2369] /
> [i915#3063] / [i915#3648]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb3/igt@gem_eio@unwedge-stress.html>
> 
> *	igt@gem_exec_endless@dispatch@rcs0:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb3/igt@gem_exec_endless@dispatch@rcs0.html>
> ([i915#3778]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb2/igt@gem_exec_endless@dispatch@rcs0.html>
> 
> *	igt@gem_exec_fair@basic-pace-solo@rcs0:
> 
> 	*	shard-tglb: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb2/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
> ([i915#2842]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
> 
> *	igt@kms_cursor_crc@pipe-a-cursor-suspend:
> 
> 	*	shard-apl: DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html>
> ([i915#62]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html>
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html>
> ([i915#2411] / [i915#2828] / [i915#456]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@kms_cursor_crc@pipe-a-
> cursor-suspend.html>
> 
> *	igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2:
> 
> 	*	shard-glk: FAIL <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-glk8/igt@kms_flip@flip-vs-absolute-wf_vblank-
> interruptible@a-hdmi-a2.html>  ([i915#2122]) -> PASS <https://intel-gfx-
> ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk3/igt@kms_flip@flip-vs-absolute-
> wf_vblank-interruptible@a-hdmi-a2.html>
> 
> *	igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
> 
> 	*	shard-apl: DMESG-WARN <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@c-
> dp1.html>  ([i915#180]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@c-
> dp1.html>
> 
> *	igt@kms_frontbuffer_tracking@fbc-suspend:
> 
> 	*	shard-tglb: INCOMPLETE <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-suspend.html>
> ([i915#2411] / [i915#456]) -> PASS <https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_6262/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-suspend.html>
> 
> *	igt@kms_psr@psr2_cursor_blt:
> 
> 	*	shard-iclb: SKIP <https://intel-gfx-ci.01.org/tree/drm-
> tip/CI_DRM_10646/shard-iclb1/igt@kms_psr@psr2_cursor_blt.html>  ([fdo#109441])
> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-
> iclb2/igt@kms_psr@psr2_cursor_blt.html>
> 
> *	igt@kms_vblank@pipe-a-ts-continuati


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
  2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
                   ` (4 preceding siblings ...)
  2021-09-27 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-09-27 15:34 ` Patchwork
  5 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2021-09-27 15:34 UTC (permalink / raw)
  To: Modem, Bhanuprakash; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30283 bytes --]

== Series Details ==

Series: lib/igt_debugfs: Handle memory allocation failures for CRC (rev2)
URL   : https://patchwork.freedesktop.org/series/94930/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10646_full -> IGTPW_6262_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html

Known issues
------------

  Here are the changes found in IGTPW_6262_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-2x:
    - shard-tglb:         NOTRUN -> [SKIP][1] ([i915#1839])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@feature_discovery@display-2x.html

  * igt@gem_create@create-massive:
    - shard-snb:          NOTRUN -> [DMESG-WARN][2] ([i915#3002]) +1 similar issue
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@gem_create@create-massive.html

  * igt@gem_ctx_persistence@smoketest:
    - shard-snb:          NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#1099]) +5 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb5/igt@gem_ctx_persistence@smoketest.html

  * igt@gem_eio@unwedge-stress:
    - shard-iclb:         [PASS][4] -> [TIMEOUT][5] ([i915#2369] / [i915#2481] / [i915#3070])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb4/igt@gem_eio@unwedge-stress.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          NOTRUN -> [FAIL][6] ([i915#2846])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl3/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-flow@rcs0:
    - shard-tglb:         [PASS][7] -> [FAIL][8] ([i915#2842])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb6/igt@gem_exec_fair@basic-flow@rcs0.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_exec_fair@basic-flow@rcs0.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-iclb:         NOTRUN -> [FAIL][9] ([i915#2842]) +4 similar issues
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-glk:          NOTRUN -> [FAIL][10] ([i915#2842]) +1 similar issue
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-glk:          [PASS][11] -> [FAIL][12] ([i915#2842])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-tglb:         NOTRUN -> [FAIL][13] ([i915#2842]) +5 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-kbl:          NOTRUN -> [FAIL][14] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl6/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-iclb:         [PASS][15] -> [FAIL][16] ([i915#2849])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglb:         [PASS][17] -> [SKIP][18] ([i915#2190])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb2/igt@gem_huc_copy@huc-copy.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@gem_huc_copy@huc-copy.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-apl:          NOTRUN -> [WARN][19] ([i915#2658])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
    - shard-glk:          NOTRUN -> [SKIP][20] ([fdo#109271]) +61 similar issues
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk4/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
    - shard-iclb:         NOTRUN -> [SKIP][21] ([i915#768]) +1 similar issue
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html

  * igt@gem_softpin@evict-snoop-interruptible:
    - shard-tglb:         NOTRUN -> [SKIP][22] ([fdo#109312])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb8/igt@gem_softpin@evict-snoop-interruptible.html

  * igt@gem_userptr_blits@readonly-unsync:
    - shard-tglb:         NOTRUN -> [SKIP][23] ([i915#3297])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_userptr_blits@readonly-unsync.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-snb:          NOTRUN -> [FAIL][24] ([i915#2724])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb6/igt@gem_userptr_blits@vma-merge.html
    - shard-kbl:          NOTRUN -> [FAIL][25] ([i915#3318])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl6/igt@gem_userptr_blits@vma-merge.html

  * igt@gem_workarounds@suspend-resume:
    - shard-tglb:         [PASS][26] -> [INCOMPLETE][27] ([i915#456])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb2/igt@gem_workarounds@suspend-resume.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@gem_workarounds@suspend-resume.html

  * igt@gen7_exec_parse@bitmasks:
    - shard-tglb:         NOTRUN -> [SKIP][28] ([fdo#109289]) +2 similar issues
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@gen7_exec_parse@bitmasks.html

  * igt@gen9_exec_parse@basic-rejected-ctx-param:
    - shard-tglb:         NOTRUN -> [SKIP][29] ([i915#2856]) +2 similar issues
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@gen9_exec_parse@basic-rejected-ctx-param.html

  * igt@gen9_exec_parse@batch-invalid-length:
    - shard-snb:          NOTRUN -> [SKIP][30] ([fdo#109271]) +395 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb5/igt@gen9_exec_parse@batch-invalid-length.html

  * igt@gen9_exec_parse@batch-zero-length:
    - shard-iclb:         NOTRUN -> [SKIP][31] ([i915#2856]) +2 similar issues
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb8/igt@gen9_exec_parse@batch-zero-length.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([fdo#109289] / [fdo#111719])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@i915_pm_rpm@dpms-non-lpsp:
    - shard-tglb:         NOTRUN -> [SKIP][33] ([fdo#111644] / [i915#1397] / [i915#2411])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@i915_pm_rpm@dpms-non-lpsp.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-iclb:         NOTRUN -> [SKIP][34] ([i915#404])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#3777]) +1 similar issue
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-glk:          NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#3777])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk8/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-apl:          NOTRUN -> [SKIP][37] ([fdo#109271] / [i915#3777]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][38] ([fdo#111614]) +1 similar issue
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][39] ([fdo#111615]) +3 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html
    - shard-iclb:         NOTRUN -> [SKIP][40] ([fdo#110723])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb8/igt@kms_big_fb@yf-tiled-64bpp-rotate-270.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([i915#3689] / [i915#3886]) +5 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-kbl:          NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#3886]) +9 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl6/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#3886]) +4 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#3886]) +10 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl7/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][45] ([fdo#109278] / [i915#3886]) +3 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][46] ([i915#3689]) +6 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@kms_ccs@pipe-d-missing-ccs-buffer-y_tiled_ccs.html

  * igt@kms_chamelium@dp-hpd-storm:
    - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#109284] / [fdo#111827]) +6 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@kms_chamelium@dp-hpd-storm.html

  * igt@kms_chamelium@vga-hpd-for-each-pipe:
    - shard-kbl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [fdo#111827]) +17 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl2/igt@kms_chamelium@vga-hpd-for-each-pipe.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-75:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#109284] / [fdo#111827]) +11 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_color_chamelium@pipe-b-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-c-ctm-0-25:
    - shard-apl:          NOTRUN -> [SKIP][50] ([fdo#109271] / [fdo#111827]) +17 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_color_chamelium@pipe-c-ctm-0-25.html

  * igt@kms_color_chamelium@pipe-c-ctm-0-5:
    - shard-glk:          NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk4/igt@kms_color_chamelium@pipe-c-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-c-ctm-red-to-blue:
    - shard-snb:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +17 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb2/igt@kms_color_chamelium@pipe-c-ctm-red-to-blue.html

  * igt@kms_color_chamelium@pipe-d-ctm-red-to-blue:
    - shard-iclb:         NOTRUN -> [SKIP][53] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb8/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html

  * igt@kms_content_protection@uevent:
    - shard-apl:          NOTRUN -> [FAIL][54] ([i915#2105])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl2/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x170-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][55] ([fdo#109278] / [fdo#109279])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@kms_cursor_crc@pipe-a-cursor-512x170-sliding.html

  * igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][56] ([i915#3359]) +7 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-32x10-rapid-movement.html

  * igt@kms_cursor_crc@pipe-c-cursor-suspend:
    - shard-tglb:         [PASS][57] -> [INCOMPLETE][58] ([i915#2411] / [i915#456])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][59] ([fdo#109279] / [i915#3359]) +5 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb8/igt@kms_cursor_crc@pipe-d-cursor-512x170-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-suspend:
    - shard-tglb:         [PASS][60] -> [INCOMPLETE][61] ([i915#4211])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-suspend.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_cursor_crc@pipe-d-cursor-suspend.html

  * igt@kms_cursor_edge_walk@pipe-d-128x128-top-edge:
    - shard-iclb:         NOTRUN -> [SKIP][62] ([fdo#109278]) +15 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@kms_cursor_edge_walk@pipe-d-128x128-top-edge.html

  * igt@kms_cursor_legacy@pipe-d-single-bo:
    - shard-kbl:          NOTRUN -> [SKIP][63] ([fdo#109271] / [i915#533])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl1/igt@kms_cursor_legacy@pipe-d-single-bo.html
    - shard-apl:          NOTRUN -> [SKIP][64] ([fdo#109271] / [i915#533])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_cursor_legacy@pipe-d-single-bo.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
    - shard-tglb:         NOTRUN -> [SKIP][65] ([i915#4103])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html

  * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#109274])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb6/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-edp1:
    - shard-tglb:         [PASS][67] -> [INCOMPLETE][68] ([i915#2411] / [i915#4173] / [i915#456])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb1/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_flip@flip-vs-suspend-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-suspend@c-dp1:
    - shard-kbl:          [PASS][69] -> [DMESG-WARN][70] ([i915#180]) +4 similar issues
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-kbl3/igt@kms_flip@flip-vs-suspend@c-dp1.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl4/igt@kms_flip@flip-vs-suspend@c-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs:
    - shard-iclb:         [PASS][71] -> [SKIP][72] ([i915#3701])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-apl:          NOTRUN -> [SKIP][73] ([fdo#109271] / [i915#2672])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109280]) +14 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#111825]) +33 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
    - shard-kbl:          NOTRUN -> [SKIP][76] ([fdo#109271]) +176 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html

  * igt@kms_hdr@bpc-switch-suspend:
    - shard-apl:          [PASS][77] -> [DMESG-WARN][78] ([i915#180])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl7/igt@kms_hdr@bpc-switch-suspend.html

  * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c:
    - shard-iclb:         NOTRUN -> [SKIP][79] ([fdo#109289])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
    - shard-apl:          NOTRUN -> [FAIL][80] ([fdo#108145] / [i915#265]) +2 similar issues
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-basic:
    - shard-kbl:          NOTRUN -> [FAIL][81] ([fdo#108145] / [i915#265])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][82] ([i915#265])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl6/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html

  * igt@kms_plane_lowres@pipe-a-tiling-none:
    - shard-tglb:         NOTRUN -> [SKIP][83] ([i915#3536]) +2 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@kms_plane_lowres@pipe-a-tiling-none.html
    - shard-iclb:         NOTRUN -> [SKIP][84] ([i915#3536])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb3/igt@kms_plane_lowres@pipe-a-tiling-none.html

  * igt@kms_plane_multiple@atomic-pipe-c-tiling-none:
    - shard-tglb:         [PASS][85] -> [DMESG-WARN][86] ([i915#2868])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb6/igt@kms_plane_multiple@atomic-pipe-c-tiling-none.html
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_plane_multiple@atomic-pipe-c-tiling-none.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-apl:          NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#2733])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl6/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
    - shard-kbl:          NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#2733])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl1/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
    - shard-glk:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#2733])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk7/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-kbl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +1 similar issue
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2:
    - shard-tglb:         NOTRUN -> [SKIP][91] ([i915#2920]) +3 similar issues
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
    - shard-apl:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658]) +2 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2:
    - shard-iclb:         NOTRUN -> [SKIP][93] ([i915#658])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html
    - shard-glk:          NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#658])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk8/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-2.html

  * igt@kms_psr2_su@page_flip:
    - shard-tglb:         NOTRUN -> [SKIP][95] ([i915#1911])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_psr2_su@page_flip.html

  * igt@kms_psr@psr2_no_drrs:
    - shard-tglb:         NOTRUN -> [FAIL][96] ([i915#132] / [i915#3467])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@kms_psr@psr2_no_drrs.html

  * igt@kms_psr@psr2_primary_blt:
    - shard-iclb:         [PASS][97] -> [SKIP][98] ([fdo#109441]) +1 similar issue
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb2/igt@kms_psr@psr2_primary_blt.html
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb5/igt@kms_psr@psr2_primary_blt.html

  * igt@kms_setmode@basic:
    - shard-snb:          NOTRUN -> [FAIL][99] ([i915#31])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@kms_setmode@basic.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-kbl:          NOTRUN -> [SKIP][100] ([fdo#109271] / [i915#2437])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl2/igt@kms_writeback@writeback-fb-id.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-apl:          NOTRUN -> [SKIP][101] ([fdo#109271] / [i915#2437])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl8/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@nouveau_crc@pipe-d-source-outp-inactive:
    - shard-tglb:         NOTRUN -> [SKIP][102] ([i915#2530]) +1 similar issue
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@nouveau_crc@pipe-d-source-outp-inactive.html

  * igt@nouveau_crc@pipe-d-source-rg:
    - shard-iclb:         NOTRUN -> [SKIP][103] ([fdo#109278] / [i915#2530])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb7/igt@nouveau_crc@pipe-d-source-rg.html

  * igt@prime_nv_api@i915_nv_import_vs_close:
    - shard-tglb:         NOTRUN -> [SKIP][104] ([fdo#109291]) +1 similar issue
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb7/igt@prime_nv_api@i915_nv_import_vs_close.html
    - shard-iclb:         NOTRUN -> [SKIP][105] ([fdo#109291])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@prime_nv_api@i915_nv_import_vs_close.html

  * igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name:
    - shard-apl:          NOTRUN -> [SKIP][106] ([fdo#109271]) +207 similar issues
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html

  * igt@runner@aborted:
    - shard-snb:          NOTRUN -> ([FAIL][107], [FAIL][108]) ([i915#3002])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@runner@aborted.html
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-snb7/igt@runner@aborted.html

  * igt@sysfs_clients@recycle:
    - shard-apl:          NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#2994]) +1 similar issue
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@sysfs_clients@recycle.html

  * igt@sysfs_clients@split-10:
    - shard-tglb:         NOTRUN -> [SKIP][110] ([i915#2994])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb1/igt@sysfs_clients@split-10.html
    - shard-kbl:          NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#2994])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl4/igt@sysfs_clients@split-10.html

  
#### Possible fixes ####

  * igt@gem_ctx_isolation@preservation-s3@bcs0:
    - shard-tglb:         [INCOMPLETE][112] ([i915#456]) -> [PASS][113]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@gem_ctx_isolation@preservation-s3@bcs0.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_ctx_isolation@preservation-s3@bcs0.html

  * igt@gem_ctx_isolation@preservation-s3@vcs0:
    - shard-kbl:          [DMESG-WARN][114] ([i915#180]) -> [PASS][115] +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vcs0.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl7/igt@gem_ctx_isolation@preservation-s3@vcs0.html

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [TIMEOUT][116] ([i915#2369] / [i915#3063] / [i915#3648]) -> [PASS][117]
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@gem_eio@unwedge-stress.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb3/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_endless@dispatch@rcs0:
    - shard-tglb:         [INCOMPLETE][118] ([i915#3778]) -> [PASS][119]
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb3/igt@gem_exec_endless@dispatch@rcs0.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@gem_exec_endless@dispatch@rcs0.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-tglb:         [FAIL][120] ([i915#2842]) -> [PASS][121]
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb2/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-apl:          [DMESG-FAIL][122] ([i915#62]) -> [PASS][123]
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-tglb:         [INCOMPLETE][124] ([i915#2411] / [i915#2828] / [i915#456]) -> [PASS][125]
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2:
    - shard-glk:          [FAIL][126] ([i915#2122]) -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-glk8/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-glk3/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-hdmi-a2.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
    - shard-apl:          [DMESG-WARN][128] ([i915#180]) -> [PASS][129]
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-apl6/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-apl1/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-tglb:         [INCOMPLETE][130] ([i915#2411] / [i915#456]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         [SKIP][132] ([fdo#109441]) -> [PASS][133]
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-iclb1/igt@kms_psr@psr2_cursor_blt.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          [DMESG-WARN][134] ([i915#180] / [i915#295]) -> [PASS][135]
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10646/shard-kbl6/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/shard-kbl7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_vblank@pipe-b-query-forked-busy:
    - shard-apl:          [DMESG-WARN][136] ([i915#62]) -> [PASS][137] +2

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6262/index.html

[-- Attachment #2: Type: text/html, Size: 33812 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-09-27 15:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22  7:43 [igt-dev] [PATCH i-g-t] lib/igt_debugfs: Handle memory allocation failures for CRC Bhanuprakash Modem
2021-09-22  9:58 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-09-22 12:12 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-09-27 11:39 ` [igt-dev] [PATCH i-g-t] " Karthik B S
2021-09-27 11:40 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_debugfs: Handle memory allocation failures for CRC (rev2) Patchwork
2021-09-27 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-09-27 14:24   ` Modem, Bhanuprakash
2021-09-27 15:34 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.