* [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised"
@ 2023-08-18 8:08 Jouni Högander
2023-08-18 9:02 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Jouni Högander @ 2023-08-18 8:08 UTC (permalink / raw)
To: igt-dev
Earlier non initialized memory caused fbc_status debugfs interface not
being created at all. This was considered as "Unsupported chipset" by
certain igt testcases. Now fbc_status is informing "stolen memory not
initialised". Consider this again as "Unsupported chipset"
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9131
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
---
tests/i915/kms_fbcon_fbt.c | 3 ++-
tests/i915/kms_frontbuffer_tracking.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tests/i915/kms_fbcon_fbt.c b/tests/i915/kms_fbcon_fbt.c
index e65cbda93..2cb0ffdb4 100644
--- a/tests/i915/kms_fbcon_fbt.c
+++ b/tests/i915/kms_fbcon_fbt.c
@@ -103,7 +103,8 @@ static bool fbc_supported_on_chipset(int device, int debugfs_fd)
if (ret < 0)
return false;
- return !strstr(buf, "FBC unsupported on this chipset\n");
+ return !strstr(buf, "FBC unsupported on this chipset\n") &&
+ !strstr(buf, "stolen memory not initialised\n");
}
static bool connector_can_fbc(drmModeConnectorPtr connector)
diff --git a/tests/i915/kms_frontbuffer_tracking.c b/tests/i915/kms_frontbuffer_tracking.c
index 3e8f15bb0..136426204 100644
--- a/tests/i915/kms_frontbuffer_tracking.c
+++ b/tests/i915/kms_frontbuffer_tracking.c
@@ -1444,7 +1444,8 @@ static bool fbc_supported_on_chipset(void)
if (*buf == '\0')
return false;
- return !strstr(buf, "FBC unsupported on this chipset\n");
+ return !strstr(buf, "FBC unsupported on this chipset\n") &&
+ !strstr(buf, "stolen memory not initialised\n");
}
static void setup_fbc(void)
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for tests/i915: Take into account fbc_status "stolen memory not initialised"
2023-08-18 8:08 [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised" Jouni Högander
@ 2023-08-18 9:02 ` Patchwork
2023-08-18 9:14 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-08-18 9:02 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 360 bytes --]
== Series Details ==
Series: tests/i915: Take into account fbc_status "stolen memory not initialised"
URL : https://patchwork.freedesktop.org/series/122619/
State : info
== Summary ==
Participating hosts:
bat-atsm-2
bat-dg2-oem2
bat-adlp-7
Missing hosts results[0]:
Results: [IGTPW_9619](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9619/index.html)
[-- Attachment #2: Type: text/html, Size: 880 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915: Take into account fbc_status "stolen memory not initialised"
2023-08-18 8:08 [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised" Jouni Högander
2023-08-18 9:02 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
@ 2023-08-18 9:14 ` Patchwork
2023-08-19 12:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-08-21 10:06 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
3 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-08-18 9:14 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5111 bytes --]
== Series Details ==
Series: tests/i915: Take into account fbc_status "stolen memory not initialised"
URL : https://patchwork.freedesktop.org/series/122619/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13535 -> IGTPW_9619
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
Participating hosts (39 -> 37)
------------------------------
Missing (2): bat-dg2-9 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9619 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_busy@busy@all-engines:
- bat-mtlp-8: [PASS][1] -> [DMESG-FAIL][2] ([i915#9121])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/bat-mtlp-8/igt@gem_busy@busy@all-engines.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/bat-mtlp-8/igt@gem_busy@busy@all-engines.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- bat-mtlp-8: [PASS][3] -> [ABORT][4] ([i915#7077] / [i915#7977] / [i915#8668])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_selftest@live@gt_pm:
- bat-rpls-2: [PASS][5] -> [DMESG-FAIL][6] ([i915#4258] / [i915#7913])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/bat-rpls-2/igt@i915_selftest@live@gt_pm.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/bat-rpls-2/igt@i915_selftest@live@gt_pm.html
* igt@i915_selftest@live@migrate:
- bat-mtlp-6: [PASS][7] -> [DMESG-FAIL][8] ([i915#7699])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/bat-mtlp-6/igt@i915_selftest@live@migrate.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/bat-mtlp-6/igt@i915_selftest@live@migrate.html
* igt@kms_psr@sprite_plane_onoff:
- bat-rplp-1: NOTRUN -> [ABORT][9] ([i915#8442] / [i915#8668] / [i915#8712])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html
#### Warnings ####
* igt@kms_psr@cursor_plane_move:
- bat-rplp-1: [ABORT][10] ([i915#8469] / [i915#8668]) -> [SKIP][11] ([i915#1072])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/bat-rplp-1/igt@kms_psr@cursor_plane_move.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/bat-rplp-1/igt@kms_psr@cursor_plane_move.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/486
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077
[i915#7359]: https://gitlab.freedesktop.org/drm/intel/issues/7359
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977
[i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442
[i915#8469]: https://gitlab.freedesktop.org/drm/intel/issues/8469
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712
[i915#8879]: https://gitlab.freedesktop.org/drm/intel/issues/8879
[i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7443 -> IGTPW_9619
CI-20190529: 20190529
CI_DRM_13535: d3fd5e38264df85151b6deba3df6ee80c745c9ce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9619: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
IGT_7443: 953448dbf2e63918a8eced9707f65fc0a19a9c85 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
[-- Attachment #2: Type: text/html, Size: 4884 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915: Take into account fbc_status "stolen memory not initialised"
2023-08-18 8:08 [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised" Jouni Högander
2023-08-18 9:02 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
2023-08-18 9:14 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2023-08-19 12:13 ` Patchwork
2023-08-21 11:46 ` Hogander, Jouni
2023-08-21 10:06 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
3 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2023-08-19 12:13 UTC (permalink / raw)
To: Jouni Högander; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 83268 bytes --]
== Series Details ==
Series: tests/i915: Take into account fbc_status "stolen memory not initialised"
URL : https://patchwork.freedesktop.org/series/122619/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13535_full -> IGTPW_9619_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9619_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9619_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9619_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
Known issues
------------
Here are the changes found in IGTPW_9619_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg2: NOTRUN -> [SKIP][2] ([i915#8414]) +20 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@drm_fdinfo@busy@vcs0:
- shard-mtlp: NOTRUN -> [SKIP][3] ([i915#8414]) +5 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@drm_fdinfo@busy@vcs0.html
* igt@drm_fdinfo@virtual-busy:
- shard-dg1: NOTRUN -> [SKIP][4] ([i915#8414])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@drm_fdinfo@virtual-busy.html
* igt@drm_mm@drm_mm_test:
- shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#8661])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb4/igt@drm_mm@drm_mm_test.html
* igt@feature_discovery@display-3x:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#1839])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@feature_discovery@display-3x.html
* igt@feature_discovery@display-4x:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#1839])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@feature_discovery@display-4x.html
* igt@feature_discovery@psr1:
- shard-dg2: NOTRUN -> [SKIP][8] ([i915#658]) +3 similar issues
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@feature_discovery@psr1.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#8562])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-snb: NOTRUN -> [DMESG-WARN][10] ([i915#8841]) +4 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb1/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_persistence@engines-hang:
- shard-snb: NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#1099])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb6/igt@gem_ctx_persistence@engines-hang.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8555]) +2 similar issues
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#5882]) +9 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#280])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_ctx_sseu@engines.html
- shard-tglu: NOTRUN -> [SKIP][15] ([i915#280])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-5/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#280])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-dg2: [PASS][17] -> [ABORT][18] ([i915#7975] / [i915#8213])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-11/igt@gem_eio@hibernate.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [PASS][19] -> [FAIL][20] ([i915#5784])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-10/igt@gem_eio@kms.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_eio@kms.html
* igt@gem_exec_balancer@hog:
- shard-dg1: NOTRUN -> [SKIP][21] ([i915#4812])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_exec_balancer@hog.html
* igt@gem_exec_capture@capture-invisible@lmem0:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#6334]) +1 similar issue
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_exec_capture@capture-invisible@lmem0.html
* igt@gem_exec_fair@basic-deadline:
- shard-dg1: NOTRUN -> [SKIP][23] ([i915#3539] / [i915#4852])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_exec_fair@basic-deadline.html
- shard-glk: [PASS][24] -> [FAIL][25] ([i915#2846])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk9/igt@gem_exec_fair@basic-deadline.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk6/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-tglu: [PASS][26] -> [FAIL][27] ([i915#2842])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-10/igt@gem_exec_fair@basic-flow@rcs0.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-2/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: [PASS][29] -> [FAIL][30] ([i915#2842])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk5/igt@gem_exec_fair@basic-pace@rcs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk1/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fence@submit67:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#4812]) +1 similar issue
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#3539] / [i915#4852]) +6 similar issues
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#3281]) +10 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-rkl: NOTRUN -> [SKIP][34] ([i915#3281]) +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-wc:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#3281])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_reloc@basic-wc-cpu-noreloc:
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#3281]) +2 similar issues
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html
* igt@gem_exec_schedule@semaphore-power:
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4812])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#4860]) +3 similar issues
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_fence_thrash@bo-copy.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-tglu: NOTRUN -> [SKIP][39] ([i915#4613])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-random:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4613])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#4565])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#4613]) +1 similar issue
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [PASS][43] -> [DMESG-WARN][44] ([i915#4936] / [i915#5493])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_mmap@big-bo:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#4083])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@gem_mmap@big-bo.html
* igt@gem_mmap_wc@coherency:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4083])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_mmap_wc@coherency.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#4083]) +4 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_pread@exhaustion:
- shard-tglu: NOTRUN -> [WARN][48] ([i915#2658])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +2 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4270]) +4 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4270]) +1 similar issue
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_readwrite@beyond-eob:
- shard-rkl: NOTRUN -> [SKIP][52] ([i915#3282]) +5 similar issues
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@linear-to-vebox-y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#8428])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_render_copy@linear-to-vebox-y-tiled.html
* igt@gem_render_copy@y-tiled-to-vebox-linear:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#5190]) +9 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4079])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#8411])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_tiling_max_stride:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#4077]) +16 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_tiling_max_stride.html
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#4077]) +1 similar issue
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_tiling_max_stride.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#3297]) +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@forbidden-operations:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#3282])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@gem_userptr_blits@forbidden-operations.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#3297])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#3297] / [i915#4880])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@nohangcheck:
- shard-mtlp: [PASS][63] -> [FAIL][64] ([i915#6268])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html
* igt@gem_userptr_blits@vma-merge:
- shard-rkl: NOTRUN -> [FAIL][65] ([i915#3318])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@gem_userptr_blits@vma-merge.html
- shard-tglu: NOTRUN -> [FAIL][66] ([i915#3318])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@gem_userptr_blits@vma-merge.html
* igt@gen3_mixed_blits:
- shard-rkl: NOTRUN -> [SKIP][67] ([fdo#109289])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@gen3_mixed_blits.html
* igt@gen3_render_tiledx_blits:
- shard-dg2: NOTRUN -> [SKIP][68] ([fdo#109289]) +5 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gen3_render_tiledx_blits.html
* igt@gen7_exec_parse@basic-offset:
- shard-dg1: NOTRUN -> [SKIP][69] ([fdo#109289]) +1 similar issue
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@gen7_exec_parse@basic-offset.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-snb: NOTRUN -> [SKIP][70] ([fdo#109271]) +181 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb1/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@bb-large:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#2856])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gen9_exec_parse@bb-large.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg1: NOTRUN -> [SKIP][72] ([i915#2527])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@unaligned-access:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#2527])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html
* igt@gen9_exec_parse@valid-registers:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#2856]) +2 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gen9_exec_parse@valid-registers.html
* igt@i915_fb_tiling:
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4881])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@i915_fb_tiling.html
* igt@i915_hangman@detector@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][76] ([i915#8456]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@i915_hangman@detector@vcs0.html
* igt@i915_module_load@load:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#6227])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@i915_module_load@load.html
* igt@i915_pipe_stress@stress-xrgb8888-untiled:
- shard-mtlp: [PASS][78] -> [FAIL][79] ([i915#8691])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@i915_pipe_stress@stress-xrgb8888-untiled.html
* igt@i915_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#5978])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@i915_pm_dc@dc6-dpms.html
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#3361])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#1937])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu: [PASS][83] -> [WARN][84] ([i915#2681])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-fence.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-dg1: [PASS][85] -> [FAIL][86] ([i915#3591]) +2 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rpm@dpms-lpsp:
- shard-dg1: [PASS][87] -> [SKIP][88] ([i915#1397]) +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#1397])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@modeset-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#1397])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@i915_pm_rpm@modeset-non-lpsp.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: [PASS][91] -> [SKIP][92] ([i915#1397]) +1 similar issue
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-2/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#6621]) +1 similar issue
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#4387])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@i915_pm_sseu@full-enable.html
- shard-tglu: NOTRUN -> [SKIP][95] ([i915#4387])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@query-topology-unsupported:
- shard-rkl: NOTRUN -> [SKIP][96] ([fdo#109302])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@i915_query@query-topology-unsupported.html
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4212])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#8502] / [i915#8709]) +11 similar issues
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#8502]) +3 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][100] ([i915#8247]) +1 similar issue
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][101] ([i915#8247]) +3 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-snb: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#1769])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#5286]) +2 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][104] ([fdo#111614])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5286]) +1 similar issue
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-tglu: NOTRUN -> [SKIP][106] ([fdo#111615] / [i915#5286])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][107] ([fdo#111614] / [i915#3638])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][108] ([fdo#111614])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][109] ([fdo#111614]) +5 similar issues
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-rkl: [PASS][110] -> [FAIL][111] ([i915#3743])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][112] ([fdo#111615])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#4538] / [i915#5190]) +6 similar issues
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
- shard-dg1: NOTRUN -> [SKIP][114] ([i915#4538])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][115] ([fdo#111615])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-rkl: NOTRUN -> [SKIP][116] ([fdo#110723]) +1 similar issue
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#2705]) +1 similar issue
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_big_joiner@invalid-modeset.html
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#2705])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-tglu: NOTRUN -> [SKIP][119] ([i915#5354] / [i915#6095]) +5 similar issues
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#5354] / [i915#6095]) +5 similar issues
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#5354]) +47 similar issues
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- shard-apl: NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#3886]) +1 similar issue
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl6/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#6095]) +2 similar issues
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#3886] / [i915#5354] / [i915#6095])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-yf_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#3734] / [i915#5354] / [i915#6095])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][126] ([i915#3886] / [i915#6095])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#5354]) +12 similar issues
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#3689] / [i915#3886] / [i915#5354]) +6 similar issues
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs:
- shard-apl: NOTRUN -> [SKIP][129] ([fdo#109271]) +31 similar issues
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl2/igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][130] ([i915#3689] / [i915#5354] / [i915#6095]) +3 similar issues
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc:
- shard-dg1: NOTRUN -> [SKIP][131] ([i915#5354] / [i915#6095]) +1 similar issue
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#3689] / [i915#5354]) +26 similar issues
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html
- shard-dg1: NOTRUN -> [SKIP][133] ([i915#3689] / [i915#5354] / [i915#6095]) +6 similar issues
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][134] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-rkl: NOTRUN -> [SKIP][135] ([fdo#111827])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_chamelium_color@ctm-blue-to-red.html
- shard-tglu: NOTRUN -> [SKIP][136] ([fdo#111827])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-10/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-dg2: NOTRUN -> [SKIP][137] ([fdo#111827]) +2 similar issues
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-mtlp: NOTRUN -> [SKIP][138] ([fdo#111827])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#7828]) +11 similar issues
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#7828])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#7828]) +1 similar issue
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@vga-hpd-fast:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#7828]) +1 similar issue
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_chamelium_hpd@vga-hpd-fast.html
- shard-tglu: NOTRUN -> [SKIP][143] ([i915#7828]) +1 similar issue
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_chamelium_hpd@vga-hpd-fast.html
* igt@kms_color@deep-color:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#3555]) +6 similar issues
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#7118]) +1 similar issue
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#3299])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@lic@pipe-a-dp-2:
- shard-dg2: NOTRUN -> [TIMEOUT][147] ([i915#7173])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@kms_content_protection@lic@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#3555]) +1 similar issue
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#3359])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3359])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#3359]) +1 similar issue
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-dg1: NOTRUN -> [SKIP][152] ([i915#3359])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#3359])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#3555])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3546]) +2 similar issues
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#4103] / [i915#4213])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-dg2: NOTRUN -> [SKIP][157] ([fdo#109274] / [i915#5354])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
- shard-rkl: NOTRUN -> [SKIP][158] ([fdo#111825])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-rkl: NOTRUN -> [SKIP][159] ([fdo#111767] / [fdo#111825])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
- shard-tglu: NOTRUN -> [SKIP][160] ([fdo#109274] / [fdo#111767])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][161] -> [FAIL][162] ([i915#2346])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [PASS][163] -> [FAIL][164] ([i915#2346])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#4103])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_display_modes@extended-mode-basic:
- shard-tglu: NOTRUN -> [SKIP][166] ([i915#3555])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-6/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#1257])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_dp_aux_dev.html
* igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled:
- shard-glk: [PASS][168] -> [DMESG-WARN][169] ([i915#9152])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk3/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk7/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg2: NOTRUN -> [SKIP][170] ([fdo#109274] / [fdo#111767])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
- shard-snb: NOTRUN -> [SKIP][171] ([fdo#109271] / [fdo#111767]) +1 similar issue
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2:
- shard-glk: [PASS][172] -> [FAIL][173] ([i915#79])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-flip-vs-fences-interruptible:
- shard-dg1: NOTRUN -> [SKIP][174] ([i915#8381])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences-interruptible.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-dg2: NOTRUN -> [SKIP][175] ([fdo#109274]) +6 similar issues
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#8381])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][177] ([i915#2672])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
- shard-tglu: NOTRUN -> [SKIP][178] ([i915#2587] / [i915#2672])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#2672])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#2587] / [i915#2672])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#2672]) +4 similar issues
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-dg2: [PASS][182] -> [FAIL][183] ([i915#6880]) +1 similar issue
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-1p-rte:
- shard-dg2: NOTRUN -> [FAIL][184] ([i915#6880])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-rte.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][185] ([fdo#111825]) +7 similar issues
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#8708]) +5 similar issues
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#3458]) +1 similar issue
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][188] ([fdo#111825] / [i915#1825]) +14 similar issues
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#8708]) +23 similar issues
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][190] ([i915#8708]) +1 similar issue
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#1825]) +5 similar issues
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][192] ([fdo#110189]) +5 similar issues
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#3458]) +15 similar issues
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][194] ([fdo#109280]) +7 similar issues
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#3023]) +7 similar issues
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#6118])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle-dpms:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#3555] / [i915#8228])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_hdr@static-toggle-suspend:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8228]) +1 similar issue
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_hdr@static-toggle-suspend.html
- shard-tglu: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8228])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
- shard-mtlp: [PASS][200] -> [FAIL][201] ([i915#1623])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
* igt@kms_plane@plane-panning-bottom-right@pipe-b-planes:
- shard-mtlp: [PASS][202] -> [FAIL][203] ([i915#8892]) +1 similar issue
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-2/igt@kms_plane@plane-panning-bottom-right@pipe-b-planes.html
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_plane@plane-panning-bottom-right@pipe-b-planes.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-1-size-128:
- shard-glk: [PASS][204] -> [DMESG-WARN][205] ([i915#118])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk9/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-1-size-128.html
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk8/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-1-size-128.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#6953])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][207] ([i915#8292])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#5176]) +9 similar issues
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#5176]) +19 similar issues
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#5176]) +7 similar issues
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][211] ([i915#5235]) +11 similar issues
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#5235]) +1 similar issue
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-dp-4:
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#5235]) +11 similar issues
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-dp-4.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#5235]) +7 similar issues
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#658]) +1 similar issue
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr@psr2_cursor_mmap_gtt:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#1072]) +1 similar issue
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_psr@psr2_cursor_mmap_gtt.html
* igt@kms_psr@psr2_cursor_plane_onoff:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#1072])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_psr@psr2_cursor_plane_onoff.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-dg2: NOTRUN -> [SKIP][218] ([i915#1072]) +5 similar issues
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#5461] / [i915#658])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-dg1: NOTRUN -> [SKIP][220] ([i915#5289])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#4235])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#5289])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#4235] / [i915#5190])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#3555] / [i915#4098]) +1 similar issue
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-tglu: NOTRUN -> [SKIP][225] ([i915#8623])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-8/igt@kms_tiled_display@basic-test-pattern.html
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#8623])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg1: NOTRUN -> [SKIP][227] ([fdo#109309])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@kms_tv_load_detect@load-detect.html
* igt@kms_universal_plane@universal-plane-pipe-c-functional:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#4070] / [i915#6768]) +3 similar issues
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_universal_plane@universal-plane-pipe-c-functional.html
* igt@kms_vblank@pipe-d-query-busy:
- shard-rkl: NOTRUN -> [SKIP][229] ([i915#4070] / [i915#533] / [i915#6768]) +1 similar issue
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_vblank@pipe-d-query-busy.html
* igt@kms_writeback@writeback-fb-id:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#2437])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_writeback@writeback-fb-id.html
- shard-tglu: NOTRUN -> [SKIP][231] ([i915#2437])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-6/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#2437])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#2437])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@mi-rpc:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#2434])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@perf@mi-rpc.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][235] ([i915#4349]) +3 similar issues
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@cpu-hotplug:
- shard-tglu: NOTRUN -> [SKIP][236] ([i915#8850])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-5/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][237] ([fdo#112283])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@perf_pmu@event-wait@rcs0.html
* igt@prime_vgem@basic-fence-flip:
- shard-dg1: NOTRUN -> [SKIP][238] ([i915#3708])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#3291] / [i915#3708]) +1 similar issue
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#3708]) +1 similar issue
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html
* igt@sysfs_heartbeat_interval@mixed@ccs0:
- shard-mtlp: NOTRUN -> [ABORT][241] ([i915#8552])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@sysfs_heartbeat_interval@mixed@ccs0.html
* igt@sysfs_heartbeat_interval@mixed@vecs0:
- shard-mtlp: NOTRUN -> [FAIL][242] ([i915#1731])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@sysfs_heartbeat_interval@mixed@vecs0.html
* igt@tools_test@sysfs_l3_parity:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#4818])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@tools_test@sysfs_l3_parity.html
* igt@v3d/v3d_get_param@get-bad-param:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#2575]) +2 similar issues
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@v3d/v3d_get_param@get-bad-param.html
* igt@v3d/v3d_job_submission@array-job-submission:
- shard-rkl: NOTRUN -> [SKIP][245] ([fdo#109315]) +2 similar issues
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@v3d/v3d_job_submission@array-job-submission.html
* igt@v3d/v3d_perfmon@get-values-invalid-pointer:
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#2575]) +2 similar issues
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html
* igt@v3d/v3d_submit_cl@bad-extension:
- shard-tglu: NOTRUN -> [SKIP][247] ([fdo#109315] / [i915#2575])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-6/igt@v3d/v3d_submit_cl@bad-extension.html
* igt@v3d/v3d_submit_cl@simple-flush-cache:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#2575]) +11 similar issues
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@v3d/v3d_submit_cl@simple-flush-cache.html
* igt@vc4/vc4_create_bo@create-bo-0:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#7711]) +1 similar issue
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@vc4/vc4_create_bo@create-bo-0.html
* igt@vc4/vc4_label_bo@set-kernel-name:
- shard-dg2: NOTRUN -> [SKIP][250] ([i915#7711]) +10 similar issues
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@vc4/vc4_label_bo@set-kernel-name.html
- shard-dg1: NOTRUN -> [SKIP][251] ([i915#7711])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@vc4/vc4_label_bo@set-kernel-name.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-tglu: NOTRUN -> [SKIP][252] ([i915#2575])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-10/igt@vc4/vc4_tiling@get-after-free.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-rkl: NOTRUN -> [SKIP][253] ([i915#7711]) +2 similar issues
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-handle.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [FAIL][254] ([i915#7742]) -> [PASS][255]
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@gem_busy@close-race:
- shard-mtlp: [ABORT][256] ([i915#9151]) -> [PASS][257]
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@gem_busy@close-race.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-2/igt@gem_busy@close-race.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [FAIL][258] ([i915#6268]) -> [PASS][259]
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@engines-hang@vcs0:
- shard-mtlp: [FAIL][260] ([i915#2410]) -> [PASS][261] +1 similar issue
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-7/igt@gem_ctx_persistence@engines-hang@vcs0.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@gem_ctx_persistence@engines-hang@vcs0.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][262] ([i915#5784]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-17/igt@gem_eio@unwedge-stress.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-glk: [FAIL][264] ([i915#2842]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk9/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk9/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
- shard-mtlp: [DMESG-FAIL][266] ([i915#8962] / [i915#9121]) -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
* igt@gen9_exec_parse@allowed-single:
- shard-apl: [ABORT][268] ([i915#5566]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-apl1/igt@gen9_exec_parse@allowed-single.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl1/igt@gen9_exec_parse@allowed-single.html
* igt@i915_hangman@gt-engine-hang@vcs0:
- shard-mtlp: [FAIL][270] ([i915#7069]) -> [PASS][271]
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@i915_hangman@gt-engine-hang@vcs0.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglu: [FAIL][272] ([i915#3989] / [i915#454]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [SKIP][274] ([i915#1397]) -> [PASS][275] +2 similar issues
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg1: [SKIP][276] ([i915#1397]) -> [PASS][277]
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-17/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-dg2: [SKIP][278] ([i915#1397]) -> [PASS][279]
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rpm@system-suspend-devices:
- shard-dg1: [DMESG-WARN][280] ([i915#4423]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-18/igt@i915_pm_rpm@system-suspend-devices.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@i915_pm_rpm@system-suspend-devices.html
* igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1:
- shard-mtlp: [FAIL][282] ([i915#2521]) -> [PASS][283] +1 similar issue
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-8/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [FAIL][284] ([i915#5138]) -> [PASS][285] +1 similar issue
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-mtlp: [FAIL][286] ([i915#3743]) -> [PASS][287] +5 similar issues
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-d-edp-1:
- shard-mtlp: [DMESG-WARN][288] ([i915#1982]) -> [PASS][289]
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-d-edp-1.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-d-edp-1.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-mtlp: [FAIL][290] ([i915#2346]) -> [PASS][291]
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_psr@psr2_cursor_blt:
- shard-mtlp: [DMESG-WARN][292] ([i915#2017]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@kms_psr@psr2_cursor_blt.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@kms_psr@psr2_cursor_blt.html
* igt@sysfs_heartbeat_interval@nopreempt@vcs0:
- shard-mtlp: [FAIL][294] ([i915#6015]) -> [PASS][295] +1 similar issue
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-8/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
* igt@sysfs_heartbeat_interval@precise@vecs0:
- shard-mtlp: [FAIL][296] ([i915#8332]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-7/igt@sysfs_heartbeat_interval@precise@vecs0.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@sysfs_heartbeat_interval@precise@vecs0.html
#### Warnings ####
* igt@gem_lmem_swapping@verify-random-ccs@lmem0:
- shard-dg1: [SKIP][298] ([i915#4423] / [i915#4565]) -> [SKIP][299] ([i915#4565])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-18/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- shard-tglu: [WARN][300] ([i915#2681]) -> [FAIL][301] ([i915#2681] / [i915#3591]) +1 similar issue
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@kms_async_flips@crc@pipe-a-edp-1:
- shard-mtlp: [DMESG-FAIL][302] ([i915#1982] / [i915#8561]) -> [DMESG-FAIL][303] ([i915#8561])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@kms_async_flips@crc@pipe-a-edp-1.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_async_flips@crc@pipe-a-edp-1.html
* igt@kms_content_protection@content_type_change:
- shard-dg2: [SKIP][304] ([i915#7118] / [i915#7162]) -> [SKIP][305] ([i915#7118])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-11/igt@kms_content_protection@content_type_change.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_content_protection@content_type_change.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][306] ([i915#3955]) -> [SKIP][307] ([fdo#110189] / [i915#3955]) +1 similar issue
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: [SKIP][308] ([fdo#109285] / [i915#4098]) -> [SKIP][309] ([fdo#109285])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][310] ([i915#4816]) -> [SKIP][311] ([i915#4070] / [i915#4816])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_psr@cursor_plane_move:
- shard-dg1: [SKIP][312] ([i915#1072]) -> [SKIP][313] ([i915#1072] / [i915#4078]) +1 similar issue
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-14/igt@kms_psr@cursor_plane_move.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_psr@cursor_plane_move.html
* igt@kms_psr@primary_page_flip:
- shard-dg1: [SKIP][314] ([i915#1072] / [i915#4078]) -> [SKIP][315] ([i915#1072])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-16/igt@kms_psr@primary_page_flip.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@kms_psr@primary_page_flip.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623
[i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
[i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882
[i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978
[i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8332]: https://gitlab.freedesktop.org/drm/intel/issues/8332
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
[i915#8691]: https://gitlab.freedesktop.org/drm/intel/issues/8691
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850
[i915#8892]: https://gitlab.freedesktop.org/drm/intel/issues/8892
[i915#8962]: https://gitlab.freedesktop.org/drm/intel/issues/8962
[i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053
[i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121
[i915#9151]: https://gitlab.freedesktop.org/drm/intel/issues/9151
[i915#9152]: https://gitlab.freedesktop.org/drm/intel/issues/9152
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7443 -> IGTPW_9619
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13535: d3fd5e38264df85151b6deba3df6ee80c745c9ce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9619: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
IGT_7443: 953448dbf2e63918a8eced9707f65fc0a19a9c85 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
[-- Attachment #2: Type: text/html, Size: 101990 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised"
2023-08-18 8:08 [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised" Jouni Högander
` (2 preceding siblings ...)
2023-08-19 12:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-08-21 10:06 ` Juha-Pekka Heikkila
2023-08-21 11:52 ` Hogander, Jouni
3 siblings, 1 reply; 7+ messages in thread
From: Juha-Pekka Heikkila @ 2023-08-21 10:06 UTC (permalink / raw)
To: Jouni Högander, igt-dev
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
On 18.8.2023 11.08, Jouni Högander wrote:
> Earlier non initialized memory caused fbc_status debugfs interface not
> being created at all. This was considered as "Unsupported chipset" by
> certain igt testcases. Now fbc_status is informing "stolen memory not
> initialised". Consider this again as "Unsupported chipset"
>
> Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9131
> Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> ---
> tests/i915/kms_fbcon_fbt.c | 3 ++-
> tests/i915/kms_frontbuffer_tracking.c | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/tests/i915/kms_fbcon_fbt.c b/tests/i915/kms_fbcon_fbt.c
> index e65cbda93..2cb0ffdb4 100644
> --- a/tests/i915/kms_fbcon_fbt.c
> +++ b/tests/i915/kms_fbcon_fbt.c
> @@ -103,7 +103,8 @@ static bool fbc_supported_on_chipset(int device, int debugfs_fd)
> if (ret < 0)
> return false;
>
> - return !strstr(buf, "FBC unsupported on this chipset\n");
> + return !strstr(buf, "FBC unsupported on this chipset\n") &&
> + !strstr(buf, "stolen memory not initialised\n");
> }
>
> static bool connector_can_fbc(drmModeConnectorPtr connector)
> diff --git a/tests/i915/kms_frontbuffer_tracking.c b/tests/i915/kms_frontbuffer_tracking.c
> index 3e8f15bb0..136426204 100644
> --- a/tests/i915/kms_frontbuffer_tracking.c
> +++ b/tests/i915/kms_frontbuffer_tracking.c
> @@ -1444,7 +1444,8 @@ static bool fbc_supported_on_chipset(void)
> if (*buf == '\0')
> return false;
>
> - return !strstr(buf, "FBC unsupported on this chipset\n");
> + return !strstr(buf, "FBC unsupported on this chipset\n") &&
> + !strstr(buf, "stolen memory not initialised\n");
> }
>
> static void setup_fbc(void)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915: Take into account fbc_status "stolen memory not initialised"
2023-08-19 12:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-08-21 11:46 ` Hogander, Jouni
0 siblings, 0 replies; 7+ messages in thread
From: Hogander, Jouni @ 2023-08-21 11:46 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 84982 bytes --]
Hello,
Possible regressions listed here are not related to my patch. I'm not touching testcase being suspected as a regression or any igt libary code either.
BR,
Jouni Högander
On Sat, 2023-08-19 at 12:13 +0000, Patchwork wrote:
Patch Details
Series: tests/i915: Take into account fbc_status "stolen memory not initialised"
URL: https://patchwork.freedesktop.org/series/122619/
State: failure
Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
CI Bug Log - changes from CI_DRM_13535_full -> IGTPW_9619_full
Summary
FAILURE
Serious unknown changes coming with IGTPW_9619_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9619_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
Participating hosts (9 -> 9)
No changes in participating hosts
Possible new issues
Here are the unknown changes that may have been introduced in IGTPW_9619_full:
IGT changes
Possible regressions
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
* shard-dg2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html>
Known issues
Here are the changes found in IGTPW_9619_full that come from known issues:
IGT changes
Issues hit
* igt@drm_fdinfo@busy-idle@bcs0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@drm_fdinfo@busy-idle@bcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>) +20 similar issues
* igt@drm_fdinfo@busy@vcs0:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@drm_fdinfo@busy@vcs0.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>) +5 similar issues
* igt@drm_fdinfo@virtual-busy:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@drm_fdinfo@virtual-busy.html> (i915#8414<https://gitlab.freedesktop.org/drm/intel/issues/8414>)
* igt@drm_mm@drm_mm_test:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb4/igt@drm_mm@drm_mm_test.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#8661<https://gitlab.freedesktop.org/drm/intel/issues/8661>)
* igt@feature_discovery@display-3x:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@feature_discovery@display-3x.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>)
* igt@feature_discovery@display-4x:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@feature_discovery@display-4x.html> (i915#1839<https://gitlab.freedesktop.org/drm/intel/issues/1839>)
* igt@feature_discovery@psr1:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@feature_discovery@psr1.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +3 similar issues
* igt@gem_create@create-ext-set-pat:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@gem_create@create-ext-set-pat.html> (i915#8562<https://gitlab.freedesktop.org/drm/intel/issues/8562>)
* igt@gem_ctx_isolation@preservation-s3@rcs0:
* shard-snb: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb1/igt@gem_ctx_isolation@preservation-s3@rcs0.html> (i915#8841<https://gitlab.freedesktop.org/drm/intel/issues/8841>) +4 similar issues
* igt@gem_ctx_persistence@engines-hang:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb6/igt@gem_ctx_persistence@engines-hang.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#1099<https://gitlab.freedesktop.org/drm/intel/issues/1099>)
* igt@gem_ctx_persistence@heartbeat-hostile:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_ctx_persistence@heartbeat-hostile.html> (i915#8555<https://gitlab.freedesktop.org/drm/intel/issues/8555>) +2 similar issues
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html> (i915#5882<https://gitlab.freedesktop.org/drm/intel/issues/5882>) +9 similar issues
* igt@gem_ctx_sseu@engines:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_ctx_sseu@engines.html> (i915#280<https://gitlab.freedesktop.org/drm/intel/issues/280>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-5/igt@gem_ctx_sseu@engines.html> (i915#280<https://gitlab.freedesktop.org/drm/intel/issues/280>)
* igt@gem_ctx_sseu@mmap-args:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_ctx_sseu@mmap-args.html> (i915#280<https://gitlab.freedesktop.org/drm/intel/issues/280>)
* igt@gem_eio@hibernate:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-11/igt@gem_eio@hibernate.html> -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_eio@hibernate.html> (i915#7975<https://gitlab.freedesktop.org/drm/intel/issues/7975> / i915#8213<https://gitlab.freedesktop.org/drm/intel/issues/8213>)
* igt@gem_eio@kms:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-10/igt@gem_eio@kms.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_eio@kms.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>)
* igt@gem_exec_balancer@hog:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_exec_balancer@hog.html> (i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>)
* igt@gem_exec_capture@capture-invisible@lmem0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_exec_capture@capture-invisible@lmem0.html> (i915#6334<https://gitlab.freedesktop.org/drm/intel/issues/6334>) +1 similar issue
* igt@gem_exec_fair@basic-deadline:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_exec_fair@basic-deadline.html> (i915#3539<https://gitlab.freedesktop.org/drm/intel/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/intel/issues/4852>)
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk9/igt@gem_exec_fair@basic-deadline.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk6/igt@gem_exec_fair@basic-deadline.html> (i915#2846<https://gitlab.freedesktop.org/drm/intel/issues/2846>)
* igt@gem_exec_fair@basic-flow@rcs0:
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-10/igt@gem_exec_fair@basic-flow@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-2/igt@gem_exec_fair@basic-flow@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)
* igt@gem_exec_fair@basic-pace:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_exec_fair@basic-pace.html> (i915#3539<https://gitlab.freedesktop.org/drm/intel/issues/3539>)
* igt@gem_exec_fair@basic-pace@rcs0:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk5/igt@gem_exec_fair@basic-pace@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk1/igt@gem_exec_fair@basic-pace@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>)
* igt@gem_exec_fence@submit67:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_exec_fence@submit67.html> (i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>) +1 similar issue
* igt@gem_exec_flush@basic-wb-pro-default:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_exec_flush@basic-wb-pro-default.html> (i915#3539<https://gitlab.freedesktop.org/drm/intel/issues/3539> / i915#4852<https://gitlab.freedesktop.org/drm/intel/issues/4852>) +6 similar issues
* igt@gem_exec_reloc@basic-gtt-cpu-active:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-cpu-active.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +10 similar issues
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +3 similar issues
* igt@gem_exec_reloc@basic-wc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_exec_reloc@basic-wc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>)
* igt@gem_exec_reloc@basic-wc-cpu-noreloc:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html> (i915#3281<https://gitlab.freedesktop.org/drm/intel/issues/3281>) +2 similar issues
* igt@gem_exec_schedule@semaphore-power:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_exec_schedule@semaphore-power.html> (i915#4812<https://gitlab.freedesktop.org/drm/intel/issues/4812>)
* igt@gem_fence_thrash@bo-copy:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@gem_fence_thrash@bo-copy.html> (i915#4860<https://gitlab.freedesktop.org/drm/intel/issues/4860>) +3 similar issues
* igt@gem_lmem_swapping@heavy-multi:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@gem_lmem_swapping@heavy-multi.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>)
* igt@gem_lmem_swapping@heavy-random:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>)
* igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html> (i915#4565<https://gitlab.freedesktop.org/drm/intel/issues/4565>)
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@gem_lmem_swapping@parallel-random-verify-ccs.html> (i915#4613<https://gitlab.freedesktop.org/drm/intel/issues/4613>) +1 similar issue
* igt@gem_lmem_swapping@smem-oom@lmem0:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html> (i915#4936<https://gitlab.freedesktop.org/drm/intel/issues/4936> / i915#5493<https://gitlab.freedesktop.org/drm/intel/issues/5493>)
* igt@gem_mmap@big-bo:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@gem_mmap@big-bo.html> (i915#4083<https://gitlab.freedesktop.org/drm/intel/issues/4083>)
* igt@gem_mmap_wc@coherency:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_mmap_wc@coherency.html> (i915#4083<https://gitlab.freedesktop.org/drm/intel/issues/4083>)
* igt@gem_mmap_wc@write-wc-read-gtt:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gem_mmap_wc@write-wc-read-gtt.html> (i915#4083<https://gitlab.freedesktop.org/drm/intel/issues/4083>) +4 similar issues
* igt@gem_pread@exhaustion:
* shard-tglu: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@gem_pread@exhaustion.html> (i915#2658<https://gitlab.freedesktop.org/drm/intel/issues/2658>)
* igt@gem_pwrite@basic-random:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_pwrite@basic-random.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) +2 similar issues
* igt@gem_pxp@protected-raw-src-copy-not-readible:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +4 similar issues
* igt@gem_pxp@verify-pxp-stale-buf-execution:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@gem_pxp@verify-pxp-stale-buf-execution.html> (i915#4270<https://gitlab.freedesktop.org/drm/intel/issues/4270>) +1 similar issue
* igt@gem_readwrite@beyond-eob:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_readwrite@beyond-eob.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>) +5 similar issues
* igt@gem_render_copy@linear-to-vebox-y-tiled:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gem_render_copy@linear-to-vebox-y-tiled.html> (i915#8428<https://gitlab.freedesktop.org/drm/intel/issues/8428>)
* igt@gem_render_copy@y-tiled-to-vebox-linear:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-linear.html> (i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +9 similar issues
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html> (i915#4079<https://gitlab.freedesktop.org/drm/intel/issues/4079>)
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html> (i915#8411<https://gitlab.freedesktop.org/drm/intel/issues/8411>)
* igt@gem_tiling_max_stride:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gem_tiling_max_stride.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) +16 similar issues
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@gem_tiling_max_stride.html> (i915#4077<https://gitlab.freedesktop.org/drm/intel/issues/4077>) +1 similar issue
* igt@gem_userptr_blits@create-destroy-unsync:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@gem_userptr_blits@create-destroy-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>) +1 similar issue
* igt@gem_userptr_blits@forbidden-operations:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@gem_userptr_blits@forbidden-operations.html> (i915#3282<https://gitlab.freedesktop.org/drm/intel/issues/3282>)
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297>)
* igt@gem_userptr_blits@map-fixed-invalidate:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate.html> (i915#3297<https://gitlab.freedesktop.org/drm/intel/issues/3297> / i915#4880<https://gitlab.freedesktop.org/drm/intel/issues/4880>)
* igt@gem_userptr_blits@nohangcheck:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html> (i915#6268<https://gitlab.freedesktop.org/drm/intel/issues/6268>)
* igt@gem_userptr_blits@vma-merge:
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@gem_userptr_blits@vma-merge.html> (i915#3318<https://gitlab.freedesktop.org/drm/intel/issues/3318>)
* shard-tglu: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@gem_userptr_blits@vma-merge.html> (i915#3318<https://gitlab.freedesktop.org/drm/intel/issues/3318>)
* igt@gen3_mixed_blits:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@gen3_mixed_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>)
* igt@gen3_render_tiledx_blits:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@gen3_render_tiledx_blits.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +5 similar issues
* igt@gen7_exec_parse@basic-offset:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@gen7_exec_parse@basic-offset.html> (fdo#109289<https://bugs.freedesktop.org/show_bug.cgi?id=109289>) +1 similar issue
* igt@gen9_exec_parse@basic-rejected-ctx-param:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb1/igt@gen9_exec_parse@basic-rejected-ctx-param.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +181 similar issues
* igt@gen9_exec_parse@bb-large:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@gen9_exec_parse@bb-large.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>)
* igt@gen9_exec_parse@secure-batches:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@gen9_exec_parse@secure-batches.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>)
* igt@gen9_exec_parse@unaligned-access:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@gen9_exec_parse@unaligned-access.html> (i915#2527<https://gitlab.freedesktop.org/drm/intel/issues/2527>)
* igt@gen9_exec_parse@valid-registers:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@gen9_exec_parse@valid-registers.html> (i915#2856<https://gitlab.freedesktop.org/drm/intel/issues/2856>) +2 similar issues
* igt@i915_fb_tiling:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@i915_fb_tiling.html> (i915#4881<https://gitlab.freedesktop.org/drm/intel/issues/4881>)
* igt@i915_hangman@detector@vcs0:
* shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@i915_hangman@detector@vcs0.html> (i915#8456<https://gitlab.freedesktop.org/drm/intel/issues/8456>) +2 similar issues
* igt@i915_module_load@load:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@i915_module_load@load.html> (i915#6227<https://gitlab.freedesktop.org/drm/intel/issues/6227>)
* igt@i915_pipe_stress@stress-xrgb8888-untiled:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@i915_pipe_stress@stress-xrgb8888-untiled.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@i915_pipe_stress@stress-xrgb8888-untiled.html> (i915#8691<https://gitlab.freedesktop.org/drm/intel/issues/8691>)
* igt@i915_pm_dc@dc6-dpms:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@i915_pm_dc@dc6-dpms.html> (i915#5978<https://gitlab.freedesktop.org/drm/intel/issues/5978>)
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@i915_pm_dc@dc6-dpms.html> (i915#3361<https://gitlab.freedesktop.org/drm/intel/issues/3361>)
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html> (i915#1937<https://gitlab.freedesktop.org/drm/intel/issues/1937>)
* igt@i915_pm_rc6_residency@rc6-fence:
* shard-tglu: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-fence.html> -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-fence.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681>)
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html> (i915#3591<https://gitlab.freedesktop.org/drm/intel/issues/3591>) +2 similar issues
* igt@i915_pm_rpm@dpms-lpsp:
* shard-dg1: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@i915_pm_rpm@dpms-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1 similar issue
* igt@i915_pm_rpm@modeset-lpsp:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>)
* igt@i915_pm_rpm@modeset-non-lpsp:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@i915_pm_rpm@modeset-non-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>)
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
* shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-2/igt@i915_pm_rpm@modeset-non-lpsp-stress.html> -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) +1 similar issue
* igt@i915_pm_rps@min-max-config-idle:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@i915_pm_rps@min-max-config-idle.html> (i915#6621<https://gitlab.freedesktop.org/drm/intel/issues/6621>) +1 similar issue
* igt@i915_pm_sseu@full-enable:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@i915_pm_sseu@full-enable.html> (i915#4387<https://gitlab.freedesktop.org/drm/intel/issues/4387>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@i915_pm_sseu@full-enable.html> (i915#4387<https://gitlab.freedesktop.org/drm/intel/issues/4387>)
* igt@i915_query@query-topology-unsupported:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@i915_query@query-topology-unsupported.html> (fdo#109302<https://bugs.freedesktop.org/show_bug.cgi?id=109302>)
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html> (i915#4212<https://gitlab.freedesktop.org/drm/intel/issues/4212>)
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html> (i915#8502<https://gitlab.freedesktop.org/drm/intel/issues/8502> / i915#8709<https://gitlab.freedesktop.org/drm/intel/issues/8709>) +11 similar issues
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html> (i915#8502<https://gitlab.freedesktop.org/drm/intel/issues/8502>) +3 similar issues
* igt@kms_async_flips@crc@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html> (i915#8247<https://gitlab.freedesktop.org/drm/intel/issues/8247>) +1 similar issue
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html> (i915#8247<https://gitlab.freedesktop.org/drm/intel/issues/8247>) +3 similar issues
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#1769<https://gitlab.freedesktop.org/drm/intel/issues/1769>)
* igt@kms_big_fb@4-tiled-32bpp-rotate-180:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_big_fb@4-tiled-32bpp-rotate-180.html> (i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) +2 similar issues
* igt@kms_big_fb@4-tiled-8bpp-rotate-270:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>) +1 similar issue
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-10/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#5286<https://gitlab.freedesktop.org/drm/intel/issues/5286>)
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614> / i915#3638<https://gitlab.freedesktop.org/drm/intel/issues/3638>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>)
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html> (fdo#111614<https://bugs.freedesktop.org/show_bug.cgi?id=111614>) +5 similar issues
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
* shard-rkl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> (i915#3743<https://gitlab.freedesktop.org/drm/intel/issues/3743>)
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615>)
* igt@kms_big_fb@yf-tiled-8bpp-rotate-0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538> / i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>) +6 similar issues
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html> (i915#4538<https://gitlab.freedesktop.org/drm/intel/issues/4538>)
* igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615>)
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html> (fdo#110723<https://bugs.freedesktop.org/show_bug.cgi?id=110723>) +1 similar issue
* igt@kms_big_joiner@invalid-modeset:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_big_joiner@invalid-modeset.html> (i915#2705<https://gitlab.freedesktop.org/drm/intel/issues/2705>) +1 similar issue
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@kms_big_joiner@invalid-modeset.html> (i915#2705<https://gitlab.freedesktop.org/drm/intel/issues/2705>)
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +5 similar issues
* igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +5 similar issues
* igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +47 similar issues
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl6/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886>) +1 similar issue
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html> (i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +2 similar issues
* igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html> (i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>)
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-yf_tiled_ccs:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-yf_tiled_ccs.html> (i915#3734<https://gitlab.freedesktop.org/drm/intel/issues/3734> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>)
* igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@kms_ccs@pipe-c-crc-primary-basic-y_tiled_gen12_mc_ccs.html> (i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>)
* igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs_cc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-4_tiled_dg2_rc_ccs_cc.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +12 similar issues
* igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#3886<https://gitlab.freedesktop.org/drm/intel/issues/3886> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +6 similar issues
* igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs:
* shard-apl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl2/igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +31 similar issues
* igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_mc_ccs:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_mc_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +3 similar issues
* igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc.html> (i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1 similar issue
* igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>) +26 similar issues
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html> (i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +6 similar issues
* igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html> (fdo#111615<https://bugs.freedesktop.org/show_bug.cgi?id=111615> / i915#3689<https://gitlab.freedesktop.org/drm/intel/issues/3689> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354> / i915#6095<https://gitlab.freedesktop.org/drm/intel/issues/6095>) +1 similar issue
* igt@kms_chamelium_color@ctm-blue-to-red:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_chamelium_color@ctm-blue-to-red.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-10/igt@kms_chamelium_color@ctm-blue-to-red.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
* igt@kms_chamelium_color@ctm-green-to-red:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_chamelium_color@ctm-green-to-red.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +2 similar issues
* igt@kms_chamelium_color@ctm-limited-range:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@kms_chamelium_color@ctm-limited-range.html> (fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>)
* igt@kms_chamelium_frames@dp-crc-fast:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-fast.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +11 similar issues
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>)
* igt@kms_chamelium_frames@hdmi-crc-fast:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_chamelium_frames@hdmi-crc-fast.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +1 similar issue
* igt@kms_chamelium_hpd@vga-hpd-fast:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_chamelium_hpd@vga-hpd-fast.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +1 similar issue
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_chamelium_hpd@vga-hpd-fast.html> (i915#7828<https://gitlab.freedesktop.org/drm/intel/issues/7828>) +1 similar issue
* igt@kms_color@deep-color:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_color@deep-color.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +6 similar issues
* igt@kms_content_protection@atomic-dpms:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_content_protection@atomic-dpms.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>) +1 similar issue
* igt@kms_content_protection@dp-mst-lic-type-0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_content_protection@dp-mst-lic-type-0.html> (i915#3299<https://gitlab.freedesktop.org/drm/intel/issues/3299>)
* igt@kms_content_protection@lic@pipe-a-dp-2:
* shard-dg2: NOTRUN -> TIMEOUT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@kms_content_protection@lic@pipe-a-dp-2.html> (i915#7173<https://gitlab.freedesktop.org/drm/intel/issues/7173>)
* igt@kms_cursor_crc@cursor-offscreen-32x32:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-32x32.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>) +1 similar issue
* igt@kms_cursor_crc@cursor-random-512x170:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x170.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>)
* igt@kms_cursor_crc@cursor-random-512x512:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>) +1 similar issue
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>)
* igt@kms_cursor_crc@cursor-sliding-512x170:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-512x170.html> (i915#3359<https://gitlab.freedesktop.org/drm/intel/issues/3359>)
* igt@kms_cursor_crc@cursor-sliding-max-size:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_cursor_crc@cursor-sliding-max-size.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>)
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html> (i915#3546<https://gitlab.freedesktop.org/drm/intel/issues/3546>) +2 similar issues
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html> (i915#4103<https://gitlab.freedesktop.org/drm/intel/issues/4103> / i915#4213<https://gitlab.freedesktop.org/drm/intel/issues/4213>)
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / i915#5354<https://gitlab.freedesktop.org/drm/intel/issues/5354>)
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html> (fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>)
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> (fdo#111767<https://bugs.freedesktop.org/show_bug.cgi?id=111767> / fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111767<https://bugs.freedesktop.org/show_bug.cgi?id=111767>)
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
* shard-apl: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>)
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (i915#4103<https://gitlab.freedesktop.org/drm/intel/issues/4103>)
* igt@kms_display_modes@extended-mode-basic:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-6/igt@kms_display_modes@extended-mode-basic.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555>)
* igt@kms_dp_aux_dev:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_dp_aux_dev.html> (i915#1257<https://gitlab.freedesktop.org/drm/intel/issues/1257>)
* igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk3/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk7/igt@kms_draw_crc@draw-method-blt@xrgb2101010-ytiled.html> (i915#9152<https://gitlab.freedesktop.org/drm/intel/issues/9152>)
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274> / fdo#111767<https://bugs.freedesktop.org/show_bug.cgi?id=111767>)
* shard-snb: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-snb4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111767<https://bugs.freedesktop.org/show_bug.cgi?id=111767>) +1 similar issue
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a1-hdmi-a2.html> (i915#79<https://gitlab.freedesktop.org/drm/intel/issues/79>)
* igt@kms_flip@2x-flip-vs-fences-interruptible:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences-interruptible.html> (i915#8381<https://gitlab.freedesktop.org/drm/intel/issues/8381>)
* igt@kms_flip@2x-wf_vblank-ts-check:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_flip@2x-wf_vblank-ts-check.html> (fdo#109274<https://bugs.freedesktop.org/show_bug.cgi?id=109274>) +6 similar issues
* igt@kms_flip@flip-vs-fences-interruptible:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_flip@flip-vs-fences-interruptible.html> (i915#8381<https://gitlab.freedesktop.org/drm/intel/issues/8381>)
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/intel/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>)
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>)
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html> (i915#2587<https://gitlab.freedesktop.org/drm/intel/issues/2587> / i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>)
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html> (i915#2672<https://gitlab.freedesktop.org/drm/intel/issues/2672>) +4 similar issues
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
* shard-dg2: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html> (i915#6880<https://gitlab.freedesktop.org/drm/intel/issues/6880>) +1 similar issue
* igt@kms_frontbuffer_tracking@fbc-1p-rte:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-rte.html> (i915#6880<https://gitlab.freedesktop.org/drm/intel/issues/6880>)
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html> (fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825>) +7 similar issues
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +5 similar issues
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html> (i915#3458<https://gitlab.freedesktop.org/drm/intel/issues/3458>) +1 similar issue
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-blt.html> (fdo#111825<https://bugs.freedesktop.org/show_bug.cgi?id=111825> / i915#1825<https://gitlab.freedesktop.org/drm/intel/issues/1825>) +14 similar issues
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +23 similar issues
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html> (i915#8708<https://gitlab.freedesktop.org/drm/intel/issues/8708>) +1 similar issue
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-pwrite:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-pwrite.html> (i915#1825<https://gitlab.freedesktop.org/drm/intel/issues/1825>) +5 similar issues
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-render.html> (fdo#110189<https://bugs.freedesktop.org/show_bug.cgi?id=110189>) +5 similar issues
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html> (i915#3458<https://gitlab.freedesktop.org/drm/intel/issues/3458>) +15 similar issues
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-render.html> (fdo#109280<https://bugs.freedesktop.org/show_bug.cgi?id=109280>) +7 similar issues
* igt@kms_frontbuffer_tracking@psr-suspend:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-suspend.html> (i915#3023<https://gitlab.freedesktop.org/drm/intel/issues/3023>) +7 similar issues
* igt@kms_getfb@getfb-reject-ccs:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_getfb@getfb-reject-ccs.html> (i915#6118<https://gitlab.freedesktop.org/drm/intel/issues/6118>)
* igt@kms_hdr@static-toggle-dpms:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_hdr@static-toggle-dpms.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>)
* igt@kms_hdr@static-toggle-suspend:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>) +1 similar issue
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-9/igt@kms_hdr@static-toggle-suspend.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#8228<https://gitlab.freedesktop.org/drm/intel/issues/8228>)
* igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html> (i915#1623<https://gitlab.freedesktop.org/drm/intel/issues/1623>)
* igt@kms_plane@plane-panning-bottom-right@pipe-b-planes:
* shard-mtlp: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-2/igt@kms_plane@plane-panning-bottom-right@pipe-b-planes.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_plane@plane-panning-bottom-right@pipe-b-planes.html> (i915#8892<https://gitlab.freedesktop.org/drm/intel/issues/8892>) +1 similar issue
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-1-size-128:
* shard-glk: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk9/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-1-size-128.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk8/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-1-size-128.html> (i915#118<https://gitlab.freedesktop.org/drm/intel/issues/118>)
* igt@kms_plane_scaling@intel-max-src-size:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html> (i915#6953<https://gitlab.freedesktop.org/drm/intel/issues/6953>)
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-1/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2.html> (i915#8292<https://gitlab.freedesktop.org/drm/intel/issues/8292>)
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +9 similar issues
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-4.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +19 similar issues
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-d-hdmi-a-3.html> (i915#5176<https://gitlab.freedesktop.org/drm/intel/issues/5176>) +7 similar issues
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-4:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-4.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +11 similar issues
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-2.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +1 similar issue
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-dp-4:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-dp-4.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +11 similar issues
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-edp-1.html> (i915#5235<https://gitlab.freedesktop.org/drm/intel/issues/5235>) +7 similar issues
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html> (i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>) +1 similar issue
* igt@kms_psr@psr2_cursor_mmap_gtt:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_psr@psr2_cursor_mmap_gtt.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +1 similar issue
* igt@kms_psr@psr2_cursor_plane_onoff:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_psr@psr2_cursor_plane_onoff.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>)
* igt@kms_psr@psr2_sprite_plane_move:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@kms_psr@psr2_sprite_plane_move.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) +5 similar issues
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html> (i915#5461<https://gitlab.freedesktop.org/drm/intel/issues/5461> / i915#658<https://gitlab.freedesktop.org/drm/intel/issues/658>)
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/intel/issues/5289>)
* igt@kms_rotation_crc@primary-rotation-90:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-12/igt@kms_rotation_crc@primary-rotation-90.html> (i915#4235<https://gitlab.freedesktop.org/drm/intel/issues/4235>)
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html> (i915#5289<https://gitlab.freedesktop.org/drm/intel/issues/5289>)
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html> (i915#4235<https://gitlab.freedesktop.org/drm/intel/issues/4235> / i915#5190<https://gitlab.freedesktop.org/drm/intel/issues/5190>)
* igt@kms_setmode@invalid-clone-exclusive-crtc:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_setmode@invalid-clone-exclusive-crtc.html> (i915#3555<https://gitlab.freedesktop.org/drm/intel/issues/3555> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) +1 similar issue
* igt@kms_tiled_display@basic-test-pattern:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-8/igt@kms_tiled_display@basic-test-pattern.html> (i915#8623<https://gitlab.freedesktop.org/drm/intel/issues/8623>)
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern.html> (i915#8623<https://gitlab.freedesktop.org/drm/intel/issues/8623>)
* igt@kms_tv_load_detect@load-detect:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@kms_tv_load_detect@load-detect.html> (fdo#109309<https://bugs.freedesktop.org/show_bug.cgi?id=109309>)
* igt@kms_universal_plane@universal-plane-pipe-c-functional:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_universal_plane@universal-plane-pipe-c-functional.html> (i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#6768<https://gitlab.freedesktop.org/drm/intel/issues/6768>) +3 similar issues
* igt@kms_vblank@pipe-d-query-busy:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_vblank@pipe-d-query-busy.html> (i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533> / i915#6768<https://gitlab.freedesktop.org/drm/intel/issues/6768>) +1 similar issue
* igt@kms_writeback@writeback-fb-id:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_writeback@writeback-fb-id.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-6/igt@kms_writeback@writeback-fb-id.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
* igt@kms_writeback@writeback-invalid-parameters:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@kms_writeback@writeback-invalid-parameters.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
* igt@kms_writeback@writeback-pixel-formats:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@kms_writeback@writeback-pixel-formats.html> (i915#2437<https://gitlab.freedesktop.org/drm/intel/issues/2437>)
* igt@perf@mi-rpc:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@perf@mi-rpc.html> (i915#2434<https://gitlab.freedesktop.org/drm/intel/issues/2434>)
* igt@perf_pmu@busy-double-start@vecs1:
* shard-dg2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@perf_pmu@busy-double-start@vecs1.html> (i915#4349<https://gitlab.freedesktop.org/drm/intel/issues/4349>) +3 similar issues
* igt@perf_pmu@cpu-hotplug:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-5/igt@perf_pmu@cpu-hotplug.html> (i915#8850<https://gitlab.freedesktop.org/drm/intel/issues/8850>)
* igt@perf_pmu@event-wait@rcs0:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@perf_pmu@event-wait@rcs0.html> (fdo#112283<https://bugs.freedesktop.org/show_bug.cgi?id=112283>)
* igt@prime_vgem@basic-fence-flip:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@prime_vgem@basic-fence-flip.html> (i915#3708<https://gitlab.freedesktop.org/drm/intel/issues/3708>)
* igt@prime_vgem@basic-fence-read:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@prime_vgem@basic-fence-read.html> (i915#3291<https://gitlab.freedesktop.org/drm/intel/issues/3291> / i915#3708<https://gitlab.freedesktop.org/drm/intel/issues/3708>) +1 similar issue
* igt@prime_vgem@fence-flip-hang:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-11/igt@prime_vgem@fence-flip-hang.html> (i915#3708<https://gitlab.freedesktop.org/drm/intel/issues/3708>) +1 similar issue
* igt@sysfs_heartbeat_interval@mixed@ccs0:
* shard-mtlp: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@sysfs_heartbeat_interval@mixed@ccs0.html> (i915#8552<https://gitlab.freedesktop.org/drm/intel/issues/8552>)
* igt@sysfs_heartbeat_interval@mixed@vecs0:
* shard-mtlp: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@sysfs_heartbeat_interval@mixed@vecs0.html> (i915#1731<https://gitlab.freedesktop.org/drm/intel/issues/1731>)
* igt@tools_test@sysfs_l3_parity:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@tools_test@sysfs_l3_parity.html> (i915#4818<https://gitlab.freedesktop.org/drm/intel/issues/4818>)
* igt@v3d/v3d_get_param@get-bad-param:
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@v3d/v3d_get_param@get-bad-param.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +2 similar issues
* igt@v3d/v3d_job_submission@array-job-submission:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@v3d/v3d_job_submission@array-job-submission.html> (fdo#109315<https://bugs.freedesktop.org/show_bug.cgi?id=109315>) +2 similar issues
* igt@v3d/v3d_perfmon@get-values-invalid-pointer:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +2 similar issues
* igt@v3d/v3d_submit_cl@bad-extension:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-6/igt@v3d/v3d_submit_cl@bad-extension.html> (fdo#109315<https://bugs.freedesktop.org/show_bug.cgi?id=109315> / i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>)
* igt@v3d/v3d_submit_cl@simple-flush-cache:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-10/igt@v3d/v3d_submit_cl@simple-flush-cache.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>) +11 similar issues
* igt@vc4/vc4_create_bo@create-bo-0:
* shard-mtlp: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-4/igt@vc4/vc4_create_bo@create-bo-0.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +1 similar issue
* igt@vc4/vc4_label_bo@set-kernel-name:
* shard-dg2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-6/igt@vc4/vc4_label_bo@set-kernel-name.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +10 similar issues
* shard-dg1: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@vc4/vc4_label_bo@set-kernel-name.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>)
* igt@vc4/vc4_tiling@get-after-free:
* shard-tglu: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-10/igt@vc4/vc4_tiling@get-after-free.html> (i915#2575<https://gitlab.freedesktop.org/drm/intel/issues/2575>)
* igt@vc4/vc4_tiling@get-bad-handle:
* shard-rkl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@vc4/vc4_tiling@get-bad-handle.html> (i915#7711<https://gitlab.freedesktop.org/drm/intel/issues/7711>) +2 similar issues
Possible fixes
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html> (i915#7742<https://gitlab.freedesktop.org/drm/intel/issues/7742>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html>
* igt@gem_busy@close-race:
* shard-mtlp: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@gem_busy@close-race.html> (i915#9151<https://gitlab.freedesktop.org/drm/intel/issues/9151>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-2/igt@gem_busy@close-race.html>
* igt@gem_ctx_exec@basic-nohangcheck:
* shard-rkl: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html> (i915#6268<https://gitlab.freedesktop.org/drm/intel/issues/6268>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html>
* igt@gem_ctx_persistence@engines-hang@vcs0:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-7/igt@gem_ctx_persistence@engines-hang@vcs0.html> (i915#2410<https://gitlab.freedesktop.org/drm/intel/issues/2410>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@gem_ctx_persistence@engines-hang@vcs0.html> +1 similar issue
* igt@gem_eio@unwedge-stress:
* shard-dg1: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-17/igt@gem_eio@unwedge-stress.html> (i915#5784<https://gitlab.freedesktop.org/drm/intel/issues/5784>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-16/igt@gem_eio@unwedge-stress.html>
* igt@gem_exec_fair@basic-pace-solo@rcs0:
* shard-glk: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-glk9/igt@gem_exec_fair@basic-pace-solo@rcs0.html> (i915#2842<https://gitlab.freedesktop.org/drm/intel/issues/2842>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-glk9/igt@gem_exec_fair@basic-pace-solo@rcs0.html>
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
* shard-mtlp: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-4/igt@gem_exec_flush@basic-batch-kernel-default-uc.html> (i915#8962<https://gitlab.freedesktop.org/drm/intel/issues/8962> / i915#9121<https://gitlab.freedesktop.org/drm/intel/issues/9121>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-5/igt@gem_exec_flush@basic-batch-kernel-default-uc.html>
* igt@gen9_exec_parse@allowed-single:
* shard-apl: ABORT<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-apl1/igt@gen9_exec_parse@allowed-single.html> (i915#5566<https://gitlab.freedesktop.org/drm/intel/issues/5566>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-apl1/igt@gen9_exec_parse@allowed-single.html>
* igt@i915_hangman@gt-engine-hang@vcs0:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@i915_hangman@gt-engine-hang@vcs0.html> (i915#7069<https://gitlab.freedesktop.org/drm/intel/issues/7069>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@i915_hangman@gt-engine-hang@vcs0.html>
* igt@i915_pm_dc@dc6-dpms:
* shard-tglu: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html> (i915#3989<https://gitlab.freedesktop.org/drm/intel/issues/3989> / i915#454<https://gitlab.freedesktop.org/drm/intel/issues/454>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-4/igt@i915_pm_dc@dc6-dpms.html>
* igt@i915_pm_rpm@dpms-non-lpsp:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html> +2 similar issues
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
* shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-17/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html>
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress.html> (i915#1397<https://gitlab.freedesktop.org/drm/intel/issues/1397>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html>
* igt@i915_pm_rpm@system-suspend-devices:
* shard-dg1: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-18/igt@i915_pm_rpm@system-suspend-devices.html> (i915#4423<https://gitlab.freedesktop.org/drm/intel/issues/4423>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-14/igt@i915_pm_rpm@system-suspend-devices.html>
* igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-8/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html> (i915#2521<https://gitlab.freedesktop.org/drm/intel/issues/2521>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-2/igt@kms_async_flips@alternate-sync-async-flip@pipe-b-edp-1.html> +1 similar issue
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-5/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> (i915#5138<https://gitlab.freedesktop.org/drm/intel/issues/5138>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html> +1 similar issue
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html> (i915#3743<https://gitlab.freedesktop.org/drm/intel/issues/3743>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html> +5 similar issues
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-d-edp-1:
* shard-mtlp: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-d-edp-1.html> (i915#1982<https://gitlab.freedesktop.org/drm/intel/issues/1982>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-7/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-d-edp-1.html>
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html> (i915#2346<https://gitlab.freedesktop.org/drm/intel/issues/2346>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html>
* igt@kms_psr@psr2_cursor_blt:
* shard-mtlp: DMESG-WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-3/igt@kms_psr@psr2_cursor_blt.html> (i915#2017<https://gitlab.freedesktop.org/drm/intel/issues/2017>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-6/igt@kms_psr@psr2_cursor_blt.html>
* igt@sysfs_heartbeat_interval@nopreempt@vcs0:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-8/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> (i915#6015<https://gitlab.freedesktop.org/drm/intel/issues/6015>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-8/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html> +1 similar issue
* igt@sysfs_heartbeat_interval@precise@vecs0:
* shard-mtlp: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-7/igt@sysfs_heartbeat_interval@precise@vecs0.html> (i915#8332<https://gitlab.freedesktop.org/drm/intel/issues/8332>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-3/igt@sysfs_heartbeat_interval@precise@vecs0.html>
Warnings
* igt@gem_lmem_swapping@verify-random-ccs@lmem0:
* shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-18/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html> (i915#4423<https://gitlab.freedesktop.org/drm/intel/issues/4423> / i915#4565<https://gitlab.freedesktop.org/drm/intel/issues/4565>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html> (i915#4565<https://gitlab.freedesktop.org/drm/intel/issues/4565>)
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
* shard-tglu: WARN<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-tglu-6/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html> (i915#2681<https://gitlab.freedesktop.org/drm/intel/issues/2681> / i915#3591<https://gitlab.freedesktop.org/drm/intel/issues/3591>) +1 similar issue
* igt@kms_async_flips@crc@pipe-a-edp-1:
* shard-mtlp: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-mtlp-6/igt@kms_async_flips@crc@pipe-a-edp-1.html> (i915#1982<https://gitlab.freedesktop.org/drm/intel/issues/1982> / i915#8561<https://gitlab.freedesktop.org/drm/intel/issues/8561>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-mtlp-1/igt@kms_async_flips@crc@pipe-a-edp-1.html> (i915#8561<https://gitlab.freedesktop.org/drm/intel/issues/8561>)
* igt@kms_content_protection@content_type_change:
* shard-dg2: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg2-11/igt@kms_content_protection@content_type_change.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118> / i915#7162<https://gitlab.freedesktop.org/drm/intel/issues/7162>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg2-2/igt@kms_content_protection@content_type_change.html> (i915#7118<https://gitlab.freedesktop.org/drm/intel/issues/7118>)
* igt@kms_fbcon_fbt@psr-suspend:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html> (i915#3955<https://gitlab.freedesktop.org/drm/intel/issues/3955>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html> (fdo#110189<https://bugs.freedesktop.org/show_bug.cgi?id=110189> / i915#3955<https://gitlab.freedesktop.org/drm/intel/issues/3955>) +1 similar issue
* igt@kms_force_connector_basic@force-load-detect:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html> (fdo#109285<https://bugs.freedesktop.org/show_bug.cgi?id=109285> / i915#4098<https://gitlab.freedesktop.org/drm/intel/issues/4098>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-7/igt@kms_force_connector_basic@force-load-detect.html> (fdo#109285<https://bugs.freedesktop.org/show_bug.cgi?id=109285>)
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
* shard-rkl: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4816<https://gitlab.freedesktop.org/drm/intel/issues/4816>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html> (i915#4070<https://gitlab.freedesktop.org/drm/intel/issues/4070> / i915#4816<https://gitlab.freedesktop.org/drm/intel/issues/4816>)
* igt@kms_psr@cursor_plane_move:
* shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-14/igt@kms_psr@cursor_plane_move.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-18/igt@kms_psr@cursor_plane_move.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072> / i915#4078<https://gitlab.freedesktop.org/drm/intel/issues/4078>) +1 similar issue
* igt@kms_psr@primary_page_flip:
* shard-dg1: SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13535/shard-dg1-16/igt@kms_psr@primary_page_flip.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072> / i915#4078<https://gitlab.freedesktop.org/drm/intel/issues/4078>) -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/shard-dg1-17/igt@kms_psr@primary_page_flip.html> (i915#1072<https://gitlab.freedesktop.org/drm/intel/issues/1072>)
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* CI: CI-20190529 -> None
* IGT: IGT_7443 -> IGTPW_9619
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13535: d3fd5e38264df85151b6deba3df6ee80c745c9ce @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9619: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9619/index.html
IGT_7443: 953448dbf2e63918a8eced9707f65fc0a19a9c85 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
[-- Attachment #2: Type: text/html, Size: 101498 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised"
2023-08-21 10:06 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
@ 2023-08-21 11:52 ` Hogander, Jouni
0 siblings, 0 replies; 7+ messages in thread
From: Hogander, Jouni @ 2023-08-21 11:52 UTC (permalink / raw)
To: juhapekka.heikkila@gmail.com, igt-dev@lists.freedesktop.org
On Mon, 2023-08-21 at 13:06 +0300, Juha-Pekka Heikkila wrote:
> Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Thank you for the review. This is now merged.
BR,
Jouni Högander
>
> On 18.8.2023 11.08, Jouni Högander wrote:
> > Earlier non initialized memory caused fbc_status debugfs interface
> > not
> > being created at all. This was considered as "Unsupported chipset"
> > by
> > certain igt testcases. Now fbc_status is informing "stolen memory
> > not
> > initialised". Consider this again as "Unsupported chipset"
> >
> > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9131
> > Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
> > ---
> > tests/i915/kms_fbcon_fbt.c | 3 ++-
> > tests/i915/kms_frontbuffer_tracking.c | 3 ++-
> > 2 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/tests/i915/kms_fbcon_fbt.c
> > b/tests/i915/kms_fbcon_fbt.c
> > index e65cbda93..2cb0ffdb4 100644
> > --- a/tests/i915/kms_fbcon_fbt.c
> > +++ b/tests/i915/kms_fbcon_fbt.c
> > @@ -103,7 +103,8 @@ static bool fbc_supported_on_chipset(int
> > device, int debugfs_fd)
> > if (ret < 0)
> > return false;
> >
> > - return !strstr(buf, "FBC unsupported on this chipset\n");
> > + return !strstr(buf, "FBC unsupported on this chipset\n") &&
> > + !strstr(buf, "stolen memory not initialised\n");
> > }
> >
> > static bool connector_can_fbc(drmModeConnectorPtr connector)
> > diff --git a/tests/i915/kms_frontbuffer_tracking.c
> > b/tests/i915/kms_frontbuffer_tracking.c
> > index 3e8f15bb0..136426204 100644
> > --- a/tests/i915/kms_frontbuffer_tracking.c
> > +++ b/tests/i915/kms_frontbuffer_tracking.c
> > @@ -1444,7 +1444,8 @@ static bool fbc_supported_on_chipset(void)
> > if (*buf == '\0')
> > return false;
> >
> > - return !strstr(buf, "FBC unsupported on this chipset\n");
> > + return !strstr(buf, "FBC unsupported on this chipset\n") &&
> > + !strstr(buf, "stolen memory not initialised\n");
> > }
> >
> > static void setup_fbc(void)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-08-21 11:52 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18 8:08 [igt-dev] [PATCH i-g-t] tests/i915: Take into account fbc_status "stolen memory not initialised" Jouni Högander
2023-08-18 9:02 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
2023-08-18 9:14 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-08-19 12:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-08-21 11:46 ` Hogander, Jouni
2023-08-21 10:06 ` [igt-dev] [PATCH i-g-t] " Juha-Pekka Heikkila
2023-08-21 11:52 ` Hogander, Jouni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox