* [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix
@ 2023-12-14 19:49 Francois Dugast
2023-12-14 21:08 ` ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Francois Dugast @ 2023-12-14 19:49 UTC (permalink / raw)
To: igt-dev; +Cc: rodrigo.vivi
Align with commit ("drm/xe/uapi: Ensure every uapi struct has drm_xe prefix")
Signed-off-by: Francois Dugast <francois.dugast@intel.com>
---
include/drm-uapi/xe_drm.h | 18 +++++++++---------
tests/intel/xe_mmap.c | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index b1839df48..9609194c1 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -27,7 +27,7 @@ extern "C" {
#define DRM_XE_RESET_FAILED_UEVENT "DEVICE_STATUS"
/**
- * struct xe_user_extension - Base class for defining a chain of extensions
+ * struct drm_xe_user_extension - Base class for defining a chain of extensions
*
* Many interfaces need to grow over time. In most cases we can simply
* extend the struct and have userspace pass in more data. Another option,
@@ -45,29 +45,29 @@ extern "C" {
*
* .. code-block:: C
*
- * struct xe_user_extension ext3 {
+ * struct drm_xe_user_extension ext3 {
* .next_extension = 0, // end
* .name = ...,
* };
- * struct xe_user_extension ext2 {
+ * struct drm_xe_user_extension ext2 {
* .next_extension = (uintptr_t)&ext3,
* .name = ...,
* };
- * struct xe_user_extension ext1 {
+ * struct drm_xe_user_extension ext1 {
* .next_extension = (uintptr_t)&ext2,
* .name = ...,
* };
*
- * Typically the struct xe_user_extension would be embedded in some uAPI
+ * Typically the struct drm_xe_user_extension would be embedded in some uAPI
* struct, and in this case we would feed it the head of the chain(i.e ext1),
* which would then apply all of the above extensions.
*
*/
-struct xe_user_extension {
+struct drm_xe_user_extension {
/**
* @next_extension:
*
- * Pointer to the next struct xe_user_extension, or zero if the end.
+ * Pointer to the next struct drm_xe_user_extension, or zero if the end.
*/
__u64 next_extension;
@@ -78,7 +78,7 @@ struct xe_user_extension {
*
* Also note that the name space for this is not global for the whole
* driver, but rather its scope/meaning is limited to the specific piece
- * of uAPI which has embedded the struct xe_user_extension.
+ * of uAPI which has embedded the struct drm_xe_user_extension.
*/
__u32 name;
@@ -625,7 +625,7 @@ struct drm_xe_gem_mmap_offset {
/** struct drm_xe_ext_set_property - XE set property extension */
struct drm_xe_ext_set_property {
/** @base: base user extension */
- struct xe_user_extension base;
+ struct drm_xe_user_extension base;
/** @property: property to set */
__u32 property;
diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c
index 63fdf46a8..e96192d23 100644
--- a/tests/intel/xe_mmap.c
+++ b/tests/intel/xe_mmap.c
@@ -92,7 +92,7 @@ static void test_bad_flags(int fd)
static void test_bad_extensions(int fd)
{
uint64_t size = xe_get_default_alignment(fd);
- struct xe_user_extension ext;
+ struct drm_xe_user_extension ext;
struct drm_xe_gem_mmap_offset mmo = {
.handle = xe_bo_create(fd, 0, size,
vram_if_possible(fd, 0),
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* ✓ Fi.CI.BAT: success for drm-uapi/xe: Ensure every uapi struct has drm_xe prefix 2023-12-14 19:49 [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix Francois Dugast @ 2023-12-14 21:08 ` Patchwork 2023-12-14 21:35 ` ✓ CI.xeBAT: " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-12-14 21:08 UTC (permalink / raw) To: Francois Dugast; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2245 bytes --] == Series Details == Series: drm-uapi/xe: Ensure every uapi struct has drm_xe prefix URL : https://patchwork.freedesktop.org/series/127838/ State : success == Summary == CI Bug Log - changes from CI_DRM_14022 -> IGTPW_10423 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/index.html Participating hosts (38 -> 33) ------------------------------ Additional (1): fi-pnv-d510 Missing (6): bat-kbl-2 fi-bsw-n3050 bat-dg2-9 fi-snb-2520m bat-jsl-1 bat-mtlp-8 Known issues ------------ Here are the changes found in IGTPW_10423 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_huc_copy@huc-copy: - fi-kbl-7567u: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#2190]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-pnv-d510: NOTRUN -> [SKIP][2] ([fdo#109271]) +28 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/fi-pnv-d510/igt@gem_lmem_swapping@basic.html * igt@gem_tiled_blits@basic: - fi-kbl-7567u: NOTRUN -> [INCOMPLETE][3] ([i915#2295]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/fi-kbl-7567u/igt@gem_tiled_blits@basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7643 -> IGTPW_10423 CI-20190529: 20190529 CI_DRM_14022: 87fdea3fd86a02e2e7855e372c0d3fb32e53e4e6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10423: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/index.html IGT_7643: ced22f8bf4263ff395dc852c86b682e62a7a1c1b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/index.html [-- Attachment #2: Type: text/html, Size: 2975 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ CI.xeBAT: success for drm-uapi/xe: Ensure every uapi struct has drm_xe prefix 2023-12-14 19:49 [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix Francois Dugast 2023-12-14 21:08 ` ✓ Fi.CI.BAT: success for " Patchwork @ 2023-12-14 21:35 ` Patchwork 2023-12-14 21:57 ` ✗ Fi.CI.IGT: failure " Patchwork 2023-12-15 0:51 ` [PATCH i-g-t] " Rodrigo Vivi 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-12-14 21:35 UTC (permalink / raw) To: Francois Dugast; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 2897 bytes --] == Series Details == Series: drm-uapi/xe: Ensure every uapi struct has drm_xe prefix URL : https://patchwork.freedesktop.org/series/127838/ State : success == Summary == CI Bug Log - changes from XEIGT_7643_BAT -> XEIGTPW_10423_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_10423_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1: - bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#480]) +2 other tests fail [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7643/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10423/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html * igt@kms_flip@basic-flip-vs-wf_vblank@c-dp3: - bat-dg2-oem2: [PASS][3] -> [FAIL][4] ([Intel XE#480]) [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7643/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@c-dp3.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10423/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@c-dp3.html #### Possible fixes #### * igt@kms_cursor_legacy@basic-flip-before-cursor-atomic: - bat-adlp-7: [FAIL][5] ([i915#2346]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7643/bat-adlp-7/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10423/bat-adlp-7/igt@kms_cursor_legacy@basic-flip-before-cursor-atomic.html * igt@kms_flip@basic-flip-vs-wf_vblank@b-dp3: - bat-dg2-oem2: [FAIL][7] ([Intel XE#480]) -> [PASS][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7643/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@b-dp3.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10423/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@b-dp3.html [Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 Build changes ------------- * IGT: IGT_7643 -> IGTPW_10423 * Linux: xe-577-5cd1893366708380854f4694ae57417192458a6b -> xe-578-e9f8fa579c5f7a0b1a08ffeeaa03fe7ef4981b3c IGTPW_10423: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/index.html IGT_7643: ced22f8bf4263ff395dc852c86b682e62a7a1c1b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-577-5cd1893366708380854f4694ae57417192458a6b: 5cd1893366708380854f4694ae57417192458a6b xe-578-e9f8fa579c5f7a0b1a08ffeeaa03fe7ef4981b3c: e9f8fa579c5f7a0b1a08ffeeaa03fe7ef4981b3c == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10423/index.html [-- Attachment #2: Type: text/html, Size: 3718 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Fi.CI.IGT: failure for drm-uapi/xe: Ensure every uapi struct has drm_xe prefix 2023-12-14 19:49 [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix Francois Dugast 2023-12-14 21:08 ` ✓ Fi.CI.BAT: success for " Patchwork 2023-12-14 21:35 ` ✓ CI.xeBAT: " Patchwork @ 2023-12-14 21:57 ` Patchwork 2023-12-15 0:51 ` [PATCH i-g-t] " Rodrigo Vivi 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-12-14 21:57 UTC (permalink / raw) To: Francois Dugast; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 90542 bytes --] == Series Details == Series: drm-uapi/xe: Ensure every uapi struct has drm_xe prefix URL : https://patchwork.freedesktop.org/series/127838/ State : failure == Summary == CI Bug Log - changes from CI_DRM_14022_full -> IGTPW_10423_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_10423_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_10423_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_10423_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_balancer@bonded-dual: - shard-rkl: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@gem_exec_balancer@bonded-dual.html - shard-dg1: NOTRUN -> [ABORT][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-13/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@individual: - shard-dg1: NOTRUN -> [INCOMPLETE][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@gem_exec_balancer@individual.html * igt@gem_exec_balancer@persistence: - shard-mtlp: NOTRUN -> [ABORT][4] +1 other test abort [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@gem_exec_balancer@persistence.html * igt@i915_power@sanity: - shard-snb: NOTRUN -> [INCOMPLETE][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb5/igt@i915_power@sanity.html #### Warnings #### * igt@gem_ctx_freq@sysfs@gt0: - shard-rkl: [ABORT][6] ([i915#9847]) -> [INCOMPLETE][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-rkl-3/igt@gem_ctx_freq@sysfs@gt0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@gem_ctx_freq@sysfs@gt0.html - shard-dg1: [INCOMPLETE][8] ([i915#9855]) -> [INCOMPLETE][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-dg1-16/igt@gem_ctx_freq@sysfs@gt0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@gem_ctx_freq@sysfs@gt0.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_vrr@seamless-rr-switch-vrr}: - shard-dg2: NOTRUN -> [SKIP][10] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-rkl: NOTRUN -> [SKIP][11] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-dg1: NOTRUN -> [SKIP][12] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-tglu: NOTRUN -> [SKIP][13] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@kms_vrr@seamless-rr-switch-vrr.html New tests --------- New tests have been introduced between CI_DRM_14022_full and IGTPW_10423_full: ### New IGT tests (1) ### * igt@kms_flip@flip-vs-suspend@d-hdmi-a1: - Statuses : 1 pass(s) - Exec time: [3.30] s Known issues ------------ Here are the changes found in IGTPW_10423_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][14] ([i915#8414]) +19 other tests skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@isolation@rcs0: - shard-mtlp: NOTRUN -> [SKIP][15] ([i915#8414]) +11 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@drm_fdinfo@isolation@rcs0.html * igt@drm_fdinfo@isolation@vecs0: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#8414]) +5 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@drm_fdinfo@isolation@vecs0.html * igt@drm_fdinfo@virtual-idle: - shard-rkl: [PASS][17] -> [FAIL][18] ([i915#7742]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-rkl-5/igt@drm_fdinfo@virtual-idle.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@drm_fdinfo@virtual-idle.html * igt@gem_create@create-ext-cpu-access-big: - shard-tglu: NOTRUN -> [SKIP][19] ([i915#6335]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@gem_create@create-ext-cpu-access-big.html - shard-dg2: NOTRUN -> [INCOMPLETE][20] ([i915#9364]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@gem_create@create-ext-cpu-access-big.html - shard-rkl: NOTRUN -> [SKIP][21] ([i915#6335]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_persistence@engines-mixed-process: - shard-snb: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#1099]) +5 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb4/igt@gem_ctx_persistence@engines-mixed-process.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#8555]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-13/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][24] ([i915#5784]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gem_eio@kms.html * igt@gem_eio@unwedge-stress: - shard-snb: NOTRUN -> [FAIL][25] ([i915#8898]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb6/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@invalid-bonds: - shard-rkl: NOTRUN -> [ABORT][26] ([i915#9855]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@gem_exec_balancer@invalid-bonds.html - shard-dg1: NOTRUN -> [SKIP][27] ([i915#4036]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@nohangcheck: - shard-mtlp: NOTRUN -> [ABORT][28] ([i915#9855]) +1 other test abort [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@gem_exec_balancer@nohangcheck.html * igt@gem_exec_balancer@parallel: - shard-glk: NOTRUN -> [ABORT][29] ([i915#9855]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk1/igt@gem_exec_balancer@parallel.html * igt@gem_exec_balancer@parallel-dmabuf-import-out-fence: - shard-dg2: NOTRUN -> [ABORT][30] ([i915#9855]) +1 other test abort [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html * igt@gem_exec_balancer@parallel-out-fence: - shard-mtlp: NOTRUN -> [ABORT][31] ([i915#9856]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@gem_exec_balancer@parallel-out-fence.html * igt@gem_exec_capture@many-4k-incremental: - shard-glk: NOTRUN -> [FAIL][32] ([i915#9606]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk7/igt@gem_exec_capture@many-4k-incremental.html - shard-mtlp: NOTRUN -> [FAIL][33] ([i915#9606]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@gem_exec_capture@many-4k-incremental.html - shard-dg2: NOTRUN -> [FAIL][34] ([i915#9606]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@gem_exec_capture@many-4k-incremental.html - shard-rkl: NOTRUN -> [FAIL][35] ([i915#9606]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@gem_exec_capture@many-4k-incremental.html - shard-dg1: NOTRUN -> [FAIL][36] ([i915#9606]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@gem_exec_capture@many-4k-incremental.html - shard-tglu: NOTRUN -> [FAIL][37] ([i915#9606]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@gem_exec_capture@many-4k-incremental.html * igt@gem_exec_fair@basic-pace: - shard-dg1: NOTRUN -> [SKIP][38] ([i915#3539]) +2 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglu: NOTRUN -> [FAIL][39] ([i915#2842]) +4 other tests fail [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-5/igt@gem_exec_fair@basic-pace@bcs0.html - shard-rkl: NOTRUN -> [FAIL][40] ([i915#2842]) +1 other test fail [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-sync: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4473] / [i915#4771]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@gem_exec_fair@basic-sync.html - shard-dg2: NOTRUN -> [SKIP][42] ([i915#3539]) +2 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_fence@submit67: - shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4812]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@gem_exec_fence@submit67.html - shard-dg2: NOTRUN -> [SKIP][44] ([i915#4812]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_exec_fence@submit67.html - shard-dg1: NOTRUN -> [SKIP][45] ([i915#4812]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_params@secure-non-root: - shard-rkl: NOTRUN -> [SKIP][47] ([fdo#112283]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@gem_exec_params@secure-non-root.html - shard-dg1: NOTRUN -> [SKIP][48] ([fdo#112283]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@gem_exec_params@secure-non-root.html - shard-tglu: NOTRUN -> [SKIP][49] ([fdo#112283]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@gem_exec_params@secure-non-root.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#3281]) +9 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-concurrent0: - shard-dg1: NOTRUN -> [SKIP][51] ([i915#3281]) +9 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gem_exec_reloc@basic-concurrent0.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][52] ([i915#3281]) +11 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#3281]) +6 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4537] / [i915#4812]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue-contexts-chain.html - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4537] / [i915#4812]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_exec_schedule@thriceslice: - shard-snb: NOTRUN -> [SKIP][56] ([fdo#109271]) +510 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb6/igt@gem_exec_schedule@thriceslice.html * igt@gem_exec_suspend@basic-s0@lmem0: - shard-dg2: [PASS][57] -> [INCOMPLETE][58] ([i915#9275]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-dg2-10/igt@gem_exec_suspend@basic-s0@lmem0.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@gem_exec_suspend@basic-s0@lmem0.html * igt@gem_exec_whisper@basic-fds-all: - shard-snb: NOTRUN -> [INCOMPLETE][59] ([i915#9857]) +2 other tests incomplete [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb1/igt@gem_exec_whisper@basic-fds-all.html * igt@gem_exec_whisper@basic-fds-priority-all: - shard-tglu: NOTRUN -> [INCOMPLETE][60] ([i915#6755] / [i915#7392] / [i915#9857]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@gem_exec_whisper@basic-fds-priority-all.html - shard-mtlp: NOTRUN -> [ABORT][61] ([i915#7392] / [i915#9857]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@gem_exec_whisper@basic-fds-priority-all.html * igt@gem_exec_whisper@basic-forked: - shard-tglu: NOTRUN -> [INCOMPLETE][62] ([i915#7392] / [i915#9857]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@gem_exec_whisper@basic-forked.html - shard-glk: NOTRUN -> [INCOMPLETE][63] ([i915#9857]) +3 other tests incomplete [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk6/igt@gem_exec_whisper@basic-forked.html - shard-mtlp: NOTRUN -> [ABORT][64] ([i915#9855] / [i915#9857]) +1 other test abort [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-1/igt@gem_exec_whisper@basic-forked.html * igt@gem_exec_whisper@basic-queues-all: - shard-tglu: NOTRUN -> [INCOMPLETE][65] ([i915#9857]) +1 other test incomplete [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@gem_exec_whisper@basic-queues-all.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg1: NOTRUN -> [SKIP][66] ([i915#4860]) +3 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fence_thrash@bo-write-verify-x: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4860]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@gem_fence_thrash@bo-write-verify-x.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4860]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_lmem_swapping@massive-random: - shard-glk: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#4613]) +4 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk5/igt@gem_lmem_swapping@massive-random.html - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4613]) +4 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@gem_lmem_swapping@massive-random.html * igt@gem_lmem_swapping@parallel-multi: - shard-tglu: NOTRUN -> [SKIP][71] ([i915#4613]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@gem_lmem_swapping@parallel-multi.html * igt@gem_lmem_swapping@parallel-random-verify: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#4613]) +5 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify.html * igt@gem_mmap_gtt@basic-read: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#4077]) +13 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_mmap_gtt@basic-read.html * igt@gem_mmap_gtt@cpuset-big-copy-xy: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4077]) +12 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-big-copy-xy.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#4083]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@gem_mmap_wc@fault-concurrent.html - shard-dg1: NOTRUN -> [SKIP][76] ([i915#4083]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@read-write: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4083]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@gem_mmap_wc@read-write.html * igt@gem_partial_pwrite_pread@write: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#3282]) +6 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@gem_partial_pwrite_pread@write.html * igt@gem_partial_pwrite_pread@write-snoop: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#3282]) +6 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@gem_partial_pwrite_pread@write-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#3282]) +5 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pwrite@basic-exhaustion: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#3282]) +7 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@gem_pwrite@basic-exhaustion.html - shard-tglu: NOTRUN -> [WARN][82] ([i915#2658]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@gem_pwrite@basic-exhaustion.html - shard-glk: NOTRUN -> [WARN][83] ([i915#2658]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk3/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg1: NOTRUN -> [SKIP][84] ([i915#4270]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-off-3.html - shard-tglu: NOTRUN -> [SKIP][85] ([i915#4270]) +1 other test skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-8/igt@gem_pxp@reject-modify-context-protection-off-3.html - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#4270]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-5/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#4270]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html - shard-rkl: NOTRUN -> [SKIP][88] ([i915#4270]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_render_copy@y-tiled-ccs-to-y-tiled-ccs: - shard-mtlp: NOTRUN -> [SKIP][89] ([i915#8428]) +4 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-ccs.html * igt@gem_tiled_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][90] ([i915#4077]) +12 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@gem_tiled_partial_pwrite_pread@writes-after-reads.html * igt@gem_unfence_active_buffers: - shard-mtlp: NOTRUN -> [SKIP][91] ([i915#4879]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@gem_unfence_active_buffers.html - shard-dg2: NOTRUN -> [SKIP][92] ([i915#4879]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@coherency-unsync: - shard-tglu: NOTRUN -> [SKIP][93] ([i915#3297]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu: NOTRUN -> [SKIP][94] ([i915#3323]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@gem_userptr_blits@dmabuf-sync.html - shard-glk: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#3323]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk9/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#3297]) +2 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html - shard-rkl: NOTRUN -> [SKIP][97] ([i915#3297]) +1 other test skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@gem_userptr_blits@dmabuf-unsync.html - shard-dg1: NOTRUN -> [SKIP][98] ([i915#3297]) +2 other tests skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-mtlp: NOTRUN -> [SKIP][99] ([i915#3297]) +2 other tests skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@gem_userptr_blits@map-fixed-invalidate-busy.html - shard-dg2: NOTRUN -> [SKIP][100] ([i915#3297] / [i915#4880]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg1: NOTRUN -> [SKIP][101] ([i915#3297] / [i915#4880]) +1 other test skip [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gen7_exec_parse@load-register-reg: - shard-tglu: NOTRUN -> [SKIP][102] ([fdo#109289]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@gen7_exec_parse@load-register-reg.html - shard-dg2: NOTRUN -> [SKIP][103] ([fdo#109289]) +2 other tests skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@gen7_exec_parse@load-register-reg.html - shard-rkl: NOTRUN -> [SKIP][104] ([fdo#109289]) +2 other tests skip [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@gen7_exec_parse@load-register-reg.html - shard-dg1: NOTRUN -> [SKIP][105] ([fdo#109289]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@gen7_exec_parse@load-register-reg.html * igt@gen9_exec_parse@allowed-all: - shard-mtlp: NOTRUN -> [SKIP][106] ([i915#2856]) +1 other test skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-3/igt@gen9_exec_parse@allowed-all.html - shard-dg2: NOTRUN -> [SKIP][107] ([i915#2856]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@gen9_exec_parse@allowed-all.html - shard-rkl: NOTRUN -> [SKIP][108] ([i915#2527]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@gen9_exec_parse@allowed-all.html * igt@gen9_exec_parse@bb-large: - shard-dg1: NOTRUN -> [SKIP][109] ([i915#2527]) +2 other tests skip [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@gen9_exec_parse@bb-large.html - shard-tglu: NOTRUN -> [SKIP][110] ([i915#2527] / [i915#2856]) +2 other tests skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@gen9_exec_parse@bb-large.html * igt@i915_module_load@load: - shard-snb: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#6227]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb1/igt@i915_module_load@load.html - shard-dg1: NOTRUN -> [SKIP][112] ([i915#6227]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@i915_module_load@load.html - shard-tglu: NOTRUN -> [SKIP][113] ([i915#6227]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@i915_module_load@load.html - shard-glk: NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#6227]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk5/igt@i915_module_load@load.html - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#6227]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-4/igt@i915_module_load@load.html - shard-dg2: NOTRUN -> [SKIP][116] ([i915#6227]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@i915_module_load@load.html - shard-rkl: NOTRUN -> [SKIP][117] ([i915#6227]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-snb: NOTRUN -> [INCOMPLETE][118] ([i915#9200] / [i915#9849]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb6/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#6412]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@i915_module_load@resize-bar.html - shard-dg1: NOTRUN -> [SKIP][120] ([i915#7178]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-13/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset: - shard-tglu: NOTRUN -> [SKIP][121] ([i915#8399]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@i915_pm_freq_api@freq-reset.html * igt@i915_pm_freq_api@freq-suspend: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#8399]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: NOTRUN -> [INCOMPLETE][123] ([i915#9407]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_rc6_residency@rc6-fence@gt0: - shard-snb: NOTRUN -> [INCOMPLETE][124] ([i915#9858]) +1 other test incomplete [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb4/igt@i915_pm_rc6_residency@rc6-fence@gt0.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-glk: NOTRUN -> [INCOMPLETE][125] ([i915#9858]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk8/igt@i915_pm_rc6_residency@rc6-idle.html - shard-dg2: NOTRUN -> [INCOMPLETE][126] ([i915#9858]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-1/igt@i915_pm_rc6_residency@rc6-idle.html - shard-dg1: NOTRUN -> [INCOMPLETE][127] ([i915#9858]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-mtlp: NOTRUN -> [ABORT][128] ([i915#9855] / [i915#9858]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html - shard-rkl: NOTRUN -> [INCOMPLETE][129] ([i915#9858]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html - shard-tglu: NOTRUN -> [INCOMPLETE][130] ([i915#9858]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rps@thresholds@gt0: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#8925]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-13/igt@i915_pm_rps@thresholds@gt0.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][132] ([i915#4212]) +1 other test skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html - shard-dg1: NOTRUN -> [SKIP][133] ([i915#4212]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#4212]) +1 other test skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][135] ([i915#1769] / [i915#3555]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-tglu: NOTRUN -> [SKIP][136] ([i915#1769] / [i915#3555]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-5/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-glk: NOTRUN -> [SKIP][137] ([fdo#109271] / [i915#1769]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-dg2: NOTRUN -> [SKIP][138] ([i915#1769] / [i915#3555]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-rkl: NOTRUN -> [SKIP][139] ([i915#1769] / [i915#3555]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html - shard-dg1: NOTRUN -> [SKIP][140] ([i915#1769] / [i915#3555]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_big_fb@4-tiled-64bpp-rotate-270: - shard-dg2: NOTRUN -> [SKIP][141] ([fdo#111614]) +3 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_big_fb@4-tiled-64bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#4538] / [i915#5286]) +8 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-16/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html * igt@kms_big_fb@4-tiled-8bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][143] ([fdo#111614]) +2 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_big_fb@4-tiled-8bpp-rotate-270.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][144] ([i915#5286]) +8 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][145] ([fdo#111615] / [i915#5286]) +9 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][146] ([fdo#111614]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_big_fb@linear-32bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][147] ([fdo#111614] / [i915#3638]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_big_fb@linear-32bpp-rotate-270.html - shard-dg1: NOTRUN -> [SKIP][148] ([i915#3638]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][149] ([fdo#111615]) +7 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-tglu: NOTRUN -> [FAIL][150] ([i915#3743]) +1 other test fail [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#5190]) +10 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#4538] / [i915#5190]) +3 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-rkl: NOTRUN -> [SKIP][153] ([fdo#110723]) +3 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html - shard-dg1: NOTRUN -> [SKIP][154] ([i915#4538]) +2 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html - shard-tglu: NOTRUN -> [SKIP][155] ([fdo#111615]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_joiner@invalid-modeset: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#2705]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@kms_big_joiner@invalid-modeset.html - shard-dg2: NOTRUN -> [SKIP][157] ([i915#2705]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_big_joiner@invalid-modeset.html - shard-rkl: NOTRUN -> [SKIP][158] ([i915#2705]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-bad-aux-stride-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#5354] / [i915#6095]) +14 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_ccs@pipe-a-bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html * igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-mtl-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#5354] / [i915#6095]) +33 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@kms_ccs@pipe-a-bad-pixel-format-4-tiled-mtl-rc-ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y-tiled-gen12-rc-ccs: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#5354] / [i915#6095]) +28 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-yf-tiled-ccs: - shard-tglu: NOTRUN -> [SKIP][162] ([i915#5354] / [i915#6095]) +33 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@kms_ccs@pipe-b-missing-ccs-buffer-yf-tiled-ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-y-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][163] ([i915#5354]) +60 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_ccs@pipe-c-bad-rotation-90-y-tiled-ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-mtl-mc-ccs: - shard-glk: NOTRUN -> [SKIP][164] ([fdo#109271]) +172 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk9/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html * igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][165] ([i915#5354]) +27 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#7828]) +8 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#7828]) +9 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg1: NOTRUN -> [SKIP][168] ([fdo#111827]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@kms_chamelium_color@ctm-0-50.html - shard-tglu: NOTRUN -> [SKIP][169] ([fdo#111827]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-5/igt@kms_chamelium_color@ctm-0-50.html - shard-mtlp: NOTRUN -> [SKIP][170] ([fdo#111827]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-3/igt@kms_chamelium_color@ctm-0-50.html - shard-dg2: NOTRUN -> [SKIP][171] ([fdo#111827]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@kms_chamelium_color@ctm-0-50.html - shard-rkl: NOTRUN -> [SKIP][172] ([fdo#111827]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-tglu: NOTRUN -> [SKIP][173] ([i915#7828]) +6 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#7828]) +6 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#7828]) +8 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-3/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#8814]) +2 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-32x32: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#3555]) +7 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-32x32.html - shard-tglu: NOTRUN -> [SKIP][178] ([i915#3555]) +6 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-32x32.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3359]) +2 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-3/igt@kms_cursor_crc@cursor-onscreen-512x170.html - shard-rkl: NOTRUN -> [SKIP][180] ([fdo#109279] / [i915#3359]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html - shard-dg1: NOTRUN -> [SKIP][181] ([i915#3359]) +1 other test skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@kms_cursor_crc@cursor-onscreen-512x170.html - shard-tglu: NOTRUN -> [SKIP][182] ([fdo#109279] / [i915#3359]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-5/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#3359]) +2 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x170.html - shard-rkl: NOTRUN -> [SKIP][184] ([i915#3359]) +1 other test skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-tglu: NOTRUN -> [SKIP][185] ([i915#3359]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-8/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-128x42: - shard-mtlp: NOTRUN -> [SKIP][186] ([i915#8814]) +1 other test skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-128x42.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][187] ([i915#9809]) +5 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-5/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@cursora-vs-flipb-atomic: - shard-dg2: NOTRUN -> [SKIP][188] ([fdo#109274] / [i915#5354]) +6 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_cursor_legacy@cursora-vs-flipb-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][189] ([fdo#111825]) +12 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-tglu: NOTRUN -> [SKIP][190] ([fdo#109274]) +5 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-rkl: NOTRUN -> [SKIP][191] ([fdo#111767] / [fdo#111825]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html - shard-dg1: NOTRUN -> [SKIP][192] ([fdo#111767] / [fdo#111825]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-16/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html - shard-snb: NOTRUN -> [SKIP][193] ([fdo#109271] / [fdo#111767]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb4/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html - shard-tglu: NOTRUN -> [SKIP][194] ([fdo#109274] / [fdo#111767]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html - shard-mtlp: NOTRUN -> [SKIP][195] ([fdo#111767]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html - shard-dg2: NOTRUN -> [SKIP][196] ([fdo#109274] / [fdo#111767] / [i915#5354]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions: - shard-tglu: NOTRUN -> [SKIP][197] ([i915#4103]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#4213]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-dg2: NOTRUN -> [SKIP][199] ([i915#4103] / [i915#4213]) +1 other test skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-rkl: NOTRUN -> [SKIP][200] ([i915#4103]) +1 other test skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html - shard-dg1: NOTRUN -> [SKIP][201] ([i915#4103] / [i915#4213]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#9227]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-dp-4.html * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#9723]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html - shard-tglu: NOTRUN -> [SKIP][204] ([i915#9723]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html * igt@kms_dither@fb-8bpc-vs-panel-8bpc: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#3555]) +7 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#3840]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html - shard-dg1: NOTRUN -> [SKIP][207] ([i915#3840]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][208] ([i915#3840]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html - shard-mtlp: NOTRUN -> [SKIP][209] ([i915#3840]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#3840]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-1/igt@kms_dsc@dsc-with-bpc-formats.html - shard-dg2: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#3840]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@kms_dsc@dsc-with-bpc-formats.html - shard-rkl: NOTRUN -> [SKIP][212] ([i915#3555] / [i915#3840]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_dsc@dsc-with-bpc-formats.html - shard-dg1: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#3840]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@kms_dsc@dsc-with-bpc-formats.html - shard-tglu: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#3840]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_feature_discovery@chamelium: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#2065] / [i915#4854]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-8/igt@kms_feature_discovery@chamelium.html - shard-mtlp: NOTRUN -> [SKIP][216] ([i915#4854]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-5/igt@kms_feature_discovery@chamelium.html - shard-dg2: NOTRUN -> [SKIP][217] ([i915#4854]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_feature_discovery@chamelium.html - shard-rkl: NOTRUN -> [SKIP][218] ([i915#4854]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_feature_discovery@chamelium.html - shard-dg1: NOTRUN -> [SKIP][219] ([i915#4854]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@psr1: - shard-tglu: NOTRUN -> [SKIP][220] ([i915#658]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@kms_feature_discovery@psr1.html - shard-dg2: NOTRUN -> [SKIP][221] ([i915#658]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@kms_feature_discovery@psr1.html - shard-rkl: NOTRUN -> [SKIP][222] ([i915#658]) [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@kms_feature_discovery@psr1.html - shard-dg1: NOTRUN -> [SKIP][223] ([i915#658]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-17/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank: - shard-tglu: NOTRUN -> [SKIP][224] ([fdo#109274] / [i915#3637]) +7 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][225] ([i915#8381]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_flip@2x-flip-vs-fences-interruptible.html - shard-mtlp: NOTRUN -> [SKIP][226] ([i915#8381]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_flip@2x-flip-vs-fences-interruptible.html - shard-dg2: NOTRUN -> [SKIP][227] ([i915#8381]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#3637]) +6 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-dg2: NOTRUN -> [SKIP][229] ([fdo#109274]) +6 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][230] ([i915#2672]) [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#8810]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][232] ([i915#2587] / [i915#2672]) +3 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html - shard-tglu: NOTRUN -> [SKIP][233] ([i915#2587] / [i915#2672]) +3 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][234] ([i915#2672]) +2 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][235] ([i915#2672]) +3 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8810]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-32bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-snb: [PASS][237] -> [SKIP][238] ([fdo#109271]) +3 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][239] ([i915#8708]) +12 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#5460]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#3023]) +15 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][242] ([i915#1825]) +19 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][243] ([fdo#109280]) +24 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][244] ([i915#8708]) +11 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][245] ([fdo#110189]) +18 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][246] ([i915#3458]) +11 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#3458]) +10 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][248] ([fdo#111825]) +30 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][249] ([i915#8708]) +15 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt: - shard-rkl: NOTRUN -> [SKIP][250] ([fdo#111825] / [i915#1825]) +22 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][251] ([i915#9457]) +3 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html * igt@kms_panel_fitting@legacy: - shard-tglu: NOTRUN -> [SKIP][252] ([i915#6301]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-6/igt@kms_panel_fitting@legacy.html - shard-dg2: NOTRUN -> [SKIP][253] ([i915#6301]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@kms_panel_fitting@legacy.html - shard-rkl: NOTRUN -> [SKIP][254] ([i915#6301]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@kms_panel_fitting@legacy.html - shard-dg1: NOTRUN -> [SKIP][255] ([i915#6301]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-mtlp: NOTRUN -> [SKIP][256] ([fdo#109289]) +1 other test skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_lowres@tiling-x@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][257] ([i915#3582]) +3 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-1/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][258] ([i915#3555] / [i915#8821]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_plane_lowres@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][259] ([i915#3555] / [i915#8821]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][260] ([i915#3555]) +8 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_plane_multiple@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#3555] / [i915#8806]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_plane_multiple@tiling-yf.html - shard-dg2: NOTRUN -> [SKIP][262] ([i915#3555] / [i915#8806]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#9423]) +3 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][264] ([i915#9423]) +7 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#9423]) +3 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][266] ([i915#5176]) +7 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-3/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-modifiers@pipe-b-edp-1.html * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][267] ([i915#9423]) +7 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-5/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#5235]) +3 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][269] ([i915#5235]) +3 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-8/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][270] ([i915#5235]) +3 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-15/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][271] ([i915#3555] / [i915#5235]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-5/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][272] ([i915#5235]) +10 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b-edp-1.html * igt@kms_pm_backlight@basic-brightness: - shard-dg1: NOTRUN -> [SKIP][273] ([i915#5354]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade: - shard-tglu: NOTRUN -> [SKIP][274] ([i915#9812]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_pm_backlight@fade.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2: NOTRUN -> [SKIP][275] ([i915#9685]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-rkl: NOTRUN -> [SKIP][276] ([i915#9685]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-tglu: NOTRUN -> [SKIP][277] ([i915#9685]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@kms_pm_dc@dc3co-vpb-simulation.html - shard-mtlp: NOTRUN -> [SKIP][278] ([i915#9292]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc6-dpms: - shard-mtlp: NOTRUN -> [FAIL][279] ([i915#9298]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@kms_pm_dc@dc6-dpms.html - shard-dg2: NOTRUN -> [SKIP][280] ([i915#5978]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_pm_dc@dc6-dpms.html - shard-rkl: NOTRUN -> [SKIP][281] ([i915#3361]) [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][282] ([i915#4281]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html - shard-tglu: NOTRUN -> [SKIP][283] ([i915#4281]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@modeset-lpsp: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#9519]) +1 other test skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp.html - shard-dg1: NOTRUN -> [SKIP][285] ([i915#9519]) +1 other test skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@kms_pm_rpm@modeset-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][286] ([i915#9519]) +1 other test skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-tglu: NOTRUN -> [SKIP][287] ([i915#9519]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html - shard-mtlp: NOTRUN -> [SKIP][288] ([i915#9519]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][289] ([i915#9683]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html - shard-tglu: NOTRUN -> [SKIP][290] ([i915#9683]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-7/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html - shard-dg2: NOTRUN -> [SKIP][291] ([i915#9683]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html - shard-rkl: NOTRUN -> [SKIP][292] ([i915#9683]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-rkl: NOTRUN -> [SKIP][293] ([fdo#111068] / [i915#9683]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][294] ([i915#4235]) +1 other test skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-270.html - shard-rkl: NOTRUN -> [INCOMPLETE][295] ([i915#8875] / [i915#9569]) +1 other test incomplete [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-rotation-90: - shard-mtlp: NOTRUN -> [SKIP][296] ([i915#4235]) +2 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][297] ([i915#4235] / [i915#5190]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][298] ([fdo#111615] / [i915#5289]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html - shard-dg1: NOTRUN -> [SKIP][299] ([fdo#111615] / [i915#5289]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html - shard-mtlp: NOTRUN -> [SKIP][300] ([i915#5289]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][301] ([fdo#111615] / [i915#5289]) +1 other test skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][302] ([i915#5465]) +1 other test fail [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb4/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][303] ([i915#3555] / [i915#8823]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_sysfs_edid_timing: - shard-dg2: NOTRUN -> [FAIL][304] ([IGT#2]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-1/igt@kms_sysfs_edid_timing.html - shard-dg1: NOTRUN -> [FAIL][305] ([IGT#2] / [i915#6493]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-16/igt@kms_sysfs_edid_timing.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [FAIL][306] ([fdo#103375] / [i915#9224]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-edp-1.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [FAIL][307] ([fdo#103375]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-d-edp-1.html * igt@kms_vrr@flipline: - shard-mtlp: NOTRUN -> [SKIP][308] ([i915#3555] / [i915#8808]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@kms_vrr@flipline.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg1: NOTRUN -> [SKIP][309] ([i915#2437]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@kms_writeback@writeback-invalid-parameters.html - shard-tglu: NOTRUN -> [SKIP][310] ([i915#2437]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@kms_writeback@writeback-invalid-parameters.html - shard-glk: NOTRUN -> [SKIP][311] ([fdo#109271] / [i915#2437]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk9/igt@kms_writeback@writeback-invalid-parameters.html - shard-mtlp: NOTRUN -> [SKIP][312] ([i915#2437]) [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@kms_writeback@writeback-invalid-parameters.html - shard-dg2: NOTRUN -> [SKIP][313] ([i915#2437]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-6/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@disabled-read-error: - shard-mtlp: NOTRUN -> [ABORT][314] ([i915#9847]) +4 other tests abort [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-5/igt@perf@disabled-read-error.html - shard-rkl: NOTRUN -> [ABORT][315] ([i915#9847]) +2 other tests abort [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@perf@disabled-read-error.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg1: NOTRUN -> [ABORT][316] ([i915#9847]) +1 other test abort [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-13/igt@perf@non-zero-reason@0-rcs0.html * igt@perf_pmu@busy-accuracy-50@rcs0: - shard-rkl: NOTRUN -> [ABORT][317] ([i915#9847] / [i915#9853]) +1 other test abort [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-5/igt@perf_pmu@busy-accuracy-50@rcs0.html * igt@perf_pmu@busy-accuracy-98@rcs0: - shard-tglu: NOTRUN -> [INCOMPLETE][318] ([i915#9853]) +4 other tests incomplete [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-4/igt@perf_pmu@busy-accuracy-98@rcs0.html - shard-glk: NOTRUN -> [ABORT][319] ([i915#9847] / [i915#9853]) [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk1/igt@perf_pmu@busy-accuracy-98@rcs0.html - shard-mtlp: NOTRUN -> [ABORT][320] ([i915#9847] / [i915#9853]) +4 other tests abort [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-8/igt@perf_pmu@busy-accuracy-98@rcs0.html * igt@perf_pmu@busy-double-start@rcs0: - shard-snb: NOTRUN -> [INCOMPLETE][321] ([i915#9853]) +5 other tests incomplete [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb5/igt@perf_pmu@busy-double-start@rcs0.html * igt@perf_pmu@enable-race@rcs0: - shard-dg2: NOTRUN -> [INCOMPLETE][322] ([i915#9853]) +3 other tests incomplete [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-1/igt@perf_pmu@enable-race@rcs0.html - shard-rkl: NOTRUN -> [INCOMPLETE][323] ([i915#9853]) +3 other tests incomplete [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-1/igt@perf_pmu@enable-race@rcs0.html * igt@perf_pmu@idle@rcs0: - shard-dg1: NOTRUN -> [INCOMPLETE][324] ([i915#9853]) +5 other tests incomplete [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@perf_pmu@idle@rcs0.html * igt@perf_pmu@semaphore-wait-idle: - shard-glk: NOTRUN -> [INCOMPLETE][325] ([i915#9853]) +3 other tests incomplete [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk5/igt@perf_pmu@semaphore-wait-idle.html * igt@perf_pmu@semaphore-wait-idle@rcs0: - shard-dg2: NOTRUN -> [ABORT][326] ([i915#9847] / [i915#9853]) +1 other test abort [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@perf_pmu@semaphore-wait-idle@rcs0.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][327] ([i915#3708]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-2/igt@prime_vgem@basic-read.html - shard-dg2: NOTRUN -> [SKIP][328] ([i915#3291] / [i915#3708]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-11/igt@prime_vgem@basic-read.html - shard-rkl: NOTRUN -> [SKIP][329] ([fdo#109295] / [i915#3291] / [i915#3708]) [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@prime_vgem@basic-read.html * igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync: - shard-tglu: NOTRUN -> [SKIP][330] ([fdo#109315] / [i915#2575]) +9 other tests skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-10/igt@v3d/v3d_job_submission@multiple-singlesync-to-multisync.html * igt@v3d/v3d_perfmon@create-perfmon-exceed: - shard-mtlp: NOTRUN -> [SKIP][331] ([i915#2575]) +8 other tests skip [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-7/igt@v3d/v3d_perfmon@create-perfmon-exceed.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-rkl: NOTRUN -> [SKIP][332] ([fdo#109315]) +9 other tests skip [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-7/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html - shard-dg1: NOTRUN -> [SKIP][333] ([i915#2575]) +7 other tests skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-18/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_submit_csd@single-out-sync: - shard-dg2: NOTRUN -> [SKIP][334] ([i915#2575]) +9 other tests skip [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-5/igt@v3d/v3d_submit_csd@single-out-sync.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-tglu: NOTRUN -> [SKIP][335] ([i915#2575]) +4 other tests skip [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-tglu-2/igt@vc4/vc4_purgeable_bo@free-purged-bo.html - shard-mtlp: NOTRUN -> [SKIP][336] ([i915#7711]) +4 other tests skip [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-6/igt@vc4/vc4_purgeable_bo@free-purged-bo.html * igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice: - shard-dg1: NOTRUN -> [SKIP][337] ([i915#7711]) +5 other tests skip [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg1-19/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-twice.html * igt@vc4/vc4_tiling@set-bad-handle: - shard-rkl: NOTRUN -> [SKIP][338] ([i915#7711]) +3 other tests skip [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-rkl-4/igt@vc4/vc4_tiling@set-bad-handle.html * igt@vc4/vc4_tiling@set-get: - shard-dg2: NOTRUN -> [SKIP][339] ([i915#7711]) +3 other tests skip [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@vc4/vc4_tiling@set-get.html #### Possible fixes #### * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt: - shard-snb: [SKIP][340] ([fdo#109271]) -> [PASS][341] +2 other tests pass [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html #### Warnings #### * igt@gem_ctx_freq@sysfs@gt0: - shard-glk: [INCOMPLETE][342] -> [INCOMPLETE][343] ([i915#9855]) [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-glk3/igt@gem_ctx_freq@sysfs@gt0.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-glk5/igt@gem_ctx_freq@sysfs@gt0.html - shard-dg2: [INCOMPLETE][344] ([i915#9860]) -> [ABORT][345] ([i915#9847]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-dg2-5/igt@gem_ctx_freq@sysfs@gt0.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-dg2-7/igt@gem_ctx_freq@sysfs@gt0.html * igt@gem_ctx_freq@sysfs@gt1: - shard-mtlp: [INCOMPLETE][346] -> [INCOMPLETE][347] ([i915#9855]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14022/shard-mtlp-8/igt@gem_ctx_freq@sysfs@gt1.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/shard-mtlp-1/igt@gem_ctx_freq@sysfs@gt1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#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#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#2065]: https://gitlab.freedesktop.org/drm/intel/issues/2065 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [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#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [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#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#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#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [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#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6755]: https://gitlab.freedesktop.org/drm/intel/issues/6755 [i915#7178]: https://gitlab.freedesktop.org/drm/intel/issues/7178 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [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#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821 [i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823 [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875 [i915#8898]: https://gitlab.freedesktop.org/drm/intel/issues/8898 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 [i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200 [i915#9224]: https://gitlab.freedesktop.org/drm/intel/issues/9224 [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 [i915#9292]: https://gitlab.freedesktop.org/drm/intel/issues/9292 [i915#9298]: https://gitlab.freedesktop.org/drm/intel/issues/9298 [i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364 [i915#9407]: https://gitlab.freedesktop.org/drm/intel/issues/9407 [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423 [i915#9457]: https://gitlab.freedesktop.org/drm/intel/issues/9457 [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519 [i915#9569]: https://gitlab.freedesktop.org/drm/intel/issues/9569 [i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606 [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723 [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732 [i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808 [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809 [i915#9812]: https://gitlab.freedesktop.org/drm/intel/issues/9812 [i915#9847]: https://gitlab.freedesktop.org/drm/intel/issues/9847 [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849 [i915#9853]: https://gitlab.freedesktop.org/drm/intel/issues/9853 [i915#9855]: https://gitlab.freedesktop.org/drm/intel/issues/9855 [i915#9856]: https://gitlab.freedesktop.org/drm/intel/issues/9856 [i915#9857]: https://gitlab.freedesktop.org/drm/intel/issues/9857 [i915#9858]: https://gitlab.freedesktop.org/drm/intel/issues/9858 [i915#9860]: https://gitlab.freedesktop.org/drm/intel/issues/9860 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7643 -> IGTPW_10423 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_14022: 87fdea3fd86a02e2e7855e372c0d3fb32e53e4e6 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_10423: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10423/index.html IGT_7643: ced22f8bf4263ff395dc852c86b682e62a7a1c1b @ 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_10423/index.html [-- Attachment #2: Type: text/html, Size: 116454 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix 2023-12-14 19:49 [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix Francois Dugast ` (2 preceding siblings ...) 2023-12-14 21:57 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2023-12-15 0:51 ` Rodrigo Vivi 3 siblings, 0 replies; 5+ messages in thread From: Rodrigo Vivi @ 2023-12-15 0:51 UTC (permalink / raw) To: Francois Dugast; +Cc: igt-dev On Thu, Dec 14, 2023 at 07:49:25PM +0000, Francois Dugast wrote: > Align with commit ("drm/xe/uapi: Ensure every uapi struct has drm_xe prefix") > > Signed-off-by: Francois Dugast <francois.dugast@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> > --- > include/drm-uapi/xe_drm.h | 18 +++++++++--------- > tests/intel/xe_mmap.c | 2 +- > 2 files changed, 10 insertions(+), 10 deletions(-) > > diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h > index b1839df48..9609194c1 100644 > --- a/include/drm-uapi/xe_drm.h > +++ b/include/drm-uapi/xe_drm.h > @@ -27,7 +27,7 @@ extern "C" { > #define DRM_XE_RESET_FAILED_UEVENT "DEVICE_STATUS" > > /** > - * struct xe_user_extension - Base class for defining a chain of extensions > + * struct drm_xe_user_extension - Base class for defining a chain of extensions > * > * Many interfaces need to grow over time. In most cases we can simply > * extend the struct and have userspace pass in more data. Another option, > @@ -45,29 +45,29 @@ extern "C" { > * > * .. code-block:: C > * > - * struct xe_user_extension ext3 { > + * struct drm_xe_user_extension ext3 { > * .next_extension = 0, // end > * .name = ..., > * }; > - * struct xe_user_extension ext2 { > + * struct drm_xe_user_extension ext2 { > * .next_extension = (uintptr_t)&ext3, > * .name = ..., > * }; > - * struct xe_user_extension ext1 { > + * struct drm_xe_user_extension ext1 { > * .next_extension = (uintptr_t)&ext2, > * .name = ..., > * }; > * > - * Typically the struct xe_user_extension would be embedded in some uAPI > + * Typically the struct drm_xe_user_extension would be embedded in some uAPI > * struct, and in this case we would feed it the head of the chain(i.e ext1), > * which would then apply all of the above extensions. > * > */ > -struct xe_user_extension { > +struct drm_xe_user_extension { > /** > * @next_extension: > * > - * Pointer to the next struct xe_user_extension, or zero if the end. > + * Pointer to the next struct drm_xe_user_extension, or zero if the end. > */ > __u64 next_extension; > > @@ -78,7 +78,7 @@ struct xe_user_extension { > * > * Also note that the name space for this is not global for the whole > * driver, but rather its scope/meaning is limited to the specific piece > - * of uAPI which has embedded the struct xe_user_extension. > + * of uAPI which has embedded the struct drm_xe_user_extension. > */ > __u32 name; > > @@ -625,7 +625,7 @@ struct drm_xe_gem_mmap_offset { > /** struct drm_xe_ext_set_property - XE set property extension */ > struct drm_xe_ext_set_property { > /** @base: base user extension */ > - struct xe_user_extension base; > + struct drm_xe_user_extension base; > > /** @property: property to set */ > __u32 property; > diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c > index 63fdf46a8..e96192d23 100644 > --- a/tests/intel/xe_mmap.c > +++ b/tests/intel/xe_mmap.c > @@ -92,7 +92,7 @@ static void test_bad_flags(int fd) > static void test_bad_extensions(int fd) > { > uint64_t size = xe_get_default_alignment(fd); > - struct xe_user_extension ext; > + struct drm_xe_user_extension ext; > struct drm_xe_gem_mmap_offset mmo = { > .handle = xe_bo_create(fd, 0, size, > vram_if_possible(fd, 0), > -- > 2.34.1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-12-15 0:52 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-14 19:49 [PATCH i-g-t] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix Francois Dugast 2023-12-14 21:08 ` ✓ Fi.CI.BAT: success for " Patchwork 2023-12-14 21:35 ` ✓ CI.xeBAT: " Patchwork 2023-12-14 21:57 ` ✗ Fi.CI.IGT: failure " Patchwork 2023-12-15 0:51 ` [PATCH i-g-t] " Rodrigo Vivi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox