Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init.
@ 2022-11-17 19:46 Mark Yacoub
  2022-11-17 21:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Mark Yacoub @ 2022-11-17 19:46 UTC (permalink / raw)
  To: igt-dev
  Cc: robdclark, vsuley, petri.latvala, ihf, amstan, kalin, seanpaul,
	matthewtlam, khaled.almahallawy, markyacoub

[Why]
Currently, Cv3 doesn't allow all ports to be plugged in at the same time
so chamelium_plug_all() always fails.

[How]
Check for the first Port ID as it's unique between V2 and V3, and skip
the plugging if it's V3.

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

diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
index 68864bb8..6c52ac3b 100644
--- a/lib/igt_chamelium.c
+++ b/lib/igt_chamelium.c
@@ -3015,10 +3015,19 @@ bool chamelium_plug_all(struct chamelium *chamelium)
 	int port_ids[CHAMELIUM_MAX_PORTS];
 	xmlrpc_value *v;
 
+	igt_debug("CHAMELIUM PLUG ALL\n");
+
 	port_count = chamelium_get_video_ports(chamelium, port_ids);
+	igt_debug("CHAMELIUM PLUG ALL: %zu ports\n", port_count);
 	if (port_count <= 0)
 		return false;
 
+	/* A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
+	 * all ports to be plugged in at the same time. Cv3 first port has an ID
+	 * of 0 while Cv2 has first port ID as 1. */
+	if (port_ids[0] == 0)
+		return true;
+
 	for (int i = 0; i < port_count; ++i) {
 		v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
 
@@ -3053,6 +3062,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
 	for (int i = 0; group_list[i] != NULL; i++) {
 		char *map_name;
 		group = group_list[i];
+		igt_debug("Checking group %s", group);
 
 		if (!strstr(group, "Chamelium:"))
 			continue;
@@ -3060,6 +3070,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
 		igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS);
 
 		map_name = group + (sizeof("Chamelium:") - 1);
+		igt_debug("Checking map %s", map_name);
 
 		for (int j = 0;
 		     j < res->count_connectors;
-- 
2.38.1.584.g0f3c55d4c2-goog

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

* [igt-dev] ✓ Fi.CI.BAT: success for Cv3 Workaround: Skip Plug all at init.
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
@ 2022-11-17 21:11 ` Patchwork
  2022-11-18  8:35 ` [igt-dev] [PATCH] " Petri Latvala
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-11-17 21:11 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev

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

== Series Details ==

Series: Cv3 Workaround: Skip Plug all at init.
URL   : https://patchwork.freedesktop.org/series/111037/
State : success

== Summary ==

CI Bug Log - changes from IGT_7066 -> IGTPW_8126
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (42 -> 37)
------------------------------

  Additional (1): bat-jsl-1 
  Missing    (6): fi-ilk-m540 bat-dg1-6 fi-ctg-p8600 fi-hsw-4770 bat-rpls-1 fi-bdw-samus 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live@mman:
    - fi-rkl-guc:         [PASS][1] -> [TIMEOUT][2] ([i915#6794])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/fi-rkl-guc/igt@i915_selftest@live@mman.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/fi-rkl-guc/igt@i915_selftest@live@mman.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@gt_heartbeat:
    - fi-bxt-dsi:         [DMESG-FAIL][3] ([i915#5334]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/fi-bxt-dsi/igt@i915_selftest@live@gt_heartbeat.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/fi-bxt-dsi/igt@i915_selftest@live@gt_heartbeat.html

  * igt@i915_selftest@live@gt_pm:
    - {bat-adln-1}:       [DMESG-FAIL][5] ([i915#4258]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/bat-adln-1/igt@i915_selftest@live@gt_pm.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/bat-adln-1/igt@i915_selftest@live@gt_pm.html

  * igt@i915_selftest@live@hangcheck:
    - {bat-dg1-7}:        [INCOMPLETE][7] -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/bat-dg1-7/igt@i915_selftest@live@hangcheck.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/bat-dg1-7/igt@i915_selftest@live@hangcheck.html

  * igt@i915_selftest@live@reset:
    - {bat-rpls-2}:       [DMESG-FAIL][9] ([i915#4983]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/bat-rpls-2/igt@i915_selftest@live@reset.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/bat-rpls-2/igt@i915_selftest@live@reset.html

  
#### Warnings ####

  * igt@i915_suspend@basic-s3-without-i915:
    - fi-rkl-11600:       [FAIL][11] ([fdo#103375]) -> [INCOMPLETE][12] ([i915#4817])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/fi-rkl-11600/igt@i915_suspend@basic-s3-without-i915.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/fi-rkl-11600/igt@i915_suspend@basic-s3-without-i915.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#3003]: https://gitlab.freedesktop.org/drm/intel/issues/3003
  [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4817]: https://gitlab.freedesktop.org/drm/intel/issues/4817
  [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
  [i915#5153]: https://gitlab.freedesktop.org/drm/intel/issues/5153
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#6559]: https://gitlab.freedesktop.org/drm/intel/issues/6559
  [i915#6794]: https://gitlab.freedesktop.org/drm/intel/issues/6794
  [i915#6997]: https://gitlab.freedesktop.org/drm/intel/issues/6997
  [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7066 -> IGTPW_8126

  CI-20190529: 20190529
  CI_DRM_12396: 75ed1f4f7835f178647e3f73910ed4af0944d9ec @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8126: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/index.html
  IGT_7066: 2470b918175f314fef2e4e8ef0aa8acafb4ff945 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

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

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

* Re: [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init.
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
  2022-11-17 21:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2022-11-18  8:35 ` Petri Latvala
  2022-11-18 16:39   ` Mark Yacoub
  2022-11-18 10:45 ` Kamil Konieczny
                   ` (5 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Petri Latvala @ 2022-11-18  8:35 UTC (permalink / raw)
  To: Mark Yacoub
  Cc: robdclark, vsuley, amstan, ihf, igt-dev, kalin, seanpaul,
	matthewtlam, markyacoub, khaled.almahallawy

On Thu, Nov 17, 2022 at 02:46:39PM -0500, Mark Yacoub wrote:
> [Why]
> Currently, Cv3 doesn't allow all ports to be plugged in at the same time
> so chamelium_plug_all() always fails.
> 
> [How]
> Check for the first Port ID as it's unique between V2 and V3, and skip
> the plugging if it's V3.
> 
> Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
> ---
>  lib/igt_chamelium.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
> index 68864bb8..6c52ac3b 100644
> --- a/lib/igt_chamelium.c
> +++ b/lib/igt_chamelium.c
> @@ -3015,10 +3015,19 @@ bool chamelium_plug_all(struct chamelium *chamelium)
>  	int port_ids[CHAMELIUM_MAX_PORTS];
>  	xmlrpc_value *v;
>  
> +	igt_debug("CHAMELIUM PLUG ALL\n");
> +
>  	port_count = chamelium_get_video_ports(chamelium, port_ids);
> +	igt_debug("CHAMELIUM PLUG ALL: %zu ports\n", port_count);
>  	if (port_count <= 0)
>  		return false;
>  
> +	/* A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
> +	 * all ports to be plugged in at the same time. Cv3 first port has an ID
> +	 * of 0 while Cv2 has first port ID as 1. */

Format this comment as

/*
 * Text starts from this line.
 * The begin and end of block comment on their own lines
 */



> +	if (port_ids[0] == 0)
> +		return true;
> +
>  	for (int i = 0; i < port_count; ++i) {
>  		v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
>  
> @@ -3053,6 +3062,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
>  	for (int i = 0; group_list[i] != NULL; i++) {
>  		char *map_name;
>  		group = group_list[i];
> +		igt_debug("Checking group %s", group);

Make sure debug prints end in newline.

>  
>  		if (!strstr(group, "Chamelium:"))
>  			continue;
> @@ -3060,6 +3070,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
>  		igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS);
>  
>  		map_name = group + (sizeof("Chamelium:") - 1);
> +		igt_debug("Checking map %s", map_name);

Same here.


-- 
Petri Latvala


>  
>  		for (int j = 0;
>  		     j < res->count_connectors;
> -- 
> 2.38.1.584.g0f3c55d4c2-goog
> 

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

* Re: [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init.
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
  2022-11-17 21:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  2022-11-18  8:35 ` [igt-dev] [PATCH] " Petri Latvala
@ 2022-11-18 10:45 ` Kamil Konieczny
  2022-11-18 16:39   ` Mark Yacoub
  2022-11-18 11:43 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
                   ` (4 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Kamil Konieczny @ 2022-11-18 10:45 UTC (permalink / raw)
  To: igt-dev
  Cc: robdclark, khaled.almahallawy, vsuley, markyacoub, kalin,
	seanpaul, ihf, matthewtlam, petri.latvala, amstan

Hi Mark,

On 2022-11-17 at 14:46:39 -0500, Mark Yacoub wrote:

Few nits for subject line:
[PATCH] Cv3 Workaround: Skip Plug all at init.
----------- ^ --------- ^ -- ^ ------------- ^
Generally do not use upper case in subject (with exceptions to
some propoer names like GPU, CPU etc) and do not end it with
dot, so better:

[PATCH] Cv3 workaround: skip plug all at init

> [Why]
> Currently, Cv3 doesn't allow all ports to be plugged in at the same time
> so chamelium_plug_all() always fails.
> 
> [How]
> Check for the first Port ID as it's unique between V2 and V3, and skip
> the plugging if it's V3.
> 
> Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
> ---
>  lib/igt_chamelium.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
> index 68864bb8..6c52ac3b 100644
> --- a/lib/igt_chamelium.c
> +++ b/lib/igt_chamelium.c
> @@ -3015,10 +3015,19 @@ bool chamelium_plug_all(struct chamelium *chamelium)
>  	int port_ids[CHAMELIUM_MAX_PORTS];
>  	xmlrpc_value *v;
>  
> +	igt_debug("CHAMELIUM PLUG ALL\n");
------------------ ^
Don't use upper-case, so
s/CHAMELIUM PLUG ALL/Chamelium plug all/

> +
>  	port_count = chamelium_get_video_ports(chamelium, port_ids);
> +	igt_debug("CHAMELIUM PLUG ALL: %zu ports\n", port_count);
------------------ ^
Same here.

>  	if (port_count <= 0)
>  		return false;
>  
> +	/* A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
> +	 * all ports to be plugged in at the same time. Cv3 first port has an ID
> +	 * of 0 while Cv2 has first port ID as 1. */
> +	if (port_ids[0] == 0)

If you put debugs elsewhere, maybe also put it here ?
This looks like you will not test any plugged port on Cv3 ?
Do you have separate test iterate on ports ?
Do you want to test anything here for Cv3 if port_count == 1 ?

Regards,
Kamil

> +		return true;
> +
>  	for (int i = 0; i < port_count; ++i) {
>  		v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
>  
> @@ -3053,6 +3062,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
>  	for (int i = 0; group_list[i] != NULL; i++) {
>  		char *map_name;
>  		group = group_list[i];
> +		igt_debug("Checking group %s", group);
>  
>  		if (!strstr(group, "Chamelium:"))
>  			continue;
> @@ -3060,6 +3070,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
>  		igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS);
>  
>  		map_name = group + (sizeof("Chamelium:") - 1);
> +		igt_debug("Checking map %s", map_name);
>  
>  		for (int j = 0;
>  		     j < res->count_connectors;
> -- 
> 2.38.1.584.g0f3c55d4c2-goog
> 

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

* [igt-dev] ✓ Fi.CI.IGT: success for Cv3 Workaround: Skip Plug all at init.
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
                   ` (2 preceding siblings ...)
  2022-11-18 10:45 ` Kamil Konieczny
@ 2022-11-18 11:43 ` Patchwork
  2022-11-18 16:35 ` [igt-dev] [PATCH v2] Cv3 workaround: skip plug " Mark Yacoub
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-11-18 11:43 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev

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

== Series Details ==

Series: Cv3 Workaround: Skip Plug all at init.
URL   : https://patchwork.freedesktop.org/series/111037/
State : success

== Summary ==

CI Bug Log - changes from IGT_7066_full -> IGTPW_8126_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (8 -> 8)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * {igt@kms_chamelium@dp-edid-resolution-list}:
    - {shard-dg1}:        NOTRUN -> [SKIP][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-dg1-18/igt@kms_chamelium@dp-edid-resolution-list.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_ctx_exec@basic-nohangcheck:
    - shard-tglb:         [PASS][2] -> [FAIL][3] ([i915#6268])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-tglb8/igt@gem_ctx_exec@basic-nohangcheck.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@gem_ctx_exec@basic-nohangcheck.html

  * igt@gem_exec_balancer@parallel-keep-in-fence:
    - shard-iclb:         NOTRUN -> [SKIP][4] ([i915#4525])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html

  * igt@gem_exec_balancer@parallel-out-fence:
    - shard-iclb:         [PASS][5] -> [SKIP][6] ([i915#4525])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb2/igt@gem_exec_balancer@parallel-out-fence.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@gem_exec_balancer@parallel-out-fence.html

  * igt@gem_exec_capture@pi@vcs1:
    - shard-iclb:         NOTRUN -> [INCOMPLETE][7] ([i915#3371])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@gem_exec_capture@pi@vcs1.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-glk:          [PASS][8] -> [FAIL][9] ([i915#2842])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-glk6/igt@gem_exec_fair@basic-none@vcs0.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk1/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][10] ([i915#2842])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb1/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_lmem_swapping@smem-oom:
    - shard-glk:          NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#4613]) +1 similar issue
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk5/igt@gem_lmem_swapping@smem-oom.html

  * igt@gem_vm_create@invalid-create:
    - shard-snb:          NOTRUN -> [SKIP][12] ([fdo#109271]) +117 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-snb4/igt@gem_vm_create@invalid-create.html

  * igt@gen7_exec_parse@basic-allowed:
    - shard-tglb:         NOTRUN -> [SKIP][13] ([fdo#109289])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb7/igt@gen7_exec_parse@basic-allowed.html
    - shard-iclb:         NOTRUN -> [SKIP][14] ([fdo#109289])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-tglb:         NOTRUN -> [SKIP][15] ([i915#4281])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_query@query-topology-unsupported:
    - shard-tglb:         NOTRUN -> [SKIP][16] ([fdo#109302])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb2/igt@i915_query@query-topology-unsupported.html
    - shard-iclb:         NOTRUN -> [SKIP][17] ([fdo#109302])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb3/igt@i915_query@query-topology-unsupported.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-1:
    - shard-glk:          [PASS][18] -> [INCOMPLETE][19] ([i915#5584])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-1.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-b-hdmi-a-1.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([i915#5286])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
    - shard-tglb:         NOTRUN -> [SKIP][21] ([i915#5286])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
    - shard-glk:          NOTRUN -> [SKIP][22] ([fdo#109271]) +59 similar issues
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-tglb:         NOTRUN -> [SKIP][23] ([fdo#111615]) +1 similar issue
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
    - shard-iclb:         NOTRUN -> [SKIP][24] ([fdo#110723])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_ccs@pipe-a-bad-rotation-90-4_tiled_dg2_rc_ccs_cc:
    - shard-iclb:         NOTRUN -> [SKIP][25] ([fdo#109278]) +1 similar issue
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb5/igt@kms_ccs@pipe-a-bad-rotation-90-4_tiled_dg2_rc_ccs_cc.html
    - shard-tglb:         NOTRUN -> [SKIP][26] ([i915#6095])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb7/igt@kms_ccs@pipe-a-bad-rotation-90-4_tiled_dg2_rc_ccs_cc.html

  * igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
    - shard-glk:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#3886]) +4 similar issues
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk1/igt@kms_ccs@pipe-a-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][28] ([i915#3689])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb7/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_ccs.html

  * igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][29] ([i915#3689] / [i915#3886]) +1 similar issue
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@kms_ccs@pipe-b-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][30] ([fdo#109278] / [i915#3886])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb5/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
    - shard-apl:          NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#3886])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl7/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-missing-ccs-buffer-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([fdo#111615] / [i915#3689]) +2 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb2/igt@kms_ccs@pipe-c-missing-ccs-buffer-yf_tiled_ccs.html

  * igt@kms_chamelium@dp-edid-read:
    - shard-glk:          NOTRUN -> [SKIP][33] ([fdo#109271] / [fdo#111827]) +4 similar issues
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk3/igt@kms_chamelium@dp-edid-read.html

  * igt@kms_color_chamelium@ctm-0-50:
    - shard-apl:          NOTRUN -> [SKIP][34] ([fdo#109271] / [fdo#111827]) +1 similar issue
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl3/igt@kms_color_chamelium@ctm-0-50.html
    - shard-snb:          NOTRUN -> [SKIP][35] ([fdo#109271] / [fdo#111827]) +2 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-snb7/igt@kms_color_chamelium@ctm-0-50.html
    - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109284] / [fdo#111827]) +1 similar issue
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb8/igt@kms_color_chamelium@ctm-0-50.html
    - shard-iclb:         NOTRUN -> [SKIP][37] ([fdo#109284] / [fdo#111827]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@kms_color_chamelium@ctm-0-50.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa@atomic-transitions-varying-size:
    - shard-tglb:         NOTRUN -> [SKIP][38] ([fdo#109274] / [fdo#111825]) +5 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@kms_cursor_legacy@cursorb-vs-flipa@atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@cursorb-vs-flipa@legacy:
    - shard-iclb:         NOTRUN -> [SKIP][39] ([fdo#109274]) +9 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb1/igt@kms_cursor_legacy@cursorb-vs-flipa@legacy.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-glk:          NOTRUN -> [FAIL][40] ([i915#4767])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk9/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([fdo#109274] / [fdo#111825] / [i915#3637]) +3 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb8/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode:
    - shard-tglb:         NOTRUN -> [SKIP][42] ([i915#2587] / [i915#2672])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode:
    - shard-iclb:         NOTRUN -> [SKIP][43] ([i915#2587] / [i915#2672]) +2 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:
    - shard-iclb:         NOTRUN -> [SKIP][44] ([i915#2672]) +3 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
    - shard-iclb:         NOTRUN -> [SKIP][45] ([i915#2672] / [i915#3555]) +1 similar issue
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render:
    - shard-iclb:         NOTRUN -> [SKIP][46] ([fdo#109280]) +6 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
    - shard-tglb:         NOTRUN -> [SKIP][47] ([fdo#109280] / [fdo#111825]) +6 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary:
    - shard-tglb:         NOTRUN -> [SKIP][48] ([i915#6497]) +1 similar issue
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb6/igt@kms_frontbuffer_tracking@fbcpsr-indfb-scaledprimary.html

  * igt@kms_hdr@bpc-switch-suspend:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([i915#3555]) +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb8/igt@kms_hdr@bpc-switch-suspend.html
    - shard-iclb:         NOTRUN -> [SKIP][50] ([i915#3555]) +2 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@kms_hdr@bpc-switch-suspend.html

  * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-edp-1:
    - shard-iclb:         NOTRUN -> [SKIP][51] ([i915#5176]) +2 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-edp-1.html

  * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-dp-1:
    - shard-apl:          NOTRUN -> [SKIP][52] ([fdo#109271]) +41 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl3/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-dp-1.html

  * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-edp-1:
    - shard-tglb:         NOTRUN -> [SKIP][53] ([i915#5176]) +3 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-edp-1.html

  * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-edp-1:
    - shard-iclb:         [PASS][54] -> [SKIP][55] ([i915#5176]) +2 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb5/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-edp-1.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-5@pipe-b-edp-1.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][56] -> [SKIP][57] ([fdo#109441]) +2 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb7/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_sprite_render:
    - shard-tglb:         NOTRUN -> [FAIL][58] ([i915#132] / [i915#3467]) +1 similar issue
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb2/igt@kms_psr@psr2_sprite_render.html
    - shard-iclb:         NOTRUN -> [SKIP][59] ([fdo#109441]) +1 similar issue
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb7/igt@kms_psr@psr2_sprite_render.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-iclb:         [PASS][60] -> [SKIP][61] ([i915#5519])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_vblank@pipe-b-ts-continuation-suspend:
    - shard-apl:          [PASS][62] -> [DMESG-WARN][63] ([i915#180])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-apl7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl8/igt@kms_vblank@pipe-b-ts-continuation-suspend.html

  * igt@kms_writeback@writeback-pixel-formats:
    - shard-apl:          NOTRUN -> [SKIP][64] ([fdo#109271] / [i915#2437])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl1/igt@kms_writeback@writeback-pixel-formats.html
    - shard-tglb:         NOTRUN -> [SKIP][65] ([i915#2437])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb6/igt@kms_writeback@writeback-pixel-formats.html
    - shard-glk:          NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#2437])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk8/igt@kms_writeback@writeback-pixel-formats.html
    - shard-iclb:         NOTRUN -> [SKIP][67] ([i915#2437])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb8/igt@kms_writeback@writeback-pixel-formats.html

  * igt@sysfs_clients@pidname:
    - shard-apl:          NOTRUN -> [SKIP][68] ([fdo#109271] / [i915#2994])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl1/igt@sysfs_clients@pidname.html
    - shard-tglb:         NOTRUN -> [SKIP][69] ([i915#2994])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb8/igt@sysfs_clients@pidname.html
    - shard-glk:          NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#2994])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk6/igt@sysfs_clients@pidname.html
    - shard-iclb:         NOTRUN -> [SKIP][71] ([i915#2994])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@sysfs_clients@pidname.html

  
#### Possible fixes ####

  * igt@api_intel_bb@object-reloc-keep-cache:
    - {shard-rkl}:        [SKIP][72] ([i915#3281]) -> [PASS][73] +3 similar issues
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-3/igt@api_intel_bb@object-reloc-keep-cache.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-5/igt@api_intel_bb@object-reloc-keep-cache.html

  * igt@fbdev@pan:
    - {shard-rkl}:        [SKIP][74] ([i915#2582]) -> [PASS][75]
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-3/igt@fbdev@pan.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@fbdev@pan.html

  * igt@gem_eio@in-flight-suspend:
    - {shard-rkl}:        [FAIL][76] ([fdo#103375]) -> [PASS][77] +1 similar issue
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-3/igt@gem_eio@in-flight-suspend.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-1/igt@gem_eio@in-flight-suspend.html

  * igt@gem_eio@unwedge-stress:
    - {shard-dg1}:        [FAIL][78] ([i915#5784]) -> [PASS][79]
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-dg1-13/igt@gem_eio@unwedge-stress.html
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-dg1-19/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_balancer@parallel-bb-first:
    - shard-iclb:         [SKIP][80] ([i915#4525]) -> [PASS][81]
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html

  * igt@gem_mmap_gtt@fault-concurrent-x:
    - shard-snb:          [CRASH][82] ([i915#5161]) -> [PASS][83]
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-snb4/igt@gem_mmap_gtt@fault-concurrent-x.html

  * igt@gem_partial_pwrite_pread@writes-after-reads-uncached:
    - {shard-rkl}:        [SKIP][84] ([i915#3282]) -> [PASS][85] +1 similar issue
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-1/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-5/igt@gem_partial_pwrite_pread@writes-after-reads-uncached.html

  * igt@i915_pm_backlight@fade_with_dpms:
    - {shard-rkl}:        [SKIP][86] ([i915#3012]) -> [PASS][87]
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-1/igt@i915_pm_backlight@fade_with_dpms.html
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@i915_pm_backlight@fade_with_dpms.html

  * igt@i915_pm_rc6_residency@rc6-idle@rcs0:
    - {shard-rkl}:        [FAIL][88] ([i915#3591]) -> [PASS][89]
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html

  * igt@i915_pm_rc6_residency@rc6-idle@vcs0:
    - {shard-rkl}:        [WARN][90] ([i915#2681]) -> [PASS][91]
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-5/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-4/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html

  * igt@i915_pm_rpm@modeset-lpsp:
    - {shard-rkl}:        [SKIP][92] ([i915#1397]) -> [PASS][93]
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-3/igt@i915_pm_rpm@modeset-lpsp.html
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp.html

  * igt@i915_selftest@live@gt_heartbeat:
    - shard-apl:          [DMESG-FAIL][94] ([i915#5334]) -> [PASS][95]
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-apl8/igt@i915_selftest@live@gt_heartbeat.html
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl7/igt@i915_selftest@live@gt_heartbeat.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-0:
    - shard-glk:          [FAIL][96] ([i915#5138]) -> [PASS][97]
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-glk1/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk6/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:
    - {shard-rkl}:        [SKIP][98] ([i915#1845] / [i915#4098]) -> [PASS][99] +10 similar issues
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-5/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html

  * igt@kms_cursor_legacy@flip-vs-cursor@varying-size:
    - shard-iclb:         [FAIL][100] ([i915#2346]) -> [PASS][101] +2 similar issues
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor@varying-size.html
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb6/igt@kms_cursor_legacy@flip-vs-cursor@varying-size.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
    - {shard-rkl}:        [SKIP][102] ([i915#1849] / [i915#4098]) -> [PASS][103] +11 similar issues
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html

  * igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1:
    - shard-apl:          [FAIL][104] ([i915#1188]) -> [PASS][105]
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-apl7/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl3/igt@kms_hdr@bpc-switch-dpms@pipe-a-dp-1.html

  * igt@kms_plane@pixel-format@pipe-b-planes:
    - {shard-rkl}:        [SKIP][106] ([i915#1849] / [i915#3558]) -> [PASS][107] +1 similar issue
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-5/igt@kms_plane@pixel-format@pipe-b-planes.html
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@kms_plane@pixel-format@pipe-b-planes.html

  * igt@kms_psr@psr2_primary_blt:
    - shard-iclb:         [SKIP][108] ([fdo#109441]) -> [PASS][109]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb1/igt@kms_psr@psr2_primary_blt.html
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@kms_psr@psr2_primary_blt.html

  * igt@kms_psr@sprite_plane_onoff:
    - {shard-rkl}:        [SKIP][110] ([i915#1072]) -> [PASS][111]
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-rkl-1/igt@kms_psr@sprite_plane_onoff.html
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-tglb:         [SKIP][112] ([i915#5519]) -> [PASS][113]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-tglb7/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
    - shard-iclb:         [SKIP][114] ([i915#5519]) -> [PASS][115]
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb2/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@perf_pmu@idle@rcs0:
    - {shard-dg1}:        [FAIL][116] ([i915#4349]) -> [PASS][117]
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-dg1-12/igt@perf_pmu@idle@rcs0.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-dg1-17/igt@perf_pmu@idle@rcs0.html

  
#### Warnings ####

  * igt@gem_pread@exhaustion:
    - shard-glk:          [WARN][118] ([i915#2658]) -> [INCOMPLETE][119] ([i915#7248]) +1 similar issue
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-glk9/igt@gem_pread@exhaustion.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-glk6/igt@gem_pread@exhaustion.html

  * igt@kms_content_protection@mei_interface:
    - shard-tglb:         [SKIP][120] ([i915#7118]) -> [SKIP][121] ([fdo#109300])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-tglb1/igt@kms_content_protection@mei_interface.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-tglb7/igt@kms_content_protection@mei_interface.html
    - shard-iclb:         [SKIP][122] ([i915#7118]) -> [SKIP][123] ([fdo#109300])
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb1/igt@kms_content_protection@mei_interface.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb3/igt@kms_content_protection@mei_interface.html

  * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
    - shard-apl:          [FAIL][124] ([i915#4573]) -> [DMESG-FAIL][125] ([IGT#6]) +1 similar issue
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-apl7/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-apl2/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html

  * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
    - shard-iclb:         [SKIP][126] ([i915#2920]) -> [SKIP][127] ([i915#658]) +1 similar issue
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area:
    - shard-iclb:         [SKIP][128] ([i915#2920]) -> [SKIP][129] ([fdo#111068] / [i915#658])
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7066/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/shard-iclb5/igt@kms_psr2_sf@plane-move-sf-dmg-area.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [IGT#6]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
  [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300
  [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
  [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
  [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
  [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188
  [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1755]: https://gitlab.freedesktop.org/drm/intel/issues/1755
  [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
  [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433
  [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
  [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
  [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
  [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
  [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
  [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920
  [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994
  [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002
  [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
  [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
  [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
  [i915#3371]: https://gitlab.freedesktop.org/drm/intel/issues/3371
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467
  [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
  [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
  [i915#3810]: https://gitlab.freedesktop.org/drm/intel/issues/3810
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
  [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
  [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
  [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767
  [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4855]: https://gitlab.freedesktop.org/drm/intel/issues/4855
  [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859
  [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
  [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
  [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884
  [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
  [i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
  [i915#5327]: https://gitlab.freedesktop.org/drm/intel/issues/5327
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
  [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
  [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519
  [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563
  [i915#5584]: https://gitlab.freedesktop.org/drm/intel/issues/5584
  [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230
  [i915#6248]: https://gitlab.freedesktop.org/drm/intel/issues/6248
  [i915#6251]: https://gitlab.freedesktop.org/drm/intel/issues/6251
  [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
  [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
  [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433
  [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
  [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
  [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7248]: https://gitlab.freedesktop.org/drm/intel/issues/7248
  [i915#7468]: https://gitlab.freedesktop.org/drm/intel/issues/7468


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7066 -> IGTPW_8126

  CI-20190529: 20190529
  CI_DRM_12396: 75ed1f4f7835f178647e3f73910ed4af0944d9ec @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8126: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8126/index.html
  IGT_7066: 2470b918175f314fef2e4e8ef0aa8acafb4ff945 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

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

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

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

* [igt-dev] [PATCH v2] Cv3 workaround: skip plug all at init
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
                   ` (3 preceding siblings ...)
  2022-11-18 11:43 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
@ 2022-11-18 16:35 ` Mark Yacoub
  2022-11-22  8:18   ` Kamil Konieczny
  2022-11-18 20:12 ` [igt-dev] ✓ Fi.CI.BAT: success for Cv3 Workaround: Skip Plug all at init. (rev2) Patchwork
                   ` (2 subsequent siblings)
  7 siblings, 1 reply; 16+ messages in thread
From: Mark Yacoub @ 2022-11-18 16:35 UTC (permalink / raw)
  To: igt-dev
  Cc: robdclark, vsuley, petri.latvala, ihf, amstan, kalin, seanpaul,
	matthewtlam, khaled.almahallawy, markyacoub

[Why]
Currently, Cv3 doesn't allow all ports to be plugged in at the same time
so chamelium_plug_all() always fails.

[How]
Check for the first Port ID as it's unique between V2 and V3, and skip
the plugging if it's V3.

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

diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
index 68864bb8..79920de1 100644
--- a/lib/igt_chamelium.c
+++ b/lib/igt_chamelium.c
@@ -3019,6 +3019,17 @@ bool chamelium_plug_all(struct chamelium *chamelium)
 	if (port_count <= 0)
 		return false;
 
+	/*
+	 * A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
+	 * all ports to be plugged in at the same time. Cv3 first port has an ID
+	 * of 0 while Cv2 has first port ID as 1.
+	 * TODO(markyacoub): Remove this workaround when V3 is fixed.
+	 */
+	if (port_ids[0] == 0) {
+		igt_debug("This should be Cv3. Skipping plugging all ports\n");
+		return true;
+	}
+
 	for (int i = 0; i < port_count; ++i) {
 		v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
 
-- 
2.38.1.584.g0f3c55d4c2-goog

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

* Re: [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init.
  2022-11-18 10:45 ` Kamil Konieczny
@ 2022-11-18 16:39   ` Mark Yacoub
  0 siblings, 0 replies; 16+ messages in thread
From: Mark Yacoub @ 2022-11-18 16:39 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev, robdclark, vsuley, petri.latvala, ihf,
	amstan, kalin, seanpaul, matthewtlam, khaled.almahallawy,
	markyacoub

On Fri, Nov 18, 2022 at 5:45 AM Kamil Konieczny
<kamil.konieczny@linux.intel.com> wrote:
>
> Hi Mark,
>
> On 2022-11-17 at 14:46:39 -0500, Mark Yacoub wrote:
>
> Few nits for subject line:
> [PATCH] Cv3 Workaround: Skip Plug all at init.
> ----------- ^ --------- ^ -- ^ ------------- ^
> Generally do not use upper case in subject (with exceptions to
> some propoer names like GPU, CPU etc) and do not end it with
> dot, so better:
>
> [PATCH] Cv3 workaround: skip plug all at init
>
Fixed
> > [Why]
> > Currently, Cv3 doesn't allow all ports to be plugged in at the same time
> > so chamelium_plug_all() always fails.
> >
> > [How]
> > Check for the first Port ID as it's unique between V2 and V3, and skip
> > the plugging if it's V3.
> >
> > Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
> > ---
> >  lib/igt_chamelium.c | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >
> > diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
> > index 68864bb8..6c52ac3b 100644
> > --- a/lib/igt_chamelium.c
> > +++ b/lib/igt_chamelium.c
> > @@ -3015,10 +3015,19 @@ bool chamelium_plug_all(struct chamelium *chamelium)
> >       int port_ids[CHAMELIUM_MAX_PORTS];
> >       xmlrpc_value *v;
> >
> > +     igt_debug("CHAMELIUM PLUG ALL\n");
> ------------------ ^
> Don't use upper-case, so
> s/CHAMELIUM PLUG ALL/Chamelium plug all/
>
Removed. I accidentally forgot to amend my changes.
> > +
> >       port_count = chamelium_get_video_ports(chamelium, port_ids);
> > +     igt_debug("CHAMELIUM PLUG ALL: %zu ports\n", port_count);
> ------------------ ^
> Same here.
>
Removed.
> >       if (port_count <= 0)
> >               return false;
> >
> > +     /* A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
> > +      * all ports to be plugged in at the same time. Cv3 first port has an ID
> > +      * of 0 while Cv2 has first port ID as 1. */
> > +     if (port_ids[0] == 0)
>
> If you put debugs elsewhere, maybe also put it here ?
I added a debug to know that this is Cv3
> This looks like you will not test any plugged port on Cv3 ?
We use autodiscovery later on to figure out what is connected.
> Do you have separate test iterate on ports ?
> Do you want to test anything here for Cv3 if port_count == 1 ?
We do test it elsewhere when we set up the chamelium ports anyway.
>
> Regards,
> Kamil
>
Thanks a lot for your review. Let me know if you'd like to me to
always add you on my IGT patches.
> > +             return true;
> > +
> >       for (int i = 0; i < port_count; ++i) {
> >               v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
> >
> > @@ -3053,6 +3062,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
> >       for (int i = 0; group_list[i] != NULL; i++) {
> >               char *map_name;
> >               group = group_list[i];
> > +             igt_debug("Checking group %s", group);
> >
> >               if (!strstr(group, "Chamelium:"))
> >                       continue;
> > @@ -3060,6 +3070,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
> >               igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS);
> >
> >               map_name = group + (sizeof("Chamelium:") - 1);
> > +             igt_debug("Checking map %s", map_name);
> >
> >               for (int j = 0;
> >                    j < res->count_connectors;
> > --
> > 2.38.1.584.g0f3c55d4c2-goog
> >

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

* Re: [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init.
  2022-11-18  8:35 ` [igt-dev] [PATCH] " Petri Latvala
@ 2022-11-18 16:39   ` Mark Yacoub
  0 siblings, 0 replies; 16+ messages in thread
From: Mark Yacoub @ 2022-11-18 16:39 UTC (permalink / raw)
  To: Petri Latvala
  Cc: robdclark, vsuley, amstan, ihf, igt-dev, kalin, seanpaul,
	matthewtlam, markyacoub, khaled.almahallawy

On Fri, Nov 18, 2022 at 3:36 AM Petri Latvala <petri.latvala@intel.com> wrote:
>
> On Thu, Nov 17, 2022 at 02:46:39PM -0500, Mark Yacoub wrote:
> > [Why]
> > Currently, Cv3 doesn't allow all ports to be plugged in at the same time
> > so chamelium_plug_all() always fails.
> >
> > [How]
> > Check for the first Port ID as it's unique between V2 and V3, and skip
> > the plugging if it's V3.
> >
> > Signed-off-by: Mark Yacoub <markyacoub@chromium.org>
> > ---
> >  lib/igt_chamelium.c | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> >
> > diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
> > index 68864bb8..6c52ac3b 100644
> > --- a/lib/igt_chamelium.c
> > +++ b/lib/igt_chamelium.c
> > @@ -3015,10 +3015,19 @@ bool chamelium_plug_all(struct chamelium *chamelium)
> >       int port_ids[CHAMELIUM_MAX_PORTS];
> >       xmlrpc_value *v;
> >
> > +     igt_debug("CHAMELIUM PLUG ALL\n");
> > +
> >       port_count = chamelium_get_video_ports(chamelium, port_ids);
> > +     igt_debug("CHAMELIUM PLUG ALL: %zu ports\n", port_count);
> >       if (port_count <= 0)
> >               return false;
> >
> > +     /* A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
> > +      * all ports to be plugged in at the same time. Cv3 first port has an ID
> > +      * of 0 while Cv2 has first port ID as 1. */
>
> Format this comment as
>
> /*
>  * Text starts from this line.
>  * The begin and end of block comment on their own lines
>  */
>
Fixed.
>
>
> > +     if (port_ids[0] == 0)
> > +             return true;
> > +
> >       for (int i = 0; i < port_count; ++i) {
> >               v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
> >
> > @@ -3053,6 +3062,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
> >       for (int i = 0; group_list[i] != NULL; i++) {
> >               char *map_name;
> >               group = group_list[i];
> > +             igt_debug("Checking group %s", group);
>
> Make sure debug prints end in newline.
>
Removed.
> >
> >               if (!strstr(group, "Chamelium:"))
> >                       continue;
> > @@ -3060,6 +3070,7 @@ bool chamelium_wait_all_configured_ports_connected(struct chamelium *chamelium,
> >               igt_assert(chamelium->port_count <= CHAMELIUM_MAX_PORTS);
> >
> >               map_name = group + (sizeof("Chamelium:") - 1);
> > +             igt_debug("Checking map %s", map_name);
>
> Same here.
Removed.
>
>
> --
> Petri Latvala
>
>
> >
> >               for (int j = 0;
> >                    j < res->count_connectors;
> > --
> > 2.38.1.584.g0f3c55d4c2-goog
> >

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

* [igt-dev] ✓ Fi.CI.BAT: success for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
                   ` (4 preceding siblings ...)
  2022-11-18 16:35 ` [igt-dev] [PATCH v2] Cv3 workaround: skip plug " Mark Yacoub
@ 2022-11-18 20:12 ` Patchwork
  2022-11-19 10:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  2022-11-21 18:56 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  7 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-11-18 20:12 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev

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

== Series Details ==

Series: Cv3 Workaround: Skip Plug all at init. (rev2)
URL   : https://patchwork.freedesktop.org/series/111037/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_12401 -> IGTPW_8131
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (41 -> 28)
------------------------------

  Additional (3): fi-tgl-dsi fi-snb-2520m fi-pnv-d510 
  Missing    (16): bat-dg1-7 fi-ilk-m540 fi-bdw-samus bat-dg1-6 bat-dg2-8 bat-adlm-1 fi-icl-u2 bat-dg2-9 bat-adlp-6 bat-adlp-4 fi-ctg-p8600 bat-adln-1 bat-rplp-1 bat-rpls-2 bat-dg2-11 bat-jsl-1 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live@hangcheck:
    - fi-hsw-4770:        [PASS][1] -> [INCOMPLETE][2] ([i915#4785])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-snb-2520m:       NOTRUN -> [SKIP][3] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/fi-snb-2520m/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_psr@primary_page_flip:
    - fi-pnv-d510:        NOTRUN -> [SKIP][4] ([fdo#109271]) +44 similar issues
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/fi-pnv-d510/igt@kms_psr@primary_page_flip.html

  * igt@prime_vgem@basic-fence-flip:
    - fi-snb-2520m:       NOTRUN -> [SKIP][5] ([fdo#109271]) +23 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/fi-snb-2520m/igt@prime_vgem@basic-fence-flip.html

  * igt@runner@aborted:
    - fi-hsw-4770:        NOTRUN -> [FAIL][6] ([fdo#109271] / [i915#4312] / [i915#5594])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/fi-hsw-4770/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size:
    - fi-bsw-kefka:       [FAIL][7] ([i915#6298]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/fi-bsw-kefka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor@atomic-transitions-varying-size.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1759]: https://gitlab.freedesktop.org/drm/intel/issues/1759
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
  [i915#5594]: https://gitlab.freedesktop.org/drm/intel/issues/5594
  [i915#6298]: https://gitlab.freedesktop.org/drm/intel/issues/6298
  [i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
  [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
  [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7068 -> IGTPW_8131

  CI-20190529: 20190529
  CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
  IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git


Testlist changes
----------------

-igt@gem_exec_balancer@parallel-out-fence-import-dmabuf

== Logs ==

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

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

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

* [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
                   ` (5 preceding siblings ...)
  2022-11-18 20:12 ` [igt-dev] ✓ Fi.CI.BAT: success for Cv3 Workaround: Skip Plug all at init. (rev2) Patchwork
@ 2022-11-19 10:07 ` Patchwork
  2022-11-21 15:37   ` Mark Yacoub
  2022-11-21 18:56 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
  7 siblings, 1 reply; 16+ messages in thread
From: Patchwork @ 2022-11-19 10:07 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev

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

== Series Details ==

Series: Cv3 Workaround: Skip Plug all at init. (rev2)
URL   : https://patchwork.freedesktop.org/series/111037/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_12401_full -> IGTPW_8131_full
====================================================

Summary
-------

  **FAILURE**

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

Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-snb:          NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@gem_ctx_persistence@heartbeat-hostile:
    - {shard-rkl}:        [PASS][2] -> [INCOMPLETE][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_ctx_persistence@heartbeat-hostile.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-3/igt@gem_ctx_persistence@heartbeat-hostile.html

  * igt@i915_pm_backlight@fade:
    - {shard-rkl}:        NOTRUN -> [SKIP][4]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-4/igt@i915_pm_backlight@fade.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_ccs@block-copy-inplace:
    - shard-tglb:         NOTRUN -> [SKIP][5] ([i915#3555] / [i915#5325])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_ccs@block-copy-inplace.html

  * igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
    - shard-snb:          NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) +2 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html

  * igt@gem_ctx_persistence@many-contexts:
    - shard-tglb:         NOTRUN -> [FAIL][7] ([i915#2410])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html

  * igt@gem_exec_balancer@parallel-contexts:
    - shard-iclb:         [PASS][8] -> [SKIP][9] ([i915#4525]) +1 similar issue
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_balancer@parallel-contexts.html

  * igt@gem_exec_balancer@parallel-keep-in-fence:
    - shard-iclb:         NOTRUN -> [SKIP][10] ([i915#4525])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html

  * igt@gem_exec_capture@capture-invisible@smem0:
    - shard-iclb:         NOTRUN -> [SKIP][11] ([i915#6334])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html
    - shard-tglb:         NOTRUN -> [SKIP][12] ([i915#6334])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_exec_capture@capture-invisible@smem0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-glk:          [PASS][13] -> [FAIL][14] ([i915#2842]) +2 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_lmem_swapping@parallel-random:
    - shard-tglb:         NOTRUN -> [SKIP][15] ([i915#4613]) +3 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_lmem_swapping@parallel-random.html

  * igt@gem_lmem_swapping@parallel-random-engines:
    - shard-iclb:         NOTRUN -> [SKIP][16] ([i915#4613]) +1 similar issue
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@gem_lmem_swapping@verify-random-ccs:
    - shard-apl:          NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#4613]) +2 similar issues
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl8/igt@gem_lmem_swapping@verify-random-ccs.html
    - shard-glk:          NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#4613]) +2 similar issues
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@gem_lmem_swapping@verify-random-ccs.html

  * igt@gem_pxp@protected-encrypted-src-copy-not-readible:
    - shard-tglb:         NOTRUN -> [SKIP][19] ([i915#4270]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html

  * igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([i915#4270]) +1 similar issue
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html

  * igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][21] ([i915#768])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html

  * igt@gem_userptr_blits@access-control:
    - shard-iclb:         NOTRUN -> [SKIP][22] ([i915#3297]) +2 similar issues
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_userptr_blits@access-control.html

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

  * igt@gen3_mixed_blits:
    - shard-tglb:         NOTRUN -> [SKIP][24] ([fdo#109289]) +1 similar issue
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gen3_mixed_blits.html

  * igt@gen7_exec_parse@basic-allowed:
    - shard-iclb:         NOTRUN -> [SKIP][25] ([fdo#109289])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html

  * igt@gen9_exec_parse@bb-start-out:
    - shard-iclb:         NOTRUN -> [SKIP][26] ([i915#2856]) +1 similar issue
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gen9_exec_parse@bb-start-out.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-tglb:         NOTRUN -> [SKIP][27] ([i915#2527] / [i915#2856]) +1 similar issue
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html

  * igt@i915_pm_dc@dc6-dpms:
    - shard-iclb:         [PASS][28] -> [FAIL][29] ([i915#3989] / [i915#454])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html

  * igt@i915_pm_rpm@system-suspend-devices:
    - shard-snb:          NOTRUN -> [SKIP][30] ([fdo#109271]) +174 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_pm_rpm@system-suspend-devices.html

  * igt@i915_pm_rps@engine-order:
    - shard-apl:          NOTRUN -> [FAIL][31] ([i915#6537])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@i915_pm_rps@engine-order.html

  * igt@i915_query@test-query-geometry-subslices:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([i915#5723])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_query@test-query-geometry-subslices.html

  * igt@i915_selftest@live@hangcheck:
    - shard-tglb:         [PASS][33] -> [DMESG-WARN][34] ([i915#5591])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@i915_selftest@live@hangcheck.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@i915_selftest@live@hangcheck.html

  * igt@i915_selftest@live@sanitycheck:
    - shard-snb:          [PASS][35] -> [SKIP][36] ([fdo#109271])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-snb5/igt@i915_selftest@live@sanitycheck.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb7/igt@i915_selftest@live@sanitycheck.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-tglb:         NOTRUN -> [SKIP][37] ([i915#5286]) +3 similar issues
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
    - shard-iclb:         NOTRUN -> [SKIP][38] ([i915#5286]) +3 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html

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

  * igt@kms_big_fb@linear-8bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#111614])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_big_fb@linear-8bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([fdo#111615]) +6 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-iclb:         NOTRUN -> [SKIP][42] ([fdo#110723]) +1 similar issue
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][43] ([i915#6095]) +5 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html

  * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][44] ([fdo#109278] / [i915#3886]) +3 similar issues
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html
    - shard-tglb:         NOTRUN -> [SKIP][45] ([i915#3689] / [i915#3886])
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][46] ([fdo#109271]) +146 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html
    - shard-tglb:         NOTRUN -> [SKIP][47] ([i915#3689] / [i915#6095]) +1 similar issue
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html

  * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +6 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3886]) +5 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][50] ([fdo#109278]) +20 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html

  * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([fdo#111615] / [i915#3689]) +1 similar issue
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][52] ([i915#3689]) +4 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_chamelium@dp-hpd-for-each-pipe:
    - shard-glk:          NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +7 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@kms_chamelium@dp-hpd-for-each-pipe.html

  * igt@kms_chamelium@hdmi-hpd-storm-disable:
    - shard-tglb:         NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html
    - shard-iclb:         NOTRUN -> [SKIP][55] ([fdo#109284] / [fdo#111827]) +5 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html

  * igt@kms_chamelium@vga-frame-dump:
    - shard-apl:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +3 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@kms_chamelium@vga-frame-dump.html

  * igt@kms_chamelium@vga-hpd-after-suspend:
    - shard-snb:          NOTRUN -> [SKIP][57] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html

  * igt@kms_content_protection@atomic:
    - shard-iclb:         NOTRUN -> [SKIP][58] ([i915#7118])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-tglb:         NOTRUN -> [SKIP][59] ([i915#3116] / [i915#3299])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_content_protection@dp-mst-type-0.html
    - shard-iclb:         NOTRUN -> [SKIP][60] ([i915#3116])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@legacy@pipe-a-dp-1:
    - shard-apl:          NOTRUN -> [TIMEOUT][61] ([i915#7173]) +1 similar issue
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_content_protection@legacy@pipe-a-dp-1.html

  * igt@kms_content_protection@srm:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([i915#7118])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_content_protection@srm.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-tglb:         NOTRUN -> [SKIP][63] ([fdo#109274] / [fdo#111825])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor:
    - shard-iclb:         NOTRUN -> [SKIP][64] ([i915#4103])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-tglb:         NOTRUN -> [SKIP][65] ([fdo#109274])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-iclb:         NOTRUN -> [SKIP][66] ([i915#3840])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-tglb:         NOTRUN -> [SKIP][67] ([fdo#109274] / [fdo#111825] / [i915#3637]) +9 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-iclb:         NOTRUN -> [SKIP][68] ([fdo#109274]) +6 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
    - shard-tglb:         NOTRUN -> [SKIP][69] ([i915#2587] / [i915#2672]) +2 similar issues
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-glk:          NOTRUN -> [SKIP][70] ([fdo#109271]) +107 similar issues
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
    - shard-iclb:         NOTRUN -> [SKIP][71] ([i915#2587] / [i915#2672]) +1 similar issue
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:
    - shard-iclb:         NOTRUN -> [SKIP][72] ([i915#2672]) +3 similar issues
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
    - shard-tglb:         NOTRUN -> [SKIP][73] ([i915#6497]) +5 similar issues
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109280]) +19 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#109280] / [fdo#111825]) +19 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html

  * igt@kms_hdr@bpc-switch-dpms:
    - shard-tglb:         NOTRUN -> [SKIP][76] ([i915#3555]) +3 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_hdr@bpc-switch-dpms.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-iclb:         NOTRUN -> [SKIP][77] ([i915#3555]) +4 similar issues
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-tglb:         NOTRUN -> [SKIP][78] ([i915#1839])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1:
    - shard-apl:          NOTRUN -> [FAIL][79] ([i915#4573]) +2 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1.html

  * igt@kms_plane_lowres@tiling-none@pipe-c-edp-1:
    - shard-tglb:         NOTRUN -> [SKIP][80] ([i915#3536]) +3 similar issues
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_plane_lowres@tiling-none@pipe-c-edp-1.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-tglb:         NOTRUN -> [SKIP][81] ([fdo#112054] / [i915#5288])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:
    - shard-iclb:         NOTRUN -> [SKIP][82] ([i915#3536]) +5 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html

  * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1:
    - shard-tglb:         NOTRUN -> [SKIP][83] ([i915#5176]) +7 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:
    - shard-iclb:         [PASS][84] -> [SKIP][85] ([i915#5176]) +1 similar issue
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1:
    - shard-iclb:         NOTRUN -> [SKIP][86] ([i915#5176]) +8 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1.html

  * igt@kms_prime@d3hot:
    - shard-tglb:         NOTRUN -> [SKIP][87] ([i915#6524])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_prime@d3hot.html
    - shard-iclb:         NOTRUN -> [SKIP][88] ([i915#6524])
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_prime@d3hot.html

  * igt@kms_psr2_sf@cursor-plane-update-sf:
    - shard-tglb:         NOTRUN -> [SKIP][89] ([i915#2920]) +1 similar issue
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_psr2_sf@cursor-plane-update-sf.html

  * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
    - shard-iclb:         NOTRUN -> [SKIP][90] ([i915#658])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
    - shard-apl:          NOTRUN -> [SKIP][91] ([fdo#109271] / [i915#658]) +1 similar issue
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_su@page_flip-nv12:
    - shard-tglb:         NOTRUN -> [SKIP][92] ([i915#7037])
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr2_su@page_flip-nv12.html
    - shard-glk:          NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#658]) +2 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@kms_psr2_su@page_flip-nv12.html
    - shard-iclb:         NOTRUN -> [SKIP][94] ([fdo#109642] / [fdo#111068] / [i915#658])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html

  * igt@kms_psr@psr2_cursor_mmap_cpu:
    - shard-iclb:         [PASS][95] -> [SKIP][96] ([fdo#109441])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html

  * igt@kms_psr@psr2_sprite_mmap_cpu:
    - shard-tglb:         NOTRUN -> [FAIL][97] ([i915#132] / [i915#3467])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr@psr2_sprite_mmap_cpu.html
    - shard-iclb:         NOTRUN -> [SKIP][98] ([fdo#109441])
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_cpu.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-tglb:         NOTRUN -> [SKIP][99] ([fdo#111615] / [i915#5289]) +1 similar issue
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

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

  * igt@perf_pmu@event-wait@rcs0:
    - shard-iclb:         NOTRUN -> [SKIP][102] ([fdo#112283])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html
    - shard-tglb:         NOTRUN -> [SKIP][103] ([fdo#112283])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html

  * igt@prime_udl:
    - shard-tglb:         NOTRUN -> [SKIP][104] ([fdo#109291])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@prime_udl.html

  * igt@sysfs_clients@fair-0:
    - shard-apl:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#2994]) +2 similar issues
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl1/igt@sysfs_clients@fair-0.html
    - shard-tglb:         NOTRUN -> [SKIP][106] ([i915#2994]) +2 similar issues
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@sysfs_clients@fair-0.html
    - shard-glk:          NOTRUN -> [SKIP][107] ([fdo#109271] / [i915#2994])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk7/igt@sysfs_clients@fair-0.html

  * igt@sysfs_clients@split-10:
    - shard-iclb:         NOTRUN -> [SKIP][108] ([i915#2994]) +2 similar issues
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@sysfs_clients@split-10.html

  
#### Possible fixes ####

  * igt@feature_discovery@psr2:
    - {shard-rkl}:        [SKIP][109] ([i915#658]) -> [PASS][110]
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@feature_discovery@psr2.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@feature_discovery@psr2.html

  * igt@gem_ctx_persistence@smoketest:
    - shard-iclb:         [FAIL][111] ([i915#5099]) -> [PASS][112]
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_ctx_persistence@smoketest.html
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_ctx_persistence@smoketest.html

  * igt@gem_exec_balancer@parallel-bb-first:
    - shard-iclb:         [SKIP][113] ([i915#4525]) -> [PASS][114]
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html

  * igt@gem_exec_capture@pi@vcs0:
    - shard-iclb:         [INCOMPLETE][115] ([i915#3371]) -> [PASS][116]
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@gem_exec_capture@pi@vcs0.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_capture@pi@vcs0.html

  * igt@gem_exec_reloc@basic-cpu-read:
    - {shard-rkl}:        [SKIP][117] ([i915#3281]) -> [PASS][118] +3 similar issues
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read.html

  * igt@gem_mmap_wc@set-cache-level:
    - {shard-rkl}:        [SKIP][119] ([i915#1850]) -> [PASS][120]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html

  * igt@gem_ppgtt@blt-vs-render-ctxn:
    - {shard-rkl}:        [DMESG-FAIL][121] ([i915#3692]) -> [PASS][122]
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_ppgtt@blt-vs-render-ctxn.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-1/igt@gem_ppgtt@blt-vs-render-ctxn.html

  * igt@gem_ppgtt@flink-and-close-vma-leak:
    - shard-glk:          [FAIL][123] ([i915#7409]) -> [PASS][124]
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html

  * igt@gem_pwrite_snooped:
    - {shard-rkl}:        [SKIP][125] ([i915#3282]) -> [PASS][126] +2 similar issues
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_pwrite_snooped.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_pwrite_snooped.html

  * igt@gen9_exec_parse@unaligned-access:
    - {shard-rkl}:        [SKIP][127] ([i915#2527]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gen9_exec_parse@unaligned-access.html

  * igt@i915_pm_rpm@drm-resources-equal:
    - {shard-rkl}:        [SKIP][129] ([fdo#109308]) -> [PASS][130] +1 similar issue
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html

  * igt@i915_pm_rpm@fences:
    - {shard-rkl}:        [SKIP][131] ([i915#1849]) -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@i915_pm_rpm@fences.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@fences.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:
    - {shard-rkl}:        [SKIP][133] ([i915#1845] / [i915#4098]) -> [PASS][134] +15 similar issues
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html

  * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
    - shard-tglb:         [FAIL][135] ([i915#2346]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@torture-bo@pipe-c:
    - {shard-rkl}:        [INCOMPLETE][137] ([i915#7396]) -> [PASS][138]
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html

  * igt@kms_dp_aux_dev:
    - {shard-rkl}:        [SKIP][139] ([i915#1257]) -> [PASS][140]
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_dp_aux_dev.html
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_dp_aux_dev.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
    - shard-tglb:         [DMESG-WARN][141] ([i915#2411] / [i915#2867]) -> [PASS][142]
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html

  * igt@kms_flip@flip-vs-suspend@b-dp1:
    - shard-apl:          [DMESG-WARN][143] ([i915#180]) -> [PASS][144]
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_flip@flip-vs-suspend@b-dp1.html
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
    - {shard-rkl}:        [SKIP][145] ([i915#1849] / [i915#4098]) -> [PASS][146] +8 similar issues
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [SKIP][147] ([i915#433]) -> [PASS][148]
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_plane@plane-panning-bottom-right@pipe-a-planes:
    - {shard-rkl}:        [SKIP][149] ([i915#3558]) -> [PASS][150] +1 similar issue
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html

  * igt@kms_plane@plane-position-covered@pipe-a-planes:
    - {shard-rkl}:        [SKIP][151] ([i915#1849] / [i915#3558]) -> [PASS][152] +3 similar issues
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_plane@plane-position-covered@pipe-a-planes.html
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [SKIP][153] ([fdo#109441]) -> [PASS][154] +1 similar issue
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@sprite_plane_onoff:
    - {shard-rkl}:        [SKIP][155] ([i915#1072]) -> [PASS][156] +1 similar issue
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_psr@sprite_plane_onoff.html
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-iclb:         [SKIP][157] ([i915#5519]) -> [PASS][158]
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_universal_plane@universal-plane-pipe-b-sanity:
    - {shard-rkl}:        [SKIP][159] ([i915#1845] / [i915#4070] / [i915#4098]) -> [PASS][160]
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html

  * igt@perf@gen8-unprivileged-single-ctx-counters:
    - {shard-rkl}:        [SKIP][161] ([i915#2436]) -> [PASS][162]
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html

  * igt@perf@stress-open-close:
    - shard-glk:          [INCOMPLETE][163] ([i915#5213]) -> [PASS][164]
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk7/igt@perf@stress-open-close.html
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@perf@stress-open-close.html

  * igt@sysfs_heartbeat_interval@nopreempt@vcs0:
    - shard-tglb:         [FAIL][165] ([i915#6015]) -> [PASS][166] +4 similar issues
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html

  * igt@testdisplay:
    - {shard-rkl}:        [SKIP][167] ([i915#4098]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@testdisplay.html
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@testdisplay.html

  
#### Warnings ####

  * igt@gem_exec_balancer@parallel-ordering:
    - shard-iclb:         [SKIP][169] ([i915#4525]) -> [FAIL][170] ([i915#6117])
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_exec_balancer@parallel-ordering.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-tglb:         [FAIL][171] ([i915#2842]) -> [SKIP][172] ([i915#2848])
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-tglb:         [SKIP][173] ([i915#2848]) -> [FAIL][174] ([i915#2842]) +5 similar issues
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_pread@exhaustion:
    - shard-apl:          [WARN][175] ([i915#2658]) -> [INCOMPLETE][176] ([i915#7248]) +1 similar issue
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl2/igt@gem_pread@exhaustion.html
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@gem_pread@exhaustion.html
    - shard-tglb:         [WARN][177] ([i915#2658]) -> [INCOMPLETE][178] ([i915#7248]) +1 similar issue
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@gem_pread@exhaustion.html
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-glk:          [INCOMPLETE][179] ([i915#7248]) -> [WARN][180] ([i915#2658])
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk6/igt@gem_pwrite@basic-exhaustion.html
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@gem_pwrite@basic-exhaustion.html

  * igt@i915_pm_rc6_residency@rc6-idle@rcs0:
    - shard-tglb:         [FAIL][181] ([i915#2681] / [i915#3591]) -> [WARN][182] ([i915#2681])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html

  * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
    - shard-apl:          [FAIL][183] ([i915#4573]) -> [DMESG-FAIL][184] ([IGT#6]) +1 similar issue
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
    - shard-iclb:         [SKIP][185] ([fdo#111068] / [i915#658]) -> [SKIP][186] ([i915#2920]) +1 similar issue
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area:
    - shard-iclb:         [SKIP][187] ([i915#2920]) -> [SKIP][188] ([fdo#111068] / [i915#658])
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html

  * igt@runner@aborted:
    - shard-apl:          ([FAIL][189], [FAIL][190], [FAIL][191], [FAIL][192]) ([fdo#109271] / [i915#180] / [i915#3002] / [i915#4312]) -> ([FAIL][193], [FAIL][194], [FAIL][195]) ([fdo#109271] / [i915#3002] / [i915#4312])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl8/igt@runner@aborted.html
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl7/igt@runner@aborted.html
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [IGT#6]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
  [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
  [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
  [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
  [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
  [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054
  [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
  [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
  [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436
  [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
  [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
  [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
  [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2848]: https://gitlab.freedesktop.org/drm/intel/issues/2848
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
  [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920
  [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994
  [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002
  [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
  [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
  [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
  [i915#3371]: https://gitlab.freedesktop.org/drm/intel/issues/3371
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467
  [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
  [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3692]: https://gitlab.freedesktop.org/drm/intel/issues/3692
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
  [i915#3810]: https://gitlab.freedesktop.org/drm/intel/issues/3810
  [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4171]: https://gitlab.freedesktop.org/drm/intel/issues/4171
  [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
  [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
  [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
  [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767
  [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
  [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859
  [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
  [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
  [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991
  [i915#5099]: https://gitlab.freedesktop.org/drm/intel/issues/5099
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519
  [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563
  [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
  [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
  [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
  [i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117
  [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247
  [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
  [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497
  [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
  [i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
  [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
  [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
  [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037
  [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
  [i915#7248]: https://gitlab.freedesktop.org/drm/intel/issues/7248
  [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276
  [i915#7396]: https://gitlab.freedesktop.org/drm/intel/issues/7396
  [i915#7409]: https://gitlab.freedesktop.org/drm/intel/issues/7409
  [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7068 -> IGTPW_8131
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
  IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-19 10:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2022-11-21 15:37   ` Mark Yacoub
  2022-11-21 15:41     ` Mark Yacoub
  0 siblings, 1 reply; 16+ messages in thread
From: Mark Yacoub @ 2022-11-21 15:37 UTC (permalink / raw)
  To: Vudum, Lakshminarayana; +Cc: igt-dev

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

Hello again, can i get a rerun :))

On Sat, Nov 19, 2022 at 5:07 AM Patchwork <patchwork@emeril.freedesktop.org>
wrote:

> *Patch Details*
> *Series:* Cv3 Workaround: Skip Plug all at init. (rev2)
> *URL:* https://patchwork.freedesktop.org/series/111037/
> *State:* failure
> *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html CI
> Bug Log - changes from CI_DRM_12401_full -> IGTPW_8131_full Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_8131_full absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_8131_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_8131/index.html
> Participating hosts (11 -> 8)
>
> Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005
> Possible new issues
>
> Here are the unknown changes that may have been introduced in
> IGTPW_8131_full:
> IGT changes Possible regressions
>
>    - igt@i915_module_load@reload-with-fault-injection:
>       - shard-snb: NOTRUN -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html>
>
> Suppressed
>
> The following results come from untrusted machines, tests, or statuses.
> They do not affect the overall result.
>
>    -
>
>    igt@gem_ctx_persistence@heartbeat-hostile:
>    - {shard-rkl}: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_ctx_persistence@heartbeat-hostile.html>
>       -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-3/igt@gem_ctx_persistence@heartbeat-hostile.html>
>    -
>
>    igt@i915_pm_backlight@fade:
>    - {shard-rkl}: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-4/igt@i915_pm_backlight@fade.html>
>
> Known issues
>
> Here are the changes found in IGTPW_8131_full that come from known issues:
> IGT changes Issues hit
>
>    -
>
>    igt@gem_ccs@block-copy-inplace:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_ccs@block-copy-inplace.html>
>       (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555> /
>       i915#5325 <https://gitlab.freedesktop.org/drm/intel/issues/5325>)
>    -
>
>    igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#1099 <https://gitlab.freedesktop.org/drm/intel/issues/1099>)
>       +2 similar issues
>    -
>
>    igt@gem_ctx_persistence@many-contexts:
>    - shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html>
>       (i915#2410 <https://gitlab.freedesktop.org/drm/intel/issues/2410>)
>    -
>
>    igt@gem_exec_balancer@parallel-contexts:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_balancer@parallel-contexts.html>
>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>       +1 similar issue
>    -
>
>    igt@gem_exec_balancer@parallel-keep-in-fence:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html>
>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>    -
>
>    igt@gem_exec_capture@capture-invisible@smem0:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html>
>       (i915#6334 <https://gitlab.freedesktop.org/drm/intel/issues/6334>)
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_exec_capture@capture-invisible@smem0.html>
>       (i915#6334 <https://gitlab.freedesktop.org/drm/intel/issues/6334>)
>       -
>
>    igt@gem_exec_fair@basic-none-share@rcs0:
>    - shard-glk: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html>
>       (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
>       +2 similar issues
>    -
>
>    igt@gem_lmem_swapping@parallel-random:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_lmem_swapping@parallel-random.html>
>       (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>       +3 similar issues
>    -
>
>    igt@gem_lmem_swapping@parallel-random-engines:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html>
>       (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>       +1 similar issue
>    -
>
>    igt@gem_lmem_swapping@verify-random-ccs:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl8/igt@gem_lmem_swapping@verify-random-ccs.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>       +2 similar issues
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@gem_lmem_swapping@verify-random-ccs.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>       +2 similar issues
>       -
>
>    igt@gem_pxp@protected-encrypted-src-copy-not-readible:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html>
>       (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>)
>       +2 similar issues
>    -
>
>    igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html>
>       (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>)
>       +1 similar issue
>    -
>
>    igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html>
>       (i915#768 <https://gitlab.freedesktop.org/drm/intel/issues/768>)
>    -
>
>    igt@gem_userptr_blits@access-control:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_userptr_blits@access-control.html>
>       (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>)
>       +2 similar issues
>    -
>
>    igt@gem_userptr_blits@unsync-unmap-after-close:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_userptr_blits@unsync-unmap-after-close.html>
>       (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>)
>    -
>
>    igt@gen3_mixed_blits:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gen3_mixed_blits.html>
>       (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
>       +1 similar issue
>    -
>
>    igt@gen7_exec_parse@basic-allowed:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html>
>       (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
>    -
>
>    igt@gen9_exec_parse@bb-start-out:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gen9_exec_parse@bb-start-out.html>
>       (i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>)
>       +1 similar issue
>    -
>
>    igt@gen9_exec_parse@shadow-peek:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html>
>       (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527> /
>       i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>)
>       +1 similar issue
>    -
>
>    igt@i915_pm_dc@dc6-dpms:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html>
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html>
>       (i915#3989 <https://gitlab.freedesktop.org/drm/intel/issues/3989> /
>       i915#454 <https://gitlab.freedesktop.org/drm/intel/issues/454>)
>    -
>
>    igt@i915_pm_rpm@system-suspend-devices:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_pm_rpm@system-suspend-devices.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>       +174 similar issues
>    -
>
>    igt@i915_pm_rps@engine-order:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@i915_pm_rps@engine-order.html>
>       (i915#6537 <https://gitlab.freedesktop.org/drm/intel/issues/6537>)
>    -
>
>    igt@i915_query@test-query-geometry-subslices:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_query@test-query-geometry-subslices.html>
>       (i915#5723 <https://gitlab.freedesktop.org/drm/intel/issues/5723>)
>    -
>
>    igt@i915_selftest@live@hangcheck:
>    - shard-tglb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@i915_selftest@live@hangcheck.html>
>       -> DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@i915_selftest@live@hangcheck.html>
>       (i915#5591 <https://gitlab.freedesktop.org/drm/intel/issues/5591>)
>    -
>
>    igt@i915_selftest@live@sanitycheck:
>    - shard-snb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-snb5/igt@i915_selftest@live@sanitycheck.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb7/igt@i915_selftest@live@sanitycheck.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>    -
>
>    igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
>       (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>)
>       +3 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
>       (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>)
>       +3 similar issues
>       -
>
>    igt@kms_big_fb@linear-64bpp-rotate-90:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_big_fb@linear-64bpp-rotate-90.html>
>       (fdo#110725 <https://bugs.freedesktop.org/show_bug.cgi?id=110725> /
>       fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
>       +1 similar issue
>    -
>
>    igt@kms_big_fb@linear-8bpp-rotate-270:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_big_fb@linear-8bpp-rotate-270.html>
>       (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
>    -
>
>    igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html>
>       (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615>)
>       +6 similar issues
>    -
>
>    igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html>
>       (fdo#110723 <https://bugs.freedesktop.org/show_bug.cgi?id=110723>)
>       +1 similar issue
>    -
>
>    igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html>
>       (i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>)
>       +5 similar issues
>    -
>
>    igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
>       (fdo#109278 <https://bugs.freedesktop.org/show_bug.cgi?id=109278> /
>       i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>       +3 similar issues
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
>       (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
>       i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>       -
>
>    igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>       +146 similar issues
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html>
>       (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689> /
>       i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>)
>       +1 similar issue
>       -
>
>    igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>       +6 similar issues
>    -
>
>    igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
>    - shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>       +5 similar issues
>    -
>
>    igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html>
>       (fdo#109278 <https://bugs.freedesktop.org/show_bug.cgi?id=109278>)
>       +20 similar issues
>    -
>
>    igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html>
>       (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615> /
>       i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689>)
>       +1 similar issue
>    -
>
>    igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html>
>       (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689>)
>       +4 similar issues
>    -
>
>    igt@kms_chamelium@dp-hpd-for-each-pipe:
>    - shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@kms_chamelium@dp-hpd-for-each-pipe.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>       +7 similar issues
>    -
>
>    igt@kms_chamelium@hdmi-hpd-storm-disable:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html>
>       (fdo#109284 <https://bugs.freedesktop.org/show_bug.cgi?id=109284> /
>       fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>       +3 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html>
>       (fdo#109284 <https://bugs.freedesktop.org/show_bug.cgi?id=109284> /
>       fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>       +5 similar issues
>       -
>
>    igt@kms_chamelium@vga-frame-dump:
>    - shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@kms_chamelium@vga-frame-dump.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>       +3 similar issues
>    -
>
>    igt@kms_chamelium@vga-hpd-after-suspend:
>    - shard-snb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>       +6 similar issues
>    -
>
>    igt@kms_content_protection@atomic:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_content_protection@atomic.html>
>       (i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>)
>    -
>
>    igt@kms_content_protection@dp-mst-type-0:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_content_protection@dp-mst-type-0.html>
>       (i915#3116 <https://gitlab.freedesktop.org/drm/intel/issues/3116> /
>       i915#3299 <https://gitlab.freedesktop.org/drm/intel/issues/3299>)
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_content_protection@dp-mst-type-0.html>
>       (i915#3116 <https://gitlab.freedesktop.org/drm/intel/issues/3116>)
>       -
>
>    igt@kms_content_protection@legacy@pipe-a-dp-1:
>    - shard-apl: NOTRUN -> TIMEOUT
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_content_protection@legacy@pipe-a-dp-1.html>
>       (i915#7173 <https://gitlab.freedesktop.org/drm/intel/issues/7173>)
>       +1 similar issue
>    -
>
>    igt@kms_content_protection@srm:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_content_protection@srm.html>
>       (i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>)
>    -
>
>    igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html>
>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274> /
>       fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>)
>    -
>
>    igt@kms_cursor_legacy@short-busy-flip-before-cursor:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor.html>
>       (i915#4103 <https://gitlab.freedesktop.org/drm/intel/issues/4103>)
>    -
>
>    igt@kms_display_modes@extended-mode-basic:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_display_modes@extended-mode-basic.html>
>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>)
>    -
>
>    igt@kms_dsc@dsc-with-bpc:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html>
>       (i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840>)
>    -
>
>    igt@kms_flip@2x-nonexisting-fb:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_flip@2x-nonexisting-fb.html>
>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274> /
>       fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825> /
>       i915#3637 <https://gitlab.freedesktop.org/drm/intel/issues/3637>)
>       +9 similar issues
>    -
>
>    igt@kms_flip@2x-plain-flip-fb-recreate:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html>
>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>)
>       +6 similar issues
>    -
>
>    igt@kms_flip_scaled_crc
>    @flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html>
>       (i915#2587 <https://gitlab.freedesktop.org/drm/intel/issues/2587> /
>       i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>       +2 similar issues
>    -
>
>    igt@kms_flip_scaled_crc
>    @flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
>    -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>       +107 similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html>
>       (i915#2587 <https://gitlab.freedesktop.org/drm/intel/issues/2587> /
>       i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>       +1 similar issue
>       -
>
>    igt@kms_flip_scaled_crc
>    @flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html>
>       (i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>       +3 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html>
>       (i915#6497 <https://gitlab.freedesktop.org/drm/intel/issues/6497>)
>       +5 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html>
>       (fdo#109280 <https://bugs.freedesktop.org/show_bug.cgi?id=109280>)
>       +19 similar issues
>    -
>
>    igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html>
>       (fdo#109280 <https://bugs.freedesktop.org/show_bug.cgi?id=109280> /
>       fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>)
>       +19 similar issues
>    -
>
>    igt@kms_hdr@bpc-switch-dpms:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_hdr@bpc-switch-dpms.html>
>       (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>)
>       +3 similar issues
>    -
>
>    igt@kms_hdr@static-toggle-suspend:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html>
>       (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>)
>       +4 similar issues
>    -
>
>    igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
>       (i915#1839 <https://gitlab.freedesktop.org/drm/intel/issues/1839>)
>    -
>
>    igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1:
>    - shard-apl: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1.html>
>       (i915#4573 <https://gitlab.freedesktop.org/drm/intel/issues/4573>)
>       +2 similar issues
>    -
>
>    igt@kms_plane_lowres@tiling-none@pipe-c-edp-1:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_plane_lowres@tiling-none@pipe-c-edp-1.html>
>       (i915#3536 <https://gitlab.freedesktop.org/drm/intel/issues/3536>)
>       +3 similar issues
>    -
>
>    igt@kms_plane_lowres@tiling-yf:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_plane_lowres@tiling-yf.html>
>       (fdo#112054 <https://bugs.freedesktop.org/show_bug.cgi?id=112054> /
>       i915#5288 <https://gitlab.freedesktop.org/drm/intel/issues/5288>)
>    -
>
>    igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html>
>       (i915#3536 <https://gitlab.freedesktop.org/drm/intel/issues/3536>)
>       +5 similar issues
>    -
>
>    igt@kms_plane_scaling
>    @plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1.html>
>       (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>)
>       +7 similar issues
>    -
>
>    igt@kms_plane_scaling
>    @plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html>
>       (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>)
>       +1 similar issue
>    -
>
>    igt@kms_plane_scaling
>    @plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1.html>
>       (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>)
>       +8 similar issues
>    -
>
>    igt@kms_prime@d3hot:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_prime@d3hot.html>
>       (i915#6524 <https://gitlab.freedesktop.org/drm/intel/issues/6524>)
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_prime@d3hot.html>
>       (i915#6524 <https://gitlab.freedesktop.org/drm/intel/issues/6524>)
>       -
>
>    igt@kms_psr2_sf@cursor-plane-update-sf:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_psr2_sf@cursor-plane-update-sf.html>
>       (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>)
>       +1 similar issue
>    -
>
>    igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html>
>       (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>       -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) +1
>       similar issue
>       -
>
>    igt@kms_psr2_su@page_flip-nv12:
>    -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr2_su@page_flip-nv12.html>
>       (i915#7037 <https://gitlab.freedesktop.org/drm/intel/issues/7037>)
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@kms_psr2_su@page_flip-nv12.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) +2
>       similar issues
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html>
>       (fdo#109642 <https://bugs.freedesktop.org/show_bug.cgi?id=109642> /
>       fdo#111068 <https://bugs.freedesktop.org/show_bug.cgi?id=111068> /
>       i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>       -
>
>    igt@kms_psr@psr2_cursor_mmap_cpu:
>    - shard-iclb: PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html>
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html>
>       (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>)
>    -
>
>    igt@kms_psr@psr2_sprite_mmap_cpu:
>    -
>
>       shard-tglb: NOTRUN -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr@psr2_sprite_mmap_cpu.html>
>       (i915#132 <https://gitlab.freedesktop.org/drm/intel/issues/132> /
>       i915#3467 <https://gitlab.freedesktop.org/drm/intel/issues/3467>)
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_cpu.html>
>       (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>)
>       -
>
>    igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html>
>       (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615> /
>       i915#5289 <https://gitlab.freedesktop.org/drm/intel/issues/5289>)
>       +1 similar issue
>    -
>
>    igt@kms_writeback@writeback-invalid-parameters:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_writeback@writeback-invalid-parameters.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
>       -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_writeback@writeback-invalid-parameters.html>
>       (i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
>       -
>
>    igt@perf_pmu@event-wait@rcs0:
>    -
>
>       shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html>
>       (fdo#112283 <https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html>
>       (fdo#112283 <https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
>       -
>
>    igt@prime_udl:
>    - shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@prime_udl.html>
>       (fdo#109291 <https://bugs.freedesktop.org/show_bug.cgi?id=109291>)
>    -
>
>    igt@sysfs_clients@fair-0:
>    -
>
>       shard-apl: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl1/igt@sysfs_clients@fair-0.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>       +2 similar issues
>       -
>
>       shard-tglb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@sysfs_clients@fair-0.html>
>       (i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>       +2 similar issues
>       -
>
>       shard-glk: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk7/igt@sysfs_clients@fair-0.html>
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>       -
>
>    igt@sysfs_clients@split-10:
>    - shard-iclb: NOTRUN -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@sysfs_clients@split-10.html>
>       (i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>       +2 similar issues
>
> Possible fixes
>
>    -
>
>    igt@feature_discovery@psr2:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@feature_discovery@psr2.html>
>       (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) ->
>       PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@feature_discovery@psr2.html>
>    -
>
>    igt@gem_ctx_persistence@smoketest:
>    - shard-iclb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_ctx_persistence@smoketest.html>
>       (i915#5099 <https://gitlab.freedesktop.org/drm/intel/issues/5099>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_ctx_persistence@smoketest.html>
>    -
>
>    igt@gem_exec_balancer@parallel-bb-first:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html>
>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html>
>    -
>
>    igt@gem_exec_capture@pi@vcs0:
>    - shard-iclb: INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@gem_exec_capture@pi@vcs0.html>
>       (i915#3371 <https://gitlab.freedesktop.org/drm/intel/issues/3371>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_capture@pi@vcs0.html>
>    -
>
>    igt@gem_exec_reloc@basic-cpu-read:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html>
>       (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read.html>
>       +3 similar issues
>    -
>
>    igt@gem_mmap_wc@set-cache-level:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html>
>       (i915#1850 <https://gitlab.freedesktop.org/drm/intel/issues/1850>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>
>    -
>
>    igt@gem_ppgtt@blt-vs-render-ctxn:
>    - {shard-rkl}: DMESG-FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_ppgtt@blt-vs-render-ctxn.html>
>       (i915#3692 <https://gitlab.freedesktop.org/drm/intel/issues/3692>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-1/igt@gem_ppgtt@blt-vs-render-ctxn.html>
>    -
>
>    igt@gem_ppgtt@flink-and-close-vma-leak:
>    - shard-glk: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html>
>       (i915#7409 <https://gitlab.freedesktop.org/drm/intel/issues/7409>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html>
>    -
>
>    igt@gem_pwrite_snooped:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_pwrite_snooped.html>
>       (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_pwrite_snooped.html>
>       +2 similar issues
>    -
>
>    igt@gen9_exec_parse@unaligned-access:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html>
>       (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gen9_exec_parse@unaligned-access.html>
>    -
>
>    igt@i915_pm_rpm@drm-resources-equal:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html>
>       (fdo#109308 <https://bugs.freedesktop.org/show_bug.cgi?id=109308>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html>
>       +1 similar issue
>    -
>
>    igt@i915_pm_rpm@fences:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@i915_pm_rpm@fences.html>
>       (i915#1849 <https://gitlab.freedesktop.org/drm/intel/issues/1849>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@fences.html>
>    -
>
>    igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html>
>       (i915#1845 <https://gitlab.freedesktop.org/drm/intel/issues/1845> /
>       i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html>
>       +15 similar issues
>    -
>
>    igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
>    - shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>
>       (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>
>    -
>
>    igt@kms_cursor_legacy@torture-bo@pipe-c:
>    - {shard-rkl}: INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html>
>       (i915#7396 <https://gitlab.freedesktop.org/drm/intel/issues/7396>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html>
>    -
>
>    igt@kms_dp_aux_dev:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_dp_aux_dev.html>
>       (i915#1257 <https://gitlab.freedesktop.org/drm/intel/issues/1257>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_dp_aux_dev.html>
>    -
>
>    igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
>    - shard-tglb: DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html>
>       (i915#2411 <https://gitlab.freedesktop.org/drm/intel/issues/2411> /
>       i915#2867 <https://gitlab.freedesktop.org/drm/intel/issues/2867>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html>
>    -
>
>    igt@kms_flip@flip-vs-suspend@b-dp1:
>    - shard-apl: DMESG-WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_flip@flip-vs-suspend@b-dp1.html>
>       (i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180>) ->
>       PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html>
>    -
>
>    igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html>
>       (i915#1849 <https://gitlab.freedesktop.org/drm/intel/issues/1849> /
>       i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html>
>       +8 similar issues
>    -
>
>    igt@kms_hdmi_inject@inject-audio:
>    - shard-tglb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html>
>       (i915#433 <https://gitlab.freedesktop.org/drm/intel/issues/433>) ->
>       PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html>
>    -
>
>    igt@kms_plane@plane-panning-bottom-right@pipe-a-planes:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html>
>       (i915#3558 <https://gitlab.freedesktop.org/drm/intel/issues/3558>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html>
>       +1 similar issue
>    -
>
>    igt@kms_plane@plane-position-covered@pipe-a-planes:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_plane@plane-position-covered@pipe-a-planes.html>
>       (i915#1849 <https://gitlab.freedesktop.org/drm/intel/issues/1849> /
>       i915#3558 <https://gitlab.freedesktop.org/drm/intel/issues/3558>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html>
>       +3 similar issues
>    -
>
>    igt@kms_psr@psr2_primary_mmap_cpu:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html>
>       (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
>       +1 similar issue
>    -
>
>    igt@kms_psr@sprite_plane_onoff:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_psr@sprite_plane_onoff.html>
>       (i915#1072 <https://gitlab.freedesktop.org/drm/intel/issues/1072>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html>
>       +1 similar issue
>    -
>
>    igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
>       (i915#5519 <https://gitlab.freedesktop.org/drm/intel/issues/5519>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
>    -
>
>    igt@kms_universal_plane@universal-plane-pipe-b-sanity:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html>
>       (i915#1845 <https://gitlab.freedesktop.org/drm/intel/issues/1845> /
>       i915#4070 <https://gitlab.freedesktop.org/drm/intel/issues/4070> /
>       i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html>
>    -
>
>    igt@perf@gen8-unprivileged-single-ctx-counters:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html>
>       (i915#2436 <https://gitlab.freedesktop.org/drm/intel/issues/2436>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html>
>    -
>
>    igt@perf@stress-open-close:
>    - shard-glk: INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk7/igt@perf@stress-open-close.html>
>       (i915#5213 <https://gitlab.freedesktop.org/drm/intel/issues/5213>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@perf@stress-open-close.html>
>    -
>
>    igt@sysfs_heartbeat_interval@nopreempt@vcs0:
>    - shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html>
>       (i915#6015 <https://gitlab.freedesktop.org/drm/intel/issues/6015>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html>
>       +4 similar issues
>    -
>
>    igt@testdisplay:
>    - {shard-rkl}: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@testdisplay.html>
>       (i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>       -> PASS
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@testdisplay.html>
>
> Warnings
>
>    -
>
>    igt@gem_exec_balancer@parallel-ordering:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html>
>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_exec_balancer@parallel-ordering.html>
>       (i915#6117 <https://gitlab.freedesktop.org/drm/intel/issues/6117>)
>    -
>
>    igt@gem_exec_fair@basic-none-share@rcs0:
>    - shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html>
>       (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html>
>       (i915#2848 <https://gitlab.freedesktop.org/drm/intel/issues/2848>)
>    -
>
>    igt@gem_exec_fair@basic-pace@vcs1:
>    - shard-tglb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html>
>       (i915#2848 <https://gitlab.freedesktop.org/drm/intel/issues/2848>)
>       -> FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@gem_exec_fair@basic-pace@vcs1.html>
>       (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
>       +5 similar issues
>    -
>
>    igt@gem_pread@exhaustion:
>    -
>
>       shard-apl: WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl2/igt@gem_pread@exhaustion.html>
>       (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
>       -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@gem_pread@exhaustion.html>
>       (i915#7248 <https://gitlab.freedesktop.org/drm/intel/issues/7248>)
>       +1 similar issue
>       -
>
>       shard-tglb: WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@gem_pread@exhaustion.html>
>       (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
>       -> INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_pread@exhaustion.html>
>       (i915#7248 <https://gitlab.freedesktop.org/drm/intel/issues/7248>)
>       +1 similar issue
>       -
>
>    igt@gem_pwrite@basic-exhaustion:
>    - shard-glk: INCOMPLETE
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk6/igt@gem_pwrite@basic-exhaustion.html>
>       (i915#7248 <https://gitlab.freedesktop.org/drm/intel/issues/7248>)
>       -> WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@gem_pwrite@basic-exhaustion.html>
>       (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
>    -
>
>    igt@i915_pm_rc6_residency@rc6-idle@rcs0:
>    - shard-tglb: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html>
>       (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681> /
>       i915#3591 <https://gitlab.freedesktop.org/drm/intel/issues/3591>)
>       -> WARN
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html>
>       (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681>)
>    -
>
>    igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
>    - shard-apl: FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>
>       (i915#4573 <https://gitlab.freedesktop.org/drm/intel/issues/4573>)
>       -> DMESG-FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>
>       (IGT#6 <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>)
>       +1 similar issue
>    -
>
>    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html>
>       (fdo#111068 <https://bugs.freedesktop.org/show_bug.cgi?id=111068> /
>       i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>) ->
>       SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html>
>       (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>)
>       +1 similar issue
>    -
>
>    igt@kms_psr2_sf@plane-move-sf-dmg-area:
>    - shard-iclb: SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html>
>       (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>)
>       -> SKIP
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html>
>       (fdo#111068 <https://bugs.freedesktop.org/show_bug.cgi?id=111068> /
>       i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>    -
>
>    igt@runner@aborted:
>    - shard-apl: (FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>,
>       FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>,
>       FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl8/igt@runner@aborted.html>,
>       FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl7/igt@runner@aborted.html>)
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180> /
>       i915#3002 <https://gitlab.freedesktop.org/drm/intel/issues/3002> /
>       i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>)
>       -> (FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>,
>       FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>,
>       FAIL
>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>)
>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271> /
>       i915#3002 <https://gitlab.freedesktop.org/drm/intel/issues/3002> /
>       i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>)
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
> Build changes
>
>    - CI: CI-20190529 -> None
>    - IGT: IGT_7068 -> IGTPW_8131
>    - Piglit: piglit_4509 -> None
>
> CI-20190529: 20190529
> CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://
> anongit.freedesktop.org/gfx-ci/linux
> IGTPW_8131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
> IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://
> anongit.freedesktop.org/piglit
>

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

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-21 15:37   ` Mark Yacoub
@ 2022-11-21 15:41     ` Mark Yacoub
  2022-11-21 16:40       ` Navare, Manasi D
  0 siblings, 1 reply; 16+ messages in thread
From: Mark Yacoub @ 2022-11-21 15:41 UTC (permalink / raw)
  To: saix.nandan.yedireswarapu; +Cc: igt-dev

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

Hi Saix, the error looks irrelevant, can i get a rerun please

On Mon, Nov 21, 2022 at 10:37 AM Mark Yacoub <markyacoub@chromium.org>
wrote:

> Hello again, can i get a rerun :))
>
> On Sat, Nov 19, 2022 at 5:07 AM Patchwork <
> patchwork@emeril.freedesktop.org> wrote:
>
>> *Patch Details*
>> *Series:* Cv3 Workaround: Skip Plug all at init. (rev2)
>> *URL:* https://patchwork.freedesktop.org/series/111037/
>> *State:* failure
>> *Details:* https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html CI
>> Bug Log - changes from CI_DRM_12401_full -> IGTPW_8131_full Summary
>>
>> *FAILURE*
>>
>> Serious unknown changes coming with IGTPW_8131_full absolutely need to be
>> verified manually.
>>
>> If you think the reported changes have nothing to do with the changes
>> introduced in IGTPW_8131_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_8131/index.html
>> Participating hosts (11 -> 8)
>>
>> Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005
>> Possible new issues
>>
>> Here are the unknown changes that may have been introduced in
>> IGTPW_8131_full:
>> IGT changes Possible regressions
>>
>>    - igt@i915_module_load@reload-with-fault-injection:
>>       - shard-snb: NOTRUN -> INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html>
>>
>> Suppressed
>>
>> The following results come from untrusted machines, tests, or statuses.
>> They do not affect the overall result.
>>
>>    -
>>
>>    igt@gem_ctx_persistence@heartbeat-hostile:
>>    - {shard-rkl}: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_ctx_persistence@heartbeat-hostile.html>
>>       -> INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-3/igt@gem_ctx_persistence@heartbeat-hostile.html>
>>    -
>>
>>    igt@i915_pm_backlight@fade:
>>    - {shard-rkl}: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-4/igt@i915_pm_backlight@fade.html>
>>
>> Known issues
>>
>> Here are the changes found in IGTPW_8131_full that come from known issues:
>> IGT changes Issues hit
>>
>>    -
>>
>>    igt@gem_ccs@block-copy-inplace:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_ccs@block-copy-inplace.html>
>>       (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>
>>       / i915#5325 <https://gitlab.freedesktop.org/drm/intel/issues/5325>)
>>    -
>>
>>    igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
>>    - shard-snb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#1099 <https://gitlab.freedesktop.org/drm/intel/issues/1099>)
>>       +2 similar issues
>>    -
>>
>>    igt@gem_ctx_persistence@many-contexts:
>>    - shard-tglb: NOTRUN -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html>
>>       (i915#2410 <https://gitlab.freedesktop.org/drm/intel/issues/2410>)
>>    -
>>
>>    igt@gem_exec_balancer@parallel-contexts:
>>    - shard-iclb: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html>
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_balancer@parallel-contexts.html>
>>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>>       +1 similar issue
>>    -
>>
>>    igt@gem_exec_balancer@parallel-keep-in-fence:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html>
>>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>>    -
>>
>>    igt@gem_exec_capture@capture-invisible@smem0:
>>    -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html>
>>       (i915#6334 <https://gitlab.freedesktop.org/drm/intel/issues/6334>)
>>       -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_exec_capture@capture-invisible@smem0.html>
>>       (i915#6334 <https://gitlab.freedesktop.org/drm/intel/issues/6334>)
>>       -
>>
>>    igt@gem_exec_fair@basic-none-share@rcs0:
>>    - shard-glk: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html>
>>       -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html>
>>       (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
>>       +2 similar issues
>>    -
>>
>>    igt@gem_lmem_swapping@parallel-random:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_lmem_swapping@parallel-random.html>
>>       (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>>       +3 similar issues
>>    -
>>
>>    igt@gem_lmem_swapping@parallel-random-engines:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html>
>>       (i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>>       +1 similar issue
>>    -
>>
>>    igt@gem_lmem_swapping@verify-random-ccs:
>>    -
>>
>>       shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl8/igt@gem_lmem_swapping@verify-random-ccs.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>>       +2 similar issues
>>       -
>>
>>       shard-glk: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@gem_lmem_swapping@verify-random-ccs.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#4613 <https://gitlab.freedesktop.org/drm/intel/issues/4613>)
>>       +2 similar issues
>>       -
>>
>>    igt@gem_pxp@protected-encrypted-src-copy-not-readible:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html>
>>       (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>)
>>       +2 similar issues
>>    -
>>
>>    igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html>
>>       (i915#4270 <https://gitlab.freedesktop.org/drm/intel/issues/4270>)
>>       +1 similar issue
>>    -
>>
>>    igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html>
>>       (i915#768 <https://gitlab.freedesktop.org/drm/intel/issues/768>)
>>    -
>>
>>    igt@gem_userptr_blits@access-control:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_userptr_blits@access-control.html>
>>       (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>)
>>       +2 similar issues
>>    -
>>
>>    igt@gem_userptr_blits@unsync-unmap-after-close:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_userptr_blits@unsync-unmap-after-close.html>
>>       (i915#3297 <https://gitlab.freedesktop.org/drm/intel/issues/3297>)
>>    -
>>
>>    igt@gen3_mixed_blits:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gen3_mixed_blits.html>
>>       (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
>>       +1 similar issue
>>    -
>>
>>    igt@gen7_exec_parse@basic-allowed:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html>
>>       (fdo#109289 <https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
>>    -
>>
>>    igt@gen9_exec_parse@bb-start-out:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gen9_exec_parse@bb-start-out.html>
>>       (i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>)
>>       +1 similar issue
>>    -
>>
>>    igt@gen9_exec_parse@shadow-peek:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html>
>>       (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527>
>>       / i915#2856 <https://gitlab.freedesktop.org/drm/intel/issues/2856>)
>>       +1 similar issue
>>    -
>>
>>    igt@i915_pm_dc@dc6-dpms:
>>    - shard-iclb: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html>
>>       -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html>
>>       (i915#3989 <https://gitlab.freedesktop.org/drm/intel/issues/3989>
>>       / i915#454 <https://gitlab.freedesktop.org/drm/intel/issues/454>)
>>    -
>>
>>    igt@i915_pm_rpm@system-suspend-devices:
>>    - shard-snb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_pm_rpm@system-suspend-devices.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>>       +174 similar issues
>>    -
>>
>>    igt@i915_pm_rps@engine-order:
>>    - shard-apl: NOTRUN -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@i915_pm_rps@engine-order.html>
>>       (i915#6537 <https://gitlab.freedesktop.org/drm/intel/issues/6537>)
>>    -
>>
>>    igt@i915_query@test-query-geometry-subslices:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_query@test-query-geometry-subslices.html>
>>       (i915#5723 <https://gitlab.freedesktop.org/drm/intel/issues/5723>)
>>    -
>>
>>    igt@i915_selftest@live@hangcheck:
>>    - shard-tglb: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@i915_selftest@live@hangcheck.html>
>>       -> DMESG-WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@i915_selftest@live@hangcheck.html>
>>       (i915#5591 <https://gitlab.freedesktop.org/drm/intel/issues/5591>)
>>    -
>>
>>    igt@i915_selftest@live@sanitycheck:
>>    - shard-snb: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-snb5/igt@i915_selftest@live@sanitycheck.html>
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb7/igt@i915_selftest@live@sanitycheck.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>>    -
>>
>>    igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
>>    -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
>>       (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>)
>>       +3 similar issues
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html>
>>       (i915#5286 <https://gitlab.freedesktop.org/drm/intel/issues/5286>)
>>       +3 similar issues
>>       -
>>
>>    igt@kms_big_fb@linear-64bpp-rotate-90:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_big_fb@linear-64bpp-rotate-90.html>
>>       (fdo#110725 <https://bugs.freedesktop.org/show_bug.cgi?id=110725>
>>       / fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_big_fb@linear-8bpp-rotate-270:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_big_fb@linear-8bpp-rotate-270.html>
>>       (fdo#111614 <https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
>>    -
>>
>>    igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html>
>>       (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615>)
>>       +6 similar issues
>>    -
>>
>>    igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html>
>>       (fdo#110723 <https://bugs.freedesktop.org/show_bug.cgi?id=110723>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html>
>>       (i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>)
>>       +5 similar issues
>>    -
>>
>>    igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
>>    -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
>>       (fdo#109278 <https://bugs.freedesktop.org/show_bug.cgi?id=109278>
>>       / i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>>       +3 similar issues
>>       -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
>>       (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689>
>>       / i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>>       -
>>
>>    igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:
>>    -
>>
>>       shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>>       +146 similar issues
>>       -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html>
>>       (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689>
>>       / i915#6095 <https://gitlab.freedesktop.org/drm/intel/issues/6095>)
>>       +1 similar issue
>>       -
>>
>>    igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
>>    - shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>>       +6 similar issues
>>    -
>>
>>    igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
>>    - shard-glk: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#3886 <https://gitlab.freedesktop.org/drm/intel/issues/3886>)
>>       +5 similar issues
>>    -
>>
>>    igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html>
>>       (fdo#109278 <https://bugs.freedesktop.org/show_bug.cgi?id=109278>)
>>       +20 similar issues
>>    -
>>
>>    igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html>
>>       (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615>
>>       / i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html>
>>       (i915#3689 <https://gitlab.freedesktop.org/drm/intel/issues/3689>)
>>       +4 similar issues
>>    -
>>
>>    igt@kms_chamelium@dp-hpd-for-each-pipe:
>>    - shard-glk: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@kms_chamelium@dp-hpd-for-each-pipe.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>>       +7 similar issues
>>    -
>>
>>    igt@kms_chamelium@hdmi-hpd-storm-disable:
>>    -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html>
>>       (fdo#109284 <https://bugs.freedesktop.org/show_bug.cgi?id=109284>
>>       / fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>>       +3 similar issues
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html>
>>       (fdo#109284 <https://bugs.freedesktop.org/show_bug.cgi?id=109284>
>>       / fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>>       +5 similar issues
>>       -
>>
>>    igt@kms_chamelium@vga-frame-dump:
>>    - shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@kms_chamelium@vga-frame-dump.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>>       +3 similar issues
>>    -
>>
>>    igt@kms_chamelium@vga-hpd-after-suspend:
>>    - shard-snb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / fdo#111827 <https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
>>       +6 similar issues
>>    -
>>
>>    igt@kms_content_protection@atomic:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_content_protection@atomic.html>
>>       (i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>)
>>    -
>>
>>    igt@kms_content_protection@dp-mst-type-0:
>>    -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_content_protection@dp-mst-type-0.html>
>>       (i915#3116 <https://gitlab.freedesktop.org/drm/intel/issues/3116>
>>       / i915#3299 <https://gitlab.freedesktop.org/drm/intel/issues/3299>)
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_content_protection@dp-mst-type-0.html>
>>       (i915#3116 <https://gitlab.freedesktop.org/drm/intel/issues/3116>)
>>       -
>>
>>    igt@kms_content_protection@legacy@pipe-a-dp-1:
>>    - shard-apl: NOTRUN -> TIMEOUT
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_content_protection@legacy@pipe-a-dp-1.html>
>>       (i915#7173 <https://gitlab.freedesktop.org/drm/intel/issues/7173>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_content_protection@srm:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_content_protection@srm.html>
>>       (i915#7118 <https://gitlab.freedesktop.org/drm/intel/issues/7118>)
>>    -
>>
>>    igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html>
>>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>
>>       / fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>)
>>    -
>>
>>    igt@kms_cursor_legacy@short-busy-flip-before-cursor:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor.html>
>>       (i915#4103 <https://gitlab.freedesktop.org/drm/intel/issues/4103>)
>>    -
>>
>>    igt@kms_display_modes@extended-mode-basic:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_display_modes@extended-mode-basic.html>
>>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>)
>>    -
>>
>>    igt@kms_dsc@dsc-with-bpc:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html>
>>       (i915#3840 <https://gitlab.freedesktop.org/drm/intel/issues/3840>)
>>    -
>>
>>    igt@kms_flip@2x-nonexisting-fb:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_flip@2x-nonexisting-fb.html>
>>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>
>>       / fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>
>>       / i915#3637 <https://gitlab.freedesktop.org/drm/intel/issues/3637>)
>>       +9 similar issues
>>    -
>>
>>    igt@kms_flip@2x-plain-flip-fb-recreate:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html>
>>       (fdo#109274 <https://bugs.freedesktop.org/show_bug.cgi?id=109274>)
>>       +6 similar issues
>>    -
>>
>>    igt@kms_flip_scaled_crc
>>    @flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html>
>>       (i915#2587 <https://gitlab.freedesktop.org/drm/intel/issues/2587>
>>       / i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>>       +2 similar issues
>>    -
>>
>>    igt@kms_flip_scaled_crc
>>    @flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
>>    -
>>
>>       shard-glk: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>)
>>       +107 similar issues
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html>
>>       (i915#2587 <https://gitlab.freedesktop.org/drm/intel/issues/2587>
>>       / i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>>       +1 similar issue
>>       -
>>
>>    igt@kms_flip_scaled_crc
>>    @flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html>
>>       (i915#2672 <https://gitlab.freedesktop.org/drm/intel/issues/2672>)
>>       +3 similar issues
>>    -
>>
>>    igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html>
>>       (i915#6497 <https://gitlab.freedesktop.org/drm/intel/issues/6497>)
>>       +5 similar issues
>>    -
>>
>>    igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html>
>>       (fdo#109280 <https://bugs.freedesktop.org/show_bug.cgi?id=109280>)
>>       +19 similar issues
>>    -
>>
>>    igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html>
>>       (fdo#109280 <https://bugs.freedesktop.org/show_bug.cgi?id=109280>
>>       / fdo#111825 <https://bugs.freedesktop.org/show_bug.cgi?id=111825>)
>>       +19 similar issues
>>    -
>>
>>    igt@kms_hdr@bpc-switch-dpms:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_hdr@bpc-switch-dpms.html>
>>       (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>)
>>       +3 similar issues
>>    -
>>
>>    igt@kms_hdr@static-toggle-suspend:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html>
>>       (i915#3555 <https://gitlab.freedesktop.org/drm/intel/issues/3555>)
>>       +4 similar issues
>>    -
>>
>>    igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html>
>>       (i915#1839 <https://gitlab.freedesktop.org/drm/intel/issues/1839>)
>>    -
>>
>>    igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1:
>>    - shard-apl: NOTRUN -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1.html>
>>       (i915#4573 <https://gitlab.freedesktop.org/drm/intel/issues/4573>)
>>       +2 similar issues
>>    -
>>
>>    igt@kms_plane_lowres@tiling-none@pipe-c-edp-1:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_plane_lowres@tiling-none@pipe-c-edp-1.html>
>>       (i915#3536 <https://gitlab.freedesktop.org/drm/intel/issues/3536>)
>>       +3 similar issues
>>    -
>>
>>    igt@kms_plane_lowres@tiling-yf:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_plane_lowres@tiling-yf.html>
>>       (fdo#112054 <https://bugs.freedesktop.org/show_bug.cgi?id=112054>
>>       / i915#5288 <https://gitlab.freedesktop.org/drm/intel/issues/5288>)
>>    -
>>
>>    igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html>
>>       (i915#3536 <https://gitlab.freedesktop.org/drm/intel/issues/3536>)
>>       +5 similar issues
>>    -
>>
>>    igt@kms_plane_scaling
>>    @plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1.html>
>>       (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>)
>>       +7 similar issues
>>    -
>>
>>    igt@kms_plane_scaling
>>    @plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:
>>    - shard-iclb: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html>
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html>
>>       (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_plane_scaling
>>    @plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1.html>
>>       (i915#5176 <https://gitlab.freedesktop.org/drm/intel/issues/5176>)
>>       +8 similar issues
>>    -
>>
>>    igt@kms_prime@d3hot:
>>    -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_prime@d3hot.html>
>>       (i915#6524 <https://gitlab.freedesktop.org/drm/intel/issues/6524>)
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_prime@d3hot.html>
>>       (i915#6524 <https://gitlab.freedesktop.org/drm/intel/issues/6524>)
>>       -
>>
>>    igt@kms_psr2_sf@cursor-plane-update-sf:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_psr2_sf@cursor-plane-update-sf.html>
>>       (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
>>    -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html>
>>       (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>       -
>>
>>       shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>       +1 similar issue
>>       -
>>
>>    igt@kms_psr2_su@page_flip-nv12:
>>    -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr2_su@page_flip-nv12.html>
>>       (i915#7037 <https://gitlab.freedesktop.org/drm/intel/issues/7037>)
>>       -
>>
>>       shard-glk: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@kms_psr2_su@page_flip-nv12.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>       +2 similar issues
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html>
>>       (fdo#109642 <https://bugs.freedesktop.org/show_bug.cgi?id=109642>
>>       / fdo#111068 <https://bugs.freedesktop.org/show_bug.cgi?id=111068>
>>       / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>       -
>>
>>    igt@kms_psr@psr2_cursor_mmap_cpu:
>>    - shard-iclb: PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html>
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html>
>>       (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>)
>>    -
>>
>>    igt@kms_psr@psr2_sprite_mmap_cpu:
>>    -
>>
>>       shard-tglb: NOTRUN -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr@psr2_sprite_mmap_cpu.html>
>>       (i915#132 <https://gitlab.freedesktop.org/drm/intel/issues/132> /
>>       i915#3467 <https://gitlab.freedesktop.org/drm/intel/issues/3467>)
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_cpu.html>
>>       (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>)
>>       -
>>
>>    igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html>
>>       (fdo#111615 <https://bugs.freedesktop.org/show_bug.cgi?id=111615>
>>       / i915#5289 <https://gitlab.freedesktop.org/drm/intel/issues/5289>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_writeback@writeback-invalid-parameters:
>>    -
>>
>>       shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_writeback@writeback-invalid-parameters.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
>>       -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_writeback@writeback-invalid-parameters.html>
>>       (i915#2437 <https://gitlab.freedesktop.org/drm/intel/issues/2437>)
>>       -
>>
>>    igt@perf_pmu@event-wait@rcs0:
>>    -
>>
>>       shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html>
>>       (fdo#112283 <https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
>>       -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html>
>>       (fdo#112283 <https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
>>       -
>>
>>    igt@prime_udl:
>>    - shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@prime_udl.html>
>>       (fdo#109291 <https://bugs.freedesktop.org/show_bug.cgi?id=109291>)
>>    -
>>
>>    igt@sysfs_clients@fair-0:
>>    -
>>
>>       shard-apl: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl1/igt@sysfs_clients@fair-0.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>>       +2 similar issues
>>       -
>>
>>       shard-tglb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@sysfs_clients@fair-0.html>
>>       (i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>>       +2 similar issues
>>       -
>>
>>       shard-glk: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk7/igt@sysfs_clients@fair-0.html>
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>>       -
>>
>>    igt@sysfs_clients@split-10:
>>    - shard-iclb: NOTRUN -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@sysfs_clients@split-10.html>
>>       (i915#2994 <https://gitlab.freedesktop.org/drm/intel/issues/2994>)
>>       +2 similar issues
>>
>> Possible fixes
>>
>>    -
>>
>>    igt@feature_discovery@psr2:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@feature_discovery@psr2.html>
>>       (i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@feature_discovery@psr2.html>
>>    -
>>
>>    igt@gem_ctx_persistence@smoketest:
>>    - shard-iclb: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_ctx_persistence@smoketest.html>
>>       (i915#5099 <https://gitlab.freedesktop.org/drm/intel/issues/5099>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_ctx_persistence@smoketest.html>
>>    -
>>
>>    igt@gem_exec_balancer@parallel-bb-first:
>>    - shard-iclb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html>
>>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html>
>>    -
>>
>>    igt@gem_exec_capture@pi@vcs0:
>>    - shard-iclb: INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@gem_exec_capture@pi@vcs0.html>
>>       (i915#3371 <https://gitlab.freedesktop.org/drm/intel/issues/3371>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_capture@pi@vcs0.html>
>>    -
>>
>>    igt@gem_exec_reloc@basic-cpu-read:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html>
>>       (i915#3281 <https://gitlab.freedesktop.org/drm/intel/issues/3281>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read.html>
>>       +3 similar issues
>>    -
>>
>>    igt@gem_mmap_wc@set-cache-level:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html>
>>       (i915#1850 <https://gitlab.freedesktop.org/drm/intel/issues/1850>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>
>>    -
>>
>>    igt@gem_ppgtt@blt-vs-render-ctxn:
>>    - {shard-rkl}: DMESG-FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_ppgtt@blt-vs-render-ctxn.html>
>>       (i915#3692 <https://gitlab.freedesktop.org/drm/intel/issues/3692>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-1/igt@gem_ppgtt@blt-vs-render-ctxn.html>
>>    -
>>
>>    igt@gem_ppgtt@flink-and-close-vma-leak:
>>    - shard-glk: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html>
>>       (i915#7409 <https://gitlab.freedesktop.org/drm/intel/issues/7409>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html>
>>    -
>>
>>    igt@gem_pwrite_snooped:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_pwrite_snooped.html>
>>       (i915#3282 <https://gitlab.freedesktop.org/drm/intel/issues/3282>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_pwrite_snooped.html>
>>       +2 similar issues
>>    -
>>
>>    igt@gen9_exec_parse@unaligned-access:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html>
>>       (i915#2527 <https://gitlab.freedesktop.org/drm/intel/issues/2527>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gen9_exec_parse@unaligned-access.html>
>>    -
>>
>>    igt@i915_pm_rpm@drm-resources-equal:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html>
>>       (fdo#109308 <https://bugs.freedesktop.org/show_bug.cgi?id=109308>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html>
>>       +1 similar issue
>>    -
>>
>>    igt@i915_pm_rpm@fences:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@i915_pm_rpm@fences.html>
>>       (i915#1849 <https://gitlab.freedesktop.org/drm/intel/issues/1849>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@fences.html>
>>    -
>>
>>    igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html>
>>       (i915#1845 <https://gitlab.freedesktop.org/drm/intel/issues/1845>
>>       / i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html>
>>       +15 similar issues
>>    -
>>
>>    igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
>>    - shard-tglb: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>
>>       (i915#2346 <https://gitlab.freedesktop.org/drm/intel/issues/2346>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>
>>    -
>>
>>    igt@kms_cursor_legacy@torture-bo@pipe-c:
>>    - {shard-rkl}: INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html>
>>       (i915#7396 <https://gitlab.freedesktop.org/drm/intel/issues/7396>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html>
>>    -
>>
>>    igt@kms_dp_aux_dev:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_dp_aux_dev.html>
>>       (i915#1257 <https://gitlab.freedesktop.org/drm/intel/issues/1257>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_dp_aux_dev.html>
>>    -
>>
>>    igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
>>    - shard-tglb: DMESG-WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html>
>>       (i915#2411 <https://gitlab.freedesktop.org/drm/intel/issues/2411>
>>       / i915#2867 <https://gitlab.freedesktop.org/drm/intel/issues/2867>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html>
>>    -
>>
>>    igt@kms_flip@flip-vs-suspend@b-dp1:
>>    - shard-apl: DMESG-WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_flip@flip-vs-suspend@b-dp1.html>
>>       (i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html>
>>    -
>>
>>    igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html>
>>       (i915#1849 <https://gitlab.freedesktop.org/drm/intel/issues/1849>
>>       / i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html>
>>       +8 similar issues
>>    -
>>
>>    igt@kms_hdmi_inject@inject-audio:
>>    - shard-tglb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html>
>>       (i915#433 <https://gitlab.freedesktop.org/drm/intel/issues/433>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html>
>>    -
>>
>>    igt@kms_plane@plane-panning-bottom-right@pipe-a-planes:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html>
>>       (i915#3558 <https://gitlab.freedesktop.org/drm/intel/issues/3558>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html>
>>       +1 similar issue
>>    -
>>
>>    igt@kms_plane@plane-position-covered@pipe-a-planes:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_plane@plane-position-covered@pipe-a-planes.html>
>>       (i915#1849 <https://gitlab.freedesktop.org/drm/intel/issues/1849>
>>       / i915#3558 <https://gitlab.freedesktop.org/drm/intel/issues/3558>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html>
>>       +3 similar issues
>>    -
>>
>>    igt@kms_psr@psr2_primary_mmap_cpu:
>>    - shard-iclb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html>
>>       (fdo#109441 <https://bugs.freedesktop.org/show_bug.cgi?id=109441>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html>
>>       +1 similar issue
>>    -
>>
>>    igt@kms_psr@sprite_plane_onoff:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_psr@sprite_plane_onoff.html>
>>       (i915#1072 <https://gitlab.freedesktop.org/drm/intel/issues/1072>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html>
>>       +1 similar issue
>>    -
>>
>>    igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
>>    - shard-iclb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
>>       (i915#5519 <https://gitlab.freedesktop.org/drm/intel/issues/5519>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>
>>    -
>>
>>    igt@kms_universal_plane@universal-plane-pipe-b-sanity:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html>
>>       (i915#1845 <https://gitlab.freedesktop.org/drm/intel/issues/1845>
>>       / i915#4070 <https://gitlab.freedesktop.org/drm/intel/issues/4070>
>>       / i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html>
>>    -
>>
>>    igt@perf@gen8-unprivileged-single-ctx-counters:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html>
>>       (i915#2436 <https://gitlab.freedesktop.org/drm/intel/issues/2436>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html>
>>    -
>>
>>    igt@perf@stress-open-close:
>>    - shard-glk: INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk7/igt@perf@stress-open-close.html>
>>       (i915#5213 <https://gitlab.freedesktop.org/drm/intel/issues/5213>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@perf@stress-open-close.html>
>>    -
>>
>>    igt@sysfs_heartbeat_interval@nopreempt@vcs0:
>>    - shard-tglb: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html>
>>       (i915#6015 <https://gitlab.freedesktop.org/drm/intel/issues/6015>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html>
>>       +4 similar issues
>>    -
>>
>>    igt@testdisplay:
>>    - {shard-rkl}: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@testdisplay.html>
>>       (i915#4098 <https://gitlab.freedesktop.org/drm/intel/issues/4098>)
>>       -> PASS
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@testdisplay.html>
>>
>> Warnings
>>
>>    -
>>
>>    igt@gem_exec_balancer@parallel-ordering:
>>    - shard-iclb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html>
>>       (i915#4525 <https://gitlab.freedesktop.org/drm/intel/issues/4525>)
>>       -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_exec_balancer@parallel-ordering.html>
>>       (i915#6117 <https://gitlab.freedesktop.org/drm/intel/issues/6117>)
>>    -
>>
>>    igt@gem_exec_fair@basic-none-share@rcs0:
>>    - shard-tglb: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html>
>>       (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html>
>>       (i915#2848 <https://gitlab.freedesktop.org/drm/intel/issues/2848>)
>>    -
>>
>>    igt@gem_exec_fair@basic-pace@vcs1:
>>    - shard-tglb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html>
>>       (i915#2848 <https://gitlab.freedesktop.org/drm/intel/issues/2848>)
>>       -> FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@gem_exec_fair@basic-pace@vcs1.html>
>>       (i915#2842 <https://gitlab.freedesktop.org/drm/intel/issues/2842>)
>>       +5 similar issues
>>    -
>>
>>    igt@gem_pread@exhaustion:
>>    -
>>
>>       shard-apl: WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl2/igt@gem_pread@exhaustion.html>
>>       (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
>>       -> INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@gem_pread@exhaustion.html>
>>       (i915#7248 <https://gitlab.freedesktop.org/drm/intel/issues/7248>)
>>       +1 similar issue
>>       -
>>
>>       shard-tglb: WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@gem_pread@exhaustion.html>
>>       (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
>>       -> INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_pread@exhaustion.html>
>>       (i915#7248 <https://gitlab.freedesktop.org/drm/intel/issues/7248>)
>>       +1 similar issue
>>       -
>>
>>    igt@gem_pwrite@basic-exhaustion:
>>    - shard-glk: INCOMPLETE
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk6/igt@gem_pwrite@basic-exhaustion.html>
>>       (i915#7248 <https://gitlab.freedesktop.org/drm/intel/issues/7248>)
>>       -> WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@gem_pwrite@basic-exhaustion.html>
>>       (i915#2658 <https://gitlab.freedesktop.org/drm/intel/issues/2658>)
>>    -
>>
>>    igt@i915_pm_rc6_residency@rc6-idle@rcs0:
>>    - shard-tglb: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html>
>>       (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681>
>>       / i915#3591 <https://gitlab.freedesktop.org/drm/intel/issues/3591>)
>>       -> WARN
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html>
>>       (i915#2681 <https://gitlab.freedesktop.org/drm/intel/issues/2681>)
>>    -
>>
>>    igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
>>    - shard-apl: FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>
>>       (i915#4573 <https://gitlab.freedesktop.org/drm/intel/issues/4573>)
>>       -> DMESG-FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html>
>>       (IGT#6 <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
>>    - shard-iclb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html>
>>       (fdo#111068 <https://bugs.freedesktop.org/show_bug.cgi?id=111068>
>>       / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html>
>>       (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>)
>>       +1 similar issue
>>    -
>>
>>    igt@kms_psr2_sf@plane-move-sf-dmg-area:
>>    - shard-iclb: SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html>
>>       (i915#2920 <https://gitlab.freedesktop.org/drm/intel/issues/2920>)
>>       -> SKIP
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html>
>>       (fdo#111068 <https://bugs.freedesktop.org/show_bug.cgi?id=111068>
>>       / i915#658 <https://gitlab.freedesktop.org/drm/intel/issues/658>)
>>    -
>>
>>    igt@runner@aborted:
>>    - shard-apl: (FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>,
>>       FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>,
>>       FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl8/igt@runner@aborted.html>,
>>       FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl7/igt@runner@aborted.html>)
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#180 <https://gitlab.freedesktop.org/drm/intel/issues/180> /
>>       i915#3002 <https://gitlab.freedesktop.org/drm/intel/issues/3002> /
>>       i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>)
>>       -> (FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>,
>>       FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>,
>>       FAIL
>>       <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>)
>>       (fdo#109271 <https://bugs.freedesktop.org/show_bug.cgi?id=109271>
>>       / i915#3002 <https://gitlab.freedesktop.org/drm/intel/issues/3002>
>>       / i915#4312 <https://gitlab.freedesktop.org/drm/intel/issues/4312>)
>>
>> {name}: This element is suppressed. This means it is ignored when
>> computing
>> the status of the difference (SUCCESS, WARNING, or FAILURE).
>> Build changes
>>
>>    - CI: CI-20190529 -> None
>>    - IGT: IGT_7068 -> IGTPW_8131
>>    - Piglit: piglit_4509 -> None
>>
>> CI-20190529: 20190529
>> CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://
>> anongit.freedesktop.org/gfx-ci/linux
>> IGTPW_8131:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
>> IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @
>> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>> piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://
>> anongit.freedesktop.org/piglit
>>
>

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

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-21 15:41     ` Mark Yacoub
@ 2022-11-21 16:40       ` Navare, Manasi D
  2022-11-21 19:00         ` Yedireswarapu, SaiX Nandan
  0 siblings, 1 reply; 16+ messages in thread
From: Navare, Manasi D @ 2022-11-21 16:40 UTC (permalink / raw)
  To: Mark Yacoub, Yedireswarapu, SaiX Nandan, Vudum, Lakshminarayana,
	Latvala, Petri
  Cc: igt-dev@lists.freedesktop.org

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

Hi Lakshmi/Petri,

Can we get a re run here as requested by Mark?

Regards
Manasi

From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Mark Yacoub
Sent: Monday, November 21, 2022 7:41 AM
To: Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)

Hi Saix, the error looks irrelevant, can i get a rerun please

On Mon, Nov 21, 2022 at 10:37 AM Mark Yacoub <markyacoub@chromium.org<mailto:markyacoub@chromium.org>> wrote:
Hello again, can i get a rerun :))

On Sat, Nov 19, 2022 at 5:07 AM Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>> wrote:
Patch Details
Series:

Cv3 Workaround: Skip Plug all at init. (rev2)

URL:

https://patchwork.freedesktop.org/series/111037/

State:

failure

Details:

https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html

CI Bug Log - changes from CI_DRM_12401_full -> IGTPW_8131_full
Summary

FAILURE

Serious unknown changes coming with IGTPW_8131_full absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8131_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_8131/index.html

Participating hosts (11 -> 8)

Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005

Possible new issues

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

IGT changes
Possible regressions

  *   igt@i915_module_load@reload-with-fault-injection:

     *   shard-snb: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html>

Suppressed

The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.

  *   igt@gem_ctx_persistence@heartbeat-hostile:

     *   {shard-rkl}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_ctx_persistence@heartbeat-hostile.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-3/igt@gem_ctx_persistence@heartbeat-hostile.html>

  *   igt@i915_pm_backlight@fade:

     *   {shard-rkl}: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-4/igt@i915_pm_backlight@fade.html>

Known issues

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

IGT changes
Issues hit

  *   igt@gem_ccs@block-copy-inplace:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_ccs@block-copy-inplace.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#5325<https://gitlab.freedesktop.org/drm/intel/issues/5325>)

  *   igt@gem_ctx_persistence@legacy-engines-hostile-preempt:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#1099<https://gitlab.freedesktop.org/drm/intel/issues/1099>) +2 similar issues

  *   igt@gem_ctx_persistence@many-contexts:

     *   shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html> (i915#2410<https://gitlab.freedesktop.org/drm/intel/issues/2410>)

  *   igt@gem_exec_balancer@parallel-contexts:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_balancer@parallel-contexts.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>) +1 similar issue

  *   igt@gem_exec_balancer@parallel-keep-in-fence:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>)

  *   igt@gem_exec_capture@capture-invisible@smem0:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>)
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>)

  *   igt@gem_exec_fair@basic-none-share@rcs0:

     *   shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) +2 similar issues

  *   igt@gem_lmem_swapping@parallel-random:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_lmem_swapping@parallel-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +3 similar issues

  *   igt@gem_lmem_swapping@parallel-random-engines:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1 similar issue

  *   igt@gem_lmem_swapping@verify-random-ccs:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl8/igt@gem_lmem_swapping@verify-random-ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +2 similar issues
     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@gem_lmem_swapping@verify-random-ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +2 similar issues

  *   igt@gem_pxp@protected-encrypted-src-copy-not-readible:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +2 similar issues

  *   igt@gem_pxp@verify-pxp-stale-buf-optout-execution:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +1 similar issue

  *   igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html> (i915#768<https://gitlab.freedesktop.org/drm/intel/issues/768>)

  *   igt@gem_userptr_blits@access-control:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_userptr_blits@access-control.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) +2 similar issues

  *   igt@gem_userptr_blits@unsync-unmap-after-close:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_userptr_blits@unsync-unmap-after-close.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>)

  *   igt@gen3_mixed_blits:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gen3_mixed_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue

  *   igt@gen7_exec_parse@basic-allowed:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>)

  *   igt@gen9_exec_parse@bb-start-out:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gen9_exec_parse@bb-start-out.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +1 similar issue

  *   igt@gen9_exec_parse@shadow-peek:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +1 similar issue

  *   igt@i915_pm_dc@dc6-dpms:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html> (i915#3989<https://gitlab.freedesktop.org/drm/intel/issues/3989> / i915#454<https://gitlab.freedesktop.org/drm/intel/issues/454>)

  *   igt@i915_pm_rpm@system-suspend-devices:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_pm_rpm@system-suspend-devices.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +174 similar issues

  *   igt@i915_pm_rps@engine-order:

     *   shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@i915_pm_rps@engine-order.html> (i915#6537<https://gitlab.freedesktop.org/drm/intel/issues/6537>)

  *   igt@i915_query@test-query-geometry-subslices:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_query@test-query-geometry-subslices.html> (i915#5723<https://gitlab.freedesktop.org/drm/intel/issues/5723>)

  *   igt@i915_selftest@live@hangcheck:

     *   shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@i915_selftest@live@hangcheck.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@i915_selftest@live@hangcheck.html> (i915#5591<https://gitlab.freedesktop.org/drm/intel/issues/5591>)

  *   igt@i915_selftest@live@sanitycheck:

     *   shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-snb5/igt@i915_selftest@live@sanitycheck.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb7/igt@i915_selftest@live@sanitycheck.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>)

  *   igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) +3 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) +3 similar issues

  *   igt@kms_big_fb@linear-64bpp-rotate-90:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_big_fb@linear-64bpp-rotate-90.html> (fdo#110725<https://bugs.freedesktop.org/show_bug.cgi?id=110725> / fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +1 similar issue

  *   igt@kms_big_fb@linear-8bpp-rotate-270:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_big_fb@linear-8bpp-rotate-270.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>)

  *   igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +6 similar issues

  *   igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> (fdo#110723<https://bugs.freedesktop.org/show_bug.cgi?id=110723>) +1 similar issue

  *   igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html> (i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +5 similar issues

  *   igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html> (fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +3 similar issues
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>)

  *   igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +146 similar issues
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1 similar issue

  *   igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +6 similar issues

  *   igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +5 similar issues

  *   igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html> (fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278>) +20 similar issues

  *   igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689>) +1 similar issue

  *   igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689>) +4 similar issues

  *   igt@kms_chamelium@dp-hpd-for-each-pipe:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@kms_chamelium@dp-hpd-for-each-pipe.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +7 similar issues

  *   igt@kms_chamelium@hdmi-hpd-storm-disable:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html> (fdo#109284<https://bugs.freedesktop.org/show_bug.cgi?id=109284> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +3 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html> (fdo#109284<https://bugs.freedesktop.org/show_bug.cgi?id=109284> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +5 similar issues

  *   igt@kms_chamelium@vga-frame-dump:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@kms_chamelium@vga-frame-dump.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +3 similar issues

  *   igt@kms_chamelium@vga-hpd-after-suspend:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +6 similar issues

  *   igt@kms_content_protection@atomic:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_content_protection@atomic.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)

  *   igt@kms_content_protection@dp-mst-type-0:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_content_protection@dp-mst-type-0.html> (i915#3116<https://gitlab.freedesktop.org/drm/intel/issues/3116> / i915#3299<https://gitlab.freedesktop.org/drm/intel/issues/3299>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_content_protection@dp-mst-type-0.html> (i915#3116<https://gitlab.freedesktop.org/drm/intel/issues/3116>)

  *   igt@kms_content_protection@legacy@pipe-a-dp-1:

     *   shard-apl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_content_protection@legacy@pipe-a-dp-1.html> (i915#7173<https://gitlab.freedesktop.org/drm/intel/issues/7173>) +1 similar issue

  *   igt@kms_content_protection@srm:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_content_protection@srm.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)

  *   igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>)

  *   igt@kms_cursor_legacy@short-busy-flip-before-cursor:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor.html> (i915#4103<https://gitlab.freedesktop.org/drm/intel/issues/4103>)

  *   igt@kms_display_modes@extended-mode-basic:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_display_modes@extended-mode-basic.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>)

  *   igt@kms_dsc@dsc-with-bpc:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/intel/issues/3840>)

  *   igt@kms_flip@2x-nonexisting-fb:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_flip@2x-nonexisting-fb.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825> / i915#3637<https://gitlab.freedesktop.org/drm/intel/issues/3637>) +9 similar issues

  *   igt@kms_flip@2x-plain-flip-fb-recreate:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +6 similar issues

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/intel/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +2 similar issues

  *   igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +107 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/intel/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +1 similar issue

  *   igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +3 similar issues

  *   igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html> (i915#6497<https://gitlab.freedesktop.org/drm/intel/issues/6497>) +5 similar issues

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html> (fdo#109280<https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +19 similar issues

  *   igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html> (fdo#109280<https://bugs.freedesktop.org/show_bug.cgi?id=109280> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +19 similar issues

  *   igt@kms_hdr@bpc-switch-dpms:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_hdr@bpc-switch-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +3 similar issues

  *   igt@kms_hdr@static-toggle-suspend:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +4 similar issues

  *   igt@kms_multipipe_modeset@basic-max-pipe-crc-check:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>)

  *   igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1:

     *   shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1.html> (i915#4573<https://gitlab.freedesktop.org/drm/intel/issues/4573>) +2 similar issues

  *   igt@kms_plane_lowres@tiling-none@pipe-c-edp-1:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_plane_lowres@tiling-none@pipe-c-edp-1.html> (i915#3536<https://gitlab.freedesktop.org/drm/intel/issues/3536>) +3 similar issues

  *   igt@kms_plane_lowres@tiling-yf:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_plane_lowres@tiling-yf.html> (fdo#112054<https://bugs.freedesktop.org/show_bug.cgi?id=112054> / i915#5288<https://gitlab.freedesktop.org/drm/intel/issues/5288>)

  *   igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html> (i915#3536<https://gitlab.freedesktop.org/drm/intel/issues/3536>) +5 similar issues

  *   igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +7 similar issues

  *   igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 similar issue

  *   igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +8 similar issues

  *   igt@kms_prime@d3hot:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_prime@d3hot.html> (i915#6524<https://gitlab.freedesktop.org/drm/intel/issues/6524>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_prime@d3hot.html> (i915#6524<https://gitlab.freedesktop.org/drm/intel/issues/6524>)

  *   igt@kms_psr2_sf@cursor-plane-update-sf:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_psr2_sf@cursor-plane-update-sf.html> (i915#2920<https://gitlab.freedesktop.org/drm/intel/issues/2920>) +1 similar issue

  *   igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)
     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 similar issue

  *   igt@kms_psr2_su@page_flip-nv12:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr2_su@page_flip-nv12.html> (i915#7037<https://gitlab.freedesktop.org/drm/intel/issues/7037>)
     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@kms_psr2_su@page_flip-nv12.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +2 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html> (fdo#109642<https://bugs.freedesktop.org/show_bug.cgi?id=109642> / fdo#111068<https://bugs.freedesktop.org/show_bug.cgi?id=111068> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)

  *   igt@kms_psr@psr2_cursor_mmap_cpu:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html> (fdo#109441<https://bugs.freedesktop.org/show_bug.cgi?id=109441>)

  *   igt@kms_psr@psr2_sprite_mmap_cpu:

     *   shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr@psr2_sprite_mmap_cpu.html> (i915#132<https://gitlab.freedesktop.org/drm/intel/issues/132> / i915#3467<https://gitlab.freedesktop.org/drm/intel/issues/3467>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_cpu.html> (fdo#109441<https://bugs.freedesktop.org/show_bug.cgi?id=109441>)

  *   igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#5289<https://gitlab.freedesktop.org/drm/intel/issues/5289>) +1 similar issue

  *   igt@kms_writeback@writeback-invalid-parameters:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_writeback@writeback-invalid-parameters.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)

  *   igt@perf_pmu@event-wait@rcs0:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html> (fdo#112283<https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html> (fdo#112283<https://bugs.freedesktop.org/show_bug.cgi?id=112283>)

  *   igt@prime_udl:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@prime_udl.html> (fdo#109291<https://bugs.freedesktop.org/show_bug.cgi?id=109291>)

  *   igt@sysfs_clients@fair-0:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl1/igt@sysfs_clients@fair-0.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 similar issues
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@sysfs_clients@fair-0.html> (i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 similar issues
     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk7/igt@sysfs_clients@fair-0.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>)

  *   igt@sysfs_clients@split-10:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@sysfs_clients@split-10.html> (i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 similar issues

Possible fixes

  *   igt@feature_discovery@psr2:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@feature_discovery@psr2.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@feature_discovery@psr2.html>

  *   igt@gem_ctx_persistence@smoketest:

     *   shard-iclb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_ctx_persistence@smoketest.html> (i915#5099<https://gitlab.freedesktop.org/drm/intel/issues/5099>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_ctx_persistence@smoketest.html>

  *   igt@gem_exec_balancer@parallel-bb-first:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html>

  *   igt@gem_exec_capture@pi@vcs0:

     *   shard-iclb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@gem_exec_capture@pi@vcs0.html> (i915#3371<https://gitlab.freedesktop.org/drm/intel/issues/3371>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_capture@pi@vcs0.html>

  *   igt@gem_exec_reloc@basic-cpu-read:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read.html> +3 similar issues

  *   igt@gem_mmap_wc@set-cache-level:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html> (i915#1850<https://gitlab.freedesktop.org/drm/intel/issues/1850>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>

  *   igt@gem_ppgtt@blt-vs-render-ctxn:

     *   {shard-rkl}: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_ppgtt@blt-vs-render-ctxn.html> (i915#3692<https://gitlab.freedesktop.org/drm/intel/issues/3692>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-1/igt@gem_ppgtt@blt-vs-render-ctxn.html>

  *   igt@gem_ppgtt@flink-and-close-vma-leak:

     *   shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html> (i915#7409<https://gitlab.freedesktop.org/drm/intel/issues/7409>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html>

  *   igt@gem_pwrite_snooped:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_pwrite_snooped.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_pwrite_snooped.html> +2 similar issues

  *   igt@gen9_exec_parse@unaligned-access:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gen9_exec_parse@unaligned-access.html>

  *   igt@i915_pm_rpm@drm-resources-equal:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html> (fdo#109308<https://bugs.freedesktop.org/show_bug.cgi?id=109308>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html> +1 similar issue

  *   igt@i915_pm_rpm@fences:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@i915_pm_rpm@fences.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@fences.html>

  *   igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html> +15 similar issues

  *   igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>

  *   igt@kms_cursor_legacy@torture-bo@pipe-c:

     *   {shard-rkl}: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html> (i915#7396<https://gitlab.freedesktop.org/drm/intel/issues/7396>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html>

  *   igt@kms_dp_aux_dev:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_dp_aux_dev.html> (i915#1257<https://gitlab.freedesktop.org/drm/intel/issues/1257>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_dp_aux_dev.html>

  *   igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:

     *   shard-tglb: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html> (i915#2411<https://gitlab.freedesktop.org/drm/intel/issues/2411> / i915#2867<https://gitlab.freedesktop.org/drm/intel/issues/2867>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html>

  *   igt@kms_flip@flip-vs-suspend@b-dp1:

     *   shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_flip@flip-vs-suspend@b-dp1.html> (i915#180<https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html>

  *   igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html> +8 similar issues

  *   igt@kms_hdmi_inject@inject-audio:

     *   shard-tglb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html> (i915#433<https://gitlab.freedesktop.org/drm/intel/issues/433>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html>

  *   igt@kms_plane@plane-panning-bottom-right@pipe-a-planes:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html> (i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html> +1 similar issue

  *   igt@kms_plane@plane-position-covered@pipe-a-planes:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_plane@plane-position-covered@pipe-a-planes.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html> +3 similar issues

  *   igt@kms_psr@psr2_primary_mmap_cpu:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html> (fdo#109441<https://bugs.freedesktop.org/show_bug.cgi?id=109441>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html> +1 similar issue

  *   igt@kms_psr@sprite_plane_onoff:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_psr@sprite_plane_onoff.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html> +1 similar issue

  *   igt@kms_psr_stress_test@flip-primary-invalidate-overlay:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html> (i915#5519<https://gitlab.freedesktop.org/drm/intel/issues/5519>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>

  *   igt@kms_universal_plane@universal-plane-pipe-b-sanity:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html>

  *   igt@perf@gen8-unprivileged-single-ctx-counters:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html> (i915#2436<https://gitlab.freedesktop.org/drm/intel/issues/2436>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html>

  *   igt@perf@stress-open-close:

     *   shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk7/igt@perf@stress-open-close.html> (i915#5213<https://gitlab.freedesktop.org/drm/intel/issues/5213>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@perf@stress-open-close.html>

  *   igt@sysfs_heartbeat_interval@nopreempt@vcs0:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> (i915#6015<https://gitlab.freedesktop.org/drm/intel/issues/6015>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> +4 similar issues

  *   igt@testdisplay:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@testdisplay.html> (i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@testdisplay.html>

Warnings

  *   igt@gem_exec_balancer@parallel-ordering:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_exec_balancer@parallel-ordering.html> (i915#6117<https://gitlab.freedesktop.org/drm/intel/issues/6117>)

  *   igt@gem_exec_fair@basic-none-share@rcs0:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2848<https://gitlab.freedesktop.org/drm/intel/issues/2848>)

  *   igt@gem_exec_fair@basic-pace@vcs1:

     *   shard-tglb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html> (i915#2848<https://gitlab.freedesktop.org/drm/intel/issues/2848>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@gem_exec_fair@basic-pace@vcs1.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) +5 similar issues

  *   igt@gem_pread@exhaustion:

     *   shard-apl: WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl2/igt@gem_pread@exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@gem_pread@exhaustion.html> (i915#7248<https://gitlab.freedesktop.org/drm/intel/issues/7248>) +1 similar issue
     *   shard-tglb: WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@gem_pread@exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_pread@exhaustion.html> (i915#7248<https://gitlab.freedesktop.org/drm/intel/issues/7248>) +1 similar issue

  *   igt@gem_pwrite@basic-exhaustion:

     *   shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk6/igt@gem_pwrite@basic-exhaustion.html> (i915#7248<https://gitlab.freedesktop.org/drm/intel/issues/7248>) -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@gem_pwrite@basic-exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>)

  *   igt@i915_pm_rc6_residency@rc6-idle@rcs0:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681> / i915#3591<https://gitlab.freedesktop.org/drm/intel/issues/3591>) -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681>)

  *   igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:

     *   shard-apl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html> (i915#4573<https://gitlab.freedesktop.org/drm/intel/issues/4573>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html> (IGT#6<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>) +1 similar issue

  *   igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html> (fdo#111068<https://bugs.freedesktop.org/show_bug.cgi?id=111068> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html> (i915#2920<https://gitlab.freedesktop.org/drm/intel/issues/2920>) +1 similar issue

  *   igt@kms_psr2_sf@plane-move-sf-dmg-area:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html> (i915#2920<https://gitlab.freedesktop.org/drm/intel/issues/2920>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html> (fdo#111068<https://bugs.freedesktop.org/show_bug.cgi?id=111068> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)

  *   igt@runner@aborted:

     *   shard-apl: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl8/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl7/igt@runner@aborted.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#180<https://gitlab.freedesktop.org/drm/intel/issues/180> / i915#3002<https://gitlab.freedesktop.org/drm/intel/issues/3002> / i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312>) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3002<https://gitlab.freedesktop.org/drm/intel/issues/3002> / i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312>)

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

  *   CI: CI-20190529 -> None
  *   IGT: IGT_7068 -> IGTPW_8131
  *   Piglit: piglit_4509 -> None

CI-20190529: 20190529
CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://anongit.freedesktop.org/gfx-ci/linux<http://anongit.freedesktop.org/gfx-ci/linux>
IGTPW_8131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit<http://anongit.freedesktop.org/piglit>

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

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

* [igt-dev] ✓ Fi.CI.IGT: success for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
                   ` (6 preceding siblings ...)
  2022-11-19 10:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2022-11-21 18:56 ` Patchwork
  7 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2022-11-21 18:56 UTC (permalink / raw)
  To: Mark Yacoub; +Cc: igt-dev

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

== Series Details ==

Series: Cv3 Workaround: Skip Plug all at init. (rev2)
URL   : https://patchwork.freedesktop.org/series/111037/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_12401_full -> IGTPW_8131_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 

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

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

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@gem_ctx_persistence@heartbeat-hostile:
    - {shard-rkl}:        [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_ctx_persistence@heartbeat-hostile.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-3/igt@gem_ctx_persistence@heartbeat-hostile.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_ccs@block-copy-inplace:
    - shard-tglb:         NOTRUN -> [SKIP][3] ([i915#3555] / [i915#5325])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_ccs@block-copy-inplace.html

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

  * igt@gem_ctx_persistence@many-contexts:
    - shard-tglb:         NOTRUN -> [FAIL][5] ([i915#2410])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html

  * igt@gem_exec_balancer@parallel-contexts:
    - shard-iclb:         [PASS][6] -> [SKIP][7] ([i915#4525]) +1 similar issue
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_balancer@parallel-contexts.html

  * igt@gem_exec_balancer@parallel-keep-in-fence:
    - shard-iclb:         NOTRUN -> [SKIP][8] ([i915#4525])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html

  * igt@gem_exec_capture@capture-invisible@smem0:
    - shard-iclb:         NOTRUN -> [SKIP][9] ([i915#6334])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html
    - shard-tglb:         NOTRUN -> [SKIP][10] ([i915#6334])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_exec_capture@capture-invisible@smem0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-glk:          [PASS][11] -> [FAIL][12] ([i915#2842]) +2 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_lmem_swapping@parallel-random:
    - shard-tglb:         NOTRUN -> [SKIP][13] ([i915#4613]) +3 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_lmem_swapping@parallel-random.html

  * igt@gem_lmem_swapping@parallel-random-engines:
    - shard-iclb:         NOTRUN -> [SKIP][14] ([i915#4613]) +1 similar issue
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@gem_lmem_swapping@verify-random-ccs:
    - shard-apl:          NOTRUN -> [SKIP][15] ([fdo#109271] / [i915#4613]) +2 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl8/igt@gem_lmem_swapping@verify-random-ccs.html
    - shard-glk:          NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#4613]) +2 similar issues
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@gem_lmem_swapping@verify-random-ccs.html

  * igt@gem_pxp@protected-encrypted-src-copy-not-readible:
    - shard-tglb:         NOTRUN -> [SKIP][17] ([i915#4270]) +2 similar issues
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html

  * igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
    - shard-iclb:         NOTRUN -> [SKIP][18] ([i915#4270]) +1 similar issue
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html

  * igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
    - shard-iclb:         NOTRUN -> [SKIP][19] ([i915#768])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html

  * igt@gem_userptr_blits@access-control:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([i915#3297]) +2 similar issues
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_userptr_blits@access-control.html

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

  * igt@gen3_mixed_blits:
    - shard-tglb:         NOTRUN -> [SKIP][22] ([fdo#109289]) +1 similar issue
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gen3_mixed_blits.html

  * igt@gen7_exec_parse@basic-allowed:
    - shard-iclb:         NOTRUN -> [SKIP][23] ([fdo#109289])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html

  * igt@gen9_exec_parse@bb-start-out:
    - shard-iclb:         NOTRUN -> [SKIP][24] ([i915#2856]) +1 similar issue
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gen9_exec_parse@bb-start-out.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-tglb:         NOTRUN -> [SKIP][25] ([i915#2527] / [i915#2856]) +1 similar issue
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-snb:          NOTRUN -> [INCOMPLETE][26] ([i915#7572])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_dc@dc6-dpms:
    - shard-iclb:         [PASS][27] -> [FAIL][28] ([i915#3989] / [i915#454])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html

  * igt@i915_pm_rpm@system-suspend-devices:
    - shard-snb:          NOTRUN -> [SKIP][29] ([fdo#109271]) +174 similar issues
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_pm_rpm@system-suspend-devices.html

  * igt@i915_pm_rps@engine-order:
    - shard-apl:          NOTRUN -> [FAIL][30] ([i915#6537])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@i915_pm_rps@engine-order.html

  * igt@i915_query@test-query-geometry-subslices:
    - shard-tglb:         NOTRUN -> [SKIP][31] ([i915#5723])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_query@test-query-geometry-subslices.html

  * igt@i915_selftest@live@hangcheck:
    - shard-tglb:         [PASS][32] -> [DMESG-WARN][33] ([i915#5591])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@i915_selftest@live@hangcheck.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@i915_selftest@live@hangcheck.html

  * igt@i915_selftest@live@sanitycheck:
    - shard-snb:          [PASS][34] -> [SKIP][35] ([fdo#109271])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-snb5/igt@i915_selftest@live@sanitycheck.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb7/igt@i915_selftest@live@sanitycheck.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([i915#5286]) +3 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
    - shard-iclb:         NOTRUN -> [SKIP][37] ([i915#5286]) +3 similar issues
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html

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

  * igt@kms_big_fb@linear-8bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][39] ([fdo#111614])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_big_fb@linear-8bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
    - shard-tglb:         NOTRUN -> [SKIP][40] ([fdo#111615]) +6 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
    - shard-iclb:         NOTRUN -> [SKIP][41] ([fdo#110723]) +1 similar issue
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][42] ([i915#6095]) +5 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html

  * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][43] ([fdo#109278] / [i915#3886]) +3 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html
    - shard-tglb:         NOTRUN -> [SKIP][44] ([i915#3689] / [i915#3886])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][45] ([fdo#109271]) +146 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html
    - shard-tglb:         NOTRUN -> [SKIP][46] ([i915#3689] / [i915#6095]) +1 similar issue
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html

  * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3886]) +6 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3886]) +5 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][49] ([fdo#109278]) +20 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html

  * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][50] ([fdo#111615] / [i915#3689]) +1 similar issue
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][51] ([i915#3689]) +4 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_chamelium@dp-hpd-for-each-pipe:
    - shard-glk:          NOTRUN -> [SKIP][52] ([fdo#109271] / [fdo#111827]) +7 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@kms_chamelium@dp-hpd-for-each-pipe.html

  * igt@kms_chamelium@hdmi-hpd-storm-disable:
    - shard-tglb:         NOTRUN -> [SKIP][53] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html
    - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#109284] / [fdo#111827]) +5 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html

  * igt@kms_chamelium@vga-frame-dump:
    - shard-apl:          NOTRUN -> [SKIP][55] ([fdo#109271] / [fdo#111827]) +3 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@kms_chamelium@vga-frame-dump.html

  * igt@kms_chamelium@vga-hpd-after-suspend:
    - shard-snb:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html

  * igt@kms_content_protection@atomic:
    - shard-iclb:         NOTRUN -> [SKIP][57] ([i915#7118])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-tglb:         NOTRUN -> [SKIP][58] ([i915#3116] / [i915#3299])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_content_protection@dp-mst-type-0.html
    - shard-iclb:         NOTRUN -> [SKIP][59] ([i915#3116])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@legacy@pipe-a-dp-1:
    - shard-apl:          NOTRUN -> [TIMEOUT][60] ([i915#7173]) +1 similar issue
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_content_protection@legacy@pipe-a-dp-1.html

  * igt@kms_content_protection@srm:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([i915#7118])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_content_protection@srm.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-tglb:         NOTRUN -> [SKIP][62] ([fdo#109274] / [fdo#111825])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor:
    - shard-iclb:         NOTRUN -> [SKIP][63] ([i915#4103])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-tglb:         NOTRUN -> [SKIP][64] ([fdo#109274])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-iclb:         NOTRUN -> [SKIP][65] ([i915#3840])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-tglb:         NOTRUN -> [SKIP][66] ([fdo#109274] / [fdo#111825] / [i915#3637]) +9 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip@2x-plain-flip-fb-recreate:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109274]) +6 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
    - shard-tglb:         NOTRUN -> [SKIP][68] ([i915#2587] / [i915#2672]) +2 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-glk:          NOTRUN -> [SKIP][69] ([fdo#109271]) +107 similar issues
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
    - shard-iclb:         NOTRUN -> [SKIP][70] ([i915#2587] / [i915#2672]) +1 similar issue
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:
    - shard-iclb:         NOTRUN -> [SKIP][71] ([i915#2672]) +3 similar issues
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:
    - shard-tglb:         NOTRUN -> [SKIP][72] ([i915#6497]) +5 similar issues
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:
    - shard-iclb:         NOTRUN -> [SKIP][73] ([fdo#109280]) +19 similar issues
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:
    - shard-tglb:         NOTRUN -> [SKIP][74] ([fdo#109280] / [fdo#111825]) +19 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html

  * igt@kms_hdr@bpc-switch-dpms:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([i915#3555]) +3 similar issues
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_hdr@bpc-switch-dpms.html

  * igt@kms_hdr@static-toggle-suspend:
    - shard-iclb:         NOTRUN -> [SKIP][76] ([i915#3555]) +4 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-tglb:         NOTRUN -> [SKIP][77] ([i915#1839])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1:
    - shard-apl:          NOTRUN -> [FAIL][78] ([i915#4573]) +2 similar issues
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1.html

  * igt@kms_plane_lowres@tiling-none@pipe-c-edp-1:
    - shard-tglb:         NOTRUN -> [SKIP][79] ([i915#3536]) +3 similar issues
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_plane_lowres@tiling-none@pipe-c-edp-1.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-tglb:         NOTRUN -> [SKIP][80] ([fdo#112054] / [i915#5288])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:
    - shard-iclb:         NOTRUN -> [SKIP][81] ([i915#3536]) +5 similar issues
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html

  * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1:
    - shard-tglb:         NOTRUN -> [SKIP][82] ([i915#5176]) +7 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:
    - shard-iclb:         [PASS][83] -> [SKIP][84] ([i915#5176]) +1 similar issue
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html

  * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1:
    - shard-iclb:         NOTRUN -> [SKIP][85] ([i915#5176]) +8 similar issues
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1.html

  * igt@kms_prime@d3hot:
    - shard-tglb:         NOTRUN -> [SKIP][86] ([i915#6524])
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_prime@d3hot.html
    - shard-iclb:         NOTRUN -> [SKIP][87] ([i915#6524])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_prime@d3hot.html

  * igt@kms_psr2_sf@cursor-plane-update-sf:
    - shard-tglb:         NOTRUN -> [SKIP][88] ([i915#2920]) +1 similar issue
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_psr2_sf@cursor-plane-update-sf.html

  * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
    - shard-iclb:         NOTRUN -> [SKIP][89] ([i915#658])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
    - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +1 similar issue
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html

  * igt@kms_psr2_su@page_flip-nv12:
    - shard-tglb:         NOTRUN -> [SKIP][91] ([i915#7037])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr2_su@page_flip-nv12.html
    - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271] / [i915#658]) +2 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@kms_psr2_su@page_flip-nv12.html
    - shard-iclb:         NOTRUN -> [SKIP][93] ([fdo#109642] / [fdo#111068] / [i915#658])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html

  * igt@kms_psr@psr2_cursor_mmap_cpu:
    - shard-iclb:         [PASS][94] -> [SKIP][95] ([fdo#109441])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html

  * igt@kms_psr@psr2_sprite_mmap_cpu:
    - shard-tglb:         NOTRUN -> [FAIL][96] ([i915#132] / [i915#3467])
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr@psr2_sprite_mmap_cpu.html
    - shard-iclb:         NOTRUN -> [SKIP][97] ([fdo#109441])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_cpu.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-tglb:         NOTRUN -> [SKIP][98] ([fdo#111615] / [i915#5289]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_writeback@writeback-invalid-parameters:
    - shard-apl:          NOTRUN -> [SKIP][99] ([fdo#109271] / [i915#2437])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_writeback@writeback-invalid-parameters.html
    - shard-iclb:         NOTRUN -> [SKIP][100] ([i915#2437])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_writeback@writeback-invalid-parameters.html

  * igt@perf_pmu@event-wait@rcs0:
    - shard-iclb:         NOTRUN -> [SKIP][101] ([fdo#112283])
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html
    - shard-tglb:         NOTRUN -> [SKIP][102] ([fdo#112283])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html

  * igt@prime_udl:
    - shard-tglb:         NOTRUN -> [SKIP][103] ([fdo#109291])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@prime_udl.html

  * igt@sysfs_clients@fair-0:
    - shard-apl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [i915#2994]) +2 similar issues
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl1/igt@sysfs_clients@fair-0.html
    - shard-tglb:         NOTRUN -> [SKIP][105] ([i915#2994]) +2 similar issues
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@sysfs_clients@fair-0.html
    - shard-glk:          NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2994])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk7/igt@sysfs_clients@fair-0.html

  * igt@sysfs_clients@split-10:
    - shard-iclb:         NOTRUN -> [SKIP][107] ([i915#2994]) +2 similar issues
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@sysfs_clients@split-10.html

  
#### Possible fixes ####

  * igt@feature_discovery@psr2:
    - {shard-rkl}:        [SKIP][108] ([i915#658]) -> [PASS][109]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@feature_discovery@psr2.html
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@feature_discovery@psr2.html

  * igt@gem_ctx_persistence@smoketest:
    - shard-iclb:         [FAIL][110] ([i915#5099]) -> [PASS][111]
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_ctx_persistence@smoketest.html
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_ctx_persistence@smoketest.html

  * igt@gem_exec_balancer@parallel-bb-first:
    - shard-iclb:         [SKIP][112] ([i915#4525]) -> [PASS][113]
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html

  * igt@gem_exec_capture@pi@vcs0:
    - shard-iclb:         [INCOMPLETE][114] ([i915#3371]) -> [PASS][115]
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@gem_exec_capture@pi@vcs0.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_capture@pi@vcs0.html

  * igt@gem_exec_reloc@basic-cpu-read:
    - {shard-rkl}:        [SKIP][116] ([i915#3281]) -> [PASS][117] +3 similar issues
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read.html

  * igt@gem_mmap_wc@set-cache-level:
    - {shard-rkl}:        [SKIP][118] ([i915#1850]) -> [PASS][119]
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html

  * igt@gem_ppgtt@blt-vs-render-ctxn:
    - {shard-rkl}:        [DMESG-FAIL][120] ([i915#3692]) -> [PASS][121]
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_ppgtt@blt-vs-render-ctxn.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-1/igt@gem_ppgtt@blt-vs-render-ctxn.html

  * igt@gem_ppgtt@flink-and-close-vma-leak:
    - shard-glk:          [FAIL][122] ([i915#7409]) -> [PASS][123]
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html

  * igt@gem_pwrite_snooped:
    - {shard-rkl}:        [SKIP][124] ([i915#3282]) -> [PASS][125] +2 similar issues
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_pwrite_snooped.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_pwrite_snooped.html

  * igt@gen9_exec_parse@unaligned-access:
    - {shard-rkl}:        [SKIP][126] ([i915#2527]) -> [PASS][127]
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gen9_exec_parse@unaligned-access.html

  * igt@i915_pm_rpm@drm-resources-equal:
    - {shard-rkl}:        [SKIP][128] ([fdo#109308]) -> [PASS][129] +1 similar issue
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html

  * igt@i915_pm_rpm@fences:
    - {shard-rkl}:        [SKIP][130] ([i915#1849]) -> [PASS][131]
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@i915_pm_rpm@fences.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@fences.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:
    - {shard-rkl}:        [SKIP][132] ([i915#1845] / [i915#4098]) -> [PASS][133] +15 similar issues
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html

  * igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:
    - shard-tglb:         [FAIL][134] ([i915#2346]) -> [PASS][135]
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@torture-bo@pipe-c:
    - {shard-rkl}:        [INCOMPLETE][136] ([i915#7396]) -> [PASS][137]
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html

  * igt@kms_dp_aux_dev:
    - {shard-rkl}:        [SKIP][138] ([i915#1257]) -> [PASS][139]
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_dp_aux_dev.html
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_dp_aux_dev.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
    - shard-tglb:         [DMESG-WARN][140] ([i915#2411] / [i915#2867]) -> [PASS][141]
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html

  * igt@kms_flip@flip-vs-suspend@b-dp1:
    - shard-apl:          [DMESG-WARN][142] ([i915#180]) -> [PASS][143]
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_flip@flip-vs-suspend@b-dp1.html
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
    - {shard-rkl}:        [SKIP][144] ([i915#1849] / [i915#4098]) -> [PASS][145] +8 similar issues
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [SKIP][146] ([i915#433]) -> [PASS][147]
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_plane@plane-panning-bottom-right@pipe-a-planes:
    - {shard-rkl}:        [SKIP][148] ([i915#3558]) -> [PASS][149] +1 similar issue
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html

  * igt@kms_plane@plane-position-covered@pipe-a-planes:
    - {shard-rkl}:        [SKIP][150] ([i915#1849] / [i915#3558]) -> [PASS][151] +3 similar issues
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_plane@plane-position-covered@pipe-a-planes.html
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [SKIP][152] ([fdo#109441]) -> [PASS][153] +1 similar issue
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@sprite_plane_onoff:
    - {shard-rkl}:        [SKIP][154] ([i915#1072]) -> [PASS][155] +1 similar issue
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_psr@sprite_plane_onoff.html
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html

  * igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
    - shard-iclb:         [SKIP][156] ([i915#5519]) -> [PASS][157]
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html

  * igt@kms_universal_plane@universal-plane-pipe-b-sanity:
    - {shard-rkl}:        [SKIP][158] ([i915#1845] / [i915#4070] / [i915#4098]) -> [PASS][159]
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html

  * igt@perf@gen8-unprivileged-single-ctx-counters:
    - {shard-rkl}:        [SKIP][160] ([i915#2436]) -> [PASS][161]
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html

  * igt@perf@stress-open-close:
    - shard-glk:          [INCOMPLETE][162] ([i915#5213]) -> [PASS][163]
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk7/igt@perf@stress-open-close.html
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@perf@stress-open-close.html

  * igt@sysfs_heartbeat_interval@nopreempt@vcs0:
    - shard-tglb:         [FAIL][164] ([i915#6015]) -> [PASS][165] +4 similar issues
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html

  * igt@testdisplay:
    - {shard-rkl}:        [SKIP][166] ([i915#4098]) -> [PASS][167]
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@testdisplay.html
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@testdisplay.html

  
#### Warnings ####

  * igt@gem_exec_balancer@parallel-ordering:
    - shard-iclb:         [SKIP][168] ([i915#4525]) -> [FAIL][169] ([i915#6117])
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_exec_balancer@parallel-ordering.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-tglb:         [FAIL][170] ([i915#2842]) -> [SKIP][171] ([i915#2848])
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-tglb:         [SKIP][172] ([i915#2848]) -> [FAIL][173] ([i915#2842]) +5 similar issues
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_pread@exhaustion:
    - shard-apl:          [WARN][174] ([i915#2658]) -> [INCOMPLETE][175] ([i915#7248]) +1 similar issue
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl2/igt@gem_pread@exhaustion.html
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@gem_pread@exhaustion.html
    - shard-tglb:         [WARN][176] ([i915#2658]) -> [INCOMPLETE][177] ([i915#7248]) +1 similar issue
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@gem_pread@exhaustion.html
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-glk:          [INCOMPLETE][178] ([i915#7248]) -> [WARN][179] ([i915#2658])
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk6/igt@gem_pwrite@basic-exhaustion.html
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@gem_pwrite@basic-exhaustion.html

  * igt@i915_pm_rc6_residency@rc6-idle@rcs0:
    - shard-tglb:         [FAIL][180] ([i915#2681] / [i915#3591]) -> [WARN][181] ([i915#2681])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html

  * igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:
    - shard-apl:          [FAIL][182] ([i915#4573]) -> [DMESG-FAIL][183] ([IGT#6]) +1 similar issue
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
    - shard-iclb:         [SKIP][184] ([fdo#111068] / [i915#658]) -> [SKIP][185] ([i915#2920]) +1 similar issue
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html

  * igt@kms_psr2_sf@plane-move-sf-dmg-area:
    - shard-iclb:         [SKIP][186] ([i915#2920]) -> [SKIP][187] ([fdo#111068] / [i915#658])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html

  * igt@runner@aborted:
    - shard-apl:          ([FAIL][188], [FAIL][189], [FAIL][190], [FAIL][191]) ([fdo#109271] / [i915#180] / [i915#3002] / [i915#4312]) -> ([FAIL][192], [FAIL][193], [FAIL][194]) ([fdo#109271] / [i915#3002] / [i915#4312])
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl8/igt@runner@aborted.html
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl7/igt@runner@aborted.html
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [IGT#6]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
  [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
  [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
  [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
  [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
  [fdo#109313]: https://bugs.freedesktop.org/show_bug.cgi?id=109313
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
  [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
  [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
  [fdo#110725]: https://bugs.freedesktop.org/show_bug.cgi?id=110725
  [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
  [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054
  [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
  [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
  [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
  [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
  [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#1850]: https://gitlab.freedesktop.org/drm/intel/issues/1850
  [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
  [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436
  [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
  [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
  [i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
  [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2848]: https://gitlab.freedesktop.org/drm/intel/issues/2848
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#2867]: https://gitlab.freedesktop.org/drm/intel/issues/2867
  [i915#2920]: https://gitlab.freedesktop.org/drm/intel/issues/2920
  [i915#2994]: https://gitlab.freedesktop.org/drm/intel/issues/2994
  [i915#3002]: https://gitlab.freedesktop.org/drm/intel/issues/3002
  [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
  [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
  [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
  [i915#3371]: https://gitlab.freedesktop.org/drm/intel/issues/3371
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3467]: https://gitlab.freedesktop.org/drm/intel/issues/3467
  [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
  [i915#3536]: https://gitlab.freedesktop.org/drm/intel/issues/3536
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3558]: https://gitlab.freedesktop.org/drm/intel/issues/3558
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
  [i915#3692]: https://gitlab.freedesktop.org/drm/intel/issues/3692
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
  [i915#3810]: https://gitlab.freedesktop.org/drm/intel/issues/3810
  [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
  [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4171]: https://gitlab.freedesktop.org/drm/intel/issues/4171
  [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
  [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
  [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
  [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767
  [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
  [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859
  [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
  [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
  [i915#4991]: https://gitlab.freedesktop.org/drm/intel/issues/4991
  [i915#5099]: https://gitlab.freedesktop.org/drm/intel/issues/5099
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5519]: https://gitlab.freedesktop.org/drm/intel/issues/5519
  [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563
  [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
  [i915#5723]: https://gitlab.freedesktop.org/drm/intel/issues/5723
  [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
  [i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117
  [i915#6247]: https://gitlab.freedesktop.org/drm/intel/issues/6247
  [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
  [i915#6497]: https://gitlab.freedesktop.org/drm/intel/issues/6497
  [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
  [i915#6537]: https://gitlab.freedesktop.org/drm/intel/issues/6537
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
  [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
  [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
  [i915#7037]: https://gitlab.freedesktop.org/drm/intel/issues/7037
  [i915#7052]: https://gitlab.freedesktop.org/drm/intel/issues/7052
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
  [i915#7248]: https://gitlab.freedesktop.org/drm/intel/issues/7248
  [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276
  [i915#7396]: https://gitlab.freedesktop.org/drm/intel/issues/7396
  [i915#7409]: https://gitlab.freedesktop.org/drm/intel/issues/7409
  [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
  [i915#7572]: https://gitlab.freedesktop.org/drm/intel/issues/7572
  [i915#768]: https://gitlab.freedesktop.org/drm/intel/issues/768


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7068 -> IGTPW_8131
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_8131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
  IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)
  2022-11-21 16:40       ` Navare, Manasi D
@ 2022-11-21 19:00         ` Yedireswarapu, SaiX Nandan
  0 siblings, 0 replies; 16+ messages in thread
From: Yedireswarapu, SaiX Nandan @ 2022-11-21 19:00 UTC (permalink / raw)
  To: Navare, Manasi D, Mark Yacoub, Vudum, Lakshminarayana,
	Latvala, Petri
  Cc: igt-dev@lists.freedesktop.org

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

Hi,

Issue re-reported https://patchwork.freedesktop.org/series/111037/
Bug for this issue https://gitlab.freedesktop.org/drm/intel/-/issues/7572


Thanks,
Y Sai Nandan


From: Navare, Manasi D <manasi.d.navare@intel.com>
Sent: Monday, November 21, 2022 10:11 PM
To: Mark Yacoub <markyacoub@chromium.org>; Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>; Latvala, Petri <petri.latvala@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: RE: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)

Hi Lakshmi/Petri,

Can we get a re run here as requested by Mark?

Regards
Manasi

From: igt-dev <igt-dev-bounces@lists.freedesktop.org<mailto:igt-dev-bounces@lists.freedesktop.org>> On Behalf Of Mark Yacoub
Sent: Monday, November 21, 2022 7:41 AM
To: Yedireswarapu, SaiX Nandan <saix.nandan.yedireswarapu@intel.com<mailto:saix.nandan.yedireswarapu@intel.com>>
Cc: igt-dev@lists.freedesktop.org<mailto:igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] ✗ Fi.CI.IGT: failure for Cv3 Workaround: Skip Plug all at init. (rev2)

Hi Saix, the error looks irrelevant, can i get a rerun please

On Mon, Nov 21, 2022 at 10:37 AM Mark Yacoub <markyacoub@chromium.org<mailto:markyacoub@chromium.org>> wrote:
Hello again, can i get a rerun :))

On Sat, Nov 19, 2022 at 5:07 AM Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>> wrote:
Patch Details
Series:
Cv3 Workaround: Skip Plug all at init. (rev2)
URL:
https://patchwork.freedesktop.org/series/111037/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
CI Bug Log - changes from CI_DRM_12401_full -> IGTPW_8131_full
Summary

FAILURE

Serious unknown changes coming with IGTPW_8131_full absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in IGTPW_8131_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_8131/index.html

Participating hosts (11 -> 8)

Missing (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005

Possible new issues

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

IGT changes
Possible regressions

  *   igt@i915_module_load@reload-with-fault-injection:

     *   shard-snb: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_module_load@reload-with-fault-injection.html>

Suppressed

The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.

  *   igt@gem_ctx_persistence@heartbeat-hostile:

     *   {shard-rkl}: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_ctx_persistence@heartbeat-hostile.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-3/igt@gem_ctx_persistence@heartbeat-hostile.html>

  *   igt@i915_pm_backlight@fade:

     *   {shard-rkl}: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-4/igt@i915_pm_backlight@fade.html>

Known issues

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

IGT changes
Issues hit

  *   igt@gem_ccs@block-copy-inplace:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_ccs@block-copy-inplace.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#5325<https://gitlab.freedesktop.org/drm/intel/issues/5325>)

  *   igt@gem_ctx_persistence@legacy-engines-hostile-preempt:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#1099<https://gitlab.freedesktop.org/drm/intel/issues/1099>) +2 similar issues

  *   igt@gem_ctx_persistence@many-contexts:

     *   shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_ctx_persistence@many-contexts.html> (i915#2410<https://gitlab.freedesktop.org/drm/intel/issues/2410>)

  *   igt@gem_exec_balancer@parallel-contexts:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_exec_balancer@parallel-contexts.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_balancer@parallel-contexts.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>) +1 similar issue

  *   igt@gem_exec_balancer@parallel-keep-in-fence:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_exec_balancer@parallel-keep-in-fence.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>)

  *   igt@gem_exec_capture@capture-invisible@smem0:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>)
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gem_exec_capture@capture-invisible@smem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>)

  *   igt@gem_exec_fair@basic-none-share@rcs0:

     *   shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk3/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) +2 similar issues

  *   igt@gem_lmem_swapping@parallel-random:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@gem_lmem_swapping@parallel-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +3 similar issues

  *   igt@gem_lmem_swapping@parallel-random-engines:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_lmem_swapping@parallel-random-engines.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1 similar issue

  *   igt@gem_lmem_swapping@verify-random-ccs:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl8/igt@gem_lmem_swapping@verify-random-ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +2 similar issues
     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@gem_lmem_swapping@verify-random-ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +2 similar issues

  *   igt@gem_pxp@protected-encrypted-src-copy-not-readible:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +2 similar issues

  *   igt@gem_pxp@verify-pxp-stale-buf-optout-execution:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +1 similar issue

  *   igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html> (i915#768<https://gitlab.freedesktop.org/drm/intel/issues/768>)

  *   igt@gem_userptr_blits@access-control:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_userptr_blits@access-control.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) +2 similar issues

  *   igt@gem_userptr_blits@unsync-unmap-after-close:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_userptr_blits@unsync-unmap-after-close.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>)

  *   igt@gen3_mixed_blits:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@gen3_mixed_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue

  *   igt@gen7_exec_parse@basic-allowed:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@gen7_exec_parse@basic-allowed.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>)

  *   igt@gen9_exec_parse@bb-start-out:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gen9_exec_parse@bb-start-out.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +1 similar issue

  *   igt@gen9_exec_parse@shadow-peek:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gen9_exec_parse@shadow-peek.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527> / i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +1 similar issue

  *   igt@i915_pm_dc@dc6-dpms:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@i915_pm_dc@dc6-dpms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html> (i915#3989<https://gitlab.freedesktop.org/drm/intel/issues/3989> / i915#454<https://gitlab.freedesktop.org/drm/intel/issues/454>)

  *   igt@i915_pm_rpm@system-suspend-devices:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb5/igt@i915_pm_rpm@system-suspend-devices.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +174 similar issues

  *   igt@i915_pm_rps@engine-order:

     *   shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@i915_pm_rps@engine-order.html> (i915#6537<https://gitlab.freedesktop.org/drm/intel/issues/6537>)

  *   igt@i915_query@test-query-geometry-subslices:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_query@test-query-geometry-subslices.html> (i915#5723<https://gitlab.freedesktop.org/drm/intel/issues/5723>)

  *   igt@i915_selftest@live@hangcheck:

     *   shard-tglb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@i915_selftest@live@hangcheck.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@i915_selftest@live@hangcheck.html> (i915#5591<https://gitlab.freedesktop.org/drm/intel/issues/5591>)

  *   igt@i915_selftest@live@sanitycheck:

     *   shard-snb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-snb5/igt@i915_selftest@live@sanitycheck.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb7/igt@i915_selftest@live@sanitycheck.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>)

  *   igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) +3 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html> (i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) +3 similar issues

  *   igt@kms_big_fb@linear-64bpp-rotate-90:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_big_fb@linear-64bpp-rotate-90.html> (fdo#110725<https://bugs.freedesktop.org/show_bug.cgi?id=110725> / fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +1 similar issue

  *   igt@kms_big_fb@linear-8bpp-rotate-270:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_big_fb@linear-8bpp-rotate-270.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>)

  *   igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615>) +6 similar issues

  *   igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> (fdo#110723<https://bugs.freedesktop.org/show_bug.cgi?id=110723>) +1 similar issue

  *   igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_mc_ccs.html> (i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +5 similar issues

  *   igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html> (fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +3 similar issues
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>)

  *   igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +146 similar issues
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1 similar issue

  *   igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +6 similar issues

  *   igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +5 similar issues

  *   igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html> (fdo#109278<https://bugs.freedesktop.org/show_bug.cgi?id=109278>) +20 similar issues

  *   igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-yf_tiled_ccs.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689>) +1 similar issue

  *   igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689>) +4 similar issues

  *   igt@kms_chamelium@dp-hpd-for-each-pipe:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@kms_chamelium@dp-hpd-for-each-pipe.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +7 similar issues

  *   igt@kms_chamelium@hdmi-hpd-storm-disable:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html> (fdo#109284<https://bugs.freedesktop.org/show_bug.cgi?id=109284> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +3 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_chamelium@hdmi-hpd-storm-disable.html> (fdo#109284<https://bugs.freedesktop.org/show_bug.cgi?id=109284> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +5 similar issues

  *   igt@kms_chamelium@vga-frame-dump:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@kms_chamelium@vga-frame-dump.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +3 similar issues

  *   igt@kms_chamelium@vga-hpd-after-suspend:

     *   shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-snb2/igt@kms_chamelium@vga-hpd-after-suspend.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +6 similar issues

  *   igt@kms_content_protection@atomic:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_content_protection@atomic.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)

  *   igt@kms_content_protection@dp-mst-type-0:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_content_protection@dp-mst-type-0.html> (i915#3116<https://gitlab.freedesktop.org/drm/intel/issues/3116> / i915#3299<https://gitlab.freedesktop.org/drm/intel/issues/3299>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_content_protection@dp-mst-type-0.html> (i915#3116<https://gitlab.freedesktop.org/drm/intel/issues/3116>)

  *   igt@kms_content_protection@legacy@pipe-a-dp-1:

     *   shard-apl: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_content_protection@legacy@pipe-a-dp-1.html> (i915#7173<https://gitlab.freedesktop.org/drm/intel/issues/7173>) +1 similar issue

  *   igt@kms_content_protection@srm:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_content_protection@srm.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)

  *   igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>)

  *   igt@kms_cursor_legacy@short-busy-flip-before-cursor:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_cursor_legacy@short-busy-flip-before-cursor.html> (i915#4103<https://gitlab.freedesktop.org/drm/intel/issues/4103>)

  *   igt@kms_display_modes@extended-mode-basic:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_display_modes@extended-mode-basic.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>)

  *   igt@kms_dsc@dsc-with-bpc:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_dsc@dsc-with-bpc.html> (i915#3840<https://gitlab.freedesktop.org/drm/intel/issues/3840>)

  *   igt@kms_flip@2x-nonexisting-fb:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_flip@2x-nonexisting-fb.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825> / i915#3637<https://gitlab.freedesktop.org/drm/intel/issues/3637>) +9 similar issues

  *   igt@kms_flip@2x-plain-flip-fb-recreate:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_flip@2x-plain-flip-fb-recreate.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +6 similar issues

  *   igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/intel/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +2 similar issues

  *   igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:

     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +107 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/intel/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +1 similar issue

  *   igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +3 similar issues

  *   igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-blt.html> (i915#6497<https://gitlab.freedesktop.org/drm/intel/issues/6497>) +5 similar issues

  *   igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-pgflip-blt.html> (fdo#109280<https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +19 similar issues

  *   igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-pwrite.html> (fdo#109280<https://bugs.freedesktop.org/show_bug.cgi?id=109280> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +19 similar issues

  *   igt@kms_hdr@bpc-switch-dpms:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_hdr@bpc-switch-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +3 similar issues

  *   igt@kms_hdr@static-toggle-suspend:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +4 similar issues

  *   igt@kms_multipipe_modeset@basic-max-pipe-crc-check:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>)

  *   igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1:

     *   shard-apl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-c-dp-1.html> (i915#4573<https://gitlab.freedesktop.org/drm/intel/issues/4573>) +2 similar issues

  *   igt@kms_plane_lowres@tiling-none@pipe-c-edp-1:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_plane_lowres@tiling-none@pipe-c-edp-1.html> (i915#3536<https://gitlab.freedesktop.org/drm/intel/issues/3536>) +3 similar issues

  *   igt@kms_plane_lowres@tiling-yf:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_plane_lowres@tiling-yf.html> (fdo#112054<https://bugs.freedesktop.org/show_bug.cgi?id=112054> / i915#5288<https://gitlab.freedesktop.org/drm/intel/issues/5288>)

  *   igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb7/igt@kms_plane_lowres@tiling-yf@pipe-b-edp-1.html> (i915#3536<https://gitlab.freedesktop.org/drm/intel/issues/3536>) +5 similar issues

  *   igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-c-edp-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +7 similar issues

  *   igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-b-edp-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +1 similar issue

  *   igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-edp-1.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +8 similar issues

  *   igt@kms_prime@d3hot:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb6/igt@kms_prime@d3hot.html> (i915#6524<https://gitlab.freedesktop.org/drm/intel/issues/6524>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_prime@d3hot.html> (i915#6524<https://gitlab.freedesktop.org/drm/intel/issues/6524>)

  *   igt@kms_psr2_sf@cursor-plane-update-sf:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_psr2_sf@cursor-plane-update-sf.html> (i915#2920<https://gitlab.freedesktop.org/drm/intel/issues/2920>) +1 similar issue

  *   igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)
     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl7/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 similar issue

  *   igt@kms_psr2_su@page_flip-nv12:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr2_su@page_flip-nv12.html> (i915#7037<https://gitlab.freedesktop.org/drm/intel/issues/7037>)
     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk8/igt@kms_psr2_su@page_flip-nv12.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +2 similar issues
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@kms_psr2_su@page_flip-nv12.html> (fdo#109642<https://bugs.freedesktop.org/show_bug.cgi?id=109642> / fdo#111068<https://bugs.freedesktop.org/show_bug.cgi?id=111068> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)

  *   igt@kms_psr@psr2_cursor_mmap_cpu:

     *   shard-iclb: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@kms_psr@psr2_cursor_mmap_cpu.html> (fdo#109441<https://bugs.freedesktop.org/show_bug.cgi?id=109441>)

  *   igt@kms_psr@psr2_sprite_mmap_cpu:

     *   shard-tglb: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@kms_psr@psr2_sprite_mmap_cpu.html> (i915#132<https://gitlab.freedesktop.org/drm/intel/issues/132> / i915#3467<https://gitlab.freedesktop.org/drm/intel/issues/3467>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_psr@psr2_sprite_mmap_cpu.html> (fdo#109441<https://bugs.freedesktop.org/show_bug.cgi?id=109441>)

  *   igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#5289<https://gitlab.freedesktop.org/drm/intel/issues/5289>) +1 similar issue

  *   igt@kms_writeback@writeback-invalid-parameters:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_writeback@writeback-invalid-parameters.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb5/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)

  *   igt@perf_pmu@event-wait@rcs0:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@perf_pmu@event-wait@rcs0.html> (fdo#112283<https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@perf_pmu@event-wait@rcs0.html> (fdo#112283<https://bugs.freedesktop.org/show_bug.cgi?id=112283>)

  *   igt@prime_udl:

     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb5/igt@prime_udl.html> (fdo#109291<https://bugs.freedesktop.org/show_bug.cgi?id=109291>)

  *   igt@sysfs_clients@fair-0:

     *   shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl1/igt@sysfs_clients@fair-0.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 similar issues
     *   shard-tglb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@sysfs_clients@fair-0.html> (i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 similar issues
     *   shard-glk: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk7/igt@sysfs_clients@fair-0.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>)

  *   igt@sysfs_clients@split-10:

     *   shard-iclb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb8/igt@sysfs_clients@split-10.html> (i915#2994<https://gitlab.freedesktop.org/drm/intel/issues/2994>) +2 similar issues

Possible fixes

  *   igt@feature_discovery@psr2:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@feature_discovery@psr2.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@feature_discovery@psr2.html>

  *   igt@gem_ctx_persistence@smoketest:

     *   shard-iclb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb1/igt@gem_ctx_persistence@smoketest.html> (i915#5099<https://gitlab.freedesktop.org/drm/intel/issues/5099>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb3/igt@gem_ctx_persistence@smoketest.html>

  *   igt@gem_exec_balancer@parallel-bb-first:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@gem_exec_balancer@parallel-bb-first.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@gem_exec_balancer@parallel-bb-first.html>

  *   igt@gem_exec_capture@pi@vcs0:

     *   shard-iclb: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@gem_exec_capture@pi@vcs0.html> (i915#3371<https://gitlab.freedesktop.org/drm/intel/issues/3371>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@gem_exec_capture@pi@vcs0.html>

  *   igt@gem_exec_reloc@basic-cpu-read:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_exec_reloc@basic-cpu-read.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_exec_reloc@basic-cpu-read.html> +3 similar issues

  *   igt@gem_mmap_wc@set-cache-level:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_mmap_wc@set-cache-level.html> (i915#1850<https://gitlab.freedesktop.org/drm/intel/issues/1850>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@gem_mmap_wc@set-cache-level.html>

  *   igt@gem_ppgtt@blt-vs-render-ctxn:

     *   {shard-rkl}: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@gem_ppgtt@blt-vs-render-ctxn.html> (i915#3692<https://gitlab.freedesktop.org/drm/intel/issues/3692>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-1/igt@gem_ppgtt@blt-vs-render-ctxn.html>

  *   igt@gem_ppgtt@flink-and-close-vma-leak:

     *   shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk9/igt@gem_ppgtt@flink-and-close-vma-leak.html> (i915#7409<https://gitlab.freedesktop.org/drm/intel/issues/7409>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html>

  *   igt@gem_pwrite_snooped:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@gem_pwrite_snooped.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gem_pwrite_snooped.html> +2 similar issues

  *   igt@gen9_exec_parse@unaligned-access:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@gen9_exec_parse@unaligned-access.html>

  *   igt@i915_pm_rpm@drm-resources-equal:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@i915_pm_rpm@drm-resources-equal.html> (fdo#109308<https://bugs.freedesktop.org/show_bug.cgi?id=109308>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@drm-resources-equal.html> +1 similar issue

  *   igt@i915_pm_rpm@fences:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@i915_pm_rpm@fences.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@i915_pm_rpm@fences.html>

  *   igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs.html> +15 similar issues

  *   igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@kms_cursor_legacy@flip-vs-cursor@atomic-transitions-varying-size.html>

  *   igt@kms_cursor_legacy@torture-bo@pipe-c:

     *   {shard-rkl}: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html> (i915#7396<https://gitlab.freedesktop.org/drm/intel/issues/7396>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@kms_cursor_legacy@torture-bo@pipe-c.html>

  *   igt@kms_dp_aux_dev:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_dp_aux_dev.html> (i915#1257<https://gitlab.freedesktop.org/drm/intel/issues/1257>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_dp_aux_dev.html>

  *   igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:

     *   shard-tglb: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html> (i915#2411<https://gitlab.freedesktop.org/drm/intel/issues/2411> / i915#2867<https://gitlab.freedesktop.org/drm/intel/issues/2867>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html>

  *   igt@kms_flip@flip-vs-suspend@b-dp1:

     *   shard-apl: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_flip@flip-vs-suspend@b-dp1.html> (i915#180<https://gitlab.freedesktop.org/drm/intel/issues/180>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl6/igt@kms_flip@flip-vs-suspend@b-dp1.html>

  *   igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html> +8 similar issues

  *   igt@kms_hdmi_inject@inject-audio:

     *   shard-tglb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@kms_hdmi_inject@inject-audio.html> (i915#433<https://gitlab.freedesktop.org/drm/intel/issues/433>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html>

  *   igt@kms_plane@plane-panning-bottom-right@pipe-a-planes:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-4/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html> (i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-panning-bottom-right@pipe-a-planes.html> +1 similar issue

  *   igt@kms_plane@plane-position-covered@pipe-a-planes:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_plane@plane-position-covered@pipe-a-planes.html> (i915#1849<https://gitlab.freedesktop.org/drm/intel/issues/1849> / i915#3558<https://gitlab.freedesktop.org/drm/intel/issues/3558>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_plane@plane-position-covered@pipe-a-planes.html> +3 similar issues

  *   igt@kms_psr@psr2_primary_mmap_cpu:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb6/igt@kms_psr@psr2_primary_mmap_cpu.html> (fdo#109441<https://bugs.freedesktop.org/show_bug.cgi?id=109441>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html> +1 similar issue

  *   igt@kms_psr@sprite_plane_onoff:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-2/igt@kms_psr@sprite_plane_onoff.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_psr@sprite_plane_onoff.html> +1 similar issue

  *   igt@kms_psr_stress_test@flip-primary-invalidate-overlay:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb5/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html> (i915#5519<https://gitlab.freedesktop.org/drm/intel/issues/5519>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb1/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html>

  *   igt@kms_universal_plane@universal-plane-pipe-b-sanity:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html> (i915#1845<https://gitlab.freedesktop.org/drm/intel/issues/1845> / i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-b-sanity.html>

  *   igt@perf@gen8-unprivileged-single-ctx-counters:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-6/igt@perf@gen8-unprivileged-single-ctx-counters.html> (i915#2436<https://gitlab.freedesktop.org/drm/intel/issues/2436>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-5/igt@perf@gen8-unprivileged-single-ctx-counters.html>

  *   igt@perf@stress-open-close:

     *   shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk7/igt@perf@stress-open-close.html> (i915#5213<https://gitlab.freedesktop.org/drm/intel/issues/5213>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk6/igt@perf@stress-open-close.html>

  *   igt@sysfs_heartbeat_interval@nopreempt@vcs0:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> (i915#6015<https://gitlab.freedesktop.org/drm/intel/issues/6015>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb7/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> +4 similar issues

  *   igt@testdisplay:

     *   {shard-rkl}: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-rkl-5/igt@testdisplay.html> (i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-rkl-6/igt@testdisplay.html>

Warnings

  *   igt@gem_exec_balancer@parallel-ordering:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@gem_exec_balancer@parallel-ordering.html> (i915#4525<https://gitlab.freedesktop.org/drm/intel/issues/4525>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@gem_exec_balancer@parallel-ordering.html> (i915#6117<https://gitlab.freedesktop.org/drm/intel/issues/6117>)

  *   igt@gem_exec_fair@basic-none-share@rcs0:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb2/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb1/igt@gem_exec_fair@basic-none-share@rcs0.html> (i915#2848<https://gitlab.freedesktop.org/drm/intel/issues/2848>)

  *   igt@gem_exec_fair@basic-pace@vcs1:

     *   shard-tglb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html> (i915#2848<https://gitlab.freedesktop.org/drm/intel/issues/2848>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb8/igt@gem_exec_fair@basic-pace@vcs1.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) +5 similar issues

  *   igt@gem_pread@exhaustion:

     *   shard-apl: WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl2/igt@gem_pread@exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl2/igt@gem_pread@exhaustion.html> (i915#7248<https://gitlab.freedesktop.org/drm/intel/issues/7248>) +1 similar issue
     *   shard-tglb: WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb3/igt@gem_pread@exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@gem_pread@exhaustion.html> (i915#7248<https://gitlab.freedesktop.org/drm/intel/issues/7248>) +1 similar issue

  *   igt@gem_pwrite@basic-exhaustion:

     *   shard-glk: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-glk6/igt@gem_pwrite@basic-exhaustion.html> (i915#7248<https://gitlab.freedesktop.org/drm/intel/issues/7248>) -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-glk9/igt@gem_pwrite@basic-exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>)

  *   igt@i915_pm_rc6_residency@rc6-idle@rcs0:

     *   shard-tglb: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681> / i915#3591<https://gitlab.freedesktop.org/drm/intel/issues/3591>) -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-tglb3/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681>)

  *   igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1:

     *   shard-apl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html> (i915#4573<https://gitlab.freedesktop.org/drm/intel/issues/4573>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@kms_plane_alpha_blend@alpha-basic@pipe-c-dp-1.html> (IGT#6<https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/6>) +1 similar issue

  *   igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html> (fdo#111068<https://bugs.freedesktop.org/show_bug.cgi?id=111068> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html> (i915#2920<https://gitlab.freedesktop.org/drm/intel/issues/2920>) +1 similar issue

  *   igt@kms_psr2_sf@plane-move-sf-dmg-area:

     *   shard-iclb: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area.html> (i915#2920<https://gitlab.freedesktop.org/drm/intel/issues/2920>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-iclb6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html> (fdo#111068<https://bugs.freedesktop.org/show_bug.cgi?id=111068> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)

  *   igt@runner@aborted:

     *   shard-apl: (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl1/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl8/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12401/shard-apl7/igt@runner@aborted.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#180<https://gitlab.freedesktop.org/drm/intel/issues/180> / i915#3002<https://gitlab.freedesktop.org/drm/intel/issues/3002> / i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312>) -> (FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>, FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/shard-apl3/igt@runner@aborted.html>) (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3002<https://gitlab.freedesktop.org/drm/intel/issues/3002> / i915#4312<https://gitlab.freedesktop.org/drm/intel/issues/4312>)

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Build changes

  *   CI: CI-20190529 -> None
  *   IGT: IGT_7068 -> IGTPW_8131
  *   Piglit: piglit_4509 -> None

CI-20190529: 20190529
CI_DRM_12401: d12a5aa62e6e1c4f36216441d45a94b8c81ea41b @ git://anongit.freedesktop.org/gfx-ci/linux<http://anongit.freedesktop.org/gfx-ci/linux>
IGTPW_8131: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8131/index.html
IGT_7068: 5c0ec905b6bbecfb8df8b8f3315d0470539e6ae3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit<http://anongit.freedesktop.org/piglit>

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

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

* Re: [igt-dev] [PATCH v2] Cv3 workaround: skip plug all at init
  2022-11-18 16:35 ` [igt-dev] [PATCH v2] Cv3 workaround: skip plug " Mark Yacoub
@ 2022-11-22  8:18   ` Kamil Konieczny
  0 siblings, 0 replies; 16+ messages in thread
From: Kamil Konieczny @ 2022-11-22  8:18 UTC (permalink / raw)
  To: igt-dev; +Cc: markyacoub

On 2022-11-18 at 11:35:45 -0500, Mark Yacoub wrote:
> [Why]
> Currently, Cv3 doesn't allow all ports to be plugged in at the same time
> so chamelium_plug_all() always fails.
> 
> [How]
> Check for the first Port ID as it's unique between V2 and V3, and skip
> the plugging if it's V3.
> 
> Signed-off-by: Mark Yacoub <markyacoub@chromium.org>

Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  lib/igt_chamelium.c | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
> index 68864bb8..79920de1 100644
> --- a/lib/igt_chamelium.c
> +++ b/lib/igt_chamelium.c
> @@ -3019,6 +3019,17 @@ bool chamelium_plug_all(struct chamelium *chamelium)
>  	if (port_count <= 0)
>  		return false;
>  
> +	/*
> +	 * A temporary workaround for Chamelium V3: Currently, Cv3 doesn't allow
> +	 * all ports to be plugged in at the same time. Cv3 first port has an ID
> +	 * of 0 while Cv2 has first port ID as 1.
> +	 * TODO(markyacoub): Remove this workaround when V3 is fixed.
> +	 */
> +	if (port_ids[0] == 0) {
> +		igt_debug("This should be Cv3. Skipping plugging all ports\n");
> +		return true;
> +	}
> +
>  	for (int i = 0; i < port_count; ++i) {
>  		v = __chamelium_rpc(chamelium, NULL, "Plug", "(i)", port_ids[i]);
>  
> -- 
> 2.38.1.584.g0f3c55d4c2-goog
> 

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

end of thread, other threads:[~2022-11-22  8:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-17 19:46 [igt-dev] [PATCH] Cv3 Workaround: Skip Plug all at init Mark Yacoub
2022-11-17 21:11 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-11-18  8:35 ` [igt-dev] [PATCH] " Petri Latvala
2022-11-18 16:39   ` Mark Yacoub
2022-11-18 10:45 ` Kamil Konieczny
2022-11-18 16:39   ` Mark Yacoub
2022-11-18 11:43 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
2022-11-18 16:35 ` [igt-dev] [PATCH v2] Cv3 workaround: skip plug " Mark Yacoub
2022-11-22  8:18   ` Kamil Konieczny
2022-11-18 20:12 ` [igt-dev] ✓ Fi.CI.BAT: success for Cv3 Workaround: Skip Plug all at init. (rev2) Patchwork
2022-11-19 10:07 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-11-21 15:37   ` Mark Yacoub
2022-11-21 15:41     ` Mark Yacoub
2022-11-21 16:40       ` Navare, Manasi D
2022-11-21 19:00         ` Yedireswarapu, SaiX Nandan
2022-11-21 18:56 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox