* [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
@ 2024-05-23 23:58 Andi Shyti
2024-05-24 0:40 ` ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Andi Shyti @ 2024-05-23 23:58 UTC (permalink / raw)
To: intel-gfx, dri-devel
Cc: Nirmoy Das, Janusz Krzysztofik, Andi Shyti, Andi Shyti
Following the guidelines it takes 3 seconds to perform an FLR
reset. Let's give it a bit more slack because this time can
change depending on the platform and on the firmware
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
---
Hi,
In this second version I removed patch 2 that was ignoring the
FLR reset timeouts, until we develop a proper patch.
This first patch is basically the same as v1. Thanks Nirmoy for
your review.
Andi
drivers/gpu/drm/i915/intel_uncore.c | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
index 729409a4bada..2eba289d88ad 100644
--- a/drivers/gpu/drm/i915/intel_uncore.c
+++ b/drivers/gpu/drm/i915/intel_uncore.c
@@ -2614,11 +2614,18 @@ void intel_uncore_prune_engine_fw_domains(struct intel_uncore *uncore,
static void driver_initiated_flr(struct intel_uncore *uncore)
{
struct drm_i915_private *i915 = uncore->i915;
- const unsigned int flr_timeout_ms = 3000; /* specs recommend a 3s wait */
+ unsigned int flr_timeout_ms;
int ret;
drm_dbg(&i915->drm, "Triggering Driver-FLR\n");
+ /*
+ * The specification recommends a 3 seconds FLR reset timeout. To be
+ * cautious, we will extend this to 9 seconds, three times the specified
+ * timeout.
+ */
+ flr_timeout_ms = 9000;
+
/*
* Make sure any pending FLR requests have cleared by waiting for the
* FLR trigger bit to go to zero. Also clear GU_DEBUG's DRIVERFLR_STATUS
--
2.45.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* ✓ Fi.CI.BAT: success for drm/i915: Increase FLR timeout from 3s to 9s
2024-05-23 23:58 [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s Andi Shyti
@ 2024-05-24 0:40 ` Patchwork
2024-05-24 14:07 ` [PATCH v2] " Rodrigo Vivi
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-05-24 0:40 UTC (permalink / raw)
To: Andi Shyti; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 2402 bytes --]
== Series Details ==
Series: drm/i915: Increase FLR timeout from 3s to 9s
URL : https://patchwork.freedesktop.org/series/133994/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_14813 -> Patchwork_133994v1
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/index.html
Participating hosts (43 -> 41)
------------------------------
Additional (1): fi-elk-e7500
Missing (3): bat-dg2-11 bat-mtlp-9 fi-snb-2520m
Known issues
------------
Here are the changes found in Patchwork_133994v1 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-hdmi-a-1:
- fi-elk-e7500: NOTRUN -> [SKIP][1] +24 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/fi-elk-e7500/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-hdmi-a-1.html
#### Possible fixes ####
* igt@gem_lmem_swapping@basic@lmem0:
- bat-dg2-8: [FAIL][2] ([i915#10378]) -> [PASS][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/bat-dg2-8/igt@gem_lmem_swapping@basic@lmem0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/bat-dg2-8/igt@gem_lmem_swapping@basic@lmem0.html
* igt@i915_selftest@live@execlists:
- fi-bsw-n3050: [ABORT][4] ([i915#10594]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
[i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378
[i915#10594]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10594
Build changes
-------------
* Linux: CI_DRM_14813 -> Patchwork_133994v1
CI-20190529: 20190529
CI_DRM_14813: 1385623a20ad940dab90bfaa4bc01fe599506e09 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7870: ad1cea5f9b4ce0f4a036cbda2da3d8979fb1ce15 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_133994v1: 1385623a20ad940dab90bfaa4bc01fe599506e09 @ git://anongit.freedesktop.org/gfx-ci/linux
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/index.html
[-- Attachment #2: Type: text/html, Size: 3058 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
2024-05-23 23:58 [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s Andi Shyti
2024-05-24 0:40 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-05-24 14:07 ` Rodrigo Vivi
2024-05-27 10:47 ` Andi Shyti
2024-05-25 8:25 ` ✗ Fi.CI.IGT: failure for " Patchwork
2024-05-29 8:42 ` [PATCH v2] " Nirmoy Das
3 siblings, 1 reply; 8+ messages in thread
From: Rodrigo Vivi @ 2024-05-24 14:07 UTC (permalink / raw)
To: Andi Shyti
Cc: intel-gfx, dri-devel, Nirmoy Das, Janusz Krzysztofik, Andi Shyti
On Fri, May 24, 2024 at 01:58:53AM +0200, Andi Shyti wrote:
> Following the guidelines it takes 3 seconds to perform an FLR
> reset. Let's give it a bit more slack because this time can
> change depending on the platform and on the firmware
But did we see any issue with that?
if that changes per platform and per firmware, shouldn't it all
be explicit in the spec as well?
>
> Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
> ---
> Hi,
>
> In this second version I removed patch 2 that was ignoring the
> FLR reset timeouts, until we develop a proper patch.
>
> This first patch is basically the same as v1. Thanks Nirmoy for
> your review.
>
> Andi
>
> drivers/gpu/drm/i915/intel_uncore.c | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
> index 729409a4bada..2eba289d88ad 100644
> --- a/drivers/gpu/drm/i915/intel_uncore.c
> +++ b/drivers/gpu/drm/i915/intel_uncore.c
> @@ -2614,11 +2614,18 @@ void intel_uncore_prune_engine_fw_domains(struct intel_uncore *uncore,
> static void driver_initiated_flr(struct intel_uncore *uncore)
> {
> struct drm_i915_private *i915 = uncore->i915;
> - const unsigned int flr_timeout_ms = 3000; /* specs recommend a 3s wait */
> + unsigned int flr_timeout_ms;
> int ret;
>
> drm_dbg(&i915->drm, "Triggering Driver-FLR\n");
>
> + /*
> + * The specification recommends a 3 seconds FLR reset timeout. To be
> + * cautious, we will extend this to 9 seconds, three times the specified
> + * timeout.
> + */
> + flr_timeout_ms = 9000;
> +
> /*
> * Make sure any pending FLR requests have cleared by waiting for the
> * FLR trigger bit to go to zero. Also clear GU_DEBUG's DRIVERFLR_STATUS
> --
> 2.45.1
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* ✗ Fi.CI.IGT: failure for drm/i915: Increase FLR timeout from 3s to 9s
2024-05-23 23:58 [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s Andi Shyti
2024-05-24 0:40 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-05-24 14:07 ` [PATCH v2] " Rodrigo Vivi
@ 2024-05-25 8:25 ` Patchwork
2024-05-29 8:42 ` [PATCH v2] " Nirmoy Das
3 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2024-05-25 8:25 UTC (permalink / raw)
To: Andi Shyti; +Cc: intel-gfx
[-- Attachment #1: Type: text/plain, Size: 94176 bytes --]
== Series Details ==
Series: drm/i915: Increase FLR timeout from 3s to 9s
URL : https://patchwork.freedesktop.org/series/133994/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_14813_full -> Patchwork_133994v1_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with Patchwork_133994v1_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_133994v1_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in Patchwork_133994v1_full:
### IGT changes ###
#### Possible regressions ####
* igt@core_setmaster@master-drop-set-root:
- shard-dg2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@core_setmaster@master-drop-set-root.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@core_setmaster@master-drop-set-root.html
* igt@gem_eio@in-flight-suspend:
- shard-tglu: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-5/igt@gem_eio@in-flight-suspend.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-4/igt@gem_eio@in-flight-suspend.html
* igt@i915_module_load@resize-bar:
- shard-dg2: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@i915_module_load@resize-bar.html
* igt@i915_selftest@live@hangcheck:
- shard-dg1: [PASS][6] -> [INCOMPLETE][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg1-17/igt@i915_selftest@live@hangcheck.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@i915_selftest@live@hangcheck.html
New tests
---------
New tests have been introduced between CI_DRM_14813_full and Patchwork_133994v1_full:
### New IGT tests (17) ###
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.16] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.17] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.17] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.15] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.15] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-4:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-linear:
- Statuses : 1 pass(s)
- Exec time: [2.15] s
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-d-hdmi-a-3-x:
- Statuses : 1 pass(s)
- Exec time: [2.13] s
* igt@kms_flip@flip-vs-modeset-vs-hang@d-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [49.99] s
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-a-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.09] s
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-b-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.11] s
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-c-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.10] s
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-hdmi-a-3:
- Statuses : 1 pass(s)
- Exec time: [0.09] s
Known issues
------------
Here are the changes found in Patchwork_133994v1_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#8411])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@drm_fdinfo@isolation@vecs0:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#8414]) +12 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@drm_fdinfo@isolation@vecs0.html
* igt@drm_fdinfo@memory-info-purgeable:
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#5608]) +3 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@drm_fdinfo@memory-info-purgeable.html
* igt@drm_fdinfo@most-busy-idle-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +6 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html
* igt@drm_fdinfo@virtual-idle:
- shard-rkl: NOTRUN -> [FAIL][12] ([i915#7742])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@drm_fdinfo@virtual-idle.html
* igt@gem_bad_reloc@negative-reloc:
- shard-rkl: NOTRUN -> [SKIP][13] ([i915#3281]) +8 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@gem_bad_reloc@negative-reloc.html
* igt@gem_basic@multigpu-create-close:
- shard-dg1: NOTRUN -> [SKIP][14] ([i915#7697])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-copy-compressed:
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html
* igt@gem_close_race@multigpu-basic-process:
- shard-mtlp: NOTRUN -> [SKIP][16] ([i915#7697])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-rkl: NOTRUN -> [SKIP][17] ([i915#7697])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#6335])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8562])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglu: [PASS][20] -> [FAIL][21] ([i915#6268])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-5/igt@gem_ctx_exec@basic-nohangcheck.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-8/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg1: NOTRUN -> [SKIP][22] ([i915#8555]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][23] ([i915#1099])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb6/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][25] -> [FAIL][26] ([i915#5784])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg1-14/igt@gem_eio@reset-stress.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-14/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@bonded-pair:
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#4771])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#4812]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@hang:
- shard-dg2: [PASS][29] -> [SKIP][30] ([i915#2575]) +29 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_exec_balancer@hang.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_exec_balancer@hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-mtlp: NOTRUN -> [SKIP][31] ([i915#4036])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#4525]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_capture@many-4k-incremental:
- shard-rkl: NOTRUN -> [FAIL][33] ([i915#9606])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@gem_exec_capture@many-4k-incremental.html
- shard-dg1: NOTRUN -> [FAIL][34] ([i915#9606])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_exec_capture@many-4k-incremental.html
* igt@gem_exec_capture@many-4k-zero:
- shard-mtlp: NOTRUN -> [FAIL][35] ([i915#9606])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@gem_exec_capture@many-4k-zero.html
- shard-dg2: NOTRUN -> [FAIL][36] ([i915#9606])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_exec_capture@many-4k-zero.html
* igt@gem_exec_fair@basic-flow:
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4473] / [i915#4771])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_exec_fair@basic-flow.html
* igt@gem_exec_fair@basic-none:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3539] / [i915#4852]) +4 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@gem_exec_fair@basic-none.html
* igt@gem_exec_fair@basic-none-solo:
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4473])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-3/igt@gem_exec_fair@basic-none-solo.html
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-8/igt@gem_exec_fair@basic-none-solo.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: NOTRUN -> [FAIL][41] ([i915#2842]) +4 other tests fail
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [PASS][42] -> [FAIL][43] ([i915#2842])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-rkl-4/igt@gem_exec_fair@basic-pace@vecs0.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_reloc@basic-gtt-cpu:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#3281]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_exec_reloc@basic-gtt-cpu.html
* igt@gem_exec_reloc@basic-gtt-read:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#3281]) +4 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_exec_reloc@basic-gtt-read.html
* igt@gem_exec_reloc@basic-wc-read-active:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3281]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_exec_reloc@basic-wc-read-active.html
* igt@gem_exec_schedule@preempt-queue-chain:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@gem_exec_schedule@preempt-queue-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#4812]) +2 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-rkl: NOTRUN -> [ABORT][49] ([i915#7975] / [i915#8213])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4860]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_swapping@basic:
- shard-dg2: NOTRUN -> [SKIP][52] ([i915#9643]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@heavy-random@lmem0:
- shard-dg1: NOTRUN -> [FAIL][53] ([i915#10378])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_lmem_swapping@heavy-random@lmem0.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-glk: NOTRUN -> [SKIP][54] ([i915#4613])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-glk8/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0:
- shard-dg2: NOTRUN -> [FAIL][55] ([i915#10378])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4565])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [PASS][57] -> [TIMEOUT][58] ([i915#5493])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-5/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [PASS][59] -> [DMESG-WARN][60] ([i915#1982] / [i915#4936] / [i915#5493])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4613]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-random:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#4613]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@gem_lmem_swapping@verify-random.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#2575]) +107 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_gtt@cpuset-big-copy:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4077]) +5 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_mmap_gtt@cpuset-big-copy.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4077]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4083]) +10 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html
* igt@gem_mmap_wc@write-read:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4083]) +4 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_mmap_wc@write-read.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][69] ([i915#3282]) +10 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_pread@exhaustion.html
* igt@gem_pread@uncached:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#3282]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_pread@uncached.html
* igt@gem_pxp@create-regular-buffer:
- shard-dg1: NOTRUN -> [SKIP][71] ([i915#4270]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@gem_pxp@create-regular-buffer.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4270]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@read-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#3282]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_readwrite@read-bad-handle.html
* igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#5190] / [i915#8428]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#8428]) +1 other test skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html
* igt@gem_render_copy@yf-tiled-to-vebox-x-tiled:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#2575] / [i915#5190])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_render_copy@yf-tiled-to-vebox-x-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#4079]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-rkl: NOTRUN -> [SKIP][80] ([i915#3282]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@allocator-evict@vcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][81] ([i915#10652])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-glk8/igt@gem_softpin@allocator-evict@vcs0.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#3297]) +2 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-mtlp: NOTRUN -> [SKIP][84] ([i915#3282] / [i915#3297])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#3297]) +1 other test skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen9_exec_parse@allowed-single:
- shard-mtlp: NOTRUN -> [SKIP][87] ([i915#2856]) +2 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#2527]) +2 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#2856]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@gen9_exec_parse@unaligned-access.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#2527]) +2 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_fb_tiling:
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#4881])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [PASS][92] -> [INCOMPLETE][93] ([i915#9849])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html
- shard-tglu: [PASS][94] -> [INCOMPLETE][95] ([i915#10047] / [i915#9697] / [i915#9820])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-8/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][96] -> [ABORT][97] ([i915#10131] / [i915#10887] / [i915#9820])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-mtlp-5/igt@i915_module_load@reload-with-fault-injection.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#8399])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0:
- shard-dg1: [PASS][99] -> [FAIL][100] ([i915#3591])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#8431])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#5190]) +4 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-mtlp: NOTRUN -> [SKIP][103] ([i915#4212]) +2 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#4212]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#8709]) +3 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][106] +10 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-dg2: [PASS][107] -> [SKIP][108] +4 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#5286]) +5 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#4538] / [i915#5286]) +5 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][111] ([i915#3638]) +1 other test skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][112] +51 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#4538] / [i915#5190]) +7 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#3638]) +3 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#4538]) +7 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_big_fb@yf-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#6187])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][117] +33 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
* igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#10307] / [i915#10434] / [i915#6095])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs:
- shard-dg1: NOTRUN -> [SKIP][119] ([i915#10278])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_ccs@bad-rotation-90-4-tiled-xe2-ccs.html
* igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][120] ([i915#6095]) +15 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#10307] / [i915#6095]) +134 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-10/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][122] ([i915#6095]) +55 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-4.html
* igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#10278])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_ccs@crc-primary-basic-4-tiled-xe2-ccs.html
* igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#6095]) +65 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@kms_ccs@random-ccs-data-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-mtlp: NOTRUN -> [SKIP][125] ([i915#7213] / [i915#9010])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#7213]) +3 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][127] ([i915#4087]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#7828]) +6 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-dg1: NOTRUN -> [SKIP][129] ([i915#7828]) +8 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-glk: NOTRUN -> [SKIP][130] +51 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-glk8/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#7828]) +6 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#7828]) +4 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_content_protection@content-type-change:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#9424])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_content_protection@content-type-change.html
- shard-dg1: NOTRUN -> [SKIP][134] ([i915#9424])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#3116])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#3299])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#7118] / [i915#9424]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_content_protection@type1.html
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#3555] / [i915#6944] / [i915#9424])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_content_protection@type1.html
* igt@kms_content_protection@uevent:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#7116] / [i915#9424])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#3555] / [i915#8814]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#3359])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#3359])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_cursor_crc@cursor-sliding-512x512.html
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#3359]) +1 other test skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_crc@cursor-sliding-64x21:
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#8814])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-64x21.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#9809]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][146] ([i915#4213])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#4103] / [i915#4213])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#4103]) +2 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#4103] / [i915#4213]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#9723])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#9227])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][152] ([i915#8812])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][153] ([i915#3555] / [i915#3840])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#3555] / [i915#3840]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#1839])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#1839])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#9337])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-flip-vs-expired-vblank:
- shard-mtlp: NOTRUN -> [SKIP][158] ([i915#3637]) +3 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_flip@2x-flip-vs-expired-vblank.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#9934]) +2 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1:
- shard-snb: [PASS][160] -> [FAIL][161] ([i915#2122]) +1 other test fail
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-snb5/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1.html
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible@ab-vga1-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][162] ([i915#2672]) +3 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#2587] / [i915#2672]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#2672] / [i915#3555])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#2672]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#2672]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#2672] / [i915#3555])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#8708]) +17 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#8708]) +10 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#5439]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#1825]) +34 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#8708]) +4 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#3023]) +21 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#10433] / [i915#3458]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg2: NOTRUN -> [SKIP][175] ([i915#3458]) +7 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#5354]) +25 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#1825]) +13 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#3458]) +17 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#8228])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][180] ([i915#3555] / [i915#8228]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_hdr@static-toggle.html
- shard-dg1: NOTRUN -> [SKIP][181] ([i915#3555] / [i915#8228]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_hdr@static-toggle.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#3555] / [i915#8821])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][183] ([i915#8292])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#9423]) +3 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#9423]) +9 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#9423]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#5176] / [i915#9423]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#2575] / [i915#9423]) +3 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#5235]) +5 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#5235]) +5 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#5235]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#5235] / [i915#9423]) +15 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#5235]) +11 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html
* igt@kms_pm_backlight@fade:
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#5354])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#9685])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#9519])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@fences:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#4077]) +5 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_pm_rpm@fences.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#9519]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#9519])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#9980])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [PASS][201] -> [SKIP][202] ([i915#9519]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][203] -> [SKIP][204] ([i915#9519]) +2 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-dg2: [PASS][205] -> [SKIP][206] ([i915#9980]) +1 other test skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_pm_rpm@system-suspend-modeset.html
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][207] ([i915#6524] / [i915#6805])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg1: NOTRUN -> [SKIP][208] ([i915#6524])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf@psr2-pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#9808]) +1 other test skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf@psr2-pipe-b-edp-1.html
* igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][210] +41 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_psr2_sf@fbc-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#9683])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@pr-cursor-blt:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#9688]) +7 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-2/igt@kms_psr@pr-cursor-blt.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#1072] / [i915#9732]) +19 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr-sprite-plane-onoff:
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#1072] / [i915#9732]) +19 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_psr@psr-sprite-plane-onoff.html
* igt@kms_psr@psr2-sprite-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#1072] / [i915#9732]) +18 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@kms_psr@psr2-sprite-mmap-cpu.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg1: NOTRUN -> [SKIP][216] ([i915#9685])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#5289]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#5289]) +1 other test skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#5289])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-snb: NOTRUN -> [SKIP][220] +37 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb6/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#3555]) +3 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#3555]) +5 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#3555])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#8623])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-15/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1:
- shard-mtlp: [PASS][225] -> [FAIL][226] ([i915#9196]) +1 other test fail
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-mtlp-4/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1:
- shard-tglu: [PASS][227] -> [FAIL][228] ([i915#9196]) +1 other test fail
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#9906])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-dg1: NOTRUN -> [SKIP][230] ([i915#9906]) +1 other test skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#9906])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@kms_vrr@seamless-rr-switch-virtual.html
- shard-mtlp: NOTRUN -> [SKIP][232] ([i915#9906])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#2437] / [i915#9412])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_writeback@writeback-check-output-xrgb2101010.html
- shard-dg1: NOTRUN -> [SKIP][234] ([i915#2437] / [i915#9412]) +1 other test skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@perf@gen12-group-exclusive-stream-sample-oa:
- shard-dg2: [PASS][235] -> [SKIP][236] ([i915#5608]) +2 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@perf@gen12-group-exclusive-stream-sample-oa.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@perf@gen12-group-exclusive-stream-sample-oa.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#2436])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@non-zero-reason@0-rcs0:
- shard-dg2: NOTRUN -> [FAIL][238] ([i915#9100])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@perf@non-zero-reason@0-rcs0.html
* igt@perf_pmu@module-unload:
- shard-dg2: NOTRUN -> [FAIL][239] ([i915#10537] / [i915#5793])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#8516])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: NOTRUN -> [INCOMPLETE][241] ([i915#5493])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
* igt@prime_vgem@basic-read:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#3291] / [i915#3708])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@prime_vgem@basic-read.html
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#3708])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#3291] / [i915#3708])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@prime_vgem@basic-write.html
* igt@prime_vgem@coherency-gtt:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#3708] / [i915#4077])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@prime_vgem@coherency-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#3708] / [i915#4077])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@prime_vgem@coherency-gtt.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#9917])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#9917])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-17/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@sriov_basic@enable-vfs-bind-unbind-each:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#9917]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@sriov_basic@enable-vfs-bind-unbind-each.html
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#9917])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-4/igt@sriov_basic@enable-vfs-bind-unbind-each.html
* igt@v3d/v3d_submit_cl@single-out-sync:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#2575]) +6 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@v3d/v3d_submit_cl@single-out-sync.html
* igt@v3d/v3d_submit_csd@bad-perfmon:
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#2575]) +10 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@v3d/v3d_submit_csd@bad-perfmon.html
* igt@vc4/vc4_perfmon@create-two-perfmon:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#7711]) +4 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-4/igt@vc4/vc4_perfmon@create-two-perfmon.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice:
- shard-dg1: NOTRUN -> [SKIP][254] ([i915#7711]) +7 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html
* igt@vc4/vc4_wait_seqno@bad-seqno-0ns:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#7711]) +3 other tests skip
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-6/igt@vc4/vc4_wait_seqno@bad-seqno-0ns.html
* igt@vc4/vc4_wait_seqno@bad-seqno-1ns:
- shard-dg2: NOTRUN -> [SKIP][256] ([i915#7711]) +7 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html
#### Possible fixes ####
* igt@gem_eio@kms:
- shard-tglu: [INCOMPLETE][257] ([i915#10513]) -> [PASS][258]
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-8/igt@gem_eio@kms.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-4/igt@gem_eio@kms.html
* igt@gem_exec_balancer@full-pulse:
- shard-dg2: [FAIL][259] -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-8/igt@gem_exec_balancer@full-pulse.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@gem_exec_balancer@full-pulse.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [FAIL][261] ([i915#2842]) -> [PASS][262] +1 other test pass
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-rkl: [FAIL][263] ([i915#2842]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-rkl-4/igt@gem_exec_fair@basic-pace@bcs0.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [INCOMPLETE][265] ([i915#9275]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-7/igt@gem_exec_suspend@basic-s0@smem.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_watchdog@default-virtual:
- shard-dg2: [INCOMPLETE][267] -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-10/igt@gem_watchdog@default-virtual.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-8/igt@gem_watchdog@default-virtual.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [FAIL][269] ([i915#3591]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_rps@reset:
- shard-snb: [INCOMPLETE][271] ([i915#7790]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-snb7/igt@i915_pm_rps@reset.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb6/igt@i915_pm_rps@reset.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-snb: [SKIP][273] -> [PASS][274] +1 other test pass
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-snb5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb7/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@torture-move@pipe-a:
- shard-tglu: [DMESG-WARN][275] ([i915#10166] / [i915#1982]) -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-9/igt@kms_cursor_legacy@torture-move@pipe-a.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-6/igt@kms_cursor_legacy@torture-move@pipe-a.html
* igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1:
- shard-snb: [FAIL][277] ([i915#2122]) -> [PASS][278]
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-snb7/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-snb4/igt@kms_flip@plain-flip-ts-check-interruptible@a-vga1.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-edp-1:
- shard-mtlp: [DMESG-WARN][279] ([i915#9157]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-mtlp-4/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-edp-1.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-mtlp-7/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-edp-1.html
* igt@kms_pm_dc@dc9-dpms:
- shard-tglu: [SKIP][281] ([i915#4281]) -> [PASS][282]
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-tglu-9/igt@kms_pm_dc@dc9-dpms.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [SKIP][283] ([i915#9519]) -> [PASS][284] +3 other tests pass
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][285] ([i915#9519]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
#### Warnings ####
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [INCOMPLETE][287] ([i915#9364]) -> [ABORT][288] ([i915#9846])
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_exec_fence@concurrent:
- shard-dg2: [SKIP][289] ([i915#4812]) -> [SKIP][290] ([i915#2575])
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_exec_fence@concurrent.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_exec_fence@concurrent.html
* igt@gem_exec_flush@basic-wb-ro-default:
- shard-dg2: [SKIP][291] ([i915#3539] / [i915#4852]) -> [SKIP][292] ([i915#2575])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_exec_flush@basic-wb-ro-default.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_exec_flush@basic-wb-ro-default.html
* igt@gem_exec_reloc@basic-write-wc-active:
- shard-dg2: [SKIP][293] ([i915#3281]) -> [SKIP][294] ([i915#2575]) +2 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_exec_reloc@basic-write-wc-active.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_exec_reloc@basic-write-wc-active.html
* igt@gem_mmap_gtt@medium-copy-xy:
- shard-dg2: [SKIP][295] ([i915#4077]) -> [SKIP][296] ([i915#2575]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_mmap_gtt@medium-copy-xy.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_mmap_gtt@medium-copy-xy.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-dg2: [SKIP][297] ([i915#3282]) -> [SKIP][298] ([i915#2575]) +1 other test skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_partial_pwrite_pread@write-display.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled:
- shard-dg2: [SKIP][299] ([i915#5190] / [i915#8428]) -> [SKIP][300] ([i915#2575] / [i915#5190]) +2 other tests skip
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_unfence_active_buffers:
- shard-dg2: [SKIP][301] ([i915#4879]) -> [SKIP][302] ([i915#2575])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_unfence_active_buffers.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-dg2: [SKIP][303] ([i915#3297]) -> [SKIP][304] ([i915#2575]) +1 other test skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gem_userptr_blits@readonly-unsync.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gem_userptr_blits@readonly-unsync.html
* igt@gen9_exec_parse@batch-invalid-length:
- shard-dg2: [SKIP][305] ([i915#2856]) -> [SKIP][306] ([i915#2575])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@gen9_exec_parse@batch-invalid-length.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@gen9_exec_parse@batch-invalid-length.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: [SKIP][307] ([i915#4387]) -> [SKIP][308] ([i915#2575])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@i915_pm_sseu@full-enable.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@i915_pm_sseu@full-enable.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg2: [SKIP][309] ([i915#4212]) -> [SKIP][310] ([i915#2575])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: [SKIP][311] ([i915#4538] / [i915#5190]) -> [SKIP][312] ([i915#5190]) +2 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_chamelium_color@ctm-max:
- shard-dg2: [SKIP][313] -> [SKIP][314] ([i915#2575]) +1 other test skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_chamelium_color@ctm-max.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_chamelium_color@ctm-max.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- shard-dg2: [SKIP][315] ([i915#7828]) -> [SKIP][316] ([i915#2575]) +1 other test skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_chamelium_hpd@dp-hpd-fast.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_content_protection@legacy:
- shard-dg2: [SKIP][317] ([i915#7118] / [i915#9424]) -> [SKIP][318] ([i915#2575])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_content_protection@legacy.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][319] ([i915#9424]) -> [SKIP][320] ([i915#9433])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg1-18/igt@kms_content_protection@mei-interface.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg1-13/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-dg2: [SKIP][321] ([i915#3555]) -> [SKIP][322] ([i915#2575])
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2: [SKIP][323] ([i915#3359]) -> [SKIP][324] ([i915#2575])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_cursor_crc@cursor-sliding-512x170.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: [SKIP][325] ([i915#5354]) -> [SKIP][326] ([i915#2575]) +1 other test skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: [SKIP][327] ([i915#8812]) -> [SKIP][328]
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-wc.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_feature_discovery@psr2:
- shard-dg2: [SKIP][329] ([i915#658]) -> [SKIP][330] ([i915#2575])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_feature_discovery@psr2.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_feature_discovery@psr2.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-gtt:
- shard-dg2: [SKIP][331] ([i915#8708]) -> [SKIP][332] +2 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-gtt.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render:
- shard-dg2: [SKIP][333] ([i915#10433] / [i915#3458]) -> [SKIP][334] ([i915#3458]) +2 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-dg2: [SKIP][335] ([i915#3458]) -> [SKIP][336] +2 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-move:
- shard-dg2: [SKIP][337] ([i915#5354]) -> [SKIP][338] +9 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-move.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-move.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: [SKIP][339] ([i915#6118]) -> [SKIP][340] ([i915#2575])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_getfb@getfb-reject-ccs.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2: [SKIP][341] ([i915#3555] / [i915#8228]) -> [SKIP][342] ([i915#2575])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_hdr@invalid-hdr.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_hdr@invalid-hdr.html
* igt@kms_psr@fbc-psr-cursor-mmap-cpu:
- shard-dg2: [SKIP][343] ([i915#1072] / [i915#9732]) -> [SKIP][344] +3 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@kms_psr@fbc-psr-cursor-mmap-cpu.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@kms_psr@fbc-psr-cursor-mmap-cpu.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: [SKIP][345] ([i915#8516]) -> [SKIP][346] ([i915#5608])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14813/shard-dg2-5/igt@perf_pmu@rc6-all-gts.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/shard-dg2-11/igt@perf_pmu@rc6-all-gts.html
[i915#10047]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10047
[i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131
[i915#10166]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10166
[i915#10278]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10278
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10378
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10513]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10513
[i915#10537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10537
[i915#10652]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10652
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887
[i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
[i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122
[i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3116
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4473]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4879]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4879
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#4936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4936
[i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5608]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784
[i915#5793]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5793
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6118
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6268]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6268
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742
[i915#7790]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7790
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8292]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8292
[i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8431]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8431
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9010]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9010
[i915#9100]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9100
[i915#9157]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9157
[i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196
[i915#9227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9227
[i915#9275]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9275
[i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337
[i915#9364]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9364
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9606]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9606
[i915#9643]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9643
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9697
[i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820
[i915#9846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9846
[i915#9849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9849
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
[i915#9980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9980
Build changes
-------------
* Linux: CI_DRM_14813 -> Patchwork_133994v1
CI-20190529: 20190529
CI_DRM_14813: 1385623a20ad940dab90bfaa4bc01fe599506e09 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7870: ad1cea5f9b4ce0f4a036cbda2da3d8979fb1ce15 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_133994v1: 1385623a20ad940dab90bfaa4bc01fe599506e09 @ git://anongit.freedesktop.org/gfx-ci/linux
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_133994v1/index.html
[-- Attachment #2: Type: text/html, Size: 117037 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
2024-05-24 14:07 ` [PATCH v2] " Rodrigo Vivi
@ 2024-05-27 10:47 ` Andi Shyti
2024-05-27 15:00 ` Andi Shyti
0 siblings, 1 reply; 8+ messages in thread
From: Andi Shyti @ 2024-05-27 10:47 UTC (permalink / raw)
To: Rodrigo Vivi
Cc: Andi Shyti, intel-gfx, dri-devel, Nirmoy Das, Janusz Krzysztofik,
Andi Shyti
On Fri, May 24, 2024 at 10:07:44AM -0400, Rodrigo Vivi wrote:
> On Fri, May 24, 2024 at 01:58:53AM +0200, Andi Shyti wrote:
> > Following the guidelines it takes 3 seconds to perform an FLR
> > reset. Let's give it a bit more slack because this time can
> > change depending on the platform and on the firmware
>
> But did we see any issue with that?
yes, we have some FLR expiration timeouts that apparently are not
able to bring up the device and the memory is not accessible
anymore. It's worth giving it a bit more time.
> if that changes per platform and per firmware, shouldn't it all
> be explicit in the spec as well?
Is it always documented? We might anyway die after the FLR reset
failure, so that I see it quite safe to wait and pray a little
more.
Andi
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
2024-05-27 10:47 ` Andi Shyti
@ 2024-05-27 15:00 ` Andi Shyti
2024-05-28 16:36 ` Rodrigo Vivi
0 siblings, 1 reply; 8+ messages in thread
From: Andi Shyti @ 2024-05-27 15:00 UTC (permalink / raw)
To: Andi Shyti
Cc: Rodrigo Vivi, intel-gfx, dri-devel, Nirmoy Das,
Janusz Krzysztofik, Andi Shyti
On Mon, May 27, 2024 at 11:47:49AM +0100, Andi Shyti wrote:
> On Fri, May 24, 2024 at 10:07:44AM -0400, Rodrigo Vivi wrote:
> > On Fri, May 24, 2024 at 01:58:53AM +0200, Andi Shyti wrote:
> > > Following the guidelines it takes 3 seconds to perform an FLR
> > > reset. Let's give it a bit more slack because this time can
> > > change depending on the platform and on the firmware
> >
> > But did we see any issue with that?
>
> yes, we have some FLR expiration timeouts that apparently are not
> able to bring up the device and the memory is not accessible
> anymore. It's worth giving it a bit more time.
>
> > if that changes per platform and per firmware, shouldn't it all
> > be explicit in the spec as well?
>
> Is it always documented? We might anyway die after the FLR reset
> failure, so that I see it quite safe to wait and pray a little
> more.
if needed I can improve the log with the dmesg error print.
Andi
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
2024-05-27 15:00 ` Andi Shyti
@ 2024-05-28 16:36 ` Rodrigo Vivi
0 siblings, 0 replies; 8+ messages in thread
From: Rodrigo Vivi @ 2024-05-28 16:36 UTC (permalink / raw)
To: Andi Shyti
Cc: intel-gfx, dri-devel, Nirmoy Das, Janusz Krzysztofik, Andi Shyti
On Mon, May 27, 2024 at 04:00:25PM +0100, Andi Shyti wrote:
> On Mon, May 27, 2024 at 11:47:49AM +0100, Andi Shyti wrote:
> > On Fri, May 24, 2024 at 10:07:44AM -0400, Rodrigo Vivi wrote:
> > > On Fri, May 24, 2024 at 01:58:53AM +0200, Andi Shyti wrote:
> > > > Following the guidelines it takes 3 seconds to perform an FLR
> > > > reset. Let's give it a bit more slack because this time can
> > > > change depending on the platform and on the firmware
> > >
> > > But did we see any issue with that?
> >
> > yes, we have some FLR expiration timeouts that apparently are not
> > able to bring up the device and the memory is not accessible
> > anymore. It's worth giving it a bit more time.
> >
> > > if that changes per platform and per firmware, shouldn't it all
> > > be explicit in the spec as well?
> >
> > Is it always documented? We might anyway die after the FLR reset
> > failure, so that I see it quite safe to wait and pray a little
> > more.
>
> if needed I can improve the log with the dmesg error print.
very good points indeed. I believe it would be worth some mentions
about the faced issues and good idea about dmesg as well. but up to you.
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>
> Andi
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s
2024-05-23 23:58 [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s Andi Shyti
` (2 preceding siblings ...)
2024-05-25 8:25 ` ✗ Fi.CI.IGT: failure for " Patchwork
@ 2024-05-29 8:42 ` Nirmoy Das
3 siblings, 0 replies; 8+ messages in thread
From: Nirmoy Das @ 2024-05-29 8:42 UTC (permalink / raw)
To: Andi Shyti, intel-gfx, dri-devel
Cc: Nirmoy Das, Janusz Krzysztofik, Andi Shyti
On 5/24/2024 1:58 AM, Andi Shyti wrote:
> Following the guidelines it takes 3 seconds to perform an FLR
> reset. Let's give it a bit more slack because this time can
> change depending on the platform and on the firmware
>
> Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
> ---
> Hi,
>
> In this second version I removed patch 2 that was ignoring the
> FLR reset timeouts, until we develop a proper patch.
>
> This first patch is basically the same as v1. Thanks Nirmoy for
> your review.
>
> Andi
>
> drivers/gpu/drm/i915/intel_uncore.c | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
> index 729409a4bada..2eba289d88ad 100644
> --- a/drivers/gpu/drm/i915/intel_uncore.c
> +++ b/drivers/gpu/drm/i915/intel_uncore.c
> @@ -2614,11 +2614,18 @@ void intel_uncore_prune_engine_fw_domains(struct intel_uncore *uncore,
> static void driver_initiated_flr(struct intel_uncore *uncore)
> {
> struct drm_i915_private *i915 = uncore->i915;
> - const unsigned int flr_timeout_ms = 3000; /* specs recommend a 3s wait */
> + unsigned int flr_timeout_ms;
> int ret;
>
> drm_dbg(&i915->drm, "Triggering Driver-FLR\n");
>
> + /*
> + * The specification recommends a 3 seconds FLR reset timeout. To be
> + * cautious, we will extend this to 9 seconds, three times the specified
> + * timeout.
> + */
> + flr_timeout_ms = 9000;
> +
> /*
> * Make sure any pending FLR requests have cleared by waiting for the
> * FLR trigger bit to go to zero. Also clear GU_DEBUG's DRIVERFLR_STATUS
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-05-29 8:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 23:58 [PATCH v2] drm/i915: Increase FLR timeout from 3s to 9s Andi Shyti
2024-05-24 0:40 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-05-24 14:07 ` [PATCH v2] " Rodrigo Vivi
2024-05-27 10:47 ` Andi Shyti
2024-05-27 15:00 ` Andi Shyti
2024-05-28 16:36 ` Rodrigo Vivi
2024-05-25 8:25 ` ✗ Fi.CI.IGT: failure for " Patchwork
2024-05-29 8:42 ` [PATCH v2] " Nirmoy Das
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox