All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank.
@ 2021-06-17 15:20 Mark Yacoub
  2021-06-17 16:02 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3) Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Mark Yacoub @ 2021-06-17 15:20 UTC (permalink / raw)
  To: igt-dev; +Cc: seanpaul, petri.latvala, Mark Yacoub

From: Mark Yacoub <markyacoub@google.com>

[Why]
Before any hardware is on, the vblank is off and its ref counter is in
an initialized state as each driver handles toggling it differently.
Ioctl DRM_IOCTL_WAIT_VBLANK could return 0 such as on i915, or an invalid
integer that doesn't mean much, such as on Zork running Kernel 5.4 due
to the kernel workaround that increments the vblank ref count to prevent
a get from enabling the interrupt.

[How]
For invalid_subtest(), active the CRTCs to turn the hardware on so
DRM_IOCTL_WAIT_VBLANK returns something meaningful.

Changes since v2:
1. Updated Signed-off-by.

Changes since v1:
1. Update Commit message
2. Rename variable p to pipe_number

Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
---
 tests/kms_vblank.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/tests/kms_vblank.c b/tests/kms_vblank.c
index 93b01eba..988794c0 100644
--- a/tests/kms_vblank.c
+++ b/tests/kms_vblank.c
@@ -475,8 +475,14 @@ static void invalid_subtest(data_t *data, int fd)
 {
 	union drm_wait_vblank vbl;
 	unsigned long valid_flags;
+	igt_display_t* display = &data->display;
+	enum pipe pipe_number = 0;
+	igt_output_t* output;
 
-	igt_display_require_output_on_pipe(&data->display, 0);
+	igt_display_require_output_on_pipe(display, pipe_number);
+	data->pipe = pipe_number;
+	for_each_valid_output_on_pipe(display, pipe_number, output)
+		prepare_crtc(data, fd, output);
 
 	/* First check all is well with a simple query */
 	memset(&vbl, 0, sizeof(vbl));
@@ -511,6 +517,9 @@ static void invalid_subtest(data_t *data, int fd)
 	vbl.request.type |= _DRM_VBLANK_SECONDARY;
 	vbl.request.type |= _DRM_VBLANK_FLAGS_MASK;
 	igt_assert_eq(wait_vblank(fd, &vbl), -EINVAL);
+
+	for_each_valid_output_on_pipe(display, pipe_number, output)
+		cleanup_crtc(data, fd, output);
 }
 
 igt_main
-- 
2.32.0.288.g62a8d224e6-goog

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-17 15:20 [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Mark Yacoub
@ 2021-06-17 16:02 ` Patchwork
  2021-06-17 16:20 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2021-06-17 16:02 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev

== Series Details ==

Series: tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
URL   : https://patchwork.freedesktop.org/series/90382/
State : warning

== Summary ==

Pipeline status: FAILED.

see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/341723 for the overview.

test:ninja-test-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/11002462):
  [7447940.955795] Test exited with IGT_EXIT_ABORT, aborting.
  [7447942.102058] Test exited with IGT_EXIT_ABORT, aborting.
  -------
  
  Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt
  FAILED: meson-test 
  /usr/bin/meson test --no-rebuild --print-errorlogs
  ninja: build stopped: subcommand failed.
  section_end:1623945545:step_script
  section_start:1623945545:upload_artifacts_on_failure
  Uploading artifacts for failed job
  Uploading artifacts...
  build: found 1615 matching files and directories   
  Uploading artifacts as "archive" to coordinator... ok  id=11002462 responseStatus=201 Created token=LrUrJB_K
  section_end:1623945557:upload_artifacts_on_failure
  section_start:1623945557:cleanup_file_variables
  Cleaning up file based variables
  section_end:1623945559:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

test:ninja-test-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/11002463):
  [7447945.994431] Test exited with IGT_EXIT_ABORT, aborting.
  [7447947.867827] Test exited with IGT_EXIT_ABORT, aborting.
  -------
  
  Full log written to /builds/gfx-ci/igt-ci-tags/build/meson-logs/testlog.txt
  FAILED: meson-test 
  /usr/bin/meson test --no-rebuild --print-errorlogs
  ninja: build stopped: subcommand failed.
  section_end:1623945550:step_script
  section_start:1623945550:upload_artifacts_on_failure
  Uploading artifacts for failed job
  Uploading artifacts...
  build: found 1618 matching files and directories   
  Uploading artifacts as "archive" to coordinator... ok  id=11002463 responseStatus=201 Created token=DbpQq_sw
  section_end:1623945562:upload_artifacts_on_failure
  section_start:1623945562:cleanup_file_variables
  Cleaning up file based variables
  section_end:1623945563:cleanup_file_variables
  ERROR: Job failed: exit code 1

== Logs ==

For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/341723
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-17 15:20 [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Mark Yacoub
  2021-06-17 16:02 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3) Patchwork
@ 2021-06-17 16:20 ` Patchwork
  2021-06-17 18:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2021-06-17 16:20 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 2839 bytes --]

== Series Details ==

Series: tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
URL   : https://patchwork.freedesktop.org/series/90382/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10237 -> IGTPW_5935
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_basic@semaphore:
    - fi-bsw-nick:        NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/fi-bsw-nick/igt@amdgpu/amd_basic@semaphore.html
    - fi-bdw-5557u:       NOTRUN -> [SKIP][2] ([fdo#109271]) +27 similar issues
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/fi-bdw-5557u/igt@amdgpu/amd_basic@semaphore.html

  * igt@core_hotunplug@unbind-rebind:
    - fi-bdw-5557u:       NOTRUN -> [WARN][3] ([i915#2283])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/fi-bdw-5557u/igt@core_hotunplug@unbind-rebind.html

  * igt@kms_chamelium@dp-crc-fast:
    - fi-bdw-5557u:       NOTRUN -> [SKIP][4] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/fi-bdw-5557u/igt@kms_chamelium@dp-crc-fast.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@execlists:
    - fi-bsw-nick:        [INCOMPLETE][5] ([i915#2782] / [i915#2940]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/fi-bsw-nick/igt@i915_selftest@live@execlists.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/fi-bsw-nick/igt@i915_selftest@live@execlists.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283
  [i915#2782]: https://gitlab.freedesktop.org/drm/intel/issues/2782
  [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940


Participating hosts (43 -> 35)
------------------------------

  Missing    (8): fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-dg1-1 fi-bdw-samus fi-skl-6700k2 fi-snb-2600 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_6112 -> IGTPW_5935

  CI-20190529: 20190529
  CI_DRM_10237: 7a1a8ad7aecfd36adc8ec4e74ddea71920cf7f10 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_5935: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/index.html
  IGT_6112: a17cc0c5d096fabfd516848c114bc411e11130f4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 3661 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-17 15:20 [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Mark Yacoub
  2021-06-17 16:02 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3) Patchwork
  2021-06-17 16:20 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2021-06-17 18:05 ` Patchwork
  2021-06-17 19:27   ` Mark Yacoub
  2021-06-20  6:06 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  2021-06-21 10:55 ` [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Petri Latvala
  4 siblings, 1 reply; 10+ messages in thread
From: Patchwork @ 2021-06-17 18:05 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30290 bytes --]

== Series Details ==

Series: tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
URL   : https://patchwork.freedesktop.org/series/90382/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10237_full -> IGTPW_5935_full
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_exec_reloc@basic-wide-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@vcs1.html

  
#### Warnings ####

  * igt@gem_exec_reloc@basic-wide-active@bcs0:
    - shard-apl:          [FAIL][2] ([i915#2389]) -> [FAIL][3] +3 similar issues
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-apl2/igt@gem_exec_reloc@basic-wide-active@bcs0.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_reloc@basic-wide-active@bcs0.html
    - shard-glk:          [FAIL][4] ([i915#2389]) -> [FAIL][5] +3 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk6/igt@gem_exec_reloc@basic-wide-active@bcs0.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@gem_exec_reloc@basic-wide-active@bcs0.html
    - shard-tglb:         [FAIL][6] ([i915#2389]) -> [FAIL][7] +4 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb1/igt@gem_exec_reloc@basic-wide-active@bcs0.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_exec_reloc@basic-wide-active@bcs0.html

  * igt@gem_exec_reloc@basic-wide-active@rcs0:
    - shard-snb:          [FAIL][8] ([i915#2389]) -> [FAIL][9] +2 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-snb5/igt@gem_exec_reloc@basic-wide-active@rcs0.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_exec_reloc@basic-wide-active@rcs0.html
    - shard-iclb:         [FAIL][10] ([i915#2389]) -> [FAIL][11] +3 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb7/igt@gem_exec_reloc@basic-wide-active@rcs0.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@rcs0.html
    - shard-kbl:          [FAIL][12] ([i915#2389]) -> [FAIL][13] +4 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl7/igt@gem_exec_reloc@basic-wide-active@rcs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_reloc@basic-wide-active@rcs0.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-3x:
    - shard-glk:          NOTRUN -> [SKIP][14] ([fdo#109271]) +84 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@feature_discovery@display-3x.html
    - shard-iclb:         NOTRUN -> [SKIP][15] ([i915#1839])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@feature_discovery@display-3x.html
    - shard-tglb:         NOTRUN -> [SKIP][16] ([i915#1839])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@feature_discovery@display-3x.html

  * igt@gem_ctx_persistence@legacy-engines-mixed:
    - shard-snb:          NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#1099]) +4 similar issues
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_ctx_persistence@legacy-engines-mixed.html

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [PASS][18] -> [TIMEOUT][19] ([i915#2369] / [i915#3063])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb6/igt@gem_eio@unwedge-stress.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_eio@unwedge-stress.html
    - shard-snb:          NOTRUN -> [FAIL][20] ([i915#3354])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-apl:          NOTRUN -> [FAIL][21] ([i915#2846])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-glk:          [PASS][22] -> [FAIL][23] ([i915#2842]) +1 similar issue
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][24] ([i915#2842])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html
    - shard-kbl:          [PASS][25] -> [SKIP][26] ([fdo#109271])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-iclb:         [PASS][27] -> [FAIL][28] ([i915#2842])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb3/igt@gem_exec_fair@basic-pace@vecs0.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-kbl:          NOTRUN -> [FAIL][29] ([i915#2842])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_fair@basic-throttle@rcs0.html
    - shard-iclb:         [PASS][30] -> [FAIL][31] ([i915#2849])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_flush@basic-batch-kernel-default-cmd:
    - shard-snb:          NOTRUN -> [SKIP][32] ([fdo#109271]) +288 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][33] ([fdo#109283])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_params@no-vebox.html
    - shard-tglb:         NOTRUN -> [SKIP][34] ([fdo#109283])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gem_exec_params@no-vebox.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglb:         [PASS][35] -> [SKIP][36] ([i915#2190])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb5/igt@gem_huc_copy@huc-copy.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_huc_copy@huc-copy.html

  * igt@gem_pread@exhaustion:
    - shard-snb:          NOTRUN -> [WARN][37] ([i915#2658])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_pread@exhaustion.html

  * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][38] ([i915#768]) +2 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html

  * igt@gem_userptr_blits@input-checking:
    - shard-snb:          NOTRUN -> [DMESG-WARN][39] ([i915#3002])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@gem_userptr_blits@input-checking.html

  * igt@gem_userptr_blits@unsync-overlap:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([i915#3297])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@unsync-overlap.html
    - shard-iclb:         NOTRUN -> [SKIP][41] ([i915#3297])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-snb:          NOTRUN -> [FAIL][42] ([i915#2724])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_userptr_blits@vma-merge.html
    - shard-apl:          NOTRUN -> [FAIL][43] ([i915#3318])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@gem_userptr_blits@vma-merge.html
    - shard-iclb:         NOTRUN -> [FAIL][44] ([i915#3318])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@gem_userptr_blits@vma-merge.html
    - shard-glk:          NOTRUN -> [FAIL][45] ([i915#3318])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk7/igt@gem_userptr_blits@vma-merge.html
    - shard-kbl:          NOTRUN -> [FAIL][46] ([i915#3318])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl1/igt@gem_userptr_blits@vma-merge.html
    - shard-tglb:         NOTRUN -> [FAIL][47] ([i915#3318])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@vma-merge.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-tglb:         NOTRUN -> [SKIP][48] ([fdo#112306]) +2 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@unaligned-jump:
    - shard-iclb:         NOTRUN -> [SKIP][49] ([fdo#112306]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gen9_exec_parse@unaligned-jump.html

  * igt@i915_pm_dc@dc6-dpms:
    - shard-kbl:          NOTRUN -> [FAIL][50] ([i915#454])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html
    - shard-tglb:         NOTRUN -> [FAIL][51] ([i915#454])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
    - shard-kbl:          NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#1937])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
    - shard-apl:          NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#1937])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
    - shard-glk:          NOTRUN -> [SKIP][54] ([fdo#109271] / [i915#1937])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-tglb:         NOTRUN -> [SKIP][55] ([fdo#109289] / [fdo#111719])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
    - shard-iclb:         NOTRUN -> [SKIP][56] ([fdo#109289])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          NOTRUN -> [INCOMPLETE][57] ([i915#2782])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@i915_selftest@live@hangcheck.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-kbl:          NOTRUN -> [INCOMPLETE][58] ([i915#155] / [i915#794])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html

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

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][61] ([fdo#110725] / [fdo#111614])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([fdo#111614]) +1 similar issue
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-180:
    - shard-glk:          [PASS][63] -> [DMESG-WARN][64] ([i915#118] / [i915#95])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [SKIP][65] ([fdo#111615]) +2 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html
    - shard-iclb:         NOTRUN -> [SKIP][66] ([fdo#110723])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html

  * igt@kms_big_joiner@invalid-modeset:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([i915#2705])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_joiner@invalid-modeset.html
    - shard-tglb:         NOTRUN -> [SKIP][68] ([i915#2705])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_big_joiner@invalid-modeset.html

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

  * igt@kms_color_chamelium@pipe-a-ctm-limited-range:
    - shard-apl:          NOTRUN -> [SKIP][70] ([fdo#109271] / [fdo#111827]) +22 similar issues
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
    - shard-iclb:         NOTRUN -> [SKIP][71] ([fdo#109284] / [fdo#111827]) +2 similar issues
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-5:
    - shard-glk:          NOTRUN -> [SKIP][72] ([fdo#109271] / [fdo#111827]) +7 similar issues
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_color_chamelium@pipe-b-ctm-0-5.html
    - shard-tglb:         NOTRUN -> [SKIP][73] ([fdo#109284] / [fdo#111827]) +7 similar issues
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-c-ctm-limited-range:
    - shard-kbl:          NOTRUN -> [SKIP][74] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-d-ctm-limited-range:
    - shard-iclb:         NOTRUN -> [SKIP][75] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
    - shard-snb:          NOTRUN -> [SKIP][76] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html

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

  * igt@kms_content_protection@srm:
    - shard-apl:          NOTRUN -> [TIMEOUT][78] ([i915#1319])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][79] ([i915#3359]) +2 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen:
    - shard-kbl:          NOTRUN -> [SKIP][80] ([fdo#109271]) +168 similar issues
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html

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

  * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
    - shard-iclb:         NOTRUN -> [SKIP][82] ([fdo#109274] / [fdo#109278]) +1 similar issue
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-tglb:         NOTRUN -> [SKIP][83] ([fdo#111825]) +28 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-glk:          [PASS][84] -> [FAIL][85] ([i915#2346])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-iclb:         NOTRUN -> [SKIP][86] ([fdo#109274]) +4 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-kbl:          [PASS][87] -> [DMESG-WARN][88] ([i915#180]) +3 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

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

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#2642])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
    - shard-glk:          NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#2642])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
    - shard-kbl:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#2642])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-tglb:         NOTRUN -> [SKIP][93] ([fdo#109285])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-apl:          NOTRUN -> [SKIP][94] ([fdo#109271]) +258 similar issues
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
    - shard-iclb:         NOTRUN -> [SKIP][95] ([fdo#109280]) +15 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#533]) +4 similar issues
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
    - shard-iclb:         NOTRUN -> [SKIP][97] ([fdo#109278]) +14 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
    - shard-glk:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#533])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
    - shard-kbl:          NOTRUN -> [SKIP][99] ([fdo#109271] / [i915#533])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-glk:          NOTRUN -> [FAIL][100] ([fdo#108145] / [i915#265])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-apl:          NOTRUN -> [FAIL][101] ([fdo#108145] / [i915#265]) +3 similar issues
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
    - shard-kbl:          NOTRUN -> [FAIL][102] ([fdo#108145] / [i915#265])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][103] ([i915#265])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
    - shard-kbl:          NOTRUN -> [FAIL][104] ([i915#265])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_lowres@pipe-c-tiling-yf:
    - shard-iclb:         NOTRUN -> [SKIP][105] ([i915#3536]) +1 similar issue
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-kbl:          NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2733])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
    - shard-glk:          NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#2733])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/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-2:
    - shard-apl:          NOTRUN -> [SKIP][108] ([fdo#109271] / [i915#658]) +6 similar issues
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/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][109] ([fdo#109271] / [i915#658]) +4 similar issues
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1:
    - shard-glk:          NOTRUN -> [SKIP][110] ([fdo#109271] / [i915#658]) +1 similar issue
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html
    - shard-iclb:         NOTRUN -> [SKIP][111] ([i915#2920])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html

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

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         NOTRUN -> [SKIP][113] ([fdo#109441]) +1 similar issue
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_primary_mmap_gtt:
    - shard-iclb:         [PASS][114] -> [SKIP][115] ([fdo#109441]) +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html

  * igt@kms_writeback@writeback-check-output:
    - shard-apl:          NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2437])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@kms_writeback@writeback-check-output.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-glk:          NOTRUN -> [SKIP][117] ([fdo#109271] / [i915#2437])
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_writeback@writeback-pixel-formats.html
    - shard-kbl:          NOTRUN -> [SKIP][118] ([fdo#109271] / [i915#2437]) +1 similar issue
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html

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

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

  * igt@perf_pmu@enable-race@rcs0:
    - shard-tglb:         [PASS][121] -> [INCOMPLETE][122] ([i915#750])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@perf_pmu@enable-race@rcs0.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb8/igt@perf_pmu@enable-race@rcs0.html

  * igt@prime_nv_pcopy@test3_2:
    - shard-tglb:         NOTRUN -> [SKIP][123] ([fdo#109291]) +1 similar issue
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_nv_pcopy@test3_2.html

  * igt@prime_nv_pcopy@test3_4:
    - shard-iclb:         NOTRUN -> [SKIP][124] ([fdo#109291]) +1 similar issue
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@prime_nv_pcopy@test3_4.html

  * igt@prime_vgem@basic-userptr:
    - shard-tglb:         NOTRUN -> [SKIP][125] ([i915#3301])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_vgem@basic-userptr.html
    - shard-iclb:         NOTRUN -> [SKIP][126] ([i915#3301])
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@prime_vgem@basic-userptr.html

  * igt@runner@aborted:
    - shard-snb:          NOTRUN -> [FAIL][127] ([i915#3002])
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@runner@aborted.html

  * igt@sysfs_clients@fair-1:
    - shard-glk:          NOTRUN -> [SKIP][128] ([fdo#109271] / [i915#2994])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@sysfs_clients@fair-1.html
    - shard-iclb:         NOTRUN -> [SKIP][129] ([i915#2994])
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@sysfs_clients@fair-1.html
    - shard-apl:          NOTRUN -> [SKIP][130] ([fdo#109271] / [i915#2994]) +3 similar issues
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@sysfs_clients@fair-1.html
    - shard-tglb:         NOTRUN -> [SKIP][131] ([i915#2994])
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@sysfs_clients@fair-1.html

  * igt@sysfs_clients@split-50:
    - shard-kbl:          NOTRUN -> [SKIP][132] ([fdo#109271] / [i915#2994]) +2 similar issues
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@sysfs_clients@split-50.html

  
#### Possible fixes ####

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-glk:          [FAIL][133] ([i915#2842]) -> [PASS][134] +1 similar issue
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@gem_exec_fair@basic-none@vcs0.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-tglb:         [FAIL][135] ([i915#2842]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@gem_exec_fair@basic-pace@vecs0.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_vm_create@destroy-race:
    - shard-tglb:         [TIMEOUT][137] ([i915#2795]) -> [PASS][138]
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb3/igt@gem_vm_create@destroy-race.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_vm_create@destroy-race.html

  * igt

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 33895 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-17 18:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-06-17 19:27   ` Mark Yacoub
  2021-06-18  8:25     ` Petri Latvala
  0 siblings, 1 reply; 10+ messages in thread
From: Mark Yacoub @ 2021-06-17 19:27 UTC (permalink / raw)
  To: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 31263 bytes --]

this has passed previously so im gonna guess it's false negative?

On Thu, Jun 17, 2021 at 2:05 PM Patchwork <patchwork@emeril.freedesktop.org>
wrote:

> *Patch Details*
> *Series:* tests/kms_vblank: Turn on hardware before testing invalid
> vblank. (rev3)
> *URL:* https://patchwork.freedesktop.org/series/90382/
> *State:* failure
> *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/index.html CI
> Bug Log - changes from CI_DRM_10237_full -> IGTPW_5935_full Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_5935_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_5935_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_5935/index.html
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_5935_full:
> IGT changes Possible regressions
>
>    - igt@gem_exec_reloc@basic-wide-active@vcs1:
>       - shard-iclb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@vcs1.html>
>
> Warnings
>
>    -
>
>    igt@gem_exec_reloc@basic-wide-active@bcs0:
>    -
>
>       shard-apl: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-apl2/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
>       ([i915#2389]) -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
>       +3 similar issues
>       -
>
>       shard-glk: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk6/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
>       ([i915#2389]) -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
>       +3 similar issues
>       -
>
>       shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb1/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
>       ([i915#2389]) -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
>       +4 similar issues
>       -
>
>    igt@gem_exec_reloc@basic-wide-active@rcs0:
>    -
>
>       shard-snb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-snb5/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
>       ([i915#2389]) -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
>       +2 similar issues
>       -
>
>       shard-iclb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb7/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
>       ([i915#2389]) -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
>       +3 similar issues
>       -
>
>       shard-kbl: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl7/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
>       ([i915#2389]) -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
>       +4 similar issues
>
> Known issues
>
> Here are the changes found in IGTPW_5935_full that come from known issues:
> IGT changes Issues hit
>
>    -
>
>    igt@feature_discovery@display-3x:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@feature_discovery@display-3x.html>
>       ([fdo#109271]) +84 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@feature_discovery@display-3x.html>
>       ([i915#1839])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@feature_discovery@display-3x.html>
>       ([i915#1839])
>       -
>
>    igt@gem_ctx_persistence@legacy-engines-mixed:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_ctx_persistence@legacy-engines-mixed.html>
>       ([fdo#109271] / [i915#1099]) +4 similar issues
>    -
>
>    igt@gem_eio@unwedge-stress:
>    -
>
>       shard-tglb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb6/igt@gem_eio@unwedge-stress.html>
>       -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_eio@unwedge-stress.html>
>       ([i915#2369] / [i915#3063])
>       -
>
>       shard-snb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_eio@unwedge-stress.html>
>       ([i915#3354])
>       -
>
>    igt@gem_exec_fair@basic-deadline:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_fair@basic-deadline.html>
>       ([i915#2846])
>    -
>
>    igt@gem_exec_fair@basic-none-rrul@rcs0:
>    - shard-glk: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
>       ([i915#2842]) +1 similar issue
>    -
>
>    igt@gem_exec_fair@basic-pace@vcs1:
>    -
>
>       shard-iclb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html>
>       ([i915#2842])
>       -
>
>       shard-kbl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html>
>       ([fdo#109271])
>       -
>
>    igt@gem_exec_fair@basic-pace@vecs0:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb3/igt@gem_exec_fair@basic-pace@vecs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vecs0.html>
>       ([i915#2842])
>    -
>
>    igt@gem_exec_fair@basic-throttle@rcs0:
>    -
>
>       shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_fair@basic-throttle@rcs0.html>
>       ([i915#2842])
>       -
>
>       shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html>
>       ([i915#2849])
>       -
>
>    igt@gem_exec_flush@basic-batch-kernel-default-cmd:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
>       ([fdo#109271]) +288 similar issues
>    -
>
>    igt@gem_exec_params@no-vebox:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_params@no-vebox.html>
>       ([fdo#109283])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gem_exec_params@no-vebox.html>
>       ([fdo#109283])
>       -
>
>    igt@gem_huc_copy@huc-copy:
>    - shard-tglb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb5/igt@gem_huc_copy@huc-copy.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_huc_copy@huc-copy.html>
>       ([i915#2190])
>    -
>
>    igt@gem_pread@exhaustion:
>    - shard-snb: NOTRUN -> WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_pread@exhaustion.html>
>       ([i915#2658])
>    -
>
>    igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html>
>       ([i915#768]) +2 similar issues
>    -
>
>    igt@gem_userptr_blits@input-checking:
>    - shard-snb: NOTRUN -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@gem_userptr_blits@input-checking.html>
>       ([i915#3002])
>    -
>
>    igt@gem_userptr_blits@unsync-overlap:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@unsync-overlap.html>
>       ([i915#3297])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html>
>       ([i915#3297])
>       -
>
>    igt@gem_userptr_blits@vma-merge:
>    -
>
>       shard-snb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_userptr_blits@vma-merge.html>
>       ([i915#2724])
>       -
>
>       shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@gem_userptr_blits@vma-merge.html>
>       ([i915#3318])
>       -
>
>       shard-iclb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@gem_userptr_blits@vma-merge.html>
>       ([i915#3318])
>       -
>
>       shard-glk: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk7/igt@gem_userptr_blits@vma-merge.html>
>       ([i915#3318])
>       -
>
>       shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl1/igt@gem_userptr_blits@vma-merge.html>
>       ([i915#3318])
>       -
>
>       shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@vma-merge.html>
>       ([i915#3318])
>       -
>
>    igt@gen9_exec_parse@bb-start-param:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gen9_exec_parse@bb-start-param.html>
>       ([fdo#112306]) +2 similar issues
>    -
>
>    igt@gen9_exec_parse@unaligned-jump:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gen9_exec_parse@unaligned-jump.html>
>       ([fdo#112306]) +1 similar issue
>    -
>
>    igt@i915_pm_dc@dc6-dpms:
>    -
>
>       shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html>
>       ([i915#454])
>       -
>
>       shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html>
>       ([i915#454])
>       -
>
>    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
>    -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
>       ([fdo#109271] / [i915#1937])
>       -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
>       ([fdo#109271] / [i915#1937])
>       -
>
>    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
>    - shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html>
>       ([fdo#109271] / [i915#1937])
>    -
>
>    igt@i915_pm_rc6_residency@media-rc6-accuracy:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
>       ([fdo#109289] / [fdo#111719])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
>       ([fdo#109289])
>       -
>
>    igt@i915_selftest@live@hangcheck:
>    - shard-snb: NOTRUN -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@i915_selftest@live@hangcheck.html>
>       ([i915#2782])
>    -
>
>    igt@i915_suspend@fence-restore-tiled2untiled:
>    - shard-kbl: NOTRUN -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html>
>       ([i915#155] / [i915#794])
>    -
>
>    igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html>
>       ([i915#1769])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html>
>       ([i915#1769])
>       -
>
>    igt@kms_big_fb@linear-32bpp-rotate-270:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-270.html>
>       ([fdo#110725] / [fdo#111614])
>    -
>
>    igt@kms_big_fb@linear-64bpp-rotate-90:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_big_fb@linear-64bpp-rotate-90.html>
>       ([fdo#111614]) +1 similar issue
>    -
>
>    igt@kms_big_fb@x-tiled-32bpp-rotate-180:
>    - shard-glk: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
>       ([i915#118] / [i915#95])
>    -
>
>    igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html>
>       ([fdo#111615]) +2 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html>
>       ([fdo#110723])
>       -
>
>    igt@kms_big_joiner@invalid-modeset:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_joiner@invalid-modeset.html>
>       ([i915#2705])
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_big_joiner@invalid-modeset.html>
>       ([i915#2705])
>       -
>
>    igt@kms_color@pipe-d-ctm-max:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_color@pipe-d-ctm-max.html>
>       ([fdo#109278] / [i915#1149])
>    -
>
>    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
>       ([fdo#109271] / [fdo#111827]) +22 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
>       ([fdo#109284] / [fdo#111827]) +2 similar issues
>       -
>
>    igt@kms_color_chamelium@pipe-b-ctm-0-5:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_color_chamelium@pipe-b-ctm-0-5.html>
>       ([fdo#109271] / [fdo#111827]) +7 similar issues
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-5.html>
>       ([fdo#109284] / [fdo#111827]) +7 similar issues
>       -
>
>    igt@kms_color_chamelium@pipe-c-ctm-limited-range:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html>
>       ([fdo#109271] / [fdo#111827]) +13 similar issues
>    -
>
>    igt@kms_color_chamelium@pipe-d-ctm-limited-range:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html>
>       ([fdo#109278] / [fdo#109284] / [fdo#111827])
>    -
>
>    igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html>
>       ([fdo#109271] / [fdo#111827]) +13 similar issues
>    -
>
>    igt@kms_content_protection@legacy:
>    - shard-kbl: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@kms_content_protection@legacy.html>
>       ([i915#1319])
>    -
>
>    igt@kms_content_protection@srm:
>    - shard-apl: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_content_protection@srm.html>
>       ([i915#1319])
>    -
>
>    igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html>
>       ([i915#3359]) +2 similar issues
>    -
>
>    igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html>
>       ([fdo#109271]) +168 similar issues
>    -
>
>    igt@kms_cursor_crc@pipe-d-cursor-32x32-random:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-32x32-random.html>
>       ([i915#3319])
>    -
>
>    igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html>
>       ([fdo#109274] / [fdo#109278]) +1 similar issue
>    -
>
>    igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html>
>       ([fdo#111825]) +28 similar issues
>    -
>
>    igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
>    - shard-glk: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
>       ([i915#2346])
>    -
>
>    igt@kms_flip@2x-nonexisting-fb:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_flip@2x-nonexisting-fb.html>
>       ([fdo#109274]) +4 similar issues
>    -
>
>    igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
>    - shard-kbl: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html>
>       ([i915#180]) +3 similar issues
>    -
>
>    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_5935/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
>       ([fdo#109271] / [i915#2672])
>    -
>
>    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
>       ([fdo#109271] / [i915#2642])
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
>       ([fdo#109271] / [i915#2642])
>       -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
>       ([fdo#109271] / [i915#2642])
>       -
>
>    igt@kms_force_connector_basic@force-load-detect:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_force_connector_basic@force-load-detect.html>
>       ([fdo#109285])
>    -
>
>    igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html>
>       ([fdo#109271]) +258 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html>
>       ([fdo#109280]) +15 similar issues
>    -
>
>    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
>       ([fdo#109271] / [i915#533]) +4 similar issues
>    -
>
>    igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
>       ([fdo#109278]) +14 similar issues
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
>       ([fdo#109271] / [i915#533])
>       -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
>       ([fdo#109271] / [i915#533])
>       -
>
>    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
>    - shard-glk: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
>       ([fdo#108145] / [i915#265])
>    -
>
>    igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html>
>       ([fdo#108145] / [i915#265]) +3 similar issues
>    -
>
>    igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
>    - shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html>
>       ([fdo#108145] / [i915#265])
>    -
>
>    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
>    -
>
>       shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
>       ([i915#265])
>       -
>
>       shard-kbl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
>       ([i915#265])
>       -
>
>    igt@kms_plane_lowres@pipe-c-tiling-yf:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html>
>       ([i915#3536]) +1 similar issue
>    -
>
>    igt@kms_plane_scaling
>    @scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
>    -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/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_5935/shard-glk6/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-2:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html>
>       ([fdo#109271] / [i915#658]) +6 similar issues
>    -
>
>    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html>
>       ([fdo#109271] / [i915#658]) +4 similar issues
>    -
>
>    igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html>
>       ([fdo#109271] / [i915#658]) +1 similar issue
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html>
>       ([i915#2920])
>       -
>
>    igt@kms_psr@psr2_dpms:
>    - shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_psr@psr2_dpms.html>
>       ([i915#132] / [i915#3467]) +2 similar issues
>    -
>
>    igt@kms_psr@psr2_primary_mmap_cpu:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html>
>       ([fdo#109441]) +1 similar issue
>    -
>
>    igt@kms_psr@psr2_primary_mmap_gtt:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html>
>       ([fdo#109441]) +1 similar issue
>    -
>
>    igt@kms_writeback@writeback-check-output:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@kms_writeback@writeback-check-output.html>
>       ([fdo#109271] / [i915#2437])
>    -
>
>    igt@kms_writeback@writeback-pixel-formats:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_writeback@writeback-pixel-formats.html>
>       ([fdo#109271] / [i915#2437])
>       -
>
>       shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html>
>       ([fdo#109271] / [i915#2437]) +1 similar issue
>       -
>
>    igt@nouveau_crc@pipe-a-ctx-flip-detection:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@nouveau_crc@pipe-a-ctx-flip-detection.html>
>       ([i915#2530])
>    -
>
>    igt@nouveau_crc@pipe-d-source-rg:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@nouveau_crc@pipe-d-source-rg.html>
>       ([i915#2530]) +1 similar issue
>    -
>
>    igt@perf_pmu@enable-race@rcs0:
>    - shard-tglb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@perf_pmu@enable-race@rcs0.html>
>       -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb8/igt@perf_pmu@enable-race@rcs0.html>
>       ([i915#750])
>    -
>
>    igt@prime_nv_pcopy@test3_2:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_nv_pcopy@test3_2.html>
>       ([fdo#109291]) +1 similar issue
>    -
>
>    igt@prime_nv_pcopy@test3_4:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@prime_nv_pcopy@test3_4.html>
>       ([fdo#109291]) +1 similar issue
>    -
>
>    igt@prime_vgem@basic-userptr:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_vgem@basic-userptr.html>
>       ([i915#3301])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@prime_vgem@basic-userptr.html>
>       ([i915#3301])
>       -
>
>    igt@runner@aborted:
>    - shard-snb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@runner@aborted.html>
>       ([i915#3002])
>    -
>
>    igt@sysfs_clients@fair-1:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@sysfs_clients@fair-1.html>
>       ([fdo#109271] / [i915#2994])
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@sysfs_clients@fair-1.html>
>       ([i915#2994])
>       -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@sysfs_clients@fair-1.html>
>       ([fdo#109271] / [i915#2994]) +3 similar issues
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@sysfs_clients@fair-1.html>
>       ([i915#2994])
>       -
>
>    igt@sysfs_clients@split-50:
>    - shard-kbl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@sysfs_clients@split-50.html>
>       ([fdo#109271] / [i915#2994]) +2 similar issues
>
> Possible fixes
>
>    -
>
>    igt@gem_exec_fair@basic-none@vcs0:
>    - shard-glk: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@gem_exec_fair@basic-none@vcs0.html>
>       ([i915#2842]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@gem_exec_fair@basic-none@vcs0.html>
>       +1 similar issue
>    -
>
>    igt@gem_exec_fair@basic-pace@vecs0:
>    - shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@gem_exec_fair@basic-pace@vecs0.html>
>       ([i915#2842]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html>
>    -
>
>    igt@gem_vm_create@destroy-race:
>    - shard-tglb: TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb3/igt@gem_vm_create@destroy-race.html>
>       ([i915#2795]) -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_vm_create@destroy-race.html>
>    -
>
>    igt
>
>

[-- Attachment #1.2: Type: text/html, Size: 37132 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-17 19:27   ` Mark Yacoub
@ 2021-06-18  8:25     ` Petri Latvala
  2021-06-20  6:07       ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 10+ messages in thread
From: Petri Latvala @ 2021-06-18  8:25 UTC (permalink / raw)
  To: Mark Yacoub, Lakshminarayana Vudum; +Cc: igt-dev

On Thu, Jun 17, 2021 at 03:27:05PM -0400, Mark Yacoub wrote:
> this has passed previously so im gonna guess it's false negative?


Yeah and your patch cannot affect that one.

Lakshmi, false positive below.





> 
> On Thu, Jun 17, 2021 at 2:05 PM Patchwork <patchwork@emeril.freedesktop.org>
> wrote:
> 
> > *Patch Details*
> > *Series:* tests/kms_vblank: Turn on hardware before testing invalid
> > vblank. (rev3)
> > *URL:* https://patchwork.freedesktop.org/series/90382/
> > *State:* failure
> > *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/index.html CI
> > Bug Log - changes from CI_DRM_10237_full -> IGTPW_5935_full Summary
> >
> > *FAILURE*
> >
> > Serious unknown changes coming with IGTPW_5935_full absolutely need to be
> > verified manually.
> >
> > If you think the reported changes have nothing to do with the changes
> > introduced in IGTPW_5935_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_5935/index.html
> > Possible new issues
> >
> > Here are the unknown changes that may have been introduced in
> > IGTPW_5935_full:
> > IGT changes Possible regressions
> >
> >    - igt@gem_exec_reloc@basic-wide-active@vcs1:
> >       - shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@vcs1.html>
> >
> > Warnings
> >
> >    -
> >
> >    igt@gem_exec_reloc@basic-wide-active@bcs0:
> >    -
> >
> >       shard-apl: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-apl2/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       +3 similar issues
> >       -
> >
> >       shard-glk: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk6/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       +3 similar issues
> >       -
> >
> >       shard-tglb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb1/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       +4 similar issues
> >       -
> >
> >    igt@gem_exec_reloc@basic-wide-active@rcs0:
> >    -
> >
> >       shard-snb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-snb5/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       +2 similar issues
> >       -
> >
> >       shard-iclb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb7/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       +3 similar issues
> >       -
> >
> >       shard-kbl: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl7/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       +4 similar issues
> >
> > Known issues
> >
> > Here are the changes found in IGTPW_5935_full that come from known issues:
> > IGT changes Issues hit
> >
> >    -
> >
> >    igt@feature_discovery@display-3x:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@feature_discovery@display-3x.html>
> >       ([fdo#109271]) +84 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >    igt@gem_ctx_persistence@legacy-engines-mixed:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> >       ([fdo#109271] / [i915#1099]) +4 similar issues
> >    -
> >
> >    igt@gem_eio@unwedge-stress:
> >    -
> >
> >       shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb6/igt@gem_eio@unwedge-stress.html>
> >       -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_eio@unwedge-stress.html>
> >       ([i915#2369] / [i915#3063])
> >       -
> >
> >       shard-snb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_eio@unwedge-stress.html>
> >       ([i915#3354])
> >       -
> >
> >    igt@gem_exec_fair@basic-deadline:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >    -
> >
> >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       ([i915#2842]) +1 similar issue
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@vcs1:
> >    -
> >
> >       shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       ([i915#2842])
> >       -
> >
> >       shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       ([fdo#109271])
> >       -
> >
> >    igt@gem_exec_fair@basic-pace@vecs0:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb3/igt@gem_exec_fair@basic-pace@vecs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vecs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-throttle@rcs0:
> >    -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       ([i915#2842])
> >       -
> >
> >       shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       ([i915#2849])
> >       -
> >
> >    igt@gem_exec_flush@basic-batch-kernel-default-cmd:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
> >       ([fdo#109271]) +288 similar issues
> >    -
> >
> >    igt@gem_exec_params@no-vebox:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >    igt@gem_huc_copy@huc-copy:
> >    - shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb5/igt@gem_huc_copy@huc-copy.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_huc_copy@huc-copy.html>
> >       ([i915#2190])
> >    -
> >
> >    igt@gem_pread@exhaustion:
> >    - shard-snb: NOTRUN -> WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_pread@exhaustion.html>
> >       ([i915#2658])
> >    -
> >
> >    igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html>
> >       ([i915#768]) +2 similar issues
> >    -
> >
> >    igt@gem_userptr_blits@input-checking:
> >    - shard-snb: NOTRUN -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@gem_userptr_blits@input-checking.html>
> >       ([i915#3002])
> >    -
> >
> >    igt@gem_userptr_blits@unsync-overlap:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@unsync-overlap.html>
> >       ([i915#3297])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html>
> >       ([i915#3297])
> >       -
> >
> >    igt@gem_userptr_blits@vma-merge:
> >    -
> >
> >       shard-snb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#2724])
> >       -
> >
> >       shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk7/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl1/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >    igt@gen9_exec_parse@bb-start-param:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gen9_exec_parse@bb-start-param.html>
> >       ([fdo#112306]) +2 similar issues
> >    -
> >
> >    igt@gen9_exec_parse@unaligned-jump:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gen9_exec_parse@unaligned-jump.html>
> >       ([fdo#112306]) +1 similar issue
> >    -
> >
> >    igt@i915_pm_dc@dc6-dpms:
> >    -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html>
> >       ([i915#454])
> >       -
> >
> >       shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html>
> >       ([i915#454])
> >       -
> >
> >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> >    -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> >       ([fdo#109271] / [i915#1937])
> >       -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> >       ([fdo#109271] / [i915#1937])
> >       -
> >
> >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
> >    - shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html>
> >       ([fdo#109271] / [i915#1937])
> >    -
> >
> >    igt@i915_pm_rc6_residency@media-rc6-accuracy:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> >       ([fdo#109289] / [fdo#111719])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> >       ([fdo#109289])
> >       -
> >
> >    igt@i915_selftest@live@hangcheck:
> >    - shard-snb: NOTRUN -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@i915_selftest@live@hangcheck.html>
> >       ([i915#2782])
> >    -
> >
> >    igt@i915_suspend@fence-restore-tiled2untiled:
> >    - shard-kbl: NOTRUN -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html>
> >       ([i915#155] / [i915#794])
> >    -
> >
> >    igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html>
> >       ([i915#1769])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html>
> >       ([i915#1769])
> >       -
> >
> >    igt@kms_big_fb@linear-32bpp-rotate-270:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-270.html>
> >       ([fdo#110725] / [fdo#111614])
> >    -
> >
> >    igt@kms_big_fb@linear-64bpp-rotate-90:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_big_fb@linear-64bpp-rotate-90.html>
> >       ([fdo#111614]) +1 similar issue
> >    -
> >
> >    igt@kms_big_fb@x-tiled-32bpp-rotate-180:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> >       ([i915#118] / [i915#95])
> >    -
> >
> >    igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html>
> >       ([fdo#111615]) +2 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html>
> >       ([fdo#110723])
> >       -
> >
> >    igt@kms_big_joiner@invalid-modeset:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_joiner@invalid-modeset.html>
> >       ([i915#2705])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_big_joiner@invalid-modeset.html>
> >       ([i915#2705])
> >       -
> >
> >    igt@kms_color@pipe-d-ctm-max:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_color@pipe-d-ctm-max.html>
> >       ([fdo#109278] / [i915#1149])
> >    -
> >
> >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +22 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109284] / [fdo#111827]) +2 similar issues
> >       -
> >
> >    igt@kms_color_chamelium@pipe-b-ctm-0-5:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_color_chamelium@pipe-b-ctm-0-5.html>
> >       ([fdo#109271] / [fdo#111827]) +7 similar issues
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-5.html>
> >       ([fdo#109284] / [fdo#111827]) +7 similar issues
> >       -
> >
> >    igt@kms_color_chamelium@pipe-c-ctm-limited-range:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> >    -
> >
> >    igt@kms_color_chamelium@pipe-d-ctm-limited-range:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html>
> >       ([fdo#109278] / [fdo#109284] / [fdo#111827])
> >    -
> >
> >    igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html>
> >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> >    -
> >
> >    igt@kms_content_protection@legacy:
> >    - shard-kbl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@kms_content_protection@legacy.html>
> >       ([i915#1319])
> >    -
> >
> >    igt@kms_content_protection@srm:
> >    - shard-apl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_content_protection@srm.html>
> >       ([i915#1319])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html>
> >       ([i915#3359]) +2 similar issues
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html>
> >       ([fdo#109271]) +168 similar issues
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-32x32-random:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-32x32-random.html>
> >       ([i915#3319])
> >    -
> >
> >    igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html>
> >       ([fdo#109274] / [fdo#109278]) +1 similar issue
> >    -
> >
> >    igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html>
> >       ([fdo#111825]) +28 similar issues
> >    -
> >
> >    igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
> >       ([i915#2346])
> >    -
> >
> >    igt@kms_flip@2x-nonexisting-fb:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_flip@2x-nonexisting-fb.html>
> >       ([fdo#109274]) +4 similar issues
> >    -
> >
> >    igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html>
> >       ([i915#180]) +3 similar issues
> >    -
> >
> >    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_5935/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> >       ([fdo#109271] / [i915#2672])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >       -
> >
> >    igt@kms_force_connector_basic@force-load-detect:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_force_connector_basic@force-load-detect.html>
> >       ([fdo#109285])
> >    -
> >
> >    igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html>
> >       ([fdo#109271]) +258 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html>
> >       ([fdo#109280]) +15 similar issues
> >    -
> >
> >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +4 similar issues
> >    -
> >
> >    igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
> >       ([fdo#109278]) +14 similar issues
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
> >       ([fdo#109271] / [i915#533])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
> >       ([fdo#109271] / [i915#533])
> >       -
> >
> >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> >    - shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> >       ([fdo#108145] / [i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html>
> >       ([fdo#108145] / [i915#265]) +3 similar issues
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
> >    - shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html>
> >       ([fdo#108145] / [i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> >    -
> >
> >       shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> >       ([i915#265])
> >       -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> >       ([i915#265])
> >       -
> >
> >    igt@kms_plane_lowres@pipe-c-tiling-yf:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html>
> >       ([i915#3536]) +1 similar issue
> >    -
> >
> >    igt@kms_plane_scaling
> >    @scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
> >    -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/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_5935/shard-glk6/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-2:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html>
> >       ([fdo#109271] / [i915#658]) +6 similar issues
> >    -
> >
> >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html>
> >       ([fdo#109271] / [i915#658]) +4 similar issues
> >    -
> >
> >    igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html>
> >       ([fdo#109271] / [i915#658]) +1 similar issue
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html>
> >       ([i915#2920])
> >       -
> >
> >    igt@kms_psr@psr2_dpms:
> >    - shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_psr@psr2_dpms.html>
> >       ([i915#132] / [i915#3467]) +2 similar issues
> >    -
> >
> >    igt@kms_psr@psr2_primary_mmap_cpu:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html>
> >       ([fdo#109441]) +1 similar issue
> >    -
> >
> >    igt@kms_psr@psr2_primary_mmap_gtt:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html>
> >       ([fdo#109441]) +1 similar issue
> >    -
> >
> >    igt@kms_writeback@writeback-check-output:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@kms_writeback@writeback-check-output.html>
> >       ([fdo#109271] / [i915#2437])
> >    -
> >
> >    igt@kms_writeback@writeback-pixel-formats:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_writeback@writeback-pixel-formats.html>
> >       ([fdo#109271] / [i915#2437])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html>
> >       ([fdo#109271] / [i915#2437]) +1 similar issue
> >       -
> >
> >    igt@nouveau_crc@pipe-a-ctx-flip-detection:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@nouveau_crc@pipe-a-ctx-flip-detection.html>
> >       ([i915#2530])
> >    -
> >
> >    igt@nouveau_crc@pipe-d-source-rg:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@nouveau_crc@pipe-d-source-rg.html>
> >       ([i915#2530]) +1 similar issue
> >    -
> >
> >    igt@perf_pmu@enable-race@rcs0:
> >    - shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@perf_pmu@enable-race@rcs0.html>
> >       -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb8/igt@perf_pmu@enable-race@rcs0.html>
> >       ([i915#750])
> >    -
> >
> >    igt@prime_nv_pcopy@test3_2:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_nv_pcopy@test3_2.html>
> >       ([fdo#109291]) +1 similar issue
> >    -
> >
> >    igt@prime_nv_pcopy@test3_4:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@prime_nv_pcopy@test3_4.html>
> >       ([fdo#109291]) +1 similar issue
> >    -
> >
> >    igt@prime_vgem@basic-userptr:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_vgem@basic-userptr.html>
> >       ([i915#3301])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@prime_vgem@basic-userptr.html>
> >       ([i915#3301])
> >       -
> >
> >    igt@runner@aborted:
> >    - shard-snb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@runner@aborted.html>
> >       ([i915#3002])
> >    -
> >
> >    igt@sysfs_clients@fair-1:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@sysfs_clients@fair-1.html>
> >       ([fdo#109271] / [i915#2994])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@sysfs_clients@fair-1.html>
> >       ([i915#2994])
> >       -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@sysfs_clients@fair-1.html>
> >       ([fdo#109271] / [i915#2994]) +3 similar issues
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@sysfs_clients@fair-1.html>
> >       ([i915#2994])
> >       -
> >
> >    igt@sysfs_clients@split-50:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@sysfs_clients@split-50.html>
> >       ([fdo#109271] / [i915#2994]) +2 similar issues
> >
> > Possible fixes
> >
> >    -
> >
> >    igt@gem_exec_fair@basic-none@vcs0:
> >    - shard-glk: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@gem_exec_fair@basic-none@vcs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@gem_exec_fair@basic-none@vcs0.html>
> >       +1 similar issue
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@vecs0:
> >    - shard-tglb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@gem_exec_fair@basic-pace@vecs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html>
> >    -
> >
> >    igt@gem_vm_create@destroy-race:
> >    - shard-tglb: TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb3/igt@gem_vm_create@destroy-race.html>
> >       ([i915#2795]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_vm_create@destroy-race.html>
> >    -
> >
> >    igt
> >
> >

> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-17 15:20 [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Mark Yacoub
                   ` (2 preceding siblings ...)
  2021-06-17 18:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-06-20  6:06 ` Patchwork
  2021-06-21 10:55 ` [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Petri Latvala
  4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2021-06-20  6:06 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev


[-- Attachment #1.1: Type: text/plain, Size: 30289 bytes --]

== Series Details ==

Series: tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
URL   : https://patchwork.freedesktop.org/series/90382/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10237_full -> IGTPW_5935_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@display-3x:
    - shard-glk:          NOTRUN -> [SKIP][1] ([fdo#109271]) +84 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@feature_discovery@display-3x.html
    - shard-iclb:         NOTRUN -> [SKIP][2] ([i915#1839])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@feature_discovery@display-3x.html
    - shard-tglb:         NOTRUN -> [SKIP][3] ([i915#1839])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@feature_discovery@display-3x.html

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

  * igt@gem_eio@unwedge-stress:
    - shard-tglb:         [PASS][5] -> [TIMEOUT][6] ([i915#2369] / [i915#3063])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb6/igt@gem_eio@unwedge-stress.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_eio@unwedge-stress.html
    - shard-snb:          NOTRUN -> [FAIL][7] ([i915#3354])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_eio@unwedge-stress.html

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

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

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][11] ([i915#2842])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html
    - shard-kbl:          [PASS][12] -> [SKIP][13] ([fdo#109271])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-iclb:         [PASS][14] -> [FAIL][15] ([i915#2842])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb3/igt@gem_exec_fair@basic-pace@vecs0.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vecs0.html

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

  * igt@gem_exec_flush@basic-batch-kernel-default-cmd:
    - shard-snb:          NOTRUN -> [SKIP][19] ([fdo#109271]) +288 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([fdo#109283])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_params@no-vebox.html
    - shard-tglb:         NOTRUN -> [SKIP][21] ([fdo#109283])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_reloc@basic-wide-active@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][22] ([i915#3633])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@vcs1.html

  * igt@gem_huc_copy@huc-copy:
    - shard-tglb:         [PASS][23] -> [SKIP][24] ([i915#2190])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb5/igt@gem_huc_copy@huc-copy.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_huc_copy@huc-copy.html

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

  * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][26] ([i915#768]) +2 similar issues
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html

  * igt@gem_userptr_blits@input-checking:
    - shard-snb:          NOTRUN -> [DMESG-WARN][27] ([i915#3002])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@gem_userptr_blits@input-checking.html

  * igt@gem_userptr_blits@unsync-overlap:
    - shard-tglb:         NOTRUN -> [SKIP][28] ([i915#3297])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@unsync-overlap.html
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#3297])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-snb:          NOTRUN -> [FAIL][30] ([i915#2724])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_userptr_blits@vma-merge.html
    - shard-apl:          NOTRUN -> [FAIL][31] ([i915#3318])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@gem_userptr_blits@vma-merge.html
    - shard-iclb:         NOTRUN -> [FAIL][32] ([i915#3318])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@gem_userptr_blits@vma-merge.html
    - shard-glk:          NOTRUN -> [FAIL][33] ([i915#3318])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk7/igt@gem_userptr_blits@vma-merge.html
    - shard-kbl:          NOTRUN -> [FAIL][34] ([i915#3318])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl1/igt@gem_userptr_blits@vma-merge.html
    - shard-tglb:         NOTRUN -> [FAIL][35] ([i915#3318])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@vma-merge.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#112306]) +2 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@unaligned-jump:
    - shard-iclb:         NOTRUN -> [SKIP][37] ([fdo#112306]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gen9_exec_parse@unaligned-jump.html

  * igt@i915_pm_dc@dc6-dpms:
    - shard-kbl:          NOTRUN -> [FAIL][38] ([i915#454])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html
    - shard-tglb:         NOTRUN -> [FAIL][39] ([i915#454])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
    - shard-kbl:          NOTRUN -> [SKIP][40] ([fdo#109271] / [i915#1937])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
    - shard-apl:          NOTRUN -> [SKIP][41] ([fdo#109271] / [i915#1937])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html

  * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
    - shard-glk:          NOTRUN -> [SKIP][42] ([fdo#109271] / [i915#1937])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html

  * igt@i915_pm_rc6_residency@media-rc6-accuracy:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([fdo#109289] / [fdo#111719])
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
    - shard-iclb:         NOTRUN -> [SKIP][44] ([fdo#109289])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          NOTRUN -> [INCOMPLETE][45] ([i915#2782])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@i915_selftest@live@hangcheck.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-kbl:          NOTRUN -> [INCOMPLETE][46] ([i915#155] / [i915#794])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html

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

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][49] ([fdo#110725] / [fdo#111614])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@linear-64bpp-rotate-90:
    - shard-tglb:         NOTRUN -> [SKIP][50] ([fdo#111614]) +1 similar issue
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_big_fb@linear-64bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-180:
    - shard-glk:          [PASS][51] -> [DMESG-WARN][52] ([i915#118] / [i915#95])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [SKIP][53] ([fdo#111615]) +2 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html
    - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#110723])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html

  * igt@kms_big_joiner@invalid-modeset:
    - shard-iclb:         NOTRUN -> [SKIP][55] ([i915#2705])
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_joiner@invalid-modeset.html
    - shard-tglb:         NOTRUN -> [SKIP][56] ([i915#2705])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_big_joiner@invalid-modeset.html

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

  * igt@kms_color_chamelium@pipe-a-ctm-limited-range:
    - shard-apl:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +22 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html
    - shard-iclb:         NOTRUN -> [SKIP][59] ([fdo#109284] / [fdo#111827]) +2 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-5:
    - shard-glk:          NOTRUN -> [SKIP][60] ([fdo#109271] / [fdo#111827]) +7 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_color_chamelium@pipe-b-ctm-0-5.html
    - shard-tglb:         NOTRUN -> [SKIP][61] ([fdo#109284] / [fdo#111827]) +7 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-5.html

  * igt@kms_color_chamelium@pipe-c-ctm-limited-range:
    - shard-kbl:          NOTRUN -> [SKIP][62] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-d-ctm-limited-range:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([fdo#109278] / [fdo#109284] / [fdo#111827])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html

  * igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
    - shard-snb:          NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +13 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html

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

  * igt@kms_content_protection@srm:
    - shard-apl:          NOTRUN -> [TIMEOUT][66] ([i915#1319])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_content_protection@srm.html

  * igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][67] ([i915#3359]) +2 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen:
    - shard-kbl:          NOTRUN -> [SKIP][68] ([fdo#109271]) +168 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html

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

  * igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
    - shard-iclb:         NOTRUN -> [SKIP][70] ([fdo#109274] / [fdo#109278]) +1 similar issue
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
    - shard-tglb:         NOTRUN -> [SKIP][71] ([fdo#111825]) +28 similar issues
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-glk:          [PASS][72] -> [FAIL][73] ([i915#2346])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109274]) +4 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-kbl:          [PASS][75] -> [DMESG-WARN][76] ([i915#180]) +3 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

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

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
    - shard-apl:          NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#2642])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
    - shard-glk:          NOTRUN -> [SKIP][79] ([fdo#109271] / [i915#2642])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html
    - shard-kbl:          NOTRUN -> [SKIP][80] ([fdo#109271] / [i915#2642])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html

  * igt@kms_force_connector_basic@force-load-detect:
    - shard-tglb:         NOTRUN -> [SKIP][81] ([fdo#109285])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-apl:          NOTRUN -> [SKIP][82] ([fdo#109271]) +258 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
    - shard-iclb:         NOTRUN -> [SKIP][83] ([fdo#109280]) +15 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - shard-apl:          NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#533]) +4 similar issues
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
    - shard-iclb:         NOTRUN -> [SKIP][85] ([fdo#109278]) +14 similar issues
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
    - shard-glk:          NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#533])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
    - shard-kbl:          NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#533])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
    - shard-glk:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-apl:          NOTRUN -> [FAIL][89] ([fdo#108145] / [i915#265]) +3 similar issues
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
    - shard-kbl:          NOTRUN -> [FAIL][90] ([fdo#108145] / [i915#265])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-apl:          NOTRUN -> [FAIL][91] ([i915#265])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
    - shard-kbl:          NOTRUN -> [FAIL][92] ([i915#265])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_lowres@pipe-c-tiling-yf:
    - shard-iclb:         NOTRUN -> [SKIP][93] ([i915#3536]) +1 similar issue
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html

  * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
    - shard-kbl:          NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#2733])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html
    - shard-glk:          NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#2733])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/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-2:
    - shard-apl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +6 similar issues
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/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][97] ([fdo#109271] / [i915#658]) +4 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1:
    - shard-glk:          NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#658]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html
    - shard-iclb:         NOTRUN -> [SKIP][99] ([i915#2920])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html

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

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         NOTRUN -> [SKIP][101] ([fdo#109441]) +1 similar issue
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_primary_mmap_gtt:
    - shard-iclb:         [PASS][102] -> [SKIP][103] ([fdo#109441]) +1 similar issue
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html

  * igt@kms_writeback@writeback-check-output:
    - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2437])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@kms_writeback@writeback-check-output.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-glk:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#2437])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_writeback@writeback-pixel-formats.html
    - shard-kbl:          NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2437]) +1 similar issue
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html

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

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

  * igt@perf_pmu@enable-race@rcs0:
    - shard-tglb:         [PASS][109] -> [INCOMPLETE][110] ([i915#750])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@perf_pmu@enable-race@rcs0.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb8/igt@perf_pmu@enable-race@rcs0.html

  * igt@prime_nv_pcopy@test3_2:
    - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109291]) +1 similar issue
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_nv_pcopy@test3_2.html

  * igt@prime_nv_pcopy@test3_4:
    - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109291]) +1 similar issue
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@prime_nv_pcopy@test3_4.html

  * igt@prime_vgem@basic-userptr:
    - shard-tglb:         NOTRUN -> [SKIP][113] ([i915#3301])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_vgem@basic-userptr.html
    - shard-iclb:         NOTRUN -> [SKIP][114] ([i915#3301])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@prime_vgem@basic-userptr.html

  * igt@runner@aborted:
    - shard-snb:          NOTRUN -> [FAIL][115] ([i915#3002])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@runner@aborted.html

  * igt@sysfs_clients@fair-1:
    - shard-glk:          NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994])
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@sysfs_clients@fair-1.html
    - shard-iclb:         NOTRUN -> [SKIP][117] ([i915#2994])
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@sysfs_clients@fair-1.html
    - shard-apl:          NOTRUN -> [SKIP][118] ([fdo#109271] / [i915#2994]) +3 similar issues
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@sysfs_clients@fair-1.html
    - shard-tglb:         NOTRUN -> [SKIP][119] ([i915#2994])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@sysfs_clients@fair-1.html

  * igt@sysfs_clients@split-50:
    - shard-kbl:          NOTRUN -> [SKIP][120] ([fdo#109271] / [i915#2994]) +2 similar issues
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@sysfs_clients@split-50.html

  
#### Possible fixes ####

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-glk:          [FAIL][121] ([i915#2842]) -> [PASS][122] +1 similar issue
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@gem_exec_fair@basic-none@vcs0.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-tglb:         [FAIL][123] ([i915#2842]) -> [PASS][124]
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@gem_exec_fair@basic-pace@vecs0.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_vm_create@destroy-race:
    - shard-tglb:         [TIMEOUT][125] ([i915#2795]) -> [PASS][126]
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb3/igt@gem_vm_create@destroy-race.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_vm_create@destroy-race.html

  * igt@gem_workarounds@suspend-resume-fd:
    - shard-kbl:          [DMESG-WARN][127] ([i915#180]) -> [PASS][128] +4 similar issues
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@gem_workarounds@suspend-resume-fd.html

  * igt@kms_big_fb@linear-32bpp-rotate-180:
    - shard-glk:          [DMESG-WARN][129] ([i915#118] / [i915#95]) -> [PASS][130] +1 similar issue
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_big_fb@linear-32bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-0:
    - shard-glk:          [FAIL][131] ([i915#3653]) -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk8/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-apl:          [INCOMPLETE][133] ([i915#180] / [i915#1982]) -> [PASS][134]
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-apl6/igt@kms_fbcon_fbt@fbc-suspend.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_fbcon_fbt@fbc-suspend.html
    - shard-kbl:          [INCOMPLETE][135] ([i915#155] / [i915#180] / [i915#636]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_psr@psr2_cursor_blt:
    - shard-iclb:         [SKIP][137] ([fdo#109441]) -> [PASS][138] +1 similar issue
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb8/igt@kms_psr@psr2_cursor_blt.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html

  * igt@prime_vgem@sync@rcs0:
    - shard-tglb:         [INCOMPLETE][139] ([i915#409]) -> [PASS][140]
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb1/igt@prime_vgem@sync@rcs0.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_vgem@sync@rcs0.html

  
#### Warnings ####

  * igt@gem_exec_reloc@basic-wide-active@bcs0:
    - shard-apl:          [FAIL][141] ([i915#2389]) -> [FAIL][142] ([i915#3633]) +3 similar

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 33953 bytes --]

[-- Attachment #2: Type: text/plain, Size: 154 bytes --]

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)
  2021-06-18  8:25     ` Petri Latvala
@ 2021-06-20  6:07       ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 10+ messages in thread
From: Vudum, Lakshminarayana @ 2021-06-20  6:07 UTC (permalink / raw)
  To: Latvala, Petri, Mark Yacoub; +Cc: igt-dev

Re-reported.

-----Original Message-----
From: Latvala, Petri <petri.latvala@intel.com> 
Sent: Friday, June 18, 2021 1:26 AM
To: Mark Yacoub <markyacoub@chromium.org>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3)

On Thu, Jun 17, 2021 at 03:27:05PM -0400, Mark Yacoub wrote:
> this has passed previously so im gonna guess it's false negative?


Yeah and your patch cannot affect that one.

Lakshmi, false positive below.





> 
> On Thu, Jun 17, 2021 at 2:05 PM Patchwork 
> <patchwork@emeril.freedesktop.org>
> wrote:
> 
> > *Patch Details*
> > *Series:* tests/kms_vblank: Turn on hardware before testing invalid 
> > vblank. (rev3)
> > *URL:* https://patchwork.freedesktop.org/series/90382/
> > *State:* failure
> > *Details:* 
> > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/index.html CI 
> > Bug Log - changes from CI_DRM_10237_full -> IGTPW_5935_full Summary
> >
> > *FAILURE*
> >
> > Serious unknown changes coming with IGTPW_5935_full absolutely need 
> > to be verified manually.
> >
> > If you think the reported changes have nothing to do with the 
> > changes introduced in IGTPW_5935_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_5935/index.html
> > Possible new issues
> >
> > Here are the unknown changes that may have been introduced in
> > IGTPW_5935_full:
> > IGT changes Possible regressions
> >
> >    - igt@gem_exec_reloc@basic-wide-active@vcs1:
> >       - shard-iclb: NOTRUN -> FAIL
> >       
> > <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt
> > @gem_exec_reloc@basic-wide-active@vcs1.html>
> >
> > Warnings
> >
> >    -
> >
> >    igt@gem_exec_reloc@basic-wide-active@bcs0:
> >    -
> >
> >       shard-apl: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-apl2/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       +3 similar issues
> >       -
> >
> >       shard-glk: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk6/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       +3 similar issues
> >       -
> >
> >       shard-tglb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb1/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_exec_reloc@basic-wide-active@bcs0.html>
> >       +4 similar issues
> >       -
> >
> >    igt@gem_exec_reloc@basic-wide-active@rcs0:
> >    -
> >
> >       shard-snb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-snb5/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       +2 similar issues
> >       -
> >
> >       shard-iclb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb7/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       +3 similar issues
> >       -
> >
> >       shard-kbl: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl7/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       ([i915#2389]) -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_reloc@basic-wide-active@rcs0.html>
> >       +4 similar issues
> >
> > Known issues
> >
> > Here are the changes found in IGTPW_5935_full that come from known issues:
> > IGT changes Issues hit
> >
> >    -
> >
> >    igt@feature_discovery@display-3x:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@feature_discovery@display-3x.html>
> >       ([fdo#109271]) +84 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@feature_discovery@display-3x.html>
> >       ([i915#1839])
> >       -
> >
> >    igt@gem_ctx_persistence@legacy-engines-mixed:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_ctx_persistence@legacy-engines-mixed.html>
> >       ([fdo#109271] / [i915#1099]) +4 similar issues
> >    -
> >
> >    igt@gem_eio@unwedge-stress:
> >    -
> >
> >       shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb6/igt@gem_eio@unwedge-stress.html>
> >       -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@gem_eio@unwedge-stress.html>
> >       ([i915#2369] / [i915#3063])
> >       -
> >
> >       shard-snb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_eio@unwedge-stress.html>
> >       ([i915#3354])
> >       -
> >
> >    igt@gem_exec_fair@basic-deadline:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@gem_exec_fair@basic-deadline.html>
> >       ([i915#2846])
> >    -
> >
> >    igt@gem_exec_fair@basic-none-rrul@rcs0:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk5/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html>
> >       ([i915#2842]) +1 similar issue
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@vcs1:
> >    -
> >
> >       shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       ([i915#2842])
> >       -
> >
> >       shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl4/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@gem_exec_fair@basic-pace@vcs1.html>
> >       ([fdo#109271])
> >       -
> >
> >    igt@gem_exec_fair@basic-pace@vecs0:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb3/igt@gem_exec_fair@basic-pace@vecs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_fair@basic-pace@vecs0.html>
> >       ([i915#2842])
> >    -
> >
> >    igt@gem_exec_fair@basic-throttle@rcs0:
> >    -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       ([i915#2842])
> >       -
> >
> >       shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb5/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@gem_exec_fair@basic-throttle@rcs0.html>
> >       ([i915#2849])
> >       -
> >
> >    igt@gem_exec_flush@basic-batch-kernel-default-cmd:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html>
> >       ([fdo#109271]) +288 similar issues
> >    -
> >
> >    igt@gem_exec_params@no-vebox:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gem_exec_params@no-vebox.html>
> >       ([fdo#109283])
> >       -
> >
> >    igt@gem_huc_copy@huc-copy:
> >    - shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb5/igt@gem_huc_copy@huc-copy.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_huc_copy@huc-copy.html>
> >       ([i915#2190])
> >    -
> >
> >    igt@gem_pread@exhaustion:
> >    - shard-snb: NOTRUN -> WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@gem_pread@exhaustion.html>
> >       ([i915#2658])
> >    -
> >
> >    igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html>
> >       ([i915#768]) +2 similar issues
> >    -
> >
> >    igt@gem_userptr_blits@input-checking:
> >    - shard-snb: NOTRUN -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@gem_userptr_blits@input-checking.html>
> >       ([i915#3002])
> >    -
> >
> >    igt@gem_userptr_blits@unsync-overlap:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@unsync-overlap.html>
> >       ([i915#3297])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb5/igt@gem_userptr_blits@unsync-overlap.html>
> >       ([i915#3297])
> >       -
> >
> >    igt@gem_userptr_blits@vma-merge:
> >    -
> >
> >       shard-snb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb5/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#2724])
> >       -
> >
> >       shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-iclb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk7/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl1/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >       shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@gem_userptr_blits@vma-merge.html>
> >       ([i915#3318])
> >       -
> >
> >    igt@gen9_exec_parse@bb-start-param:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@gen9_exec_parse@bb-start-param.html>
> >       ([fdo#112306]) +2 similar issues
> >    -
> >
> >    igt@gen9_exec_parse@unaligned-jump:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@gen9_exec_parse@unaligned-jump.html>
> >       ([fdo#112306]) +1 similar issue
> >    -
> >
> >    igt@i915_pm_dc@dc6-dpms:
> >    -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@i915_pm_dc@dc6-dpms.html>
> >       ([i915#454])
> >       -
> >
> >       shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_dc@dc6-dpms.html>
> >       ([i915#454])
> >       -
> >
> >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
> >    -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> >       ([fdo#109271] / [i915#1937])
> >       -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html>
> >       ([fdo#109271] / [i915#1937])
> >       -
> >
> >    igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
> >    - shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html>
> >       ([fdo#109271] / [i915#1937])
> >    -
> >
> >    igt@i915_pm_rc6_residency@media-rc6-accuracy:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> >       ([fdo#109289] / [fdo#111719])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@i915_pm_rc6_residency@media-rc6-accuracy.html>
> >       ([fdo#109289])
> >       -
> >
> >    igt@i915_selftest@live@hangcheck:
> >    - shard-snb: NOTRUN -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb2/igt@i915_selftest@live@hangcheck.html>
> >       ([i915#2782])
> >    -
> >
> >    igt@i915_suspend@fence-restore-tiled2untiled:
> >    - shard-kbl: NOTRUN -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html>
> >       ([i915#155] / [i915#794])
> >    -
> >
> >    igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html>
> >       ([i915#1769])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html>
> >       ([i915#1769])
> >       -
> >
> >    igt@kms_big_fb@linear-32bpp-rotate-270:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-270.html>
> >       ([fdo#110725] / [fdo#111614])
> >    -
> >
> >    igt@kms_big_fb@linear-64bpp-rotate-90:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_big_fb@linear-64bpp-rotate-90.html>
> >       ([fdo#111614]) +1 similar issue
> >    -
> >
> >    igt@kms_big_fb@x-tiled-32bpp-rotate-180:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_big_fb@x-tiled-32bpp-rotate-180.html>
> >       ([i915#118] / [i915#95])
> >    -
> >
> >    igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html>
> >       ([fdo#111615]) +2 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html>
> >       ([fdo#110723])
> >       -
> >
> >    igt@kms_big_joiner@invalid-modeset:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@kms_big_joiner@invalid-modeset.html>
> >       ([i915#2705])
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_big_joiner@invalid-modeset.html>
> >       ([i915#2705])
> >       -
> >
> >    igt@kms_color@pipe-d-ctm-max:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_color@pipe-d-ctm-max.html>
> >       ([fdo#109278] / [i915#1149])
> >    -
> >
> >    igt@kms_color_chamelium@pipe-a-ctm-limited-range:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +22 similar issues
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html>
> >       ([fdo#109284] / [fdo#111827]) +2 similar issues
> >       -
> >
> >    igt@kms_color_chamelium@pipe-b-ctm-0-5:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_color_chamelium@pipe-b-ctm-0-5.html>
> >       ([fdo#109271] / [fdo#111827]) +7 similar issues
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@kms_color_chamelium@pipe-b-ctm-0-5.html>
> >       ([fdo#109284] / [fdo#111827]) +7 similar issues
> >       -
> >
> >    igt@kms_color_chamelium@pipe-c-ctm-limited-range:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html>
> >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> >    -
> >
> >    igt@kms_color_chamelium@pipe-d-ctm-limited-range:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_color_chamelium@pipe-d-ctm-limited-range.html>
> >       ([fdo#109278] / [fdo#109284] / [fdo#111827])
> >    -
> >
> >    igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes:
> >    - shard-snb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html>
> >       ([fdo#109271] / [fdo#111827]) +13 similar issues
> >    -
> >
> >    igt@kms_content_protection@legacy:
> >    - shard-kbl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@kms_content_protection@legacy.html>
> >       ([i915#1319])
> >    -
> >
> >    igt@kms_content_protection@srm:
> >    - shard-apl: NOTRUN -> TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_content_protection@srm.html>
> >       ([i915#1319])
> >    -
> >
> >    igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html>
> >       ([i915#3359]) +2 similar issues
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_cursor_crc@pipe-d-cursor-256x256-onscreen.html>
> >       ([fdo#109271]) +168 similar issues
> >    -
> >
> >    igt@kms_cursor_crc@pipe-d-cursor-32x32-random:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-32x32-random.html>
> >       ([i915#3319])
> >    -
> >
> >    igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html>
> >       ([fdo#109274] / [fdo#109278]) +1 similar issue
> >    -
> >
> >    igt@kms_cursor_legacy@cursora-vs-flipb-atomic:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html>
> >       ([fdo#111825]) +28 similar issues
> >    -
> >
> >    igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
> >    - shard-glk: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
> >       -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
> >       ([i915#2346])
> >    -
> >
> >    igt@kms_flip@2x-nonexisting-fb:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_flip@2x-nonexisting-fb.html>
> >       ([fdo#109274]) +4 similar issues
> >    -
> >
> >    igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
> >    - shard-kbl: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-kbl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html>
> >       -> DMESG-WARN
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html>
> >       ([i915#180]) +3 similar issues
> >    -
> >
> >    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_5935/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html>
> >       ([fdo#109271] / [i915#2672])
> >    -
> >
> >    igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile:
> >    -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk8/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile.html>
> >       ([fdo#109271] / [i915#2642])
> >       -
> >
> >    igt@kms_force_connector_basic@force-load-detect:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@kms_force_connector_basic@force-load-detect.html>
> >       ([fdo#109285])
> >    -
> >
> >    igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html>
> >       ([fdo#109271]) +258 similar issues
> >    -
> >
> >    igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-plflip-blt.html>
> >       ([fdo#109280]) +15 similar issues
> >    -
> >
> >    igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html>
> >       ([fdo#109271] / [i915#533]) +4 similar issues
> >    -
> >
> >    igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
> >    -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb1/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
> >       ([fdo#109278]) +14 similar issues
> >       -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
> >       ([fdo#109271] / [i915#533])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl3/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html>
> >       ([fdo#109271] / [i915#533])
> >       -
> >
> >    igt@kms_plane_alpha_blend@pipe-a-alpha-basic:
> >    - shard-glk: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk9/igt@kms_plane_alpha_blend@pipe-a-alpha-basic.html>
> >       ([fdo#108145] / [i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
> >    - shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl8/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html>
> >       ([fdo#108145] / [i915#265]) +3 similar issues
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb:
> >    - shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl2/igt@kms_plane_alpha_blend@pipe-b-alpha-opaque-fb.html>
> >       ([fdo#108145] / [i915#265])
> >    -
> >
> >    igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
> >    -
> >
> >       shard-apl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl1/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> >       ([i915#265])
> >       -
> >
> >       shard-kbl: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html>
> >       ([i915#265])
> >       -
> >
> >    igt@kms_plane_lowres@pipe-c-tiling-yf:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html>
> >       ([i915#3536]) +1 similar issue
> >    -
> >
> >    igt@kms_plane_scaling
> >    @scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping:
> >    -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/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_5935/shard-glk6/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-2:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-2.html>
> >       ([fdo#109271] / [i915#658]) +6 similar issues
> >    -
> >
> >    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-3.html>
> >       ([fdo#109271] / [i915#658]) +4 similar issues
> >    -
> >
> >    igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html>
> >       ([fdo#109271] / [i915#658]) +1 similar issue
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-1.html>
> >       ([i915#2920])
> >       -
> >
> >    igt@kms_psr@psr2_dpms:
> >    - shard-tglb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb3/igt@kms_psr@psr2_dpms.html>
> >       ([i915#132] / [i915#3467]) +2 similar issues
> >    -
> >
> >    igt@kms_psr@psr2_primary_mmap_cpu:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html>
> >       ([fdo#109441]) +1 similar issue
> >    -
> >
> >    igt@kms_psr@psr2_primary_mmap_gtt:
> >    - shard-iclb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html>
> >       -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@kms_psr@psr2_primary_mmap_gtt.html>
> >       ([fdo#109441]) +1 similar issue
> >    -
> >
> >    igt@kms_writeback@writeback-check-output:
> >    - shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl7/igt@kms_writeback@writeback-check-output.html>
> >       ([fdo#109271] / [i915#2437])
> >    -
> >
> >    igt@kms_writeback@writeback-pixel-formats:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk4/igt@kms_writeback@writeback-pixel-formats.html>
> >       ([fdo#109271] / [i915#2437])
> >       -
> >
> >       shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html>
> >       ([fdo#109271] / [i915#2437]) +1 similar issue
> >       -
> >
> >    igt@nouveau_crc@pipe-a-ctx-flip-detection:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb7/igt@nouveau_crc@pipe-a-ctx-flip-detection.html>
> >       ([i915#2530])
> >    -
> >
> >    igt@nouveau_crc@pipe-d-source-rg:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb6/igt@nouveau_crc@pipe-d-source-rg.html>
> >       ([i915#2530]) +1 similar issue
> >    -
> >
> >    igt@perf_pmu@enable-race@rcs0:
> >    - shard-tglb: PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@perf_pmu@enable-race@rcs0.html>
> >       -> INCOMPLETE
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb8/igt@perf_pmu@enable-race@rcs0.html>
> >       ([i915#750])
> >    -
> >
> >    igt@prime_nv_pcopy@test3_2:
> >    - shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_nv_pcopy@test3_2.html>
> >       ([fdo#109291]) +1 similar issue
> >    -
> >
> >    igt@prime_nv_pcopy@test3_4:
> >    - shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb6/igt@prime_nv_pcopy@test3_4.html>
> >       ([fdo#109291]) +1 similar issue
> >    -
> >
> >    igt@prime_vgem@basic-userptr:
> >    -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb7/igt@prime_vgem@basic-userptr.html>
> >       ([i915#3301])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb8/igt@prime_vgem@basic-userptr.html>
> >       ([i915#3301])
> >       -
> >
> >    igt@runner@aborted:
> >    - shard-snb: NOTRUN -> FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-snb6/igt@runner@aborted.html>
> >       ([i915#3002])
> >    -
> >
> >    igt@sysfs_clients@fair-1:
> >    -
> >
> >       shard-glk: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@sysfs_clients@fair-1.html>
> >       ([fdo#109271] / [i915#2994])
> >       -
> >
> >       shard-iclb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-iclb3/igt@sysfs_clients@fair-1.html>
> >       ([i915#2994])
> >       -
> >
> >       shard-apl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-apl6/igt@sysfs_clients@fair-1.html>
> >       ([fdo#109271] / [i915#2994]) +3 similar issues
> >       -
> >
> >       shard-tglb: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb5/igt@sysfs_clients@fair-1.html>
> >       ([i915#2994])
> >       -
> >
> >    igt@sysfs_clients@split-50:
> >    - shard-kbl: NOTRUN -> SKIP
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-kbl6/igt@sysfs_clients@split-50.html>
> >       ([fdo#109271] / [i915#2994]) +2 similar issues
> >
> > Possible fixes
> >
> >    -
> >
> >    igt@gem_exec_fair@basic-none@vcs0:
> >    - shard-glk: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-glk1/igt@gem_exec_fair@basic-none@vcs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-glk5/igt@gem_exec_fair@basic-none@vcs0.html>
> >       +1 similar issue
> >    -
> >
> >    igt@gem_exec_fair@basic-pace@vecs0:
> >    - shard-tglb: FAIL
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb7/igt@gem_exec_fair@basic-pace@vecs0.html>
> >       ([i915#2842]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html>
> >    -
> >
> >    igt@gem_vm_create@destroy-race:
> >    - shard-tglb: TIMEOUT
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10237/shard-tglb3/igt@gem_vm_create@destroy-race.html>
> >       ([i915#2795]) -> PASS
> >       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5935/shard-tglb1/igt@gem_vm_create@destroy-race.html>
> >    -
> >
> >    igt
> >
> >

> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank.
  2021-06-17 15:20 [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Mark Yacoub
                   ` (3 preceding siblings ...)
  2021-06-20  6:06 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2021-06-21 10:55 ` Petri Latvala
  2021-06-21 18:54   ` Mark Yacoub
  4 siblings, 1 reply; 10+ messages in thread
From: Petri Latvala @ 2021-06-21 10:55 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev, seanpaul, Mark Yacoub

On Thu, Jun 17, 2021 at 03:20:32PM +0000, Mark Yacoub wrote:
> From: Mark Yacoub <markyacoub@google.com>
> 
> [Why]
> Before any hardware is on, the vblank is off and its ref counter is in
> an initialized state as each driver handles toggling it differently.
> Ioctl DRM_IOCTL_WAIT_VBLANK could return 0 such as on i915, or an invalid
> integer that doesn't mean much, such as on Zork running Kernel 5.4 due
> to the kernel workaround that increments the vblank ref count to prevent
> a get from enabling the interrupt.
> 
> [How]
> For invalid_subtest(), active the CRTCs to turn the hardware on so
> DRM_IOCTL_WAIT_VBLANK returns something meaningful.
> 
> Changes since v2:
> 1. Updated Signed-off-by.
> 
> Changes since v1:
> 1. Update Commit message
> 2. Rename variable p to pipe_number
> 
> Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
> ---
>  tests/kms_vblank.c | 11 ++++++++++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/kms_vblank.c b/tests/kms_vblank.c
> index 93b01eba..988794c0 100644
> --- a/tests/kms_vblank.c
> +++ b/tests/kms_vblank.c
> @@ -475,8 +475,14 @@ static void invalid_subtest(data_t *data, int fd)
>  {
>  	union drm_wait_vblank vbl;
>  	unsigned long valid_flags;
> +	igt_display_t* display = &data->display;
> +	enum pipe pipe_number = 0;
> +	igt_output_t* output;
>  
> -	igt_display_require_output_on_pipe(&data->display, 0);
> +	igt_display_require_output_on_pipe(display, pipe_number);
> +	data->pipe = pipe_number;
> +	for_each_valid_output_on_pipe(display, pipe_number, output)
> +		prepare_crtc(data, fd, output);

Do you really need to fire up and reset all the outputs that pipe can
drive? As opposed to just one.


-- 
Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank.
  2021-06-21 10:55 ` [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Petri Latvala
@ 2021-06-21 18:54   ` Mark Yacoub
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Yacoub @ 2021-06-21 18:54 UTC (permalink / raw)
  To: Petri Latvala
  Cc: Development mailing list for IGT GPU Tools, seanpaul, Mark Yacoub

Thanks!
I was trying to find a neater way to grab the output that I wanna turn
on. Let me know if this is good or there is a better solution.
I pushed the change:
https://patchwork.freedesktop.org/patch/440342/?series=90382&rev=6

On Mon, Jun 21, 2021 at 6:53 AM Petri Latvala <petri.latvala@intel.com> wrote:
>
> On Thu, Jun 17, 2021 at 03:20:32PM +0000, Mark Yacoub wrote:
> > From: Mark Yacoub <markyacoub@google.com>
> >
> > [Why]
> > Before any hardware is on, the vblank is off and its ref counter is in
> > an initialized state as each driver handles toggling it differently.
> > Ioctl DRM_IOCTL_WAIT_VBLANK could return 0 such as on i915, or an invalid
> > integer that doesn't mean much, such as on Zork running Kernel 5.4 due
> > to the kernel workaround that increments the vblank ref count to prevent
> > a get from enabling the interrupt.
> >
> > [How]
> > For invalid_subtest(), active the CRTCs to turn the hardware on so
> > DRM_IOCTL_WAIT_VBLANK returns something meaningful.
> >
> > Changes since v2:
> > 1. Updated Signed-off-by.
> >
> > Changes since v1:
> > 1. Update Commit message
> > 2. Rename variable p to pipe_number
> >
> > Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
> > ---
> >  tests/kms_vblank.c | 11 ++++++++++-
> >  1 file changed, 10 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/kms_vblank.c b/tests/kms_vblank.c
> > index 93b01eba..988794c0 100644
> > --- a/tests/kms_vblank.c
> > +++ b/tests/kms_vblank.c
> > @@ -475,8 +475,14 @@ static void invalid_subtest(data_t *data, int fd)
> >  {
> >       union drm_wait_vblank vbl;
> >       unsigned long valid_flags;
> > +     igt_display_t* display = &data->display;
> > +     enum pipe pipe_number = 0;
> > +     igt_output_t* output;
> >
> > -     igt_display_require_output_on_pipe(&data->display, 0);
> > +     igt_display_require_output_on_pipe(display, pipe_number);
> > +     data->pipe = pipe_number;
> > +     for_each_valid_output_on_pipe(display, pipe_number, output)
> > +             prepare_crtc(data, fd, output);
>
> Do you really need to fire up and reset all the outputs that pipe can
> drive? As opposed to just one.
>
>
> --
> Petri Latvala
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2021-06-21 18:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17 15:20 [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Mark Yacoub
2021-06-17 16:02 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_vblank: Turn on hardware before testing invalid vblank. (rev3) Patchwork
2021-06-17 16:20 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2021-06-17 18:05 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-06-17 19:27   ` Mark Yacoub
2021-06-18  8:25     ` Petri Latvala
2021-06-20  6:07       ` Vudum, Lakshminarayana
2021-06-20  6:06 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2021-06-21 10:55 ` [igt-dev] [PATCH v3] tests/kms_vblank: Turn on hardware before testing invalid vblank Petri Latvala
2021-06-21 18:54   ` Mark Yacoub

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.