* [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
@ 2023-07-28 6:09 Riana Tauro
2023-07-28 6:42 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Riana Tauro @ 2023-07-28 6:09 UTC (permalink / raw)
To: igt-dev; +Cc: badal.nilawar
stress test GT C states by checking if GT is in C0 when
forcewake is acquired and in C6 once released.
Signed-off-by: Riana Tauro <riana.tauro@intel.com>
---
tests/xe/xe_pm_residency.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/tests/xe/xe_pm_residency.c b/tests/xe/xe_pm_residency.c
index 4936de166..9713e61cd 100644
--- a/tests/xe/xe_pm_residency.c
+++ b/tests/xe/xe_pm_residency.c
@@ -85,6 +85,29 @@ static void test_idle_residency(int fd, int gt)
assert_within_epsilon(residency_end - residency_start, elapsed_ms, tolerance);
}
+/**
+ * SUBTEST: stress-gt-c6
+ * Description: stress test GT C states by acquiring/releasing forcewake
+ * Run type: FULL
+ */
+static void stress_c6(int fd, int n)
+{
+ int handle, gt;
+
+ while (n--) {
+ handle = igt_debugfs_open(fd, "forcewake_all", O_WRONLY);
+ igt_assert(handle >= 0);
+ /* check if all gts are in C0 after forcewake is acquired */
+ xe_for_each_gt(fd, gt)
+ igt_assert_f(!xe_is_gt_in_c6(fd, gt), "GT in C6\n");
+ close(handle);
+ /* check if all gts are in C6 after forcewake is released */
+ xe_for_each_gt(fd, gt)
+ igt_assert_f(igt_wait(xe_is_gt_in_c6(fd, gt), 1000, 1),
+ "GT is not in C6\n");
+ }
+}
+
igt_main
{
int fd, gt;
@@ -104,6 +127,10 @@ igt_main
xe_for_each_gt(fd, gt)
test_idle_residency(fd, gt);
+ igt_describe("stress test GT C states by acquiring/releasing forcewake");
+ igt_subtest("stress-gt-c6")
+ stress_c6(fd, 16);
+
igt_fixture {
close(fd);
}
--
2.40.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for RFC tests/xe: Stress test GT C states
2023-07-28 6:09 [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states Riana Tauro
@ 2023-07-28 6:42 ` Patchwork
2023-07-28 6:44 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-07-28 6:42 UTC (permalink / raw)
To: Riana Tauro; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 335 bytes --]
== Series Details ==
Series: RFC tests/xe: Stress test GT C states
URL : https://patchwork.freedesktop.org/series/121500/
State : info
== Summary ==
Participating hosts:
bat-pvc-2
bat-atsm-2
bat-dg2-oem2
bat-adlp-7
Missing hosts results[0]:
Results: [IGTPW_9478](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9478/index.html)
[-- Attachment #2: Type: text/html, Size: 851 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for RFC tests/xe: Stress test GT C states
2023-07-28 6:09 [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states Riana Tauro
2023-07-28 6:42 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
@ 2023-07-28 6:44 ` Patchwork
2023-07-28 14:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-07-31 7:30 ` [igt-dev] [PATCH i-g-t] " Sundaresan, Sujaritha
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-07-28 6:44 UTC (permalink / raw)
To: Riana Tauro; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5800 bytes --]
== Series Details ==
Series: RFC tests/xe: Stress test GT C states
URL : https://patchwork.freedesktop.org/series/121500/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13435 -> IGTPW_9478
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/index.html
Participating hosts (43 -> 41)
------------------------------
Missing (2): fi-kbl-soraka fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9478 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0@smem:
- bat-jsl-3: [PASS][1] -> [ABORT][2] ([i915#5122])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-jsl-3/igt@gem_exec_suspend@basic-s0@smem.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- bat-adlp-9: [PASS][3] -> [FAIL][4] ([i915#7940])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-adlp-9/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@i915_pm_rpm@module-reload:
- fi-rkl-11600: [PASS][5] -> [FAIL][6] ([i915#7940])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html
- fi-cfl-8700k: [PASS][7] -> [FAIL][8] ([i915#7940])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/fi-cfl-8700k/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@gt_mocs:
- bat-mtlp-8: [PASS][9] -> [DMESG-FAIL][10] ([i915#7059])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-mtlp-8/igt@i915_selftest@live@gt_mocs.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-mtlp-8/igt@i915_selftest@live@gt_mocs.html
* igt@i915_selftest@live@requests:
- bat-mtlp-6: [PASS][11] -> [DMESG-FAIL][12] ([i915#8497])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-mtlp-6/igt@i915_selftest@live@requests.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-mtlp-6/igt@i915_selftest@live@requests.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-jsl-3: [PASS][13] -> [FAIL][14] ([fdo#103375])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-jsl-3/igt@i915_suspend@basic-s3-without-i915.html
#### Possible fixes ####
* igt@i915_pm_rpm@basic-rte:
- fi-kbl-7567u: [FAIL][15] ([i915#7940]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/fi-kbl-7567u/igt@i915_pm_rpm@basic-rte.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/fi-kbl-7567u/igt@i915_pm_rpm@basic-rte.html
* igt@i915_pm_rpm@module-reload:
- fi-tgl-1115g4: [FAIL][17] ([i915#7940]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html
- fi-skl-guc: [FAIL][19] ([i915#7940]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/fi-skl-guc/igt@i915_pm_rpm@module-reload.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/fi-skl-guc/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@slpc:
- bat-mtlp-8: [DMESG-WARN][21] ([i915#6367]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-mtlp-8/igt@i915_selftest@live@slpc.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-mtlp-8/igt@i915_selftest@live@slpc.html
#### Warnings ####
* igt@kms_psr@primary_page_flip:
- bat-rplp-1: [SKIP][23] ([i915#1072]) -> [ABORT][24] ([i915#8442] / [i915#8668] / [i915#8860])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/bat-rplp-1/igt@kms_psr@primary_page_flip.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/bat-rplp-1/igt@kms_psr@primary_page_flip.html
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059
[i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
[i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442
[i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8860]: https://gitlab.freedesktop.org/drm/intel/issues/8860
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7408 -> IGTPW_9478
CI-20190529: 20190529
CI_DRM_13435: 348c9c6dd8ca7e30c1cf6d026fa888318ff5db8b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9478: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/index.html
IGT_7408: 93482edd02839f9eb6ceffca9418d03f570f34f3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
+igt@xe_pm_residency@stress-gt-c6
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/index.html
[-- Attachment #2: Type: text/html, Size: 7001 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for RFC tests/xe: Stress test GT C states
2023-07-28 6:09 [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states Riana Tauro
2023-07-28 6:42 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
2023-07-28 6:44 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2023-07-28 14:08 ` Patchwork
2023-07-31 7:30 ` [igt-dev] [PATCH i-g-t] " Sundaresan, Sujaritha
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-07-28 14:08 UTC (permalink / raw)
To: Riana Tauro; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 88430 bytes --]
== Series Details ==
Series: RFC tests/xe: Stress test GT C states
URL : https://patchwork.freedesktop.org/series/121500/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13435_full -> IGTPW_9478_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9478_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9478_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_9478/index.html
Participating hosts (10 -> 9)
------------------------------
Missing (1): pig-kbl-iris
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9478_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_psr@psr2_cursor_plane_onoff:
- shard-mtlp: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-5/igt@kms_psr@psr2_cursor_plane_onoff.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@kms_psr@psr2_cursor_plane_onoff.html
* igt@kms_sequence@get-busy@vga-1-pipe-b:
- shard-snb: [PASS][3] -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-snb5/igt@kms_sequence@get-busy@vga-1-pipe-b.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb7/igt@kms_sequence@get-busy@vga-1-pipe-b.html
Known issues
------------
Here are the changes found in IGTPW_9478_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-rkl: NOTRUN -> [SKIP][6] ([i915#8411])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@render-ccs:
- shard-dg2: NOTRUN -> [FAIL][7] ([i915#6122])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-8/igt@api_intel_bb@render-ccs.html
* igt@debugfs_test@basic-hwmon:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#7456])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@debugfs_test@basic-hwmon.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#7701])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@busy-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +9 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@drm_fdinfo@busy-check-all@vecs1.html
* igt@drm_fdinfo@busy-hang@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#8414]) +11 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@drm_fdinfo@busy-hang@rcs0.html
* igt@drm_fdinfo@virtual-idle:
- shard-rkl: NOTRUN -> [FAIL][12] ([i915#7742])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@drm_fdinfo@virtual-idle.html
* igt@feature_discovery@chamelium:
- shard-mtlp: NOTRUN -> [SKIP][13] ([i915#4854])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-6/igt@feature_discovery@chamelium.html
* igt@feature_discovery@psr1:
- shard-dg2: NOTRUN -> [SKIP][14] ([i915#658]) +3 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@feature_discovery@psr1.html
* igt@feature_discovery@psr2:
- shard-tglu: NOTRUN -> [SKIP][15] ([i915#658])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-8/igt@feature_discovery@psr2.html
* igt@gem_barrier_race@remote-request@rcs0:
- shard-dg1: [PASS][16] -> [ABORT][17] ([i915#6333])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-15/igt@gem_barrier_race@remote-request@rcs0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-17/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_basic@multigpu-create-close:
- shard-mtlp: NOTRUN -> [SKIP][18] ([i915#7697])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@gem_basic@multigpu-create-close.html
* igt@gem_create@create-ext-set-pat:
- shard-tglu: NOTRUN -> [SKIP][19] ([i915#8562])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-7/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-mtlp: [PASS][20] -> [FAIL][21] ([i915#6121] / [i915#7916])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-5/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@engines-hostile@vcs0:
- shard-mtlp: [PASS][22] -> [FAIL][23] ([i915#2410]) +2 similar issues
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-2/igt@gem_ctx_persistence@engines-hostile@vcs0.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@gem_ctx_persistence@engines-hostile@vcs0.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg2: NOTRUN -> [SKIP][24] ([i915#8555])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#1099]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb4/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_sseu@engines:
- shard-tglu: NOTRUN -> [SKIP][26] ([i915#280])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-10/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@hibernate:
- shard-dg2: NOTRUN -> [ABORT][27] ([i915#7975] / [i915#8213])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-1/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg2: [PASS][28] -> [INCOMPLETE][29] ([i915#7892])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-10/igt@gem_eio@kms.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-2/igt@gem_eio@kms.html
* igt@gem_eio@reset-stress:
- shard-dg2: [PASS][30] -> [FAIL][31] ([i915#5784])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-6/igt@gem_eio@reset-stress.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][32] ([i915#4036])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@sliced:
- shard-dg2: NOTRUN -> [SKIP][33] ([i915#4812])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@gem_exec_balancer@sliced.html
* igt@gem_exec_fair@basic-deadline:
- shard-glk: [PASS][34] -> [FAIL][35] ([i915#2846])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-glk3/igt@gem_exec_fair@basic-deadline.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk4/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][36] -> [FAIL][37] ([i915#2842])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglu: NOTRUN -> [FAIL][38] ([i915#2842])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-2/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-sync:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3539])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fence@submit67:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#4812])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) +2 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_flush@basic-wb-set-default:
- shard-dg1: NOTRUN -> [SKIP][42] ([i915#3539] / [i915#4852])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@gem_exec_flush@basic-wb-set-default.html
* igt@gem_exec_params@secure-non-master:
- shard-tglu: NOTRUN -> [SKIP][43] ([fdo#112283])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-4/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#3281]) +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-7/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-cpu-wc:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#3281])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-15/igt@gem_exec_reloc@basic-cpu-wc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#3281]) +6 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-rkl: NOTRUN -> [SKIP][47] ([i915#3281])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg1: [PASS][48] -> [ABORT][49] ([i915#7975] / [i915#8213])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-19/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_exec_whisper@basic-contexts-forked-all:
- shard-mtlp: NOTRUN -> [TIMEOUT][50] ([i915#7392] / [i915#8628])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-forked-all.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4860])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_huc_copy@huc-copy:
- shard-tglu: NOTRUN -> [SKIP][52] ([i915#2190])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-3/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-tglu: NOTRUN -> [SKIP][53] ([i915#4613])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-6/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#284])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@gem_media_vme.html
* igt@gem_mmap@big-bo:
- shard-dg2: NOTRUN -> [SKIP][55] ([i915#4083]) +2 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@cpuset-big-copy:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4077]) +5 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-8/igt@gem_mmap_gtt@cpuset-big-copy.html
* igt@gem_mmap_gtt@fault-concurrent-x:
- shard-snb: [PASS][57] -> [ABORT][58] ([i915#5161])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-snb1/igt@gem_mmap_gtt@fault-concurrent-x.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb6/igt@gem_mmap_gtt@fault-concurrent-x.html
* igt@gem_mmap_gtt@flink-race:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4077]) +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@gem_mmap_gtt@flink-race.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4083]) +3 similar issues
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-5/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@reads:
- shard-mtlp: NOTRUN -> [SKIP][61] ([i915#3282]) +1 similar issue
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@gem_partial_pwrite_pread@reads.html
* igt@gem_partial_pwrite_pread@write-uncached:
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#3282])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-16/igt@gem_partial_pwrite_pread@write-uncached.html
* igt@gem_pread@exhaustion:
- shard-snb: NOTRUN -> [WARN][63] ([i915#2658])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb2/igt@gem_pread@exhaustion.html
* igt@gem_pxp@protected-encrypted-src-copy-not-readible:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4270]) +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html
* igt@gem_pxp@protected-raw-src-copy-not-readible:
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#4270]) +2 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@gem_pxp@protected-raw-src-copy-not-readible.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-tglu: NOTRUN -> [SKIP][66] ([i915#4270])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-6/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4270])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#3282]) +4 similar issues
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@gem_readwrite@beyond-eob.html
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#3282])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][70] ([i915#5190]) +6 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#8428])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-dg1: NOTRUN -> [SKIP][72] ([i915#4079])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-16/igt@gem_render_tiled_blits@basic.html
* igt@gem_unfence_active_buffers:
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#4879])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-12/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#3297])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-dg1: NOTRUN -> [SKIP][75] ([i915#3297])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-12/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#3297])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-2/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#3297])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg1: NOTRUN -> [SKIP][78] ([fdo#109289])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-17/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@chained-batch:
- shard-dg2: NOTRUN -> [SKIP][79] ([fdo#109289]) +1 similar issue
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@gen7_exec_parse@chained-batch.html
- shard-mtlp: NOTRUN -> [SKIP][80] ([fdo#109289])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-6/igt@gen7_exec_parse@chained-batch.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][81] ([i915#2856]) +1 similar issue
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@gen9_exec_parse@bb-start-param.html
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#2527])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@gen9_exec_parse@bb-start-param.html
* igt@gen9_exec_parse@shadow-peek:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856]) +1 similar issue
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_hangman@engine-engine-error@vcs0:
- shard-mtlp: [PASS][84] -> [FAIL][85] ([i915#7069]) +1 similar issue
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-2/igt@i915_hangman@engine-engine-error@vcs0.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@i915_hangman@engine-engine-error@vcs0.html
* igt@i915_module_load@load:
- shard-snb: NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#6227])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb2/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [PASS][87] -> [ABORT][88] ([i915#8489] / [i915#8668])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_backlight@fade-with-dpms:
- shard-tglu: NOTRUN -> [SKIP][89] ([i915#7561])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-6/igt@i915_pm_backlight@fade-with-dpms.html
* igt@i915_pm_dc@dc5-dpms-negative:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#8018])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@i915_pm_dc@dc5-dpms-negative.html
* igt@i915_pm_dc@dc9-dpms:
- shard-tglu: [PASS][91] -> [SKIP][92] ([i915#4281])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-tglu-9/igt@i915_pm_dc@dc9-dpms.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-8/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-dg1: [PASS][93] -> [SKIP][94] ([i915#1937])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-19/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-13/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_lpsp@screens-disabled:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#1902])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@i915_pm_lpsp@screens-disabled.html
- shard-rkl: NOTRUN -> [SKIP][96] ([i915#1902])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@i915_pm_lpsp@screens-disabled.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-mtlp: [PASS][97] -> [SKIP][98] ([fdo#109289] / [i915#8403])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-4/igt@i915_pm_rc6_residency@rc6-accuracy.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-idle@vcs0:
- shard-dg1: [PASS][99] -> [FAIL][100] ([i915#3591])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
* igt@i915_pm_rpm@cursor-dpms:
- shard-tglu: [PASS][101] -> [FAIL][102] ([i915#7940]) +1 similar issue
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-tglu-2/igt@i915_pm_rpm@cursor-dpms.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-2/igt@i915_pm_rpm@cursor-dpms.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [PASS][103] -> [SKIP][104] ([i915#1397]) +3 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@i915_pm_rpm@dpms-non-lpsp.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg1: [PASS][105] -> [SKIP][106] ([i915#1397]) +1 similar issue
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-15/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@pc8-residency:
- shard-dg1: NOTRUN -> [SKIP][107] ([fdo#109506])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-14/igt@i915_pm_rpm@pc8-residency.html
* igt@i915_query@hwconfig_table:
- shard-tglu: NOTRUN -> [SKIP][108] ([i915#6245])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-3/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-unsupported:
- shard-dg2: NOTRUN -> [SKIP][109] ([fdo#109302])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@i915_query@query-topology-unsupported.html
- shard-rkl: NOTRUN -> [SKIP][110] ([fdo#109302])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@i915_query@query-topology-unsupported.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][111] -> [FAIL][112] ([fdo#103375])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@i915_suspend@basic-s3-without-i915.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#4212]) +1 similar issue
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#3826])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-mtlp: NOTRUN -> [SKIP][115] ([i915#4212])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [FAIL][116] ([i915#8247]) +1 similar issue
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_async_flips@crc@pipe-b-hdmi-a-1.html
- shard-snb: NOTRUN -> [FAIL][117] ([i915#8247]) +1 similar issue
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb1/igt@kms_async_flips@crc@pipe-b-hdmi-a-1.html
* igt@kms_async_flips@crc@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [FAIL][118] ([i915#8247]) +3 similar issues
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-17/igt@kms_async_flips@crc@pipe-d-hdmi-a-4.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][119] ([i915#404])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-rkl: NOTRUN -> [SKIP][120] ([i915#404])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#1769] / [i915#3555])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#5286])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-tglu: NOTRUN -> [SKIP][123] ([fdo#111615] / [i915#5286])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-mtlp: [PASS][124] -> [FAIL][125] ([i915#3743]) +1 similar issue
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][126] ([fdo#111614]) +2 similar issues
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@kms_big_fb@linear-16bpp-rotate-90.html
- shard-rkl: NOTRUN -> [SKIP][127] ([fdo#111614] / [i915#3638]) +2 similar issues
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][128] ([fdo#111614]) +2 similar issues
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-5/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][129] ([fdo#111615]) +1 similar issue
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][130] ([fdo#110723])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][131] ([fdo#111615])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][132] ([fdo#111615]) +4 similar issues
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#4538] / [i915#5190])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#2705])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#3689] / [i915#5354]) +17 similar issues
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_rc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#6095]) +14 similar issues
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_rc_ccs.html
* igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +2 similar issues
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-4/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#5354] / [i915#6095]) +4 similar issues
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#3689] / [i915#3886] / [i915#5354]) +4 similar issues
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#3886] / [i915#5354] / [i915#6095])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc:
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#3886] / [i915#6095]) +2 similar issues
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_mtl_rc_ccs_cc:
- shard-tglu: NOTRUN -> [SKIP][143] ([i915#5354] / [i915#6095]) +10 similar issues
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-3/igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_dg2_rc_ccs_cc:
- shard-tglu: NOTRUN -> [SKIP][144] ([i915#3689] / [i915#5354] / [i915#6095]) +2 similar issues
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_dg2_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_ccs:
- shard-dg1: NOTRUN -> [SKIP][145] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-15/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#5354] / [i915#6095]) +1 similar issue
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-13/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_gen12_rc_ccs_cc:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#5354]) +11 similar issues
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][148] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095]) +2 similar issues
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-9/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#3742])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-4/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#4087]) +3 similar issues
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_frames@dp-crc-single:
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#7828]) +2 similar issues
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@kms_chamelium_frames@dp-crc-single.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#7828]) +6 similar issues
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_frames@hdmi-frame-dump:
- shard-tglu: NOTRUN -> [SKIP][153] ([i915#7828]) +2 similar issues
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_chamelium_frames@hdmi-frame-dump.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-mtlp: NOTRUN -> [SKIP][154] ([i915#7828]) +2 similar issues
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm:
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#7828]) +3 similar issues
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_chamelium_hpd@hdmi-hpd-storm.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#3299])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@legacy@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][157] ([i915#7173])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html
* igt@kms_content_protection@lic:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#7118])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-8/igt@kms_content_protection@lic.html
* igt@kms_content_protection@mei_interface:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#7118] / [i915#7162])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@kms_content_protection@mei_interface.html
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#7118])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@kms_content_protection@mei_interface.html
* igt@kms_content_protection@srm:
- shard-dg1: NOTRUN -> [SKIP][161] ([i915#7116])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-13/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-tglu: NOTRUN -> [SKIP][162] ([i915#3555]) +4 similar issues
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-6/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#3359]) +1 similar issue
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x170.html
- shard-rkl: NOTRUN -> [SKIP][164] ([fdo#109279] / [i915#3359])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg2: NOTRUN -> [SKIP][165] ([i915#3555]) +1 similar issue
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#8814])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#3359])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#3359])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][169] ([fdo#109274] / [fdo#111767] / [i915#5354])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][170] ([fdo#109274] / [i915#5354]) +1 similar issue
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][171] ([i915#4213])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#3546])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg1: NOTRUN -> [SKIP][173] ([fdo#111825]) +4 similar issues
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-12/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-rkl: NOTRUN -> [SKIP][174] ([fdo#111825]) +5 similar issues
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][175] -> [FAIL][176] ([i915#2346])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#8812]) +1 similar issue
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][178] ([fdo#109274]) +3 similar issues
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3637]) +2 similar issues
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-tglu: NOTRUN -> [SKIP][180] ([fdo#109274] / [i915#3637]) +1 similar issue
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1:
- shard-glk: [PASS][181] -> [FAIL][182] ([i915#79])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-glk3/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk7/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#8381])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#2587] / [i915#2672])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][185] ([i915#2672]) +2 similar issues
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#2672])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#2672]) +1 similar issue
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#2587] / [i915#2672]) +1 similar issue
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][189] ([i915#8810])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt:
- shard-dg2: [PASS][190] -> [FAIL][191] ([i915#6880])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#8708]) +11 similar issues
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
- shard-rkl: NOTRUN -> [SKIP][193] ([fdo#111825] / [i915#1825]) +15 similar issues
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#5354]) +29 similar issues
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#8708]) +2 similar issues
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-dg2: NOTRUN -> [FAIL][196] ([fdo#103375]) +1 similar issue
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][197] ([fdo#110189]) +10 similar issues
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#8708]) +3 similar issues
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#3458]) +11 similar issues
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu:
- shard-glk: NOTRUN -> [SKIP][200] ([fdo#109271]) +43 similar issues
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][201] ([i915#3023]) +8 similar issues
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-1p-rte:
- shard-dg1: NOTRUN -> [SKIP][202] ([i915#3458]) +1 similar issue
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-1p-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-snb: NOTRUN -> [SKIP][203] ([fdo#109271]) +249 similar issues
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][204] ([i915#1825]) +11 similar issues
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-7/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-tglu: NOTRUN -> [SKIP][205] ([fdo#109280]) +13 similar issues
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_hdr@static-swap:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#3555] / [i915#8228])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-2/igt@kms_hdr@static-swap.html
* igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes:
- shard-rkl: NOTRUN -> [SKIP][207] ([fdo#109289])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html
* igt@kms_plane_lowres@tiling-x@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3582]) +3 similar issues
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-5/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#8806])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][210] ([i915#8292])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/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-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#5176]) +3 similar issues
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#5176]) +3 similar issues
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#5176]) +5 similar issues
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#5176]) +3 similar issues
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html
* igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-c-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#5176]) +19 similar issues
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@kms_plane_scaling@plane-scaler-with-rotation-unity-scaling@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#5235]) +11 similar issues
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#5235]) +15 similar issues
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-19/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][218] ([i915#5235]) +5 similar issues
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#6524] / [i915#6805])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-2/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
- shard-rkl: NOTRUN -> [SKIP][220] ([i915#658]) +2 similar issues
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
- shard-glk: NOTRUN -> [SKIP][221] ([fdo#109271] / [i915#658])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk3/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf:
- shard-dg1: NOTRUN -> [SKIP][222] ([i915#658])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-15/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-tglu: NOTRUN -> [SKIP][223] ([fdo#109642] / [fdo#111068] / [i915#658])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-4/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr@cursor_mmap_gtt:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#1072]) +1 similar issue
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-14/igt@kms_psr@cursor_mmap_gtt.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#1072]) +4 similar issues
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@kms_psr@sprite_mmap_gtt:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#1072]) +1 similar issue
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@kms_psr@sprite_mmap_gtt.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#4235]) +1 similar issue
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#4884])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-16/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#4235])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-3/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#8623])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#8623])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend:
- shard-snb: NOTRUN -> [DMESG-WARN][232] ([i915#8841]) +4 similar issues
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb6/igt@kms_vblank@pipe-a-ts-continuation-dpms-suspend.html
* igt@kms_vblank@pipe-c-query-forked:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#4070] / [i915#6768]) +2 similar issues
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-1/igt@kms_vblank@pipe-c-query-forked.html
* igt@kms_vblank@pipe-d-ts-continuation-idle:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#4070] / [i915#533] / [i915#6768]) +2 similar issues
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_vblank@pipe-d-ts-continuation-idle.html
* igt@perf@stress-open-close@0-rcs0:
- shard-mtlp: [PASS][235] -> [ABORT][236] ([i915#7941] / [i915#8746])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-8/igt@perf@stress-open-close@0-rcs0.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@perf@stress-open-close@0-rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][237] ([i915#4349]) +3 similar issues
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: NOTRUN -> [FAIL][238] ([i915#6806])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-8/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@module-unload:
- shard-dg2: NOTRUN -> [FAIL][239] ([i915#5793] / [i915#6121])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-5/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu: NOTRUN -> [SKIP][240] ([i915#8516])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-2/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@perf_pmu@semaphore-busy@ccs0:
- shard-dg2: [PASS][241] -> [FAIL][242] ([i915#4349]) +2 similar issues
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-11/igt@perf_pmu@semaphore-busy@ccs0.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-8/igt@perf_pmu@semaphore-busy@ccs0.html
* igt@perf_pmu@semaphore-busy@vecs0:
- shard-mtlp: [PASS][243] -> [FAIL][244] ([i915#4349])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-5/igt@perf_pmu@semaphore-busy@vecs0.html
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@perf_pmu@semaphore-busy@vecs0.html
* igt@prime_vgem@basic-fence-read:
- shard-rkl: NOTRUN -> [SKIP][245] ([fdo#109295] / [i915#3291] / [i915#3708])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-4/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-write-hang:
- shard-tglu: NOTRUN -> [SKIP][246] ([fdo#109295])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-7/igt@prime_vgem@fence-write-hang.html
* igt@sysfs_heartbeat_interval@mixed@ccs0:
- shard-mtlp: [PASS][247] -> [ABORT][248] ([i915#8552])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@ccs0.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@ccs0.html
* igt@sysfs_heartbeat_interval@mixed@vecs0:
- shard-mtlp: [PASS][249] -> [FAIL][250] ([i915#1731])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@vecs0.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@vecs0.html
* igt@sysfs_heartbeat_interval@nopreempt@ccs0:
- shard-mtlp: [PASS][251] -> [FAIL][252] ([i915#6015]) +2 similar issues
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-2/igt@sysfs_heartbeat_interval@nopreempt@ccs0.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@sysfs_heartbeat_interval@nopreempt@ccs0.html
* igt@sysfs_timeslice_duration@timeout@vecs0:
- shard-mtlp: [PASS][253] -> [TIMEOUT][254] ([i915#6950])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-4/igt@sysfs_timeslice_duration@timeout@vecs0.html
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@sysfs_timeslice_duration@timeout@vecs0.html
* igt@tools_test@sysfs_l3_parity:
- shard-mtlp: NOTRUN -> [SKIP][255] ([i915#4818])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@tools_test@sysfs_l3_parity.html
* igt@v3d/v3d_submit_cl@single-out-sync:
- shard-mtlp: NOTRUN -> [SKIP][256] ([i915#2575]) +3 similar issues
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-7/igt@v3d/v3d_submit_cl@single-out-sync.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-tglu: NOTRUN -> [SKIP][257] ([fdo#109315] / [i915#2575]) +4 similar issues
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-3/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_wait_bo@map-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][258] ([i915#2575])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-14/igt@v3d/v3d_wait_bo@map-bo-0ns.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#2575]) +3 similar issues
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@v3d/v3d_wait_bo@used-bo-1ns.html
- shard-rkl: NOTRUN -> [SKIP][260] ([fdo#109315]) +3 similar issues
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_perfmon@create-single-perfmon:
- shard-tglu: NOTRUN -> [SKIP][261] ([i915#2575]) +2 similar issues
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-6/igt@vc4/vc4_perfmon@create-single-perfmon.html
* igt@vc4/vc4_purgeable_bo@mark-willneed:
- shard-mtlp: NOTRUN -> [SKIP][262] ([i915#7711]) +1 similar issue
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@vc4/vc4_purgeable_bo@mark-willneed.html
* igt@vc4/vc4_wait_bo@used-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][263] ([i915#7711]) +4 similar issues
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@vc4/vc4_wait_bo@used-bo-1ns.html
- shard-rkl: NOTRUN -> [SKIP][264] ([i915#7711]) +2 similar issues
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@vc4/vc4_wait_bo@used-bo-1ns.html
* igt@vgem_basic@dmabuf-fence:
- shard-mtlp: [PASS][265] -> [DMESG-WARN][266] ([i915#2017] / [i915#5954])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-2/igt@vgem_basic@dmabuf-fence.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@vgem_basic@dmabuf-fence.html
#### Possible fixes ####
* igt@gem_barrier_race@remote-request@rcs0:
- shard-glk: [ABORT][267] ([i915#7461] / [i915#8211]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-glk8/igt@gem_barrier_race@remote-request@rcs0.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk3/igt@gem_barrier_race@remote-request@rcs0.html
- shard-rkl: [TIMEOUT][269] ([i915#3778]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@gem_barrier_race@remote-request@rcs0.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-2/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_ctx_isolation@preservation-s3@ccs2:
- shard-dg2: [FAIL][271] ([fdo#103375]) -> [PASS][272] +8 similar issues
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-10/igt@gem_ctx_isolation@preservation-s3@ccs2.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-8/igt@gem_ctx_isolation@preservation-s3@ccs2.html
* igt@gem_ctx_persistence@legacy-engines-hostile@vebox:
- shard-mtlp: [FAIL][273] ([i915#2410]) -> [PASS][274] +2 similar issues
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-4/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-mtlp: [ABORT][275] ([i915#8503]) -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-4/igt@gem_eio@in-flight-contexts-immediate.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][277] ([i915#5784]) -> [PASS][278] +1 similar issue
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-12/igt@gem_eio@reset-stress.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-18/igt@gem_eio@reset-stress.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: [FAIL][279] ([i915#2842]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-glk9/igt@gem_exec_fair@basic-pace@rcs0.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk6/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@i915_hangman@detector@vcs0:
- shard-mtlp: [FAIL][281] ([i915#8456]) -> [PASS][282] +2 similar issues
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-6/igt@i915_hangman@detector@vcs0.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@i915_hangman@detector@vcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [DMESG-WARN][283] ([i915#7061] / [i915#8617]) -> [PASS][284]
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-1/igt@i915_module_load@reload-with-fault-injection.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [SKIP][285] ([fdo#109271]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-apl2/igt@i915_pm_dc@dc9-dpms.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-dg2: [SKIP][287] ([i915#1937]) -> [PASS][288]
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-10/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
- shard-rkl: [SKIP][289] ([i915#1937]) -> [PASS][290]
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-2/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rpm@cursor-dpms:
- shard-dg1: [FAIL][291] ([i915#7940]) -> [PASS][292] +1 similar issue
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-14/igt@i915_pm_rpm@cursor-dpms.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-12/igt@i915_pm_rpm@cursor-dpms.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg2: [SKIP][293] ([i915#1397]) -> [PASS][294] +1 similar issue
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-2/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@i915_selftest@live@gt_mocs:
- shard-mtlp: [DMESG-FAIL][295] ([i915#7059]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-1/igt@i915_selftest@live@gt_mocs.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@i915_selftest@live@gt_mocs.html
* igt@i915_selftest@live@slpc:
- shard-mtlp: [DMESG-WARN][297] ([i915#6367]) -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-1/igt@i915_selftest@live@slpc.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@i915_selftest@live@slpc.html
* igt@i915_selftest@live@workarounds:
- shard-mtlp: [DMESG-FAIL][299] ([i915#6763]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-1/igt@i915_selftest@live@workarounds.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@i915_selftest@live@workarounds.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [FAIL][301] ([i915#5138]) -> [PASS][302]
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-mtlp: [FAIL][303] ([i915#3743]) -> [PASS][304]
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_cursor_legacy@cursor-vs-flip-toggle:
- shard-mtlp: [FAIL][305] ([i915#8248]) -> [PASS][306]
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-5/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [FAIL][307] ([i915#2346]) -> [PASS][308]
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
- shard-apl: [FAIL][309] ([i915#2346]) -> [PASS][310]
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-toggle:
- shard-mtlp: [FAIL][311] ([i915#2346]) -> [PASS][312]
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-6/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-1/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
* igt@kms_flip@busy-flip@a-edp1:
- shard-mtlp: [DMESG-WARN][313] ([i915#1982]) -> [PASS][314]
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-7/igt@kms_flip@busy-flip@a-edp1.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-4/igt@kms_flip@busy-flip@a-edp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg2: [FAIL][315] ([i915#6880]) -> [PASS][316] +2 similar issues
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_plane@pixel-format-source-clamping@pipe-b-planes:
- shard-mtlp: [FAIL][317] ([i915#1623]) -> [PASS][318] +1 similar issue
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html
* igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend:
- shard-tglu: [ABORT][319] ([i915#5122]) -> [PASS][320]
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-tglu-2/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-tglu-5/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html
* {igt@perf_pmu@rc6@runtime-pm-long-gt1}:
- shard-mtlp: [SKIP][321] ([i915#8537]) -> [PASS][322] +2 similar issues
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-3/igt@perf_pmu@rc6@runtime-pm-long-gt1.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-3/igt@perf_pmu@rc6@runtime-pm-long-gt1.html
* igt@syncobj_timeline@multi-wait-all-available-signaled:
- shard-rkl: [TIMEOUT][323] -> [PASS][324]
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@syncobj_timeline@multi-wait-all-available-signaled.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@syncobj_timeline@multi-wait-all-available-signaled.html
* igt@sysfs_heartbeat_interval@nopreempt@vcs0:
- shard-mtlp: [FAIL][325] ([i915#6015]) -> [PASS][326] +1 similar issue
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-mtlp-2/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-mtlp-8/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html
#### Warnings ####
* igt@gem_exec_reloc@basic-gtt-wc-active:
- shard-rkl: [TIMEOUT][327] -> [SKIP][328] ([i915#3281])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@gem_exec_reloc@basic-gtt-wc-active.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-active.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-snb: [DMESG-WARN][329] ([i915#8841]) -> [DMESG-WARN][330] ([i915#5090] / [i915#8841]) +1 similar issue
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-snb2/igt@gem_workarounds@suspend-resume-fd.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-snb4/igt@gem_workarounds@suspend-resume-fd.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-rkl: [TIMEOUT][331] -> [SKIP][332] ([i915#5354] / [i915#6095])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-6/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:
- shard-rkl: [TIMEOUT][333] -> [SKIP][334] ([i915#5354])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-1/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html
* igt@kms_content_protection@content_type_change:
- shard-dg2: [SKIP][335] ([i915#7118]) -> [SKIP][336] ([i915#7118] / [i915#7162])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg2-10/igt@kms_content_protection@content_type_change.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg2-11/igt@kms_content_protection@content_type_change.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][337] ([i915#4070] / [i915#4816]) -> [SKIP][338] ([i915#4816])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_psr@primary_page_flip:
- shard-dg1: [SKIP][339] ([i915#1072]) -> [SKIP][340] ([i915#1072] / [i915#4078])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13435/shard-dg1-19/igt@kms_psr@primary_page_flip.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/shard-dg1-12/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#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[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#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#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902
[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#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[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#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[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#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[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#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778
[i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
[i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404
[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#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[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#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[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#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
[i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884
[i915#5090]: https://gitlab.freedesktop.org/drm/intel/issues/5090
[i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5161]: https://gitlab.freedesktop.org/drm/intel/issues/5161
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#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#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793
[i915#5954]: https://gitlab.freedesktop.org/drm/intel/issues/5954
[i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6333]: https://gitlab.freedesktop.org/drm/intel/issues/6333
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
[i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6950]: https://gitlab.freedesktop.org/drm/intel/issues/6950
[i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059
[i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[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#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
[i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
[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#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#7916]: https://gitlab.freedesktop.org/drm/intel/issues/7916
[i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
[i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8018]: https://gitlab.freedesktop.org/drm/intel/issues/8018
[i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
[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#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403
[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#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
[i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8503]: https://gitlab.freedesktop.org/drm/intel/issues/8503
[i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516
[i915#8537]: https://gitlab.freedesktop.org/drm/intel/issues/8537
[i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8746]: https://gitlab.freedesktop.org/drm/intel/issues/8746
[i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7408 -> IGTPW_9478
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13435: 348c9c6dd8ca7e30c1cf6d026fa888318ff5db8b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9478: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9478/index.html
IGT_7408: 93482edd02839f9eb6ceffca9418d03f570f34f3 @ 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_9478/index.html
[-- Attachment #2: Type: text/html, Size: 105901 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
2023-07-28 6:09 [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states Riana Tauro
` (2 preceding siblings ...)
2023-07-28 14:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-07-31 7:30 ` Sundaresan, Sujaritha
2023-07-31 8:27 ` Riana Tauro
3 siblings, 1 reply; 9+ messages in thread
From: Sundaresan, Sujaritha @ 2023-07-31 7:30 UTC (permalink / raw)
To: Riana Tauro, igt-dev; +Cc: badal.nilawar
On 7/28/2023 11:39 AM, Riana Tauro wrote:
> stress test GT C states by checking if GT is in C0 when
> forcewake is acquired and in C6 once released.
>
> Signed-off-by: Riana Tauro <riana.tauro@intel.com>
> ---
> tests/xe/xe_pm_residency.c | 27 +++++++++++++++++++++++++++
> 1 file changed, 27 insertions(+)
>
> diff --git a/tests/xe/xe_pm_residency.c b/tests/xe/xe_pm_residency.c
> index 4936de166..9713e61cd 100644
> --- a/tests/xe/xe_pm_residency.c
> +++ b/tests/xe/xe_pm_residency.c
> @@ -85,6 +85,29 @@ static void test_idle_residency(int fd, int gt)
> assert_within_epsilon(residency_end - residency_start, elapsed_ms, tolerance);
> }
>
> +/**
> + * SUBTEST: stress-gt-c6
> + * Description: stress test GT C states by acquiring/releasing forcewake
> + * Run type: FULL
> + */
> +static void stress_c6(int fd, int n)
> +{
> + int handle, gt;
> +
> + while (n--) {
> + handle = igt_debugfs_open(fd, "forcewake_all", O_WRONLY);
> + igt_assert(handle >= 0);
> + /* check if all gts are in C0 after forcewake is acquired */
> + xe_for_each_gt(fd, gt)
> + igt_assert_f(!xe_is_gt_in_c6(fd, gt), "GT in C6\n");
> + close(handle);
> + /* check if all gts are in C6 after forcewake is released */
> + xe_for_each_gt(fd, gt)
> + igt_assert_f(igt_wait(xe_is_gt_in_c6(fd, gt), 1000, 1),
> + "GT is not in C6\n");
> + }
> +}
> +
> igt_main
> {
> int fd, gt;
> @@ -104,6 +127,10 @@ igt_main
> xe_for_each_gt(fd, gt)
> test_idle_residency(fd, gt);
>
> + igt_describe("stress test GT C states by acquiring/releasing forcewake");
> + igt_subtest("stress-gt-c6")
> + stress_c6(fd, 16);
> +
> igt_fixture {
> close(fd);
> }
Hi Riana,
Just curious, But usually stress testing involves some sort a workload
running to test out rc6 during the run. Will you be introducing another
test with a spinner of sorts ?
Thanks,
Suja
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
2023-07-31 7:30 ` [igt-dev] [PATCH i-g-t] " Sundaresan, Sujaritha
@ 2023-07-31 8:27 ` Riana Tauro
2023-07-31 10:07 ` Sundaresan, Sujaritha
0 siblings, 1 reply; 9+ messages in thread
From: Riana Tauro @ 2023-07-31 8:27 UTC (permalink / raw)
To: Sundaresan, Sujaritha, igt-dev; +Cc: badal.nilawar
Hi Suja
On 7/31/2023 1:00 PM, Sundaresan, Sujaritha wrote:
>
> On 7/28/2023 11:39 AM, Riana Tauro wrote:
>> stress test GT C states by checking if GT is in C0 when
>> forcewake is acquired and in C6 once released.
>>
>> Signed-off-by: Riana Tauro <riana.tauro@intel.com>
>> ---
>> tests/xe/xe_pm_residency.c | 27 +++++++++++++++++++++++++++
>> 1 file changed, 27 insertions(+)
>>
>> diff --git a/tests/xe/xe_pm_residency.c b/tests/xe/xe_pm_residency.c
>> index 4936de166..9713e61cd 100644
>> --- a/tests/xe/xe_pm_residency.c
>> +++ b/tests/xe/xe_pm_residency.c
>> @@ -85,6 +85,29 @@ static void test_idle_residency(int fd, int gt)
>> assert_within_epsilon(residency_end - residency_start,
>> elapsed_ms, tolerance);
>> }
>> +/**
>> + * SUBTEST: stress-gt-c6
>> + * Description: stress test GT C states by acquiring/releasing forcewake
>> + * Run type: FULL
>> + */
>> +static void stress_c6(int fd, int n)
>> +{
>> + int handle, gt;
>> +
>> + while (n--) {
>> + handle = igt_debugfs_open(fd, "forcewake_all", O_WRONLY);
>> + igt_assert(handle >= 0);
>> + /* check if all gts are in C0 after forcewake is acquired */
>> + xe_for_each_gt(fd, gt)
>> + igt_assert_f(!xe_is_gt_in_c6(fd, gt), "GT in C6\n");
>> + close(handle);
>> + /* check if all gts are in C6 after forcewake is released */
>> + xe_for_each_gt(fd, gt)
>> + igt_assert_f(igt_wait(xe_is_gt_in_c6(fd, gt), 1000, 1),
>> + "GT is not in C6\n");
>> + }
>> +}
>> +
>> igt_main
>> {
>> int fd, gt;
>> @@ -104,6 +127,10 @@ igt_main
>> xe_for_each_gt(fd, gt)
>> test_idle_residency(fd, gt);
>> + igt_describe("stress test GT C states by acquiring/releasing
>> forcewake");
>> + igt_subtest("stress-gt-c6")
>> + stress_c6(fd, 16);
>> +
>> igt_fixture {
>> close(fd);
>> }
>
> Hi Riana,
>
> Just curious, But usually stress testing involves some sort a workload
> running to test out rc6 during the run. Will you be introducing another
> test with a spinner of sorts ?I will be sending out another patch series for exec as well which will
be similar to rc6-idle of i915.
This patch does only acquiring/releasing forcewake and checks GT C
states. added a loop to check multiple times.
Should i rename the test?
Thanks
Riana
>
> Thanks,
>
> Suja
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
2023-07-31 8:27 ` Riana Tauro
@ 2023-07-31 10:07 ` Sundaresan, Sujaritha
2023-07-31 12:04 ` Gupta, Anshuman
0 siblings, 1 reply; 9+ messages in thread
From: Sundaresan, Sujaritha @ 2023-07-31 10:07 UTC (permalink / raw)
To: Riana Tauro, igt-dev; +Cc: badal.nilawar
On 7/31/2023 1:57 PM, Riana Tauro wrote:
> Hi Suja
>
> On 7/31/2023 1:00 PM, Sundaresan, Sujaritha wrote:
>>
>> On 7/28/2023 11:39 AM, Riana Tauro wrote:
>>> stress test GT C states by checking if GT is in C0 when
>>> forcewake is acquired and in C6 once released.
>>>
>>> Signed-off-by: Riana Tauro <riana.tauro@intel.com>
>>> ---
>>> tests/xe/xe_pm_residency.c | 27 +++++++++++++++++++++++++++
>>> 1 file changed, 27 insertions(+)
>>>
>>> diff --git a/tests/xe/xe_pm_residency.c b/tests/xe/xe_pm_residency.c
>>> index 4936de166..9713e61cd 100644
>>> --- a/tests/xe/xe_pm_residency.c
>>> +++ b/tests/xe/xe_pm_residency.c
>>> @@ -85,6 +85,29 @@ static void test_idle_residency(int fd, int gt)
>>> assert_within_epsilon(residency_end - residency_start,
>>> elapsed_ms, tolerance);
>>> }
>>> +/**
>>> + * SUBTEST: stress-gt-c6
>>> + * Description: stress test GT C states by acquiring/releasing
>>> forcewake
>>> + * Run type: FULL
>>> + */
>>> +static void stress_c6(int fd, int n)
>>> +{
>>> + int handle, gt;
>>> +
>>> + while (n--) {
>>> + handle = igt_debugfs_open(fd, "forcewake_all", O_WRONLY);
>>> + igt_assert(handle >= 0);
>>> + /* check if all gts are in C0 after forcewake is acquired */
>>> + xe_for_each_gt(fd, gt)
>>> + igt_assert_f(!xe_is_gt_in_c6(fd, gt), "GT in C6\n");
>>> + close(handle);
>>> + /* check if all gts are in C6 after forcewake is released */
>>> + xe_for_each_gt(fd, gt)
>>> + igt_assert_f(igt_wait(xe_is_gt_in_c6(fd, gt), 1000, 1),
>>> + "GT is not in C6\n");
>>> + }
>>> +}
>>> +
>>> igt_main
>>> {
>>> int fd, gt;
>>> @@ -104,6 +127,10 @@ igt_main
>>> xe_for_each_gt(fd, gt)
>>> test_idle_residency(fd, gt);
>>> + igt_describe("stress test GT C states by acquiring/releasing
>>> forcewake");
>>> + igt_subtest("stress-gt-c6")
>>> + stress_c6(fd, 16);
>>> +
>>> igt_fixture {
>>> close(fd);
>>> }
>>
>> Hi Riana,
>>
>> Just curious, But usually stress testing involves some sort a
>> workload running to test out rc6 during the run. Will you be
>> introducing another test with a spinner of sorts ?I will be sending
>> out another patch series for exec as well which will
> be similar to rc6-idle of i915.
Got it.
>
> This patch does only acquiring/releasing forcewake and checks GT C
> states. added a loop to check multiple times.
The loop for this case makes sense.
>
> Should i rename the test?
Maybe ? But I'm not sure to what. I guess this is between sanity and
stress test. So that can be your call I guess.
>
> Thanks
> Riana
>>
>> Thanks,
>>
>> Suja
>>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
2023-07-31 10:07 ` Sundaresan, Sujaritha
@ 2023-07-31 12:04 ` Gupta, Anshuman
2023-07-31 13:23 ` Riana Tauro
0 siblings, 1 reply; 9+ messages in thread
From: Gupta, Anshuman @ 2023-07-31 12:04 UTC (permalink / raw)
To: Sundaresan, Sujaritha, Tauro, Riana,
igt-dev@lists.freedesktop.org
Cc: Nilawar, Badal
> -----Original Message-----
> From: Sundaresan, Sujaritha <sujaritha.sundaresan@intel.com>
> Sent: Monday, July 31, 2023 3:38 PM
> To: Tauro, Riana <riana.tauro@intel.com>; igt-dev@lists.freedesktop.org
> Cc: Nilawar, Badal <badal.nilawar@intel.com>; Gupta, Anshuman
> <anshuman.gupta@intel.com>; Belgaumkar, Vinay
> <vinay.belgaumkar@intel.com>
> Subject: Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
>
>
> On 7/31/2023 1:57 PM, Riana Tauro wrote:
> > Hi Suja
> >
> > On 7/31/2023 1:00 PM, Sundaresan, Sujaritha wrote:
> >>
> >> On 7/28/2023 11:39 AM, Riana Tauro wrote:
> >>> stress test GT C states by checking if GT is in C0 when forcewake is
> >>> acquired and in C6 once released.
> >>>
> >>> Signed-off-by: Riana Tauro <riana.tauro@intel.com>
> >>> ---
> >>> tests/xe/xe_pm_residency.c | 27 +++++++++++++++++++++++++++
> >>> 1 file changed, 27 insertions(+)
> >>>
> >>> diff --git a/tests/xe/xe_pm_residency.c b/tests/xe/xe_pm_residency.c
> >>> index 4936de166..9713e61cd 100644
> >>> --- a/tests/xe/xe_pm_residency.c
> >>> +++ b/tests/xe/xe_pm_residency.c
> >>> @@ -85,6 +85,29 @@ static void test_idle_residency(int fd, int gt)
> >>> assert_within_epsilon(residency_end - residency_start,
> >>> elapsed_ms, tolerance);
> >>> }
> >>> +/**
> >>> + * SUBTEST: stress-gt-c6
> >>> + * Description: stress test GT C states by acquiring/releasing
> >>> forcewake
> >>> + * Run type: FULL
> >>> + */
> >>> +static void stress_c6(int fd, int n) {
> >>> + int handle, gt;
> >>> +
> >>> + while (n--) {
> >>> + handle = igt_debugfs_open(fd, "forcewake_all", O_WRONLY);
> >>> + igt_assert(handle >= 0);
> >>> + /* check if all gts are in C0 after forcewake is acquired
> >>> +*/
> >>> + xe_for_each_gt(fd, gt)
> >>> + igt_assert_f(!xe_is_gt_in_c6(fd, gt), "GT in C6\n");
> >>> + close(handle);
> >>> + /* check if all gts are in C6 after forcewake is released
> >>> +*/
> >>> + xe_for_each_gt(fd, gt)
> >>> + igt_assert_f(igt_wait(xe_is_gt_in_c6(fd, gt), 1000, 1),
> >>> + "GT is not in C6\n");
> >>> + }
> >>> +}
> >>> +
> >>> igt_main
> >>> {
> >>> int fd, gt;
> >>> @@ -104,6 +127,10 @@ igt_main
> >>> xe_for_each_gt(fd, gt)
> >>> test_idle_residency(fd, gt);
> >>> + igt_describe("stress test GT C states by acquiring/releasing
> >>> forcewake");
> >>> + igt_subtest("stress-gt-c6")
How about toggle-gt-c6 ?
Thanks,
Anshuman Gupta.
> >>> + stress_c6(fd, 16);
> >>> +
> >>> igt_fixture {
> >>> close(fd);
> >>> }
> >>
> >> Hi Riana,
> >>
> >> Just curious, But usually stress testing involves some sort a
> >> workload running to test out rc6 during the run. Will you be
> >> introducing another test with a spinner of sorts ?I will be sending
> >> out another patch series for exec as well which will
> > be similar to rc6-idle of i915.
> Got it.
> >
> > This patch does only acquiring/releasing forcewake and checks GT C
> > states. added a loop to check multiple times.
> The loop for this case makes sense.
> >
> > Should i rename the test?
> Maybe ? But I'm not sure to what. I guess this is between sanity and stress test.
> So that can be your call I guess.
> >
> > Thanks
> > Riana
> >>
> >> Thanks,
> >>
> >> Suja
> >>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
2023-07-31 12:04 ` Gupta, Anshuman
@ 2023-07-31 13:23 ` Riana Tauro
0 siblings, 0 replies; 9+ messages in thread
From: Riana Tauro @ 2023-07-31 13:23 UTC (permalink / raw)
To: Gupta, Anshuman, Sundaresan, Sujaritha,
igt-dev@lists.freedesktop.org
Cc: Nilawar, Badal
Hi Anshuman
On 7/31/2023 5:34 PM, Gupta, Anshuman wrote:
>
>
>> -----Original Message-----
>> From: Sundaresan, Sujaritha <sujaritha.sundaresan@intel.com>
>> Sent: Monday, July 31, 2023 3:38 PM
>> To: Tauro, Riana <riana.tauro@intel.com>; igt-dev@lists.freedesktop.org
>> Cc: Nilawar, Badal <badal.nilawar@intel.com>; Gupta, Anshuman
>> <anshuman.gupta@intel.com>; Belgaumkar, Vinay
>> <vinay.belgaumkar@intel.com>
>> Subject: Re: [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states
>>
>>
>> On 7/31/2023 1:57 PM, Riana Tauro wrote:
>>> Hi Suja
>>>
>>> On 7/31/2023 1:00 PM, Sundaresan, Sujaritha wrote:
>>>>
>>>> On 7/28/2023 11:39 AM, Riana Tauro wrote:
>>>>> stress test GT C states by checking if GT is in C0 when forcewake is
>>>>> acquired and in C6 once released.
>>>>>
>>>>> Signed-off-by: Riana Tauro <riana.tauro@intel.com>
>>>>> ---
>>>>> tests/xe/xe_pm_residency.c | 27 +++++++++++++++++++++++++++
>>>>> 1 file changed, 27 insertions(+)
>>>>>
>>>>> diff --git a/tests/xe/xe_pm_residency.c b/tests/xe/xe_pm_residency.c
>>>>> index 4936de166..9713e61cd 100644
>>>>> --- a/tests/xe/xe_pm_residency.c
>>>>> +++ b/tests/xe/xe_pm_residency.c
>>>>> @@ -85,6 +85,29 @@ static void test_idle_residency(int fd, int gt)
>>>>> assert_within_epsilon(residency_end - residency_start,
>>>>> elapsed_ms, tolerance);
>>>>> }
>>>>> +/**
>>>>> + * SUBTEST: stress-gt-c6
>>>>> + * Description: stress test GT C states by acquiring/releasing
>>>>> forcewake
>>>>> + * Run type: FULL
>>>>> + */
>>>>> +static void stress_c6(int fd, int n) {
>>>>> + int handle, gt;
>>>>> +
>>>>> + while (n--) {
>>>>> + handle = igt_debugfs_open(fd, "forcewake_all", O_WRONLY);
>>>>> + igt_assert(handle >= 0);
>>>>> + /* check if all gts are in C0 after forcewake is acquired
>>>>> +*/
>>>>> + xe_for_each_gt(fd, gt)
>>>>> + igt_assert_f(!xe_is_gt_in_c6(fd, gt), "GT in C6\n");
>>>>> + close(handle);
>>>>> + /* check if all gts are in C6 after forcewake is released
>>>>> +*/
>>>>> + xe_for_each_gt(fd, gt)
>>>>> + igt_assert_f(igt_wait(xe_is_gt_in_c6(fd, gt), 1000, 1),
>>>>> + "GT is not in C6\n");
>>>>> + }
>>>>> +}
>>>>> +
>>>>> igt_main
>>>>> {
>>>>> int fd, gt;
>>>>> @@ -104,6 +127,10 @@ igt_main
>>>>> xe_for_each_gt(fd, gt)
>>>>> test_idle_residency(fd, gt);
>>>>> + igt_describe("stress test GT C states by acquiring/releasing
>>>>> forcewake");
>>>>> + igt_subtest("stress-gt-c6")
> How about toggle-gt-c6 ?
Sounds better. Will rename and send a new rev
Thanks
Riana
> Thanks,
> Anshuman Gupta.
>>>>> + stress_c6(fd, 16);
>>>>> +
>>>>> igt_fixture {
>>>>> close(fd);
>>>>> }
>>>>
>>>> Hi Riana,
>>>>
>>>> Just curious, But usually stress testing involves some sort a
>>>> workload running to test out rc6 during the run. Will you be
>>>> introducing another test with a spinner of sorts ?I will be sending
>>>> out another patch series for exec as well which will
>>> be similar to rc6-idle of i915.
>> Got it.
>>>
>>> This patch does only acquiring/releasing forcewake and checks GT C
>>> states. added a loop to check multiple times.
>> The loop for this case makes sense.
>>>
>>> Should i rename the test?
>> Maybe ? But I'm not sure to what. I guess this is between sanity and stress test.
>> So that can be your call I guess.
>>>
>>> Thanks
>>> Riana
>>>>
>>>> Thanks,
>>>>
>>>> Suja
>>>>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-07-31 13:23 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-28 6:09 [igt-dev] [PATCH i-g-t] RFC tests/xe: Stress test GT C states Riana Tauro
2023-07-28 6:42 ` [igt-dev] ○ CI.xeBAT: info for " Patchwork
2023-07-28 6:44 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-07-28 14:08 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-07-31 7:30 ` [igt-dev] [PATCH i-g-t] " Sundaresan, Sujaritha
2023-07-31 8:27 ` Riana Tauro
2023-07-31 10:07 ` Sundaresan, Sujaritha
2023-07-31 12:04 ` Gupta, Anshuman
2023-07-31 13:23 ` Riana Tauro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox