* [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader
@ 2024-08-14 13:04 Dominik Grzegorzek
2024-08-14 16:41 ` ✓ CI.xeBAT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Dominik Grzegorzek @ 2024-08-14 13:04 UTC (permalink / raw)
To: igt-dev; +Cc: Dominik Grzegorzek, Andrzej Hajda
1) Fix src1_null macro definition to match platforms which are mentioned in
the comment above the declaration. (DG2+)
Fixes:
iga64 -Xauto-deps -Wall -p=12p71 lib/iga64_generated_codes.c.d/iga64_assembly_eot.12p71.asm
line 2.37: warning: Src1.Length should suffix src1 register (e.g. r10:4)
(W) send.gtwy (8|M0) null r112 null 0 0x02000000 {EOT}
^
2) Zero out r4 register in media block write message to prevent
errors when the same register was used earlier in the shader.
v2: clear r4 before setting r5 (with small grfs the instruction also clears r5)
Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
---
lib/gpgpu_shader.c | 4 ++--
lib/iga64_generated_codes.c | 18 +++++++++++-------
lib/iga64_macros.h | 2 +-
3 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/lib/gpgpu_shader.c b/lib/gpgpu_shader.c
index 991455c49..80bad342a 100644
--- a/lib/gpgpu_shader.c
+++ b/lib/gpgpu_shader.c
@@ -281,6 +281,8 @@ void gpgpu_shader__write_dword(struct gpgpu_shader *shdr, uint32_t value,
uint32_t y_offset)
{
emit_iga64_code(shdr, media_block_write, " \n\
+ // Clear message header \n\
+(W) mov (16|M0) r4.0<1>:ud 0x0:ud \n\
// Payload \n\
(W) mov (1|M0) r5.0<1>:ud ARG(3):ud \n\
(W) mov (1|M0) r5.1<1>:ud ARG(4):ud \n\
@@ -303,8 +305,6 @@ void gpgpu_shader__write_dword(struct gpgpu_shader *shdr, uint32_t value,
// Load r2.4-7 with tg id Y + ARG(1):ud \n\
(W) mov (1|M0) r2.1<1>:ud r0.6<0;1,0>:ud \n\
(W) add (1|M0) r2.1<1>:ud r2.1<0;1,0>:ud ARG(1):ud \n\
- // payload setup \n\
-(W) mov (16|M0) r4.0<1>:ud 0x0:ud \n\
// Store X and Y block start (160:191 and 192:223) \n\
(W) mov (2|M0) r4.5<1>:ud r2.0<2;2,1>:ud \n\
// Store X and Y block max_size (224:231 and 232:239) \n\
diff --git a/lib/iga64_generated_codes.c b/lib/iga64_generated_codes.c
index 6a08c4844..87270bb46 100644
--- a/lib/iga64_generated_codes.c
+++ b/lib/iga64_generated_codes.c
@@ -3,10 +3,11 @@
#include "gpgpu_shader.h"
-#define MD5_SUM_IGA64_ASMS 2c503cbfbd7b3043e9a52188ae4da7a8
+#define MD5_SUM_IGA64_ASMS 96abf1aa2d0cc900ebba8203cefdd30c
struct iga64_template const iga64_code_media_block_write[] = {
{ .gen_ver = 2000, .size = 56, .code = (const uint32_t []) {
+ 0x80100061, 0x04054220, 0x00000000, 0x00000000,
0x80000061, 0x05054220, 0x00000000, 0xc0ded003,
0x80000061, 0x05154220, 0x00000000, 0xc0ded004,
0x80000061, 0x05254220, 0x00000000, 0xc0ded005,
@@ -14,15 +15,15 @@ struct iga64_template const iga64_code_media_block_write[] = {
0x80000069, 0x02058220, 0x02000014, 0xc0ded000,
0x80000061, 0x02150220, 0x00000064, 0x00000000,
0x80001940, 0x02158220, 0x02000214, 0xc0ded001,
- 0x80100061, 0x04054220, 0x00000000, 0x00000000,
- 0x80041a61, 0x04550220, 0x00220205, 0x00000000,
+ 0x80041961, 0x04550220, 0x00220205, 0x00000000,
0x80000061, 0x04754220, 0x00000000, 0xc0ded002,
0x80132031, 0x00000000, 0xd00e0494, 0x04000000,
0x80000001, 0x00010000, 0x20000000, 0x00000000,
0x80000001, 0x00010000, 0x30000000, 0x00000000,
0x80000901, 0x00010000, 0x00000000, 0x00000000,
}},
- { .gen_ver = 1270, .size = 56, .code = (const uint32_t []) {
+ { .gen_ver = 1270, .size = 60, .code = (const uint32_t []) {
+ 0x80040061, 0x04054220, 0x00000000, 0x00000000,
0x80000061, 0x05054220, 0x00000000, 0xc0ded003,
0x80000061, 0x05254220, 0x00000000, 0xc0ded004,
0x80000061, 0x05454220, 0x00000000, 0xc0ded005,
@@ -38,7 +39,8 @@ struct iga64_template const iga64_code_media_block_write[] = {
0x80000001, 0x00010000, 0x30000000, 0x00000000,
0x80000901, 0x00010000, 0x00000000, 0x00000000,
}},
- { .gen_ver = 1260, .size = 52, .code = (const uint32_t []) {
+ { .gen_ver = 1260, .size = 56, .code = (const uint32_t []) {
+ 0x80100061, 0x04054220, 0x00000000, 0x00000000,
0x80000061, 0x05054220, 0x00000000, 0xc0ded003,
0x80000061, 0x05154220, 0x00000000, 0xc0ded004,
0x80000061, 0x05254220, 0x00000000, 0xc0ded005,
@@ -53,7 +55,8 @@ struct iga64_template const iga64_code_media_block_write[] = {
0x80000001, 0x00010000, 0x30000000, 0x00000000,
0x80000901, 0x00010000, 0x00000000, 0x00000000,
}},
- { .gen_ver = 1250, .size = 56, .code = (const uint32_t []) {
+ { .gen_ver = 1250, .size = 60, .code = (const uint32_t []) {
+ 0x80040061, 0x04054220, 0x00000000, 0x00000000,
0x80000061, 0x05054220, 0x00000000, 0xc0ded003,
0x80000061, 0x05254220, 0x00000000, 0xc0ded004,
0x80000061, 0x05454220, 0x00000000, 0xc0ded005,
@@ -69,7 +72,8 @@ struct iga64_template const iga64_code_media_block_write[] = {
0x80000001, 0x00010000, 0x30000000, 0x00000000,
0x80000901, 0x00010000, 0x00000000, 0x00000000,
}},
- { .gen_ver = 0, .size = 52, .code = (const uint32_t []) {
+ { .gen_ver = 0, .size = 56, .code = (const uint32_t []) {
+ 0x80040061, 0x04054220, 0x00000000, 0x00000000,
0x80000061, 0x05054220, 0x00000000, 0xc0ded003,
0x80000061, 0x05254220, 0x00000000, 0xc0ded004,
0x80000061, 0x05454220, 0x00000000, 0xc0ded005,
diff --git a/lib/iga64_macros.h b/lib/iga64_macros.h
index f4ef5cb16..03cc726d4 100644
--- a/lib/iga64_macros.h
+++ b/lib/iga64_macros.h
@@ -7,7 +7,7 @@
#define IGA64_MACROS_H
/* send instruction for DG2+ requires 0 length in case src1 is null, BSpec: 47443 */
-#if GEN_VER < 1271
+#if GEN_VER <= 1250
#define src1_null null
#else
#define src1_null null:0
--
2.34.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* ✓ CI.xeBAT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) 2024-08-14 13:04 [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Dominik Grzegorzek @ 2024-08-14 16:41 ` Patchwork 2024-08-14 16:51 ` ✓ Fi.CI.BAT: " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-08-14 16:41 UTC (permalink / raw) To: Grzegorzek, Dominik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 1963 bytes --] == Series Details == Series: lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) URL : https://patchwork.freedesktop.org/series/137284/ State : success == Summary == CI Bug Log - changes from XEIGT_7970_BAT -> XEIGTPW_11575_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in XEIGTPW_11575_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@xe_spin_batch@spin-basic: - bat-bmg-1: [PASS][1] -> [DMESG-WARN][2] ([Intel XE#877]) [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/bat-bmg-1/igt@xe_spin_batch@spin-basic.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/bat-bmg-1/igt@xe_spin_batch@spin-basic.html #### Possible fixes #### * igt@xe_exec_compute_mode@twice-bindexecqueue-userptr: - {bat-bmg-2}: [DMESG-WARN][3] ([Intel XE#877]) -> [PASS][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/bat-bmg-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/bat-bmg-2/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 Build changes ------------- * IGT: IGT_7970 -> IGTPW_11575 IGTPW_11575: 11575 IGT_7970: 496e86347f8607d032ed59cdad5eb018e5be6933 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1766-79d8c33863d99ac1b04afcce123bdc2ad919e993: 79d8c33863d99ac1b04afcce123bdc2ad919e993 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/index.html [-- Attachment #2: Type: text/html, Size: 2633 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.BAT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) 2024-08-14 13:04 [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Dominik Grzegorzek 2024-08-14 16:41 ` ✓ CI.xeBAT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) Patchwork @ 2024-08-14 16:51 ` Patchwork 2024-08-14 22:09 ` ✗ CI.xeFULL: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-08-14 16:51 UTC (permalink / raw) To: Grzegorzek, Dominik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8307 bytes --] == Series Details == Series: lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) URL : https://patchwork.freedesktop.org/series/137284/ State : success == Summary == CI Bug Log - changes from IGT_7970 -> IGTPW_11575 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/index.html Participating hosts (41 -> 38) ------------------------------ Additional (1): bat-dg2-11 Missing (4): fi-tgl-1115g4 fi-cfl-8109u fi-snb-2520m fi-bsw-n3050 Known issues ------------ Here are the changes found in IGTPW_11575 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_mmap@basic: - bat-dg2-11: NOTRUN -> [SKIP][1] ([i915#4083]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@gem_mmap@basic.html * igt@gem_tiled_fence_blits@basic: - bat-dg2-11: NOTRUN -> [SKIP][2] ([i915#4077]) +2 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@gem_tiled_fence_blits@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-11: NOTRUN -> [SKIP][3] ([i915#4079]) +1 other test skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-dg2-11: NOTRUN -> [SKIP][4] ([i915#11681] / [i915#6621]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@i915_pm_rps@basic-api.html * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy: - bat-dg2-11: NOTRUN -> [SKIP][5] ([i915#4212]) +7 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-11: NOTRUN -> [SKIP][6] ([i915#5190]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-11: NOTRUN -> [SKIP][7] ([i915#4215] / [i915#5190]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - bat-dg2-11: NOTRUN -> [SKIP][8] ([i915#4103] / [i915#4213]) +1 other test skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_dsc@dsc-basic: - bat-dg2-11: NOTRUN -> [SKIP][9] ([i915#3555] / [i915#3840]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_dsc@dsc-basic.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-11: NOTRUN -> [SKIP][10] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-11: NOTRUN -> [SKIP][11] ([i915#5274]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pm_backlight@basic-brightness: - bat-dg2-11: NOTRUN -> [SKIP][12] ([i915#5354]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-dg2-11: NOTRUN -> [SKIP][13] ([i915#1072] / [i915#9732]) +3 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-11: NOTRUN -> [SKIP][14] ([i915#3555]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-11: NOTRUN -> [SKIP][15] ([i915#3708]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-11: NOTRUN -> [SKIP][16] ([i915#3708] / [i915#4077]) +1 other test skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-read: - bat-dg2-11: NOTRUN -> [SKIP][17] ([i915#3291] / [i915#3708]) +2 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-dg2-11/igt@prime_vgem@basic-read.html #### Possible fixes #### * igt@core_hotunplug@unbind-rebind: - bat-mtlp-8: [DMESG-WARN][18] ([i915#1982]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/bat-mtlp-8/igt@core_hotunplug@unbind-rebind.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-mtlp-8/igt@core_hotunplug@unbind-rebind.html * igt@i915_selftest@live@gt_tlb: - bat-arls-2: [DMESG-WARN][20] ([i915#10341]) -> [PASS][21] [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/bat-arls-2/igt@i915_selftest@live@gt_tlb.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-arls-2/igt@i915_selftest@live@gt_tlb.html * igt@i915_selftest@live@ring_submission: - bat-arls-2: [DMESG-FAIL][22] ([i915#10262]) -> [PASS][23] +24 other tests pass [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/bat-arls-2/igt@i915_selftest@live@ring_submission.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-arls-2/igt@i915_selftest@live@ring_submission.html #### Warnings #### * igt@i915_selftest@live@hangcheck: - bat-arls-2: [DMESG-FAIL][24] ([i915#10262]) -> [DMESG-WARN][25] ([i915#11349] / [i915#11378]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/bat-arls-2/igt@i915_selftest@live@hangcheck.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/bat-arls-2/igt@i915_selftest@live@hangcheck.html [i915#10262]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10262 [i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7970 -> IGTPW_11575 CI-20190529: 20190529 CI_DRM_15231: 79d8c33863d99ac1b04afcce123bdc2ad919e993 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11575: 11575 IGT_7970: 496e86347f8607d032ed59cdad5eb018e5be6933 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/index.html [-- Attachment #2: Type: text/html, Size: 9871 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✗ CI.xeFULL: failure for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) 2024-08-14 13:04 [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Dominik Grzegorzek 2024-08-14 16:41 ` ✓ CI.xeBAT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) Patchwork 2024-08-14 16:51 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-08-14 22:09 ` Patchwork 2024-08-15 20:31 ` ✓ Fi.CI.IGT: success " Patchwork 2024-08-19 17:51 ` [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Kamil Konieczny 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-08-14 22:09 UTC (permalink / raw) To: Grzegorzek, Dominik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 57471 bytes --] == Series Details == Series: lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) URL : https://patchwork.freedesktop.org/series/137284/ State : failure == Summary == CI Bug Log - changes from XEIGT_7970_full -> XEIGTPW_11575_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11575_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11575_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11575_full: ### IGT changes ### #### Possible regressions #### * igt@kms_async_flips@test-cursor@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-8/igt@kms_async_flips@test-cursor@pipe-b-edp-1.html * igt@kms_big_fb@4-tiled-64bpp-rotate-0: - shard-lnl: [PASS][2] -> [INCOMPLETE][3] [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-4/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-7/igt@kms_big_fb@4-tiled-64bpp-rotate-0.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-lnl: [PASS][4] -> [FAIL][5] +1 other test fail [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-2/igt@kms_frontbuffer_tracking@fbc-suspend.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_frontbuffer_tracking@fbc-suspend.html #### Warnings #### * igt@xe_oa@disabled-read-error: - shard-dg2-set2: [SKIP][6] ([Intel XE#1201]) -> [SKIP][7] +3 other tests skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@xe_oa@disabled-read-error.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_oa@disabled-read-error.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@xe_prime_self_import@export-vs-gem_close-race: - {shard-bmg}: [PASS][8] -> [INCOMPLETE][9] [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-3/igt@xe_prime_self_import@export-vs-gem_close-race.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-1/igt@xe_prime_self_import@export-vs-gem_close-race.html Known issues ------------ Here are the changes found in XEIGTPW_11575_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1: - shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#1426]) +1 other test fail [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-lnl: [PASS][12] -> [FAIL][13] ([Intel XE#1659]) +1 other test fail [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#1407]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@kms_big_fb@linear-16bpp-rotate-90.html * igt@kms_cursor_edge_walk@64x64-left-edge: - shard-dg2-set2: [PASS][15] -> [INCOMPLETE][16] ([Intel XE#1195]) +1 other test incomplete [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-433/igt@kms_cursor_edge_walk@64x64-left-edge.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_cursor_edge_walk@64x64-left-edge.html * igt@kms_flip@plain-flip-ts-check@c-edp1: - shard-lnl: [PASS][17] -> [FAIL][18] ([Intel XE#886]) +1 other test fail [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-7/igt@kms_flip@plain-flip-ts-check@c-edp1.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@kms_flip@plain-flip-ts-check@c-edp1.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling: - shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1401] / [Intel XE#1745]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1401]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-8/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html * igt@kms_flip_tiling@flip-change-tiling@pipe-c-edp-1-linear-to-x: - shard-lnl: [PASS][21] -> [FAIL][22] ([Intel XE#1491]) +1 other test fail [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-2/igt@kms_flip_tiling@flip-change-tiling@pipe-c-edp-1-linear-to-x.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-2/igt@kms_flip_tiling@flip-change-tiling@pipe-c-edp-1-linear-to-x.html * igt@kms_frontbuffer_tracking@drrs-1p-pri-indfb-multidraw: - shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#651]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt: - shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#656]) +3 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-suspend: - shard-lnl: [PASS][25] -> [FAIL][26] ([Intel XE#2028]) +1 other test fail [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-5/igt@kms_frontbuffer_tracking@psr-suspend.html [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_frontbuffer_tracking@psr-suspend.html * igt@kms_plane@plane-position-hole: - shard-lnl: [PASS][27] -> [DMESG-FAIL][28] ([Intel XE#324]) +1 other test dmesg-fail [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-1/igt@kms_plane@plane-position-hole.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@kms_plane@plane-position-hole.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1: - shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#2318]) +3 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-lnl: [PASS][30] -> [DMESG-WARN][31] ([Intel XE#1705]) +1 other test dmesg-warn [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-4/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6: - shard-dg2-set2: [PASS][32] -> [FAIL][33] ([Intel XE#899]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-6.html * igt@kms_vrr@max-min: - shard-lnl: [PASS][34] -> [FAIL][35] ([Intel XE#2443]) +1 other test fail [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-7/igt@kms_vrr@max-min.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-7/igt@kms_vrr@max-min.html * igt@xe_evict@evict-beng-threads-large: - shard-dg2-set2: [PASS][36] -> [TIMEOUT][37] ([Intel XE#1473]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@xe_evict@evict-beng-threads-large.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@xe_evict@evict-beng-threads-large.html * igt@xe_evict@evict-threads-large: - shard-dg2-set2: [PASS][38] -> [FAIL][39] ([Intel XE#1000]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-433/igt@xe_evict@evict-threads-large.html [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@xe_evict@evict-threads-large.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr: - shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#1392]) [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [PASS][41] -> [TIMEOUT][42] ([Intel XE#2105]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-433/igt@xe_exec_reset@parallel-gt-reset.html [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_live_ktest@xe_migrate: - shard-dg2-set2: [PASS][43] -> [SKIP][44] ([Intel XE#1192] / [Intel XE#1201]) +1 other test skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_live_ktest@xe_migrate.html [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@xe_live_ktest@xe_migrate.html * igt@xe_pm@s4-d3hot-basic-exec: - shard-dg2-set2: [PASS][45] -> [DMESG-WARN][46] ([Intel XE#2019]) +1 other test dmesg-warn [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@xe_pm@s4-d3hot-basic-exec.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@xe_pm@s4-d3hot-basic-exec.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][47] -> [FAIL][48] ([Intel XE#958]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-2/igt@xe_pm_residency@toggle-gt-c6.html [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-8/igt@xe_pm_residency@toggle-gt-c6.html #### Possible fixes #### * igt@kms_async_flips@test-cursor: - shard-lnl: [SKIP][49] ([Intel XE#664]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-6/igt@kms_async_flips@test-cursor.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-8/igt@kms_async_flips@test-cursor.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1: - shard-lnl: [FAIL][51] ([Intel XE#1426]) -> [PASS][52] +1 other test pass [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-4/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-3/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6: - shard-dg2-set2: [FAIL][53] ([Intel XE#1426]) -> [PASS][54] +3 other tests pass [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-b-hdmi-a-3: - {shard-bmg}: [DMESG-WARN][55] ([Intel XE#877]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-b-hdmi-a-3.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-b-hdmi-a-3.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-dp-2: - {shard-bmg}: [FAIL][57] ([Intel XE#2436]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-dp-2.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs@pipe-c-dp-2.html * igt@kms_cursor_edge_walk@64x64-top-edge: - shard-lnl: [DMESG-WARN][59] ([Intel XE#2055]) -> [PASS][60] +1 other test pass [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-3/igt@kms_cursor_edge_walk@64x64-top-edge.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_cursor_edge_walk@64x64-top-edge.html * igt@kms_flip@flip-vs-suspend-interruptible: - {shard-bmg}: [INCOMPLETE][61] -> [PASS][62] +3 other tests pass [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-6/igt@kms_flip@flip-vs-suspend-interruptible.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-5/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_flip@wf_vblank-ts-check: - shard-lnl: [FAIL][63] ([Intel XE#886]) -> [PASS][64] +1 other test pass [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-2/igt@kms_flip@wf_vblank-ts-check.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check.html * igt@kms_hdr@invalid-hdr: - {shard-bmg}: [SKIP][65] ([Intel XE#1503]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-6/igt@kms_hdr@invalid-hdr.html [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-4/igt@kms_hdr@invalid-hdr.html * igt@kms_plane@plane-panning-bottom-right-suspend: - shard-lnl: [FAIL][67] ([Intel XE#2028] / [Intel XE#2533]) -> [PASS][68] +2 other tests pass [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-1/igt@kms_plane@plane-panning-bottom-right-suspend.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-4/igt@kms_plane@plane-panning-bottom-right-suspend.html * igt@kms_plane@plane-position-covered: - shard-lnl: [DMESG-FAIL][69] ([Intel XE#324]) -> [PASS][70] +2 other tests pass [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-4/igt@kms_plane@plane-position-covered.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-3/igt@kms_plane@plane-position-covered.html * igt@kms_plane@plane-position-covered@pipe-b-plane-1: - shard-lnl: [DMESG-WARN][71] ([Intel XE#324]) -> [PASS][72] +2 other tests pass [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-4/igt@kms_plane@plane-position-covered@pipe-b-plane-1.html [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-3/igt@kms_plane@plane-position-covered@pipe-b-plane-1.html * igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64: - shard-dg2-set2: [FAIL][73] ([Intel XE#616]) -> [PASS][74] +1 other test pass [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-463/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_plane_cursor@overlay@pipe-a-hdmi-a-6-size-64.html * igt@kms_pm_backlight@basic-brightness: - shard-lnl: [SKIP][75] ([Intel XE#870]) -> [PASS][76] +1 other test pass [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-5/igt@kms_pm_backlight@basic-brightness.html [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-lnl: [INCOMPLETE][77] -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-1/igt@kms_pm_backlight@fade-with-suspend.html [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-5/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_rpm@universal-planes-dpms: - shard-lnl: [INCOMPLETE][79] ([Intel XE#1620]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-6/igt@kms_pm_rpm@universal-planes-dpms.html [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_pm_rpm@universal-planes-dpms.html * igt@kms_pm_rpm@universal-planes-dpms@plane-32: - shard-lnl: [DMESG-FAIL][81] ([Intel XE#1620]) -> [PASS][82] [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-6/igt@kms_pm_rpm@universal-planes-dpms@plane-32.html [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-1/igt@kms_pm_rpm@universal-planes-dpms@plane-32.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-dp-2: - {shard-bmg}: [FAIL][83] ([Intel XE#899]) -> [PASS][84] [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-dp-2.html [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-2/igt@kms_universal_plane@cursor-fb-leak@pipe-d-dp-2.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6: - shard-dg2-set2: [FAIL][85] ([Intel XE#899]) -> [PASS][86] [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6.html [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-6.html * igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4: - shard-dg2-set2: [DMESG-WARN][87] ([Intel XE#1551]) -> [PASS][88] +1 other test pass [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_vblank@ts-continuation-dpms-suspend@pipe-a-dp-4.html * igt@kms_vrr@flip-dpms: - shard-lnl: [FAIL][89] -> [PASS][90] +1 other test pass [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-3/igt@kms_vrr@flip-dpms.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-4/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@flipline: - shard-lnl: [FAIL][91] ([Intel XE#2443]) -> [PASS][92] +2 other tests pass [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-6/igt@kms_vrr@flipline.html [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-2/igt@kms_vrr@flipline.html * igt@xe_evict@evict-beng-cm-threads-large: - shard-dg2-set2: [INCOMPLETE][93] ([Intel XE#1195] / [Intel XE#1473]) -> [PASS][94] [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@xe_evict@evict-beng-cm-threads-large.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_evict@evict-beng-cm-threads-large.html * igt@xe_evict@evict-beng-small-cm: - shard-dg2-set2: [FAIL][95] ([Intel XE#1069]) -> [PASS][96] [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_evict@evict-beng-small-cm.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@xe_evict@evict-beng-small-cm.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [TIMEOUT][97] ([Intel XE#1473]) -> [PASS][98] [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-mixed-threads-large: - {shard-bmg}: [TIMEOUT][99] ([Intel XE#1473] / [Intel XE#2472]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-bmg-2/igt@xe_evict@evict-mixed-threads-large.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-bmg-6/igt@xe_evict@evict-mixed-threads-large.html * igt@xe_live_ktest@xe_bo: - shard-dg2-set2: [SKIP][101] ([Intel XE#1192] / [Intel XE#1201]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@xe_live_ktest@xe_bo.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@xe_live_ktest@xe_bo.html * igt@xe_oa@oa-regs-whitelisted: - shard-lnl: [FAIL][103] ([Intel XE#2514]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-7/igt@xe_oa@oa-regs-whitelisted.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-8/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_pm@s2idle-exec-after: - shard-lnl: [FAIL][105] ([Intel XE#2028]) -> [PASS][106] +2 other tests pass [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-lnl-1/igt@xe_pm@s2idle-exec-after.html [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-lnl-4/igt@xe_pm@s2idle-exec-after.html #### Warnings #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs: - shard-dg2-set2: [SKIP][107] ([Intel XE#1201] / [Intel XE#801]) -> [SKIP][108] ([Intel XE#801]) +23 other tests skip [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-dg2-set2: [SKIP][109] ([Intel XE#316]) -> [SKIP][110] ([Intel XE#1201] / [Intel XE#316]) +3 other tests skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-270: - shard-dg2-set2: [SKIP][111] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][112] ([Intel XE#316]) +2 other tests skip [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][113] ([Intel XE#1201] / [Intel XE#610]) -> [SKIP][114] ([Intel XE#610]) [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg2-set2: [SKIP][115] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][116] ([Intel XE#1124]) +9 other tests skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-463/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip: - shard-dg2-set2: [SKIP][117] ([Intel XE#1124]) -> [SKIP][118] ([Intel XE#1124] / [Intel XE#1201]) +13 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html * igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p: - shard-dg2-set2: [SKIP][119] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][120] ([Intel XE#367]) +1 other test skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: [SKIP][121] ([Intel XE#1201] / [Intel XE#2191]) -> [SKIP][122] ([Intel XE#2191]) +2 other tests skip [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p: - shard-dg2-set2: [SKIP][123] ([Intel XE#2191]) -> [SKIP][124] ([Intel XE#1201] / [Intel XE#2191]) +1 other test skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html * igt@kms_bw@linear-tiling-3-displays-3840x2160p: - shard-dg2-set2: [SKIP][125] ([Intel XE#367]) -> [SKIP][126] ([Intel XE#1201] / [Intel XE#367]) +4 other tests skip [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][127] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][128] ([Intel XE#787]) +83 other tests skip [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: [SKIP][129] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][130] ([Intel XE#455] / [Intel XE#787]) +23 other tests skip [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-463/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: [SKIP][131] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][132] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +19 other tests skip [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-4.html [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs: - shard-dg2-set2: [SKIP][133] ([Intel XE#1252]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#1252]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][135] ([Intel XE#787]) -> [SKIP][136] ([Intel XE#1201] / [Intel XE#787]) +69 other tests skip [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-c-hdmi-a-6.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg2-set2: [SKIP][137] ([Intel XE#306]) -> [SKIP][138] ([Intel XE#1201] / [Intel XE#306]) +1 other test skip [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_chamelium_color@ctm-0-50.html [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@ctm-max: - shard-dg2-set2: [SKIP][139] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][140] ([Intel XE#306]) [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_chamelium_color@ctm-max.html [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-dg2-set2: [SKIP][141] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][142] ([Intel XE#373]) +7 other tests skip [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2-set2: [SKIP][143] ([Intel XE#373]) -> [SKIP][144] ([Intel XE#1201] / [Intel XE#373]) +7 other tests skip [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2-set2: [SKIP][145] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][146] ([Intel XE#308]) [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-463/igt@kms_cursor_crc@cursor-random-512x170.html [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2-set2: [SKIP][147] ([Intel XE#308]) -> [SKIP][148] ([Intel XE#1201] / [Intel XE#308]) +1 other test skip [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_cursor_crc@cursor-sliding-512x512.html [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2-set2: [SKIP][149] ([Intel XE#323]) -> [SKIP][150] ([Intel XE#1201] / [Intel XE#323]) [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][151] ([Intel XE#1201] / [i915#3804]) -> [SKIP][152] ([i915#3804]) [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling: - shard-dg2-set2: [SKIP][153] ([Intel XE#455]) -> [SKIP][154] ([Intel XE#1201] / [Intel XE#455]) +16 other tests skip [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][156] ([Intel XE#651]) +19 other tests skip [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@drrs-suspend: - shard-dg2-set2: [SKIP][157] ([Intel XE#651]) -> [SKIP][158] ([Intel XE#1201] / [Intel XE#651]) +26 other tests skip [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-suspend.html [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_frontbuffer_tracking@drrs-suspend.html * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw: - shard-dg2-set2: [SKIP][159] ([Intel XE#653]) -> [SKIP][160] ([Intel XE#1201] / [Intel XE#653]) +26 other tests skip [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff: - shard-dg2-set2: [SKIP][161] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][162] ([Intel XE#653]) +22 other tests skip [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-onoff.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers: - shard-dg2-set2: [SKIP][163] ([Intel XE#455] / [Intel XE#498]) -> [SKIP][164] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][165] ([Intel XE#498]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#498]) +2 other tests skip [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-6.html [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25: - shard-dg2-set2: [SKIP][167] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][168] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][169] ([Intel XE#2318]) -> [SKIP][170] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6.html [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-6.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: [SKIP][171] ([Intel XE#870]) -> [SKIP][172] ([Intel XE#1201] / [Intel XE#870]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_pm_backlight@fade-with-suspend.html [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-dg2-set2: [SKIP][173] ([Intel XE#1129]) -> [SKIP][174] ([Intel XE#1129] / [Intel XE#1201]) [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_pm_dc@dc5-psr.html [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-435/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2-set2: [SKIP][175] ([Intel XE#1201] / [Intel XE#908]) -> [SKIP][176] ([Intel XE#908]) [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@kms_pm_dc@dc6-dpms.html [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-dg2-set2: [SKIP][177] ([Intel XE#1129] / [Intel XE#1201]) -> [SKIP][178] ([Intel XE#1129]) [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@kms_pm_dc@dc6-psr.html [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_pm_dc@dc6-psr.html * igt@kms_pm_dc@deep-pkgc: - shard-dg2-set2: [SKIP][179] ([Intel XE#908]) -> [SKIP][180] ([Intel XE#1201] / [Intel XE#908]) [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_pm_dc@deep-pkgc.html [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@kms_pm_dc@deep-pkgc.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-dg2-set2: [SKIP][181] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][182] ([Intel XE#1489]) +2 other tests skip [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-dg2-set2: [SKIP][183] ([Intel XE#1489]) -> [SKIP][184] ([Intel XE#1201] / [Intel XE#1489]) +3 other tests skip [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: [SKIP][185] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][186] ([Intel XE#1122]) +1 other test skip [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_psr2_su@page_flip-nv12.html [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-pr-cursor-plane-move: - shard-dg2-set2: [SKIP][187] ([Intel XE#929]) -> [SKIP][188] ([Intel XE#1201] / [Intel XE#929]) +17 other tests skip [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_psr@fbc-pr-cursor-plane-move.html [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_psr@fbc-pr-cursor-plane-move.html * igt@kms_psr@fbc-psr-sprite-render: - shard-dg2-set2: [SKIP][189] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][190] ([Intel XE#929]) +10 other tests skip [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@kms_psr@fbc-psr-sprite-render.html [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_psr@fbc-psr-sprite-render.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg2-set2: [SKIP][191] ([Intel XE#1149] / [Intel XE#1201]) -> [SKIP][192] ([Intel XE#1149]) [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2-set2: [SKIP][193] ([Intel XE#327]) -> [SKIP][194] ([Intel XE#1201] / [Intel XE#327]) [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-set2: [SKIP][195] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][196] ([Intel XE#327]) +1 other test skip [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@kms_rotation_crc@sprite-rotation-270.html [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_vrr@flip-dpms: - shard-dg2-set2: [SKIP][197] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][198] ([Intel XE#455]) +10 other tests skip [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@kms_vrr@flip-dpms.html [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_vrr@flip-dpms.html * igt@kms_vrr@lobf: - shard-dg2-set2: [SKIP][199] ([Intel XE#2168]) -> [SKIP][200] ([Intel XE#1201] / [Intel XE#2168]) [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_vrr@lobf.html [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-dg2-set2: [SKIP][201] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][202] ([Intel XE#756]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-433/igt@kms_writeback@writeback-check-output-xrgb2101010.html [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-dg2-set2: [SKIP][203] ([Intel XE#756]) -> [SKIP][204] ([Intel XE#1201] / [Intel XE#756]) [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@kms_writeback@writeback-fb-id.html * igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute: - shard-dg2-set2: [SKIP][205] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) -> [SKIP][206] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html * igt@xe_copy_basic@mem-set-linear-0xfd: - shard-dg2-set2: [SKIP][207] ([Intel XE#1126]) -> [SKIP][208] ([Intel XE#1126] / [Intel XE#1201]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfd.html [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0xfd.html * igt@xe_exec_fault_mode@twice-userptr-invalidate-race: - shard-dg2-set2: [SKIP][209] ([Intel XE#288]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#288]) +27 other tests skip [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html * igt@xe_exec_fault_mode@twice-userptr-rebind-imm: - shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][212] ([Intel XE#288]) +19 other tests skip [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-463/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html * igt@xe_exec_mix_modes@exec-simple-batch-store-lr: - shard-dg2-set2: [SKIP][213] ([Intel XE#1201] / [Intel XE#2360]) -> [SKIP][214] ([Intel XE#2360]) [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_exec_mix_modes@exec-simple-batch-store-lr.html * igt@xe_module_load@force-load: - shard-dg2-set2: [SKIP][215] ([Intel XE#378]) -> [SKIP][216] ([Intel XE#1201] / [Intel XE#378]) +1 other test skip [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_module_load@force-load.html [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@xe_module_load@force-load.html * igt@xe_oa@closed-fd-and-unmapped-access: - shard-dg2-set2: [SKIP][217] -> [SKIP][218] ([Intel XE#1201]) +4 other tests skip [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_oa@closed-fd-and-unmapped-access.html [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@xe_oa@closed-fd-and-unmapped-access.html * igt@xe_pat@display-vs-wb-transient: - shard-dg2-set2: [SKIP][219] ([Intel XE#1201] / [Intel XE#1337]) -> [SKIP][220] ([Intel XE#1337]) [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-435/igt@xe_pat@display-vs-wb-transient.html [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_pat@display-vs-wb-transient.html * igt@xe_pm@d3cold-mocs: - shard-dg2-set2: [SKIP][221] ([Intel XE#2284]) -> [SKIP][222] ([Intel XE#1201] / [Intel XE#2284]) [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_pm@d3cold-mocs.html [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-434/igt@xe_pm@d3cold-mocs.html * igt@xe_pm@s2idle-d3cold-basic-exec: - shard-dg2-set2: [SKIP][223] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][224] ([Intel XE#2284] / [Intel XE#366]) +1 other test skip [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-434/igt@xe_pm@s2idle-d3cold-basic-exec.html [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_pm@s2idle-d3cold-basic-exec.html * igt@xe_pm@vram-d3cold-threshold: - shard-dg2-set2: [SKIP][225] ([Intel XE#579]) -> [SKIP][226] ([Intel XE#1201] / [Intel XE#579]) [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_pm@vram-d3cold-threshold.html [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-435/igt@xe_pm@vram-d3cold-threshold.html * igt@xe_query@multigpu-query-engines: - shard-dg2-set2: [SKIP][227] ([Intel XE#944]) -> [SKIP][228] ([Intel XE#1201] / [Intel XE#944]) +3 other tests skip [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-432/igt@xe_query@multigpu-query-engines.html [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-466/igt@xe_query@multigpu-query-engines.html * igt@xe_query@multigpu-query-invalid-cs-cycles: - shard-dg2-set2: [SKIP][229] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][230] ([Intel XE#944]) +2 other tests skip [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-466/igt@xe_query@multigpu-query-invalid-cs-cycles.html [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-432/igt@xe_query@multigpu-query-invalid-cs-cycles.html * igt@xe_wedged@basic-wedged: - shard-dg2-set2: [DMESG-WARN][231] ([Intel XE#1760]) -> [SKIP][232] ([Intel XE#1130] / [Intel XE#1201]) [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7970/shard-dg2-433/igt@xe_wedged@basic-wedged.html [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/shard-dg2-463/igt@xe_wedged@basic-wedged.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [Intel XE#1050]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1050 [Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138 [Intel XE#1149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1149 [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1491]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1491 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551 [Intel XE#1620]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1620 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1695]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1695 [Intel XE#1705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1705 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760 [Intel XE#2019]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2019 [Intel XE#2028]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2028 [Intel XE#2055]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2055 [Intel XE#2058]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2058 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311 [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313 [Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314 [Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318 [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [Intel XE#2329]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2329 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2343 [Intel XE#2350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2350 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2370]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2370 [Intel XE#2373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2373 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#2533]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2533 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498 [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#664]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/664 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#801]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/801 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 Build changes ------------- * IGT: IGT_7970 -> IGTPW_11575 IGTPW_11575: 11575 IGT_7970: 496e86347f8607d032ed59cdad5eb018e5be6933 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1766-79d8c33863d99ac1b04afcce123bdc2ad919e993: 79d8c33863d99ac1b04afcce123bdc2ad919e993 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11575/index.html [-- Attachment #2: Type: text/html, Size: 70911 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* ✓ Fi.CI.IGT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) 2024-08-14 13:04 [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Dominik Grzegorzek ` (2 preceding siblings ...) 2024-08-14 22:09 ` ✗ CI.xeFULL: failure " Patchwork @ 2024-08-15 20:31 ` Patchwork 2024-08-19 17:51 ` [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Kamil Konieczny 4 siblings, 0 replies; 7+ messages in thread From: Patchwork @ 2024-08-15 20:31 UTC (permalink / raw) To: Grzegorzek, Dominik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 99523 bytes --] == Series Details == Series: lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) URL : https://patchwork.freedesktop.org/series/137284/ State : success == Summary == CI Bug Log - changes from IGT_7970_full -> IGTPW_11575_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_11575_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-purge-cache: - shard-dg1: NOTRUN -> [SKIP][1] ([i915#8411]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][2] ([i915#6230]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@api_intel_bb@crc32.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][3] ([i915#11078]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-dg1: NOTRUN -> [SKIP][4] ([i915#11078]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@device_reset@unbind-cold-reset-rebind.html - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#11078]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@busy-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8414]) +12 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@drm_fdinfo@busy-check-all@ccs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][7] -> [FAIL][8] ([i915#7742]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@drm_fdinfo@virtual-busy-all: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#8414]) +4 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@drm_fdinfo@virtual-busy-all.html * igt@drm_fdinfo@virtual-busy-hang: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +2 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@drm_fdinfo@virtual-busy-hang.html * igt@gem_busy@semaphore: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#3936]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@gem_busy@semaphore.html * igt@gem_ccs@block-multicopy-compressed: - shard-rkl: NOTRUN -> [SKIP][12] ([i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-1/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@block-multicopy-inplace: - shard-rkl: NOTRUN -> [SKIP][13] ([i915#3555] / [i915#9323]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-2/igt@gem_ccs@block-multicopy-inplace.html - shard-dg1: NOTRUN -> [SKIP][14] ([i915#3555] / [i915#9323]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gem_ccs@block-multicopy-inplace.html - shard-tglu: NOTRUN -> [SKIP][15] ([i915#3555] / [i915#9323]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-7/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_close_race@multigpu-basic-process: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#7697]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@gem_close_race@multigpu-basic-process.html - shard-dg1: NOTRUN -> [SKIP][17] ([i915#7697]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_close_race@multigpu-basic-process.html * igt@gem_ctx_persistence@hang: - shard-dg2: NOTRUN -> [SKIP][18] ([i915#8555]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@gem_ctx_persistence@hang.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#8555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8555]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#5882]) +6 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-1/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_ctx_sseu@invalid-args: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#280]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-16/igt@gem_ctx_sseu@invalid-args.html * igt@gem_eio@reset-stress: - shard-dg2: [PASS][23] -> [FAIL][24] ([i915#5784]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-4/igt@gem_eio@reset-stress.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#4771]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@bonded-true-hang: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4812]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#4036]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_big@single: - shard-tglu: NOTRUN -> [ABORT][28] ([i915#11713]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-10/igt@gem_exec_big@single.html * igt@gem_exec_capture@capture-invisible@lmem0: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#6334]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_exec_capture@capture-invisible@lmem0.html * igt@gem_exec_fair@basic-deadline: - shard-glk: NOTRUN -> [FAIL][30] ([i915#2846]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk8/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-rrul: - shard-dg1: NOTRUN -> [SKIP][31] ([i915#3539] / [i915#4852]) +3 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gem_exec_fair@basic-none-rrul.html * igt@gem_exec_fair@basic-none@rcs0: - shard-tglu: NOTRUN -> [FAIL][32] ([i915#2842]) +4 other tests fail [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-6/igt@gem_exec_fair@basic-none@rcs0.html - shard-glk: NOTRUN -> [FAIL][33] ([i915#2842]) +5 other tests fail [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk5/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fair@basic-none@vcs0: - shard-rkl: [PASS][34] -> [FAIL][35] ([i915#2842]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-rkl-4/igt@gem_exec_fair@basic-none@vcs0.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#3539]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [PASS][37] -> [FAIL][38] ([i915#2842]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fence@submit: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#4812]) +4 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gem_exec_fence@submit.html * igt@gem_exec_fence@submit3: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#4812]) +5 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@gem_exec_fence@submit3.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539] / [i915#4852]) +1 other test skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg1: NOTRUN -> [SKIP][42] ([i915#3539]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3281]) +10 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][44] ([i915#3281]) +12 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-wc-read: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#3281]) +9 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_exec_reloc@basic-wc-read.html * igt@gem_exec_reloc@basic-write-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3281]) +5 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-5/igt@gem_exec_reloc@basic-write-wc-noreloc.html * igt@gem_exec_schedule@preempt-queue-chain: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812]) +2 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@gem_exec_schedule@preempt-queue-chain.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-6/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-rkl: NOTRUN -> [ABORT][49] ([i915#7975] / [i915#8213]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-6/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#4860]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-threaded-none.html - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4860]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4860]) +3 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-tglu: NOTRUN -> [SKIP][53] ([i915#4613] / [i915#7582]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-6/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@basic: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4613]) +4 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@parallel-multi@lmem0: - shard-dg1: [PASS][55] -> [DMESG-WARN][56] ([i915#1982] / [i915#4391] / [i915#4423]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg1-14/igt@gem_lmem_swapping@parallel-multi@lmem0.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@gem_lmem_swapping@parallel-multi@lmem0.html * igt@gem_lmem_swapping@parallel-random: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#4613]) +1 other test skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@gem_lmem_swapping@parallel-random.html * igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][58] ([i915#4565]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][59] ([i915#4613]) +9 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk9/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-tglu: NOTRUN -> [SKIP][60] ([i915#4613]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-10/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_mmap@bad-offset: - shard-dg1: NOTRUN -> [SKIP][61] ([i915#4083]) +5 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-16/igt@gem_mmap@bad-offset.html * igt@gem_mmap@big-bo: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4083]) +4 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@gem_mmap@big-bo.html * igt@gem_mmap_gtt@basic-write-read: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4077]) +13 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@gem_mmap_gtt@basic-write-read.html * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd: - shard-dg1: NOTRUN -> [SKIP][64] ([i915#4077]) +11 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html * igt@gem_mmap_gtt@fault-concurrent-x: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4077]) +10 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@gem_mmap_gtt@fault-concurrent-x.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +6 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#3282]) +6 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pread@display: - shard-mtlp: NOTRUN -> [SKIP][68] ([i915#3282]) +2 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@gem_pread@display.html * igt@gem_pread@exhaustion: - shard-glk: NOTRUN -> [WARN][69] ([i915#2658]) +1 other test warn [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk9/igt@gem_pread@exhaustion.html * igt@gem_pread@snoop: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#3282]) +7 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@gem_pread@snoop.html * igt@gem_pwrite@basic-exhaustion: - shard-rkl: NOTRUN -> [SKIP][71] ([i915#3282]) +3 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@protected-raw-src-copy-not-readible: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@gem_pxp@protected-raw-src-copy-not-readible.html * igt@gem_pxp@reject-modify-context-protection-on: - shard-rkl: NOTRUN -> [SKIP][73] ([i915#4270]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@gem_pxp@reject-modify-context-protection-on.html - shard-dg1: NOTRUN -> [SKIP][74] ([i915#4270]) +3 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_pxp@reject-modify-context-protection-on.html - shard-tglu: NOTRUN -> [SKIP][75] ([i915#4270]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@gem_pxp@reject-modify-context-protection-on.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4270]) +2 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#5190] / [i915#8428]) +5 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-y-tiled.html * igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#8428]) +6 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@gem_render_copy@yf-tiled-mc-ccs-to-vebox-yf-tiled.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][79] ([i915#8411]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_gtt: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#4079]) +3 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_set_tiling_vs_gtt.html * igt@gem_set_tiling_vs_pwrite: - shard-mtlp: NOTRUN -> [SKIP][81] ([i915#4079]) +1 other test skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop-interruptible: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4885]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-5/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_tiled_pread_basic: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#4079]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-6/igt@gem_tiled_pread_basic.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-rkl: NOTRUN -> [SKIP][84] ([i915#3297]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-1/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-glk: NOTRUN -> [SKIP][85] ([i915#3323]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk9/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#3297]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-dg1: NOTRUN -> [SKIP][87] ([i915#3282] / [i915#3297]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg2: NOTRUN -> [SKIP][88] ([i915#3297] / [i915#4880]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg1: NOTRUN -> [SKIP][89] ([i915#3297] / [i915#4880]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#3297]) +4 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@relocations: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#3281] / [i915#3297]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-2/igt@gem_userptr_blits@relocations.html - shard-dg1: NOTRUN -> [SKIP][92] ([i915#3281] / [i915#3297]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-dg1: NOTRUN -> [SKIP][93] ([i915#3297]) +4 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@basic-rejected: - shard-tglu: NOTRUN -> [SKIP][94] ([i915#2527] / [i915#2856]) +1 other test skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-3/igt@gen9_exec_parse@basic-rejected.html * igt@gen9_exec_parse@batch-invalid-length: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#2527]) +3 other tests skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#2527]) +2 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-out: - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#2856]) +3 other tests skip [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#2856]) +1 other test skip [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@gen9_exec_parse@unaligned-access.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#4881]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#6227]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: NOTRUN -> [ABORT][101] ([i915#9820]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html - shard-snb: [PASS][102] -> [ABORT][103] ([i915#9820]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb4/igt@i915_module_load@reload-with-fault-injection.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-suspend: - shard-rkl: NOTRUN -> [SKIP][104] ([i915#8399]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@i915_pm_freq_api@freq-suspend.html * igt@i915_pm_rc6_residency@rc6-fence@gt0: - shard-tglu: NOTRUN -> [WARN][105] ([i915#2681]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-fence@gt0.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][106] ([i915#11681] / [i915#6621]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@min-max-config-loaded: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#11681] / [i915#6621]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_pm_rps@thresholds: - shard-dg2: NOTRUN -> [SKIP][108] ([i915#11681]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@i915_pm_rps@thresholds.html - shard-dg1: NOTRUN -> [SKIP][109] ([i915#11681]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-13/igt@i915_pm_rps@thresholds.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][110] ([i915#8346]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@i915_pm_rps@waitboost.html * igt@i915_pm_sseu@full-enable: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#8437]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@i915_pm_sseu@full-enable.html * igt@i915_selftest@live@hangcheck: - shard-mtlp: NOTRUN -> [DMESG-WARN][112] ([i915#11349] / [i915#11378]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@i915_selftest@live@hangcheck.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][113] ([i915#9311]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@i915_selftest@mock@memory_region.html - shard-dg1: NOTRUN -> [DMESG-WARN][114] ([i915#9311]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@i915_selftest@mock@memory_region.html - shard-glk: NOTRUN -> [DMESG-WARN][115] ([i915#9311]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk8/igt@i915_selftest@mock@memory_region.html * igt@intel_hwmon@hwmon-write: - shard-mtlp: NOTRUN -> [SKIP][116] ([i915#7707]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@intel_hwmon@hwmon-write.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#4215] / [i915#5190]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-6/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@tile-pitch-mismatch: - shard-dg1: NOTRUN -> [SKIP][118] ([i915#4212]) +2 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_addfb_basic@tile-pitch-mismatch.html - shard-mtlp: NOTRUN -> [SKIP][119] ([i915#4212]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_addfb_basic@tile-pitch-mismatch.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1: - shard-tglu: [PASS][120] -> [FAIL][121] ([i915#10991]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-tglu-9/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#8709]) +3 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#8709]) +7 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#8709]) +11 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-1-4-mc-ccs.html * igt@kms_async_flips@test-cursor: - shard-mtlp: NOTRUN -> [SKIP][125] ([i915#10333]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_async_flips@test-cursor.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-tglu: NOTRUN -> [SKIP][126] ([i915#9531]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@modeset-transition@2x-outputs: - shard-glk: [PASS][127] -> [FAIL][128] ([i915#11859]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-glk5/igt@kms_atomic_transition@modeset-transition@2x-outputs.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk8/igt@kms_atomic_transition@modeset-transition@2x-outputs.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#1769] / [i915#3555]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-addfb: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#5286]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-10/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#5286]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-16/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#4538] / [i915#5286]) +5 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-rkl: NOTRUN -> [SKIP][133] ([i915#5286]) +1 other test skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [PASS][134] -> [DMESG-FAIL][135] ([i915#2017]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-mtlp-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][136] +34 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-9/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#3638]) +3 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#3638]) +1 other test skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#5190]) +1 other test skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html - shard-mtlp: NOTRUN -> [SKIP][140] ([i915#6187]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-2/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-mtlp: NOTRUN -> [SKIP][141] +22 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#4538] / [i915#5190]) +8 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][143] ([i915#4538]) +7 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_joiner@basic: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#10656]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@kms_big_joiner@basic.html - shard-rkl: NOTRUN -> [SKIP][145] ([i915#10656]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@invalid-modeset: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#10656]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-5/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#6095]) +35 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-c-edp-1.html * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#10307] / [i915#10434] / [i915#6095]) +5 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#10307] / [i915#6095]) +153 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][150] ([i915#6095]) +19 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-6/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-mc-ccs@pipe-b-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][151] ([i915#6095]) +99 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-4.html * igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][152] ([i915#6095]) +67 other tests skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-6/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#7213] / [i915#9010]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#11616] / [i915#7213]) +3 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_chamelium_audio@hdmi-audio-edid: - shard-dg1: NOTRUN -> [SKIP][155] ([i915#7828]) +10 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-13/igt@kms_chamelium_audio@hdmi-audio-edid.html * igt@kms_chamelium_color@ctm-0-25: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#4423]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg1: NOTRUN -> [SKIP][157] +43 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#7828]) +10 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#7828]) +8 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_chamelium_edid@hdmi-edid-read.html - shard-tglu: NOTRUN -> [SKIP][160] ([i915#7828]) +3 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#7828]) +10 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555]) +6 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@kms_color@deep-color.html * igt@kms_content_protection@content-type-change: - shard-mtlp: NOTRUN -> [SKIP][163] ([i915#6944] / [i915#9424]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-2/igt@kms_content_protection@content-type-change.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg2: NOTRUN -> [SKIP][164] ([i915#3299]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-1: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#6944] / [i915#9424]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@srm: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#7118]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@kms_content_protection@srm.html - shard-dg1: NOTRUN -> [SKIP][167] ([i915#7116]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#3359]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-3/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#8814]) +2 other tests skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#11453]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x170.html - shard-dg1: NOTRUN -> [SKIP][171] ([i915#11453]) +2 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_cursor_crc@cursor-random-512x170.html - shard-tglu: NOTRUN -> [SKIP][172] ([i915#11453]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-10/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-64x21: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#8814]) +2 other tests skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-mtlp: NOTRUN -> [SKIP][174] ([i915#9809]) +5 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - shard-dg1: NOTRUN -> [SKIP][175] ([i915#4103] / [i915#4213]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][176] ([i915#9067]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-4/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][177] ([i915#9067]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-dg1: NOTRUN -> [SKIP][178] ([i915#9067]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-tglu: NOTRUN -> [SKIP][179] ([i915#9067]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#4103] / [i915#4213]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@psr-dirtyfb-ioctl: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#9723]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-6/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html - shard-tglu: NOTRUN -> [SKIP][182] ([i915#9723]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-7/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-mtlp: NOTRUN -> [SKIP][183] ([i915#8588]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][184] ([i915#3804]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dsc@dsc-fractional-bpp: - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3840] / [i915#9688]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-fractional-bpp-with-bpc: - shard-dg2: NOTRUN -> [SKIP][186] ([i915#3840]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html * igt@kms_dsc@dsc-with-formats: - shard-tglu: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#3840]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-6/igt@kms_dsc@dsc-with-formats.html - shard-dg2: NOTRUN -> [SKIP][188] ([i915#3555] / [i915#3840]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@kms_dsc@dsc-with-formats.html - shard-rkl: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#3840]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_dsc@dsc-with-output-formats.html - shard-dg1: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840]) +1 other test skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-rkl: NOTRUN -> [SKIP][192] ([i915#3840] / [i915#9053]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#3469]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#4854]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#1839]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_feature_discovery@display-3x.html - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#1839]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#9337]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#658]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_feature_discovery@psr1.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3637]) +5 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][200] ([i915#8381]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][201] -> [DMESG-WARN][202] ([i915#11922]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb2/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb2/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-plain-flip: - shard-rkl: NOTRUN -> [SKIP][203] +20 other tests skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_flip@2x-plain-flip.html - shard-dg1: NOTRUN -> [SKIP][204] ([i915#9934]) +3 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@kms_flip@2x-plain-flip.html * igt@kms_flip@2x-plain-flip-interruptible: - shard-tglu: NOTRUN -> [SKIP][205] ([i915#3637]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-9/igt@kms_flip@2x-plain-flip-interruptible.html * igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset: - shard-dg2: NOTRUN -> [SKIP][206] +12 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#8381]) +1 other test skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-6/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1: - shard-snb: [PASS][208] -> [FAIL][209] ([i915#2122]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-vga1.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][210] ([i915#2672]) +1 other test skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][211] ([i915#2587] / [i915#2672]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][212] ([i915#2587] / [i915#2672]) +1 other test skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#2672] / [i915#3555]) +1 other test skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#2672]) +2 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#8810]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@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][216] ([i915#2672]) +2 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][217] ([i915#5274]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [FAIL][218] ([i915#6880]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-dg2: NOTRUN -> [SKIP][219] ([i915#5354]) +39 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#8708]) +18 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-snb: [PASS][221] -> [SKIP][222] +5 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#1825]) +34 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#5439]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#3458]) +18 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#3023]) +15 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#10055]) +1 other test skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][228] ([i915#8708]) +17 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#8708]) +12 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#1825]) +24 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#3458]) +20 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-rgb565-draw-pwrite.html * igt@kms_hdr@bpc-switch: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#3555] / [i915#8228]) [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_hdr@bpc-switch.html * igt@kms_hdr@bpc-switch-dpms: - shard-dg1: NOTRUN -> [SKIP][233] ([i915#3555] / [i915#8228]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_hdr@invalid-hdr: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#3555] / [i915#8228]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-6/igt@kms_hdr@invalid-hdr.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#1839]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-tglu: NOTRUN -> [SKIP][236] ([i915#6301]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-9/igt@kms_panel_fitting@atomic-fastset.html - shard-dg2: NOTRUN -> [SKIP][237] ([i915#6301]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_panel_fitting@atomic-fastset.html - shard-rkl: NOTRUN -> [SKIP][238] ([i915#6301]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html - shard-dg1: NOTRUN -> [SKIP][239] ([i915#6301]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_plane_lowres@tiling-4@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][240] ([i915#11614] / [i915#3582]) +3 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@kms_plane_lowres@tiling-4@pipe-b-edp-1.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#3555]) +4 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][242] ([i915#9423]) +3 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/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-rotation@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#5176]) +3 other tests skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][244] ([i915#9423]) +7 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][245] ([i915#5176] / [i915#9423]) +3 other tests skip [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-13/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][246] ([i915#5235] / [i915#9423]) +2 other tests skip [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#5235]) +2 other tests skip [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-16/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#9423]) +20 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][249] ([i915#5235]) +5 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][250] ([i915#3555] / [i915#5235]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-d-edp-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][251] ([i915#9728]) +5 other tests skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-1/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][252] ([i915#9728]) +4 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_pm_backlight@bad-brightness: - shard-rkl: NOTRUN -> [SKIP][253] ([i915#5354]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_pm_backlight@bad-brightness.html - shard-dg1: NOTRUN -> [SKIP][254] ([i915#5354]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@kms_pm_backlight@bad-brightness.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][255] ([i915#4281]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html - shard-tglu: [PASS][256] -> [SKIP][257] ([i915#4281]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-tglu-10/igt@kms_pm_dc@dc9-dpms.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg1: NOTRUN -> [SKIP][258] ([i915#9340]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-mtlp: NOTRUN -> [SKIP][259] ([i915#8430]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][260] ([i915#9519]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-rkl: [PASS][261] -> [SKIP][262] ([i915#9519]) [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-rkl-5/igt@kms_pm_rpm@dpms-non-lpsp.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#9519]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][264] ([i915#9519]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html - shard-dg1: NOTRUN -> [SKIP][265] ([i915#9519]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [PASS][266] -> [SKIP][267] ([i915#9519]) +1 other test skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-1/igt@kms_pm_rpm@modeset-non-lpsp.html [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_prime@basic-crc-vgem: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#6524] / [i915#6805]) +1 other test skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-1/igt@kms_prime@basic-crc-vgem.html * igt@kms_prime@d3hot: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#6524]) +1 other test skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_prime@d3hot.html - shard-mtlp: NOTRUN -> [SKIP][270] ([i915#6524]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-2/igt@kms_prime@d3hot.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#11520]) +3 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-15/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#11520]) +5 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][273] ([i915#11520]) +3 other tests skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf.html - shard-tglu: NOTRUN -> [SKIP][274] ([i915#11520]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-8/igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][275] ([i915#9683]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg1: NOTRUN -> [SKIP][276] ([i915#9683]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-17/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-dg2: NOTRUN -> [SKIP][277] ([i915#9683]) +1 other test skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][278] ([i915#9688]) +10 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-2/igt@kms_psr@fbc-psr-cursor-mmap-gtt@edp-1.html * igt@kms_psr@fbc-psr2-primary-page-flip: - shard-dg2: NOTRUN -> [SKIP][279] ([i915#1072] / [i915#9673] / [i915#9732]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_psr@fbc-psr2-primary-page-flip.html * igt@kms_psr@fbc-psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][280] ([i915#1072] / [i915#9732]) +24 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html * igt@kms_psr@pr-sprite-plane-move: - shard-tglu: NOTRUN -> [SKIP][281] ([i915#9732]) +8 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-7/igt@kms_psr@pr-sprite-plane-move.html * igt@kms_psr@psr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#1072] / [i915#9732]) +21 other tests skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-4/igt@kms_psr@psr-primary-mmap-cpu.html * igt@kms_psr@psr-primary-mmap-gtt@edp-1: - shard-mtlp: NOTRUN -> [SKIP][283] ([i915#4077] / [i915#9688]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_psr@psr-primary-mmap-gtt@edp-1.html * igt@kms_psr@psr2-cursor-blt: - shard-rkl: NOTRUN -> [SKIP][284] ([i915#1072] / [i915#9732]) +12 other tests skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-2/igt@kms_psr@psr2-cursor-blt.html * igt@kms_psr@psr2-sprite-plane-onoff: - shard-glk: NOTRUN -> [SKIP][285] +523 other tests skip [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk9/igt@kms_psr@psr2-sprite-plane-onoff.html * igt@kms_psr_stress_test@flip-primary-invalidate-overlay: - shard-rkl: NOTRUN -> [SKIP][286] ([i915#9685]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#4235]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-4/igt@kms_rotation_crc@bad-tiling.html - shard-dg2: NOTRUN -> [SKIP][288] ([i915#11131]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][289] ([i915#5289]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html - shard-dg1: NOTRUN -> [SKIP][290] ([i915#5289]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-16/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html - shard-tglu: NOTRUN -> [SKIP][291] ([i915#5289]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-3/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][292] ([i915#5289]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: NOTRUN -> [SKIP][293] ([i915#11131] / [i915#5190]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_scaling_modes@scaling-mode-full: - shard-tglu: NOTRUN -> [SKIP][294] ([i915#3555]) +1 other test skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-10/igt@kms_scaling_modes@scaling-mode-full.html * igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][295] ([i915#5030]) +2 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html * igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][296] ([i915#5030] / [i915#9041]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_scaling_modes@scaling-mode-none@pipe-d-edp-1.html * igt@kms_setmode@clone-exclusive-crtc: - shard-dg1: NOTRUN -> [SKIP][297] ([i915#3555]) +4 other tests skip [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_setmode@clone-exclusive-crtc.html - shard-mtlp: NOTRUN -> [SKIP][298] ([i915#3555] / [i915#8809]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_setmode@invalid-clone-exclusive-crtc: - shard-mtlp: NOTRUN -> [SKIP][299] ([i915#3555] / [i915#8809] / [i915#8823]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: NOTRUN -> [SKIP][300] ([i915#8623]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-4/igt@kms_tiled_display@basic-test-pattern.html - shard-rkl: NOTRUN -> [SKIP][301] ([i915#8623]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg1: NOTRUN -> [SKIP][302] ([i915#8623]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][303] ([i915#9196]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1: - shard-tglu: [PASS][304] -> [FAIL][305] ([i915#9196]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-tglu-10/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-tglu: NOTRUN -> [SKIP][306] ([i915#9906]) +1 other test skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-6/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@flip-suspend: - shard-mtlp: NOTRUN -> [SKIP][307] ([i915#3555] / [i915#8808]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-5/igt@kms_vrr@flip-suspend.html * igt@kms_vrr@max-min: - shard-dg1: NOTRUN -> [SKIP][308] ([i915#9906]) +3 other tests skip [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_vrr@max-min.html - shard-mtlp: NOTRUN -> [SKIP][309] ([i915#8808] / [i915#9906]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_vrr@max-min.html * igt@kms_vrr@negative-basic: - shard-dg2: NOTRUN -> [SKIP][310] ([i915#3555] / [i915#9906]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-6/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-dg2: NOTRUN -> [SKIP][311] ([i915#9906]) +1 other test skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-8/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-rkl: NOTRUN -> [SKIP][312] ([i915#9906]) +1 other test skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-tglu: NOTRUN -> [SKIP][313] ([i915#2437]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-6/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][314] ([i915#2437]) +2 other tests skip [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk5/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][315] ([i915#2437] / [i915#9412]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-1/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][316] ([i915#2436]) [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-6/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@per-context-mode-unprivileged: - shard-dg1: NOTRUN -> [SKIP][317] ([i915#2433]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@perf@per-context-mode-unprivileged.html * igt@perf_pmu@cpu-hotplug: - shard-mtlp: NOTRUN -> [SKIP][318] ([i915#8850]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@perf_pmu@cpu-hotplug.html * igt@prime_vgem@basic-fence-read: - shard-dg1: NOTRUN -> [SKIP][319] ([i915#3708]) +1 other test skip [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-14/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - shard-rkl: NOTRUN -> [SKIP][320] ([i915#3291] / [i915#3708]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-3/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-dg2: NOTRUN -> [SKIP][321] ([i915#3708] / [i915#4077]) [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@prime_vgem@coherency-gtt.html * igt@sriov_basic@bind-unbind-vf: - shard-tglu: NOTRUN -> [SKIP][322] ([i915#9917]) [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-10/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][323] ([i915#9917]) +1 other test skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@sriov_basic@enable-vfs-autoprobe-off.html - shard-dg1: NOTRUN -> [SKIP][324] ([i915#9917]) +1 other test skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-mtlp: NOTRUN -> [FAIL][325] ([i915#9781]) +1 other test fail [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-7/igt@syncobj_wait@invalid-wait-zero-handles.html - shard-glk: NOTRUN -> [FAIL][326] ([i915#9781]) [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk5/igt@syncobj_wait@invalid-wait-zero-handles.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-check-all@rcs0: - shard-rkl: [FAIL][327] ([i915#7742]) -> [PASS][328] [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-rkl-1/igt@drm_fdinfo@most-busy-check-all@rcs0.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html * igt@gem_eio@kms: - shard-dg2: [FAIL][329] ([i915#5784]) -> [PASS][330] [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-5/igt@gem_eio@kms.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@gem_eio@kms.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-rkl: [FAIL][331] ([i915#2842]) -> [PASS][332] [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [ABORT][333] ([i915#9820]) -> [PASS][334] [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-5/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_atomic_transition@modeset-transition-nonblocking@2x-outputs: - shard-glk: [FAIL][335] ([i915#11859]) -> [PASS][336] [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-glk8/igt@kms_atomic_transition@modeset-transition-nonblocking@2x-outputs.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk7/igt@kms_atomic_transition@modeset-transition-nonblocking@2x-outputs.html * igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1: - shard-snb: [FAIL][337] ([i915#2122]) -> [PASS][338] [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb7/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb2/igt@kms_flip@2x-plain-flip-fb-recreate@ab-vga1-hdmi-a1.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a1: - shard-snb: [FAIL][339] ([i915#10826]) -> [PASS][340] [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb7/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a1.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: [FAIL][341] ([i915#6880]) -> [PASS][342] [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3: - shard-mtlp: [ABORT][343] ([i915#10354]) -> [PASS][344] [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-mtlp-6/igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-8/igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-3.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1: - shard-snb: [FAIL][345] ([i915#9196]) -> [PASS][346] [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html * igt@perf_pmu@render-node-busy-idle@vcs0: - shard-dg2: [FAIL][347] ([i915#4349]) -> [PASS][348] +4 other tests pass [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-11/igt@perf_pmu@render-node-busy-idle@vcs0.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@perf_pmu@render-node-busy-idle@vcs0.html * igt@perf_pmu@render-node-busy-idle@vcs1: - shard-mtlp: [FAIL][349] ([i915#4349]) -> [PASS][350] +3 other tests pass [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-mtlp-4/igt@perf_pmu@render-node-busy-idle@vcs1.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-mtlp-6/igt@perf_pmu@render-node-busy-idle@vcs1.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-tglu: [WARN][351] ([i915#2681]) -> [FAIL][352] ([i915#3591]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-tglu-3/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-tglu-5/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg1: [SKIP][353] ([i915#11681] / [i915#6621]) -> [SKIP][354] ([i915#11681] / [i915#4423] / [i915#6621]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg1-13/igt@i915_pm_rps@min-max-config-loaded.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@i915_pm_rps@min-max-config-loaded.html * igt@kms_content_protection@content-type-change: - shard-snb: [INCOMPLETE][355] ([i915#8816]) -> [SKIP][356] [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-snb7/igt@kms_content_protection@content-type-change.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-snb4/igt@kms_content_protection@content-type-change.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-dg1: [SKIP][357] ([i915#2587] / [i915#2672]) -> [SKIP][358] ([i915#2587] / [i915#2672] / [i915#4423]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: [SKIP][359] ([i915#10433] / [i915#3458]) -> [SKIP][360] ([i915#3458]) +1 other test skip [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][361] ([i915#4816]) -> [SKIP][362] ([i915#4070] / [i915#4816]) [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-rkl-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@fbc-psr-primary-page-flip: - shard-dg2: [SKIP][363] ([i915#1072] / [i915#9732]) -> [SKIP][364] ([i915#1072] / [i915#9673] / [i915#9732]) +13 other tests skip [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-7/igt@kms_psr@fbc-psr-primary-page-flip.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_psr@fbc-psr-primary-page-flip.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: [SKIP][365] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][366] ([i915#1072] / [i915#9732]) +12 other tests skip [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-10/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: [SKIP][367] ([i915#11131]) -> [SKIP][368] ([i915#11131] / [i915#4235]) +1 other test skip [367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-dg2-3/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_tiled_display@basic-test-pattern: - shard-glk: [SKIP][369] -> [FAIL][370] ([i915#10959]) [369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7970/shard-glk8/igt@kms_tiled_display@basic-test-pattern.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/shard-glk7/igt@kms_tiled_display@basic-test-pattern.html [i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333 [i915#10354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10354 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#10826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10826 [i915#10959]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10959 [i915#10991]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10991 [i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349 [i915#11378]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11378 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11614]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11614 [i915#11616]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713 [i915#11859]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11859 [i915#11922]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11922 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2017]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2017 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2433 [i915#2436]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3299 [i915#3323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3323 [i915#3359]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3582 [i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804 [i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840 [i915#3936]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3936 [i915#4036]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4036 [i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4215 [i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281 [i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349 [i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391 [i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423 [i915#4537]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538 [i915#4565]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4565 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816 [i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4880 [i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4885 [i915#5030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5030 [i915#5176]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5235 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 [i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439 [i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784 [i915#5882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882 [i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095 [i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187 [i915#6227]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227 [i915#6230]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6230 [i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301 [i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334 [i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944 [i915#7116]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118 [i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213 [i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582 [i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697 [i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707 [i915#7742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7975 [i915#8213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228 [i915#8346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8346 [i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381 [i915#8399]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8399 [i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428 [i915#8430]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8430 [i915#8437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8437 [i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555 [i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588 [i915#8623]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8623 [i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709 [i915#8808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8808 [i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809 [i915#8810]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8810 [i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814 [i915#8816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8816 [i915#8823]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8823 [i915#8850]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8850 [i915#9010]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9010 [i915#9041]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9041 [i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053 [i915#9067]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9067 [i915#9196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9196 [i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311 [i915#9323]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9323 [i915#9337]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9337 [i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340 [i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412 [i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423 [i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424 [i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519 [i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531 [i915#9673]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9673 [i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683 [i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685 [i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688 [i915#9723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9723 [i915#9728]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9728 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9781]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9781 [i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809 [i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820 [i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906 [i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917 [i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7970 -> IGTPW_11575 CI-20190529: 20190529 CI_DRM_15231: 79d8c33863d99ac1b04afcce123bdc2ad919e993 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11575: 11575 IGT_7970: 496e86347f8607d032ed59cdad5eb018e5be6933 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11575/index.html [-- Attachment #2: Type: text/html, Size: 125657 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader 2024-08-14 13:04 [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Dominik Grzegorzek ` (3 preceding siblings ...) 2024-08-15 20:31 ` ✓ Fi.CI.IGT: success " Patchwork @ 2024-08-19 17:51 ` Kamil Konieczny 2024-08-21 7:03 ` Grzegorzek, Dominik 4 siblings, 1 reply; 7+ messages in thread From: Kamil Konieczny @ 2024-08-19 17:51 UTC (permalink / raw) To: igt-dev; +Cc: Dominik Grzegorzek, Andrzej Hajda Hi Dominik, On 2024-08-14 at 15:04:23 +0200, Dominik Grzegorzek wrote: > 1) Fix src1_null macro definition to match platforms which are mentioned in > the comment above the declaration. (DG2+) > > Fixes: > iga64 -Xauto-deps -Wall -p=12p71 lib/iga64_generated_codes.c.d/iga64_assembly_eot.12p71.asm > line 2.37: warning: Src1.Length should suffix src1 register (e.g. r10:4) > (W) send.gtwy (8|M0) null r112 null 0 0x02000000 {EOT} > ^ > 2) Zero out r4 register in media block write message to prevent > errors when the same register was used earlier in the shader. > Could you split this patch into two fixes? Now subject suggest that you fixed one thing and write new dword shader, while it looks like two fixes? Regards, Kamil > v2: clear r4 before setting r5 (with small grfs the instruction also clears r5) > > Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com> > Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> > --- > lib/gpgpu_shader.c | 4 ++-- > lib/iga64_generated_codes.c | 18 +++++++++++------- > lib/iga64_macros.h | 2 +- > 3 files changed, 14 insertions(+), 10 deletions(-) > > diff --git a/lib/gpgpu_shader.c b/lib/gpgpu_shader.c > index 991455c49..80bad342a 100644 > --- a/lib/gpgpu_shader.c > +++ b/lib/gpgpu_shader.c > @@ -281,6 +281,8 @@ void gpgpu_shader__write_dword(struct gpgpu_shader *shdr, uint32_t value, > uint32_t y_offset) > { > emit_iga64_code(shdr, media_block_write, " \n\ > + // Clear message header \n\ > +(W) mov (16|M0) r4.0<1>:ud 0x0:ud \n\ > // Payload \n\ > (W) mov (1|M0) r5.0<1>:ud ARG(3):ud \n\ > (W) mov (1|M0) r5.1<1>:ud ARG(4):ud \n\ > @@ -303,8 +305,6 @@ void gpgpu_shader__write_dword(struct gpgpu_shader *shdr, uint32_t value, > // Load r2.4-7 with tg id Y + ARG(1):ud \n\ > (W) mov (1|M0) r2.1<1>:ud r0.6<0;1,0>:ud \n\ > (W) add (1|M0) r2.1<1>:ud r2.1<0;1,0>:ud ARG(1):ud \n\ > - // payload setup \n\ > -(W) mov (16|M0) r4.0<1>:ud 0x0:ud \n\ > // Store X and Y block start (160:191 and 192:223) \n\ > (W) mov (2|M0) r4.5<1>:ud r2.0<2;2,1>:ud \n\ > // Store X and Y block max_size (224:231 and 232:239) \n\ > diff --git a/lib/iga64_generated_codes.c b/lib/iga64_generated_codes.c > index 6a08c4844..87270bb46 100644 > --- a/lib/iga64_generated_codes.c > +++ b/lib/iga64_generated_codes.c > @@ -3,10 +3,11 @@ > > #include "gpgpu_shader.h" > > -#define MD5_SUM_IGA64_ASMS 2c503cbfbd7b3043e9a52188ae4da7a8 > +#define MD5_SUM_IGA64_ASMS 96abf1aa2d0cc900ebba8203cefdd30c > > struct iga64_template const iga64_code_media_block_write[] = { > { .gen_ver = 2000, .size = 56, .code = (const uint32_t []) { > + 0x80100061, 0x04054220, 0x00000000, 0x00000000, > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > 0x80000061, 0x05154220, 0x00000000, 0xc0ded004, > 0x80000061, 0x05254220, 0x00000000, 0xc0ded005, > @@ -14,15 +15,15 @@ struct iga64_template const iga64_code_media_block_write[] = { > 0x80000069, 0x02058220, 0x02000014, 0xc0ded000, > 0x80000061, 0x02150220, 0x00000064, 0x00000000, > 0x80001940, 0x02158220, 0x02000214, 0xc0ded001, > - 0x80100061, 0x04054220, 0x00000000, 0x00000000, > - 0x80041a61, 0x04550220, 0x00220205, 0x00000000, > + 0x80041961, 0x04550220, 0x00220205, 0x00000000, > 0x80000061, 0x04754220, 0x00000000, 0xc0ded002, > 0x80132031, 0x00000000, 0xd00e0494, 0x04000000, > 0x80000001, 0x00010000, 0x20000000, 0x00000000, > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > }}, > - { .gen_ver = 1270, .size = 56, .code = (const uint32_t []) { > + { .gen_ver = 1270, .size = 60, .code = (const uint32_t []) { > + 0x80040061, 0x04054220, 0x00000000, 0x00000000, > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > 0x80000061, 0x05254220, 0x00000000, 0xc0ded004, > 0x80000061, 0x05454220, 0x00000000, 0xc0ded005, > @@ -38,7 +39,8 @@ struct iga64_template const iga64_code_media_block_write[] = { > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > }}, > - { .gen_ver = 1260, .size = 52, .code = (const uint32_t []) { > + { .gen_ver = 1260, .size = 56, .code = (const uint32_t []) { > + 0x80100061, 0x04054220, 0x00000000, 0x00000000, > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > 0x80000061, 0x05154220, 0x00000000, 0xc0ded004, > 0x80000061, 0x05254220, 0x00000000, 0xc0ded005, > @@ -53,7 +55,8 @@ struct iga64_template const iga64_code_media_block_write[] = { > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > }}, > - { .gen_ver = 1250, .size = 56, .code = (const uint32_t []) { > + { .gen_ver = 1250, .size = 60, .code = (const uint32_t []) { > + 0x80040061, 0x04054220, 0x00000000, 0x00000000, > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > 0x80000061, 0x05254220, 0x00000000, 0xc0ded004, > 0x80000061, 0x05454220, 0x00000000, 0xc0ded005, > @@ -69,7 +72,8 @@ struct iga64_template const iga64_code_media_block_write[] = { > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > }}, > - { .gen_ver = 0, .size = 52, .code = (const uint32_t []) { > + { .gen_ver = 0, .size = 56, .code = (const uint32_t []) { > + 0x80040061, 0x04054220, 0x00000000, 0x00000000, > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > 0x80000061, 0x05254220, 0x00000000, 0xc0ded004, > 0x80000061, 0x05454220, 0x00000000, 0xc0ded005, > diff --git a/lib/iga64_macros.h b/lib/iga64_macros.h > index f4ef5cb16..03cc726d4 100644 > --- a/lib/iga64_macros.h > +++ b/lib/iga64_macros.h > @@ -7,7 +7,7 @@ > #define IGA64_MACROS_H > > /* send instruction for DG2+ requires 0 length in case src1 is null, BSpec: 47443 */ > -#if GEN_VER < 1271 > +#if GEN_VER <= 1250 > #define src1_null null > #else > #define src1_null null:0 > -- > 2.34.1 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader 2024-08-19 17:51 ` [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Kamil Konieczny @ 2024-08-21 7:03 ` Grzegorzek, Dominik 0 siblings, 0 replies; 7+ messages in thread From: Grzegorzek, Dominik @ 2024-08-21 7:03 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, kamil.konieczny@linux.intel.com Cc: Hajda, Andrzej On Mon, 2024-08-19 at 19:51 +0200, Kamil Konieczny wrote: > Hi Dominik, > On 2024-08-14 at 15:04:23 +0200, Dominik Grzegorzek wrote: > > 1) Fix src1_null macro definition to match platforms which are mentioned in > > the comment above the declaration. (DG2+) > > > > Fixes: > > iga64 -Xauto-deps -Wall -p=12p71 lib/iga64_generated_codes.c.d/iga64_assembly_eot.12p71.asm > > line 2.37: warning: Src1.Length should suffix src1 register (e.g. r10:4) > > (W) send.gtwy (8|M0) null r112 null 0 0x02000000 {EOT} > > ^ > > 2) Zero out r4 register in media block write message to prevent > > errors when the same register was used earlier in the shader. > > > > Could you split this patch into two fixes? Now subject suggest > that you fixed one thing and write new dword shader, while it > looks like two fixes? > > Regards, > Kamil Sure, I will split them. Regards, Dominik > > > v2: clear r4 before setting r5 (with small grfs the instruction also clears r5) > > > > Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com> > > Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> > > --- > > lib/gpgpu_shader.c | 4 ++-- > > lib/iga64_generated_codes.c | 18 +++++++++++------- > > lib/iga64_macros.h | 2 +- > > 3 files changed, 14 insertions(+), 10 deletions(-) > > > > diff --git a/lib/gpgpu_shader.c b/lib/gpgpu_shader.c > > index 991455c49..80bad342a 100644 > > --- a/lib/gpgpu_shader.c > > +++ b/lib/gpgpu_shader.c > > @@ -281,6 +281,8 @@ void gpgpu_shader__write_dword(struct gpgpu_shader *shdr, uint32_t value, > > uint32_t y_offset) > > { > > emit_iga64_code(shdr, media_block_write, " \n\ > > + // Clear message header \n\ > > +(W) mov (16|M0) r4.0<1>:ud 0x0:ud \n\ > > // Payload \n\ > > (W) mov (1|M0) r5.0<1>:ud ARG(3):ud \n\ > > (W) mov (1|M0) r5.1<1>:ud ARG(4):ud \n\ > > @@ -303,8 +305,6 @@ void gpgpu_shader__write_dword(struct gpgpu_shader *shdr, uint32_t value, > > // Load r2.4-7 with tg id Y + ARG(1):ud \n\ > > (W) mov (1|M0) r2.1<1>:ud r0.6<0;1,0>:ud \n\ > > (W) add (1|M0) r2.1<1>:ud r2.1<0;1,0>:ud ARG(1):ud \n\ > > - // payload setup \n\ > > -(W) mov (16|M0) r4.0<1>:ud 0x0:ud \n\ > > // Store X and Y block start (160:191 and 192:223) \n\ > > (W) mov (2|M0) r4.5<1>:ud r2.0<2;2,1>:ud \n\ > > // Store X and Y block max_size (224:231 and 232:239) \n\ > > diff --git a/lib/iga64_generated_codes.c b/lib/iga64_generated_codes.c > > index 6a08c4844..87270bb46 100644 > > --- a/lib/iga64_generated_codes.c > > +++ b/lib/iga64_generated_codes.c > > @@ -3,10 +3,11 @@ > > > > #include "gpgpu_shader.h" > > > > -#define MD5_SUM_IGA64_ASMS 2c503cbfbd7b3043e9a52188ae4da7a8 > > +#define MD5_SUM_IGA64_ASMS 96abf1aa2d0cc900ebba8203cefdd30c > > > > struct iga64_template const iga64_code_media_block_write[] = { > > { .gen_ver = 2000, .size = 56, .code = (const uint32_t []) { > > + 0x80100061, 0x04054220, 0x00000000, 0x00000000, > > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > > 0x80000061, 0x05154220, 0x00000000, 0xc0ded004, > > 0x80000061, 0x05254220, 0x00000000, 0xc0ded005, > > @@ -14,15 +15,15 @@ struct iga64_template const iga64_code_media_block_write[] = { > > 0x80000069, 0x02058220, 0x02000014, 0xc0ded000, > > 0x80000061, 0x02150220, 0x00000064, 0x00000000, > > 0x80001940, 0x02158220, 0x02000214, 0xc0ded001, > > - 0x80100061, 0x04054220, 0x00000000, 0x00000000, > > - 0x80041a61, 0x04550220, 0x00220205, 0x00000000, > > + 0x80041961, 0x04550220, 0x00220205, 0x00000000, > > 0x80000061, 0x04754220, 0x00000000, 0xc0ded002, > > 0x80132031, 0x00000000, 0xd00e0494, 0x04000000, > > 0x80000001, 0x00010000, 0x20000000, 0x00000000, > > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > > }}, > > - { .gen_ver = 1270, .size = 56, .code = (const uint32_t []) { > > + { .gen_ver = 1270, .size = 60, .code = (const uint32_t []) { > > + 0x80040061, 0x04054220, 0x00000000, 0x00000000, > > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > > 0x80000061, 0x05254220, 0x00000000, 0xc0ded004, > > 0x80000061, 0x05454220, 0x00000000, 0xc0ded005, > > @@ -38,7 +39,8 @@ struct iga64_template const iga64_code_media_block_write[] = { > > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > > }}, > > - { .gen_ver = 1260, .size = 52, .code = (const uint32_t []) { > > + { .gen_ver = 1260, .size = 56, .code = (const uint32_t []) { > > + 0x80100061, 0x04054220, 0x00000000, 0x00000000, > > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > > 0x80000061, 0x05154220, 0x00000000, 0xc0ded004, > > 0x80000061, 0x05254220, 0x00000000, 0xc0ded005, > > @@ -53,7 +55,8 @@ struct iga64_template const iga64_code_media_block_write[] = { > > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > > }}, > > - { .gen_ver = 1250, .size = 56, .code = (const uint32_t []) { > > + { .gen_ver = 1250, .size = 60, .code = (const uint32_t []) { > > + 0x80040061, 0x04054220, 0x00000000, 0x00000000, > > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > > 0x80000061, 0x05254220, 0x00000000, 0xc0ded004, > > 0x80000061, 0x05454220, 0x00000000, 0xc0ded005, > > @@ -69,7 +72,8 @@ struct iga64_template const iga64_code_media_block_write[] = { > > 0x80000001, 0x00010000, 0x30000000, 0x00000000, > > 0x80000901, 0x00010000, 0x00000000, 0x00000000, > > }}, > > - { .gen_ver = 0, .size = 52, .code = (const uint32_t []) { > > + { .gen_ver = 0, .size = 56, .code = (const uint32_t []) { > > + 0x80040061, 0x04054220, 0x00000000, 0x00000000, > > 0x80000061, 0x05054220, 0x00000000, 0xc0ded003, > > 0x80000061, 0x05254220, 0x00000000, 0xc0ded004, > > 0x80000061, 0x05454220, 0x00000000, 0xc0ded005, > > diff --git a/lib/iga64_macros.h b/lib/iga64_macros.h > > index f4ef5cb16..03cc726d4 100644 > > --- a/lib/iga64_macros.h > > +++ b/lib/iga64_macros.h > > @@ -7,7 +7,7 @@ > > #define IGA64_MACROS_H > > > > /* send instruction for DG2+ requires 0 length in case src1 is null, BSpec: 47443 */ > > -#if GEN_VER < 1271 > > +#if GEN_VER <= 1250 > > #define src1_null null > > #else > > #define src1_null null:0 > > -- > > 2.34.1 > > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-08-21 7:04 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-08-14 13:04 [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Dominik Grzegorzek 2024-08-14 16:41 ` ✓ CI.xeBAT: success for lib/gpgpu_shader: Fix compilation warning and write dword shader (rev2) Patchwork 2024-08-14 16:51 ` ✓ Fi.CI.BAT: " Patchwork 2024-08-14 22:09 ` ✗ CI.xeFULL: failure " Patchwork 2024-08-15 20:31 ` ✓ Fi.CI.IGT: success " Patchwork 2024-08-19 17:51 ` [PATCH i-g-t v2] lib/gpgpu_shader: Fix compilation warning and write dword shader Kamil Konieczny 2024-08-21 7:03 ` Grzegorzek, Dominik
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox