* [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms
@ 2023-09-20 20:46 janga.rahul.kumar
2023-09-20 23:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: janga.rahul.kumar @ 2023-09-20 20:46 UTC (permalink / raw)
To: igt-dev, ramadevi.gandi, janga.rahul.kumar
From: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Correct the STATE_BASE_ADDRESS Instruction data size.
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
---
lib/intel_compute.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index 4f6716d23..0c30f39c1 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -1030,7 +1030,7 @@ static void xehpc_compute_exec(int fd, const unsigned char *kernel,
unsigned int size)
{
#define XEHPC_BO_DICT_ENTRIES 6
- struct bo_dict_entry bo_dict[XEHP_BO_DICT_ENTRIES] = {
+ struct bo_dict_entry bo_dict[XEHPC_BO_DICT_ENTRIES] = {
{ .addr = XEHP_ADDR_INSTRUCTION_STATE_BASE + OFFSET_KERNEL,
.name = "instr state base"},
{ .addr = XEHP_ADDR_GENERAL_STATE_BASE + OFFSET_INDIRECT_DATA_START,
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for lib/intel_compute: Fix Incorrect array size for XEHPC platforms 2023-09-20 20:46 [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms janga.rahul.kumar @ 2023-09-20 23:28 ` Patchwork 2023-09-21 0:11 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-09-20 23:28 UTC (permalink / raw) To: janga.rahul.kumar; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5056 bytes --] == Series Details == Series: lib/intel_compute: Fix Incorrect array size for XEHPC platforms URL : https://patchwork.freedesktop.org/series/124010/ State : success == Summary == CI Bug Log - changes from CI_DRM_13659 -> IGTPW_9832 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/index.html Participating hosts (40 -> 38) ------------------------------ Missing (2): fi-hsw-4770 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9832 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_suspend@basic-s0@smem: - bat-mtlp-8: NOTRUN -> [ABORT][1] ([i915#9262]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-mtlp-8/igt@gem_exec_suspend@basic-s0@smem.html * igt@i915_suspend@basic-s3-without-i915: - bat-mtlp-8: NOTRUN -> [SKIP][2] ([i915#6645]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-adlp-9: NOTRUN -> [SKIP][3] ([i915#3546]) +2 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-adlp-9/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html #### Possible fixes #### * igt@gem_exec_suspend@basic-s0@smem: - bat-dg2-9: [INCOMPLETE][4] ([i915#8797] / [i915#9275]) -> [PASS][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html * igt@i915_selftest@live@gt_heartbeat: - fi-glk-j4005: [DMESG-FAIL][6] ([i915#5334]) -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@gt_lrc: - bat-dg2-11: [INCOMPLETE][8] ([i915#7609] / [i915#7913]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/bat-dg2-11/igt@i915_selftest@live@gt_lrc.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-dg2-11/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@requests: - bat-mtlp-8: [ABORT][10] ([i915#9262]) -> [PASS][11] [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/bat-mtlp-8/igt@i915_selftest@live@requests.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@kms_hdmi_inject@inject-audio: - fi-kbl-guc: [FAIL][12] ([IGT#3] / [i915#6121]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [ABORT][14] ([i915#8668]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3 [Intel XE#485]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/485 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#7609]: https://gitlab.freedesktop.org/drm/intel/issues/7609 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797 [i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262 [i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7494 -> IGTPW_9832 CI-20190529: 20190529 CI_DRM_13659: b64f074fa9711dea043833b2d0990d1a4f7a36ac @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9832: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/index.html IGT_7494: 8b5be5770319f47d71782bc89e4738aa63d6906d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@xe_create@multigpu-create-massive-size == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/index.html [-- Attachment #2: Type: text/html, Size: 5869 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ CI.xeBAT: failure for lib/intel_compute: Fix Incorrect array size for XEHPC platforms 2023-09-20 20:46 [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms janga.rahul.kumar 2023-09-20 23:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-09-21 0:11 ` Patchwork 2023-09-21 7:14 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 2023-09-22 8:55 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-09-21 0:11 UTC (permalink / raw) To: janga.rahul.kumar; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 7371 bytes --] == Series Details == Series: lib/intel_compute: Fix Incorrect array size for XEHPC platforms URL : https://patchwork.freedesktop.org/series/124010/ State : failure == Summary == CI Bug Log - changes from XEIGT_7494_BAT -> XEIGTPW_9832_BAT ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_9832_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_9832_BAT, please notify your bug team (lgci.bug.filing@intel.com) 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_9832_BAT: ### IGT changes ### #### Possible regressions #### * igt@xe_live_ktest@dmabuf: - bat-pvc-2: NOTRUN -> [FAIL][1] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_live_ktest@dmabuf.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@xe_live_ktest@dmabuf@xe_dma_buf-xe_dma_buf_kunit}: - bat-pvc-2: NOTRUN -> [FAIL][2] [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_live_ktest@dmabuf@xe_dma_buf-xe_dma_buf_kunit.html Known issues ------------ Here are the changes found in XEIGTPW_9832_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - bat-pvc-2: NOTRUN -> [SKIP][3] ([Intel XE#538]) +33 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_cursor_legacy@basic-flip-after-cursor-atomic: - bat-pvc-2: NOTRUN -> [SKIP][4] ([Intel XE#539]) +7 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_cursor_legacy@basic-flip-after-cursor-atomic.html * igt@kms_flip@basic-flip-vs-dpms: - bat-pvc-2: NOTRUN -> [SKIP][5] ([Intel XE#275] / [Intel XE#541]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_flip@basic-flip-vs-dpms.html * igt@kms_force_connector_basic@force-connector-state: - bat-pvc-2: NOTRUN -> [SKIP][6] ([Intel XE#540]) +3 other tests skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_force_connector_basic@force-connector-state.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-pvc-2: NOTRUN -> [SKIP][7] ([Intel XE#537]) +6 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html * igt@kms_prop_blob@basic: - bat-pvc-2: NOTRUN -> [SKIP][8] ([Intel XE#536]) [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_prop_blob@basic.html * igt@kms_psr@primary_page_flip: - bat-pvc-2: NOTRUN -> [SKIP][9] ([Intel XE#535]) +2 other tests skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@kms_psr@primary_page_flip.html * igt@xe_evict@evict-beng-small-external: - bat-pvc-2: NOTRUN -> [FAIL][10] ([Intel XE#389]) +3 other tests fail [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_evict@evict-beng-small-external.html * igt@xe_evict@evict-small-cm: - bat-pvc-2: NOTRUN -> [DMESG-FAIL][11] ([Intel XE#482]) +3 other tests dmesg-fail [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_evict@evict-small-cm.html * igt@xe_guc_pc@freq_range_idle: - bat-pvc-2: NOTRUN -> [SKIP][12] ([Intel XE#533]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_guc_pc@freq_range_idle.html * igt@xe_huc_copy@huc_copy: - bat-pvc-2: NOTRUN -> [SKIP][13] ([Intel XE#255]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_huc_copy@huc_copy.html * igt@xe_intel_bb@render: - bat-pvc-2: NOTRUN -> [SKIP][14] ([Intel XE#532]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_intel_bb@render.html * igt@xe_pm_residency@gt-c6-on-idle: - bat-pvc-2: NOTRUN -> [SKIP][15] ([Intel XE#531]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_pm_residency@gt-c6-on-idle.html #### Possible fixes #### * {igt@xe_create@create-execqueues-noleak}: - bat-atsm-2: [FAIL][16] ([Intel XE#524]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7494/bat-atsm-2/igt@xe_create@create-execqueues-noleak.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-atsm-2/igt@xe_create@create-execqueues-noleak.html * igt@xe_module_load@load: - bat-pvc-2: [INCOMPLETE][18] ([Intel XE#597]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7494/bat-pvc-2/igt@xe_module_load@load.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/bat-pvc-2/igt@xe_module_load@load.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#275]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/275 [Intel XE#389]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/389 [Intel XE#482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/482 [Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524 [Intel XE#531]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/531 [Intel XE#532]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/532 [Intel XE#533]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/533 [Intel XE#535]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/535 [Intel XE#536]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/536 [Intel XE#537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/537 [Intel XE#538]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/538 [Intel XE#539]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/539 [Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540 [Intel XE#541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/541 [Intel XE#597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/597 Build changes ------------- * IGT: IGT_7494 -> IGTPW_9832 * Linux: xe-386-805557401e7aaeeec5aeb1de6688853390738bee -> xe-387-6e4a4aa0279d8de30726606ccf74de109af20e6c IGTPW_9832: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/index.html IGT_7494: 8b5be5770319f47d71782bc89e4738aa63d6906d @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-386-805557401e7aaeeec5aeb1de6688853390738bee: 805557401e7aaeeec5aeb1de6688853390738bee xe-387-6e4a4aa0279d8de30726606ccf74de109af20e6c: 6e4a4aa0279d8de30726606ccf74de109af20e6c == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9832/index.html [-- Attachment #2: Type: text/html, Size: 8375 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for lib/intel_compute: Fix Incorrect array size for XEHPC platforms 2023-09-20 20:46 [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms janga.rahul.kumar 2023-09-20 23:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-21 0:11 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork @ 2023-09-21 7:14 ` Patchwork 2023-09-22 8:55 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-09-21 7:14 UTC (permalink / raw) To: janga.rahul.kumar; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100282 bytes --] == Series Details == Series: lib/intel_compute: Fix Incorrect array size for XEHPC platforms URL : https://patchwork.freedesktop.org/series/124010/ State : success == Summary == CI Bug Log - changes from CI_DRM_13659_full -> IGTPW_9832_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/index.html Participating hosts (11 -> 9) ------------------------------ Missing (2): shard-rkl0 shard-tglu0 New tests --------- New tests have been introduced between CI_DRM_13659_full and IGTPW_9832_full: ### New IGT tests (4) ### * igt@kms_lease@lease_get@pipe-a-vga-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_lease@lease_get@pipe-b-vga-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_lease@page_flip_implicit_plane@pipe-a-vga-1: - Statuses : 1 pass(s) - Exec time: [0.0] s * igt@kms_lease@page_flip_implicit_plane@pipe-b-vga-1: - Statuses : 1 pass(s) - Exec time: [0.0] s Known issues ------------ Here are the changes found in IGTPW_9832_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][1] ([i915#8411]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-mtlp: NOTRUN -> [SKIP][2] ([i915#8411]) +1 other test skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@api_intel_bb@object-reloc-purge-cache.html - shard-rkl: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@api_intel_bb@object-reloc-purge-cache.html * igt@api_intel_bb@render-ccs: - shard-dg2: NOTRUN -> [FAIL][4] ([i915#6122]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@api_intel_bb@render-ccs.html * igt@device_reset@cold-reset-bound: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#7701]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@device_reset@cold-reset-bound.html * igt@drm_fdinfo@all-busy-check-all: - shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8414]) +10 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@drm_fdinfo@all-busy-check-all.html * igt@drm_fdinfo@busy-idle@bcs0: - shard-dg2: NOTRUN -> [SKIP][7] ([i915#8414]) +21 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@drm_fdinfo@busy-idle@bcs0.html * igt@drm_fdinfo@virtual-busy-idle: - shard-dg1: NOTRUN -> [SKIP][8] ([i915#8414]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@drm_fdinfo@virtual-busy-idle.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][9] ([i915#7697]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@gem_basic@multigpu-create-close.html * igt@gem_caching@writes: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#4873]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@gem_caching@writes.html * igt@gem_ccs@ctrl-surf-copy: - shard-mtlp: NOTRUN -> [SKIP][11] ([i915#3555]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@gem_ccs@ctrl-surf-copy.html * igt@gem_ccs@suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#9323]) +1 other test skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_ccs@suspend-resume.html * igt@gem_close_race@multigpu-basic-process: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#7697]) +1 other test skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@gem_close_race@multigpu-basic-process.html * igt@gem_create@create-ext-cpu-access-big: - shard-mtlp: NOTRUN -> [SKIP][14] ([i915#6335]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@gem_create@create-ext-cpu-access-big.html - shard-rkl: NOTRUN -> [SKIP][15] ([i915#6335]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: NOTRUN -> [FAIL][16] ([i915#6268]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_param@set-priority-not-supported: - shard-rkl: NOTRUN -> [SKIP][17] ([fdo#109314]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@gem_ctx_param@set-priority-not-supported.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#8555]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@gem_ctx_persistence@heartbeat-hang.html - shard-mtlp: NOTRUN -> [SKIP][19] ([i915#8555]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][20] ([i915#8555]) +2 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@legacy-engines-hostile@vebox: - shard-mtlp: NOTRUN -> [FAIL][21] ([i915#2410]) +2 other tests fail [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@gem_ctx_persistence@legacy-engines-hostile@vebox.html * igt@gem_ctx_persistence@legacy-engines-queued: - shard-snb: NOTRUN -> [SKIP][22] ([fdo#109271] / [i915#1099]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-snb4/igt@gem_ctx_persistence@legacy-engines-queued.html * igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0: - shard-dg2: NOTRUN -> [SKIP][23] ([i915#5882]) +9 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html * igt@gem_ctx_persistence@saturated-hostile@vecs0: - shard-mtlp: NOTRUN -> [FAIL][24] ([i915#7816]) +2 other tests fail [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_ctx_persistence@saturated-hostile@vecs0.html * igt@gem_ctx_sseu@mmap-args: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#280]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-7/igt@gem_ctx_sseu@mmap-args.html * igt@gem_exec_balancer@bonded-dual: - shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4771]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_exec_balancer@bonded-dual.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][27] ([i915#4771]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@parallel-dmabuf-import-out-fence: - shard-rkl: NOTRUN -> [SKIP][28] ([i915#4525]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html * igt@gem_exec_balancer@parallel-ordering: - shard-tglu: NOTRUN -> [FAIL][29] ([i915#6117]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-10/igt@gem_exec_balancer@parallel-ordering.html * igt@gem_exec_balancer@sliced: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#4812]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@gem_exec_balancer@sliced.html * igt@gem_exec_endless@dispatch@vcs0: - shard-mtlp: NOTRUN -> [TIMEOUT][31] ([i915#3778] / [i915#7016] / [i915#7941]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@gem_exec_endless@dispatch@vcs0.html * igt@gem_exec_fair@basic-deadline: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#4473] / [i915#4771]) +4 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none-solo: - shard-mtlp: NOTRUN -> [SKIP][33] ([i915#4473]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-pace: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@gem_exec_fair@basic-pace.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [PASS][35] -> [FAIL][36] ([i915#2842]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-14/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-prw-default: - shard-dg1: NOTRUN -> [SKIP][38] ([i915#3539]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@gem_exec_flush@basic-uc-prw-default.html * igt@gem_exec_flush@basic-uc-ro-default: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#3539] / [i915#4852]) +3 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@gem_exec_flush@basic-uc-ro-default.html * igt@gem_exec_gttfill@multigpu-basic: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#7697]) +1 other test skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@gem_exec_gttfill@multigpu-basic.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][41] ([fdo#109283] / [i915#5107]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-read-noreloc: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#3281]) +16 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@gem_exec_reloc@basic-cpu-read-noreloc.html * igt@gem_exec_reloc@basic-gtt-read: - shard-rkl: NOTRUN -> [SKIP][43] ([i915#3281]) +4 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-read.html * igt@gem_exec_reloc@basic-softpin: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#3281]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-15/igt@gem_exec_reloc@basic-softpin.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#3281]) +13 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@preempt-queue: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4812]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@gem_exec_schedule@preempt-queue.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4537] / [i915#4812]) +1 other test skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_exec_schedule@preemptive-hang@ccs0: - shard-mtlp: NOTRUN -> [DMESG-WARN][48] ([i915#9262]) +3 other tests dmesg-warn [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_exec_schedule@preemptive-hang@ccs0.html * igt@gem_exec_schedule@preemptive-hang@vcs0: - shard-mtlp: NOTRUN -> [FAIL][49] ([i915#9051]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_exec_schedule@preemptive-hang@vcs0.html * igt@gem_exec_schedule@semaphore-power: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4537] / [i915#4812]) +1 other test skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@gem_exec_schedule@semaphore-power.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][51] ([i915#7975] / [i915#8213]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4860]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@gem_fenced_exec_thrash@no-spare-fences-busy-interruptible.html * igt@gem_fenced_exec_thrash@no-spare-fences-interruptible: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4860]) +5 other tests skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html * igt@gem_huc_copy@huc-copy: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#2190]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-verify-multi: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4613]) +7 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@gem_lmem_swapping@heavy-verify-multi.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-rkl: NOTRUN -> [SKIP][56] ([i915#4613]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-apl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#4613]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl3/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][58] ([i915#5493]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify-random: - shard-tglu: NOTRUN -> [SKIP][59] ([i915#4613]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-7/igt@gem_lmem_swapping@verify-random.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#8289]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_media_fill@media-fill.html * igt@gem_media_vme: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#284]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-7/igt@gem_media_vme.html * igt@gem_mmap@bad-size: - shard-mtlp: NOTRUN -> [SKIP][62] ([i915#4083]) +6 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@gem_mmap@bad-size.html * igt@gem_mmap_gtt@cpuset-big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#4077]) +21 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4077]) +24 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_wc@copy: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#4083]) +7 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@gem_mmap_wc@copy.html * igt@gem_partial_pwrite_pread@reads-snoop: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#3282]) +3 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@gem_partial_pwrite_pread@reads-snoop.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-rkl: NOTRUN -> [SKIP][67] ([i915#3282]) +3 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pxp@create-protected-buffer: - shard-tglu: NOTRUN -> [SKIP][68] ([i915#4270]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-9/igt@gem_pxp@create-protected-buffer.html * igt@gem_pxp@reject-modify-context-protection-off-1: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#4270]) +1 other test skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-off-1.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#4270]) +4 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-optout-execution: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4270]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html - shard-dg1: NOTRUN -> [SKIP][72] ([i915#4270]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-14/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html * igt@gem_readwrite@new-obj: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3282]) +7 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@gem_readwrite@new-obj.html * igt@gem_render_copy@y-tiled-to-vebox-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#8428]) +10 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html * igt@gem_render_tiled_blits@basic: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#4079]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-14/igt@gem_render_tiled_blits@basic.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#4079]) +1 other test skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_set_tiling_vs_pwrite: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4079]) +2 other tests skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_set_tiling_vs_pwrite.html * igt@gem_softpin@evict-snoop: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#4885]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@gem_softpin@evict-snoop.html - shard-dg2: NOTRUN -> [SKIP][79] ([i915#4885]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@gem_softpin@evict-snoop.html * igt@gem_userptr_blits@access-control: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3297]) +4 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][81] ([i915#3297]) +4 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297] / [i915#4880]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: NOTRUN -> [FAIL][83] ([i915#9353]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_userptr_blits@nohangcheck.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#4958]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@vma-merge: - shard-dg2: NOTRUN -> [FAIL][85] ([i915#3318]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@gem_userptr_blits@vma-merge.html * igt@gen3_render_linear_blits: - shard-dg1: NOTRUN -> [SKIP][86] ([fdo#109289]) +1 other test skip [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@gen3_render_linear_blits.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-mtlp: NOTRUN -> [SKIP][87] ([fdo#109289]) +7 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen7_exec_parse@oacontrol-tracking: - shard-rkl: NOTRUN -> [SKIP][88] ([fdo#109289]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@gen7_exec_parse@oacontrol-tracking.html * igt@gen9_exec_parse@basic-rejected-ctx-param: - shard-tglu: NOTRUN -> [SKIP][89] ([i915#2527] / [i915#2856]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-2/igt@gen9_exec_parse@basic-rejected-ctx-param.html * igt@gen9_exec_parse@batch-zero-length: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#2856]) +7 other tests skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@gen9_exec_parse@batch-zero-length.html * igt@gen9_exec_parse@bb-start-out: - shard-dg1: NOTRUN -> [SKIP][91] ([i915#2527]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@valid-registers: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#2856]) +4 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@gen9_exec_parse@valid-registers.html - shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527]) +2 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@gen9_exec_parse@valid-registers.html * igt@i915_hangman@engine-error-state-capture@vecs0: - shard-mtlp: [PASS][94] -> [ABORT][95] ([i915#9262]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-mtlp-1/igt@i915_hangman@engine-error-state-capture@vecs0.html [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@i915_hangman@engine-error-state-capture@vecs0.html * igt@i915_hwmon@hwmon-read: - shard-mtlp: NOTRUN -> [SKIP][96] ([i915#7707]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@i915_hwmon@hwmon-read.html * igt@i915_module_load@load: - shard-mtlp: NOTRUN -> [SKIP][97] ([i915#6227]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@i915_module_load@load.html - shard-dg2: NOTRUN -> [SKIP][98] ([i915#6227]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [PASS][99] -> [DMESG-WARN][100] ([i915#8617]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-10/igt@i915_module_load@reload-with-fault-injection.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-mtlp: NOTRUN -> [SKIP][101] ([i915#6412]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@i915_module_load@resize-bar.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-apl: NOTRUN -> [FAIL][102] ([i915#7036]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl2/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html - shard-dg2: NOTRUN -> [SKIP][103] ([i915#7091]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html - shard-mtlp: NOTRUN -> [SKIP][104] ([i915#8436]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_freq_api@freq-basic-api: - shard-tglu: NOTRUN -> [SKIP][105] ([i915#8399]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-2/igt@i915_pm_freq_api@freq-basic-api.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#1397]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-mtlp: NOTRUN -> [SKIP][107] ([i915#1397]) +1 other test skip [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@i2c: - shard-dg2: [PASS][108] -> [FAIL][109] ([i915#8717]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-11/igt@i915_pm_rpm@i2c.html [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@i915_pm_rpm@i2c.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg1: [PASS][110] -> [SKIP][111] ([i915#1397]) +1 other test skip [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-15/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-rkl: [PASS][112] -> [SKIP][113] ([i915#1397]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#1397]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rps@basic-api: - shard-dg2: NOTRUN -> [SKIP][115] ([i915#6621]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@i915_pm_rps@basic-api.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][116] ([i915#8925]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_pm_rps@thresholds@gt1: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#8925]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@i915_pm_rps@thresholds@gt1.html * igt@i915_pm_rps@waitboost: - shard-mtlp: NOTRUN -> [FAIL][118] ([i915#8346]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@i915_pm_rps@waitboost.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][119] ([i915#4387]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@i915_pm_sseu@full-enable.html * igt@i915_query@query-topology-coherent-slice-mask: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#6188]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@i915_query@query-topology-coherent-slice-mask.html * igt@i915_query@query-topology-known-pci-ids: - shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#109303]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@i915_query@query-topology-known-pci-ids.html * igt@i915_query@query-topology-unsupported: - shard-dg2: NOTRUN -> [SKIP][122] ([fdo#109302]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@i915_query@query-topology-unsupported.html - shard-mtlp: NOTRUN -> [SKIP][123] ([fdo#109302]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@i915_query@query-topology-unsupported.html * igt@i915_suspend@basic-s3-without-i915: - shard-mtlp: NOTRUN -> [SKIP][124] ([i915#6645]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@i915_suspend@basic-s3-without-i915.html * igt@i915_suspend@forcewake: - shard-dg1: [PASS][125] -> [FAIL][126] ([fdo#103375]) +1 other test fail [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-13/igt@i915_suspend@forcewake.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#4212]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@bo-too-small-due-to-tiling: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#4212]) +3 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#8502] / [i915#8709]) +11 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][130] ([i915#8247]) +3 other tests fail [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html * igt@kms_async_flips@invalid-async-flip: - shard-dg2: NOTRUN -> [SKIP][131] ([i915#6228]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_async_flips@invalid-async-flip.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#404]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-rkl: NOTRUN -> [SKIP][133] ([i915#404]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][134] ([i915#1769] / [i915#3555]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#5286]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][136] ([fdo#111615] / [i915#5286]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-4/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][137] ([fdo#111614]) +7 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][138] ([fdo#111614] / [i915#3638]) +2 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-8bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][139] ([fdo#111614]) +5 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html * igt@kms_big_fb@y-tiled-8bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][140] ([fdo#111614]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-2/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-tglu: [PASS][141] -> [FAIL][142] ([i915#3743]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#5190]) +24 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][144] ([fdo#110723]) +2 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][145] ([fdo#111615]) +17 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-90: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#4538] / [i915#5190]) +7 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#6187]) +3 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-rkl: NOTRUN -> [SKIP][148] ([fdo#111615]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-tglu: NOTRUN -> [SKIP][149] ([fdo#111615]) +1 other test skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_joiner@2x-modeset: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#2705]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_big_joiner@2x-modeset.html - shard-dg2: NOTRUN -> [SKIP][151] ([i915#2705]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_big_joiner@2x-modeset.html * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs: - shard-apl: NOTRUN -> [SKIP][152] ([fdo#109271] / [i915#3886]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl1/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][153] ([i915#5354] / [i915#6095]) +8 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][154] ([i915#3689] / [i915#3886] / [i915#5354]) +12 other tests skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#5354] / [i915#6095]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3734] / [i915#5354] / [i915#6095]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#3689] / [i915#5354] / [i915#6095]) +7 other tests skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@kms_ccs@pipe-b-bad-aux-stride-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#3886] / [i915#6095]) +14 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_dg2_rc_ccs: - shard-snb: NOTRUN -> [SKIP][159] ([fdo#109271]) +197 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-snb6/igt@kms_ccs@pipe-b-random-ccs-data-4_tiled_dg2_rc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#3886] / [i915#5354] / [i915#6095]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#5354]) +88 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_ccs@pipe-c-bad-rotation-90-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs: - shard-tglu: NOTRUN -> [SKIP][162] ([i915#5354] / [i915#6095]) +11 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-6/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-19/igt@kms_ccs@pipe-c-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][164] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-2/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][165] ([i915#6095]) +58 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_ccs@pipe-d-bad-rotation-90-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs: - shard-rkl: NOTRUN -> [SKIP][166] ([i915#5354]) +15 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@kms_ccs@pipe-d-ccs-on-another-bo-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][167] ([i915#3689] / [i915#5354] / [i915#6095]) +4 other tests skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-3/igt@kms_ccs@pipe-d-crc-primary-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#3689] / [i915#5354]) +29 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][169] ([i915#5354] / [i915#6095]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-16/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_mtl_mc_ccs.html * igt@kms_cdclk@mode-transition@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][170] ([i915#7213] / [i915#9010]) +3 other tests skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#4087] / [i915#7213]) +3 other tests skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_chamelium_color@ctm-0-25: - shard-tglu: NOTRUN -> [SKIP][172] ([fdo#111827]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-10/igt@kms_chamelium_color@ctm-0-25.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-dg1: NOTRUN -> [SKIP][173] ([fdo#111827]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_color@ctm-limited-range: - shard-mtlp: NOTRUN -> [SKIP][174] ([fdo#111827]) +3 other tests skip [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@ctm-negative: - shard-dg2: NOTRUN -> [SKIP][175] ([fdo#111827]) +2 other tests skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_chamelium_color@ctm-negative.html * igt@kms_chamelium_edid@dp-edid-change-during-suspend: - shard-tglu: NOTRUN -> [SKIP][176] ([i915#7828]) +2 other tests skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-6/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#7828]) +14 other tests skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-7/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_hpd@dp-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][178] ([i915#7828]) +4 other tests skip [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg1: NOTRUN -> [SKIP][179] ([i915#7828]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd: - shard-mtlp: NOTRUN -> [SKIP][180] ([i915#7828]) +13 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_chamelium_hpd@vga-hpd.html * igt@kms_color@deep-color: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#3555]) +10 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@kms_color@deep-color.html * igt@kms_color@deep-color@pipe-b-edp-1-degamma: - shard-mtlp: NOTRUN -> [FAIL][182] ([i915#6892]) +3 other tests fail [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@kms_color@deep-color@pipe-b-edp-1-degamma.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-rkl: NOTRUN -> [SKIP][183] ([i915#3116]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@dp-mst-type-1: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#3299]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_content_protection@dp-mst-type-1.html - shard-mtlp: NOTRUN -> [SKIP][185] ([i915#3299]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-1: - shard-apl: NOTRUN -> [TIMEOUT][186] ([i915#7173]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl2/igt@kms_content_protection@legacy@pipe-a-dp-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][187] ([i915#7173]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#7118]) +2 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_content_protection@type1.html - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#6944]) +1 other test skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3359]) +3 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#3359]) +1 other test skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#8814]) +5 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy: - shard-dg2: NOTRUN -> [SKIP][193] ([fdo#109274] / [i915#5354]) +8 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-dg1: NOTRUN -> [SKIP][194] ([fdo#111767] / [fdo#111825]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-tglu: NOTRUN -> [SKIP][195] ([fdo#109274]) +1 other test skip [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-4/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html - shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3546]) +7 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#4103] / [i915#4213] / [i915#5608]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#4213]) +2 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@cursorb-vs-flipa-legacy: - shard-rkl: NOTRUN -> [SKIP][199] ([fdo#111825]) +7 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][200] ([fdo#111767] / [i915#3546]) +2 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [PASS][201] -> [FAIL][202] ([i915#2346]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#4103]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html * igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][204] ([i915#9227]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@kms_dirtyfb@dirtyfb-ioctl@fbc-hdmi-a-4.html * igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][205] ([i915#9226] / [i915#9261]) +1 other test skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@kms_dirtyfb@dirtyfb-ioctl@psr-hdmi-a-4.html * igt@kms_draw_crc@draw-method-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][206] ([i915#8812]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_draw_crc@draw-method-mmap-gtt.html - shard-dg2: NOTRUN -> [SKIP][207] ([i915#8812]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-gtt.html * igt@kms_dsc@dsc-with-formats: - shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#3840]) +2 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_dsc@dsc-with-formats.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-mtlp: NOTRUN -> [ABORT][209] ([i915#9262]) +6 other tests abort [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_fbcon_fbt@psr: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#3469]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][211] ([fdo#109274]) +5 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank: - shard-snb: NOTRUN -> [SKIP][212] ([fdo#109271] / [fdo#111767]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-snb2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html - shard-tglu: NOTRUN -> [SKIP][213] ([fdo#109274] / [fdo#111767] / [i915#3637]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-10/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html - shard-mtlp: NOTRUN -> [SKIP][214] ([fdo#111767] / [i915#3637]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html * igt@kms_flip@2x-flip-vs-expired-vblank: - shard-mtlp: NOTRUN -> [SKIP][215] ([i915#3637]) +9 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_flip@2x-flip-vs-expired-vblank.html * igt@kms_flip@2x-modeset-vs-vblank-race: - shard-tglu: NOTRUN -> [SKIP][216] ([fdo#109274] / [i915#3637]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-9/igt@kms_flip@2x-modeset-vs-vblank-race.html * igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3: - shard-dg2: [PASS][217] -> [FAIL][218] ([fdo#103375]) +4 other tests fail [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-7/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][219] ([i915#2672]) +2 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#2587] / [i915#2672]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][221] ([i915#3555] / [i915#8810]) +1 other test skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][222] ([i915#2672]) +4 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][223] ([i915#2672]) +2 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][224] ([i915#2587] / [i915#2672]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#8810]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-dg2: NOTRUN -> [SKIP][226] ([fdo#109285]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][227] ([i915#8708]) +4 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-19/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt: - shard-mtlp: NOTRUN -> [SKIP][228] ([i915#1825]) +56 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][229] ([i915#8708]) +24 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-mtlp: NOTRUN -> [SKIP][230] ([i915#5460]) +1 other test skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#3458]) +4 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite: - shard-rkl: NOTRUN -> [SKIP][232] ([i915#3023]) +8 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][233] ([i915#8708]) +14 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][234] ([fdo#109280]) +14 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-10/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2: NOTRUN -> [SKIP][235] ([i915#5460]) [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#3458]) +25 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][237] ([fdo#111825] / [i915#1825]) +18 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt: - shard-dg1: NOTRUN -> [SKIP][238] ([fdo#111825]) +3 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-gtt: - shard-apl: NOTRUN -> [SKIP][239] ([fdo#109271]) +70 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#6118]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@static-swap: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#3555] / [i915#8228]) +2 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@kms_hdr@static-swap.html * igt@kms_hdr@static-toggle-suspend: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#3555] / [i915#8228]) +1 other test skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@kms_hdr@static-toggle-suspend.html - shard-mtlp: NOTRUN -> [SKIP][243] ([i915#3555] / [i915#8228]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_hdr@static-toggle-suspend.html * igt@kms_invalid_mode@clock-too-high@edp-1-pipe-d: - shard-mtlp: NOTRUN -> [SKIP][244] ([i915#6403]) +3 other tests skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@kms_invalid_mode@clock-too-high@edp-1-pipe-d.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-mtlp: NOTRUN -> [SKIP][245] ([i915#4816]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html - shard-dg2: NOTRUN -> [SKIP][246] ([i915#4816]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-rkl: NOTRUN -> [SKIP][247] ([i915#6301]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_panel_fitting@legacy: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#6301]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg2: NOTRUN -> [SKIP][249] ([fdo#109289]) +6 other tests skip [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-7/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1: - shard-apl: [PASS][250] -> [INCOMPLETE][251] ([i915#180]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-apl3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-dp-1.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [DMESG-WARN][252] ([i915#8841]) +2 other tests dmesg-warn [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-snb1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html * igt@kms_plane_lowres@tiling-y: - shard-mtlp: NOTRUN -> [SKIP][253] ([i915#8821]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@kms_plane_lowres@tiling-y.html * igt@kms_plane_lowres@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][254] ([i915#3555]) +3 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_plane_lowres@tiling-yf.html - shard-mtlp: NOTRUN -> [SKIP][255] ([i915#3555] / [i915#8821]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: NOTRUN -> [SKIP][256] ([i915#6953]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][257] ([i915#8292]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][258] ([i915#5176]) +19 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][259] ([i915#5176]) +7 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-3/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][260] ([i915#5176]) +7 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-dp-4.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][261] ([i915#5176]) +11 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-c-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][262] ([i915#5176]) +5 other tests skip [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-75@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][263] ([i915#5235]) +7 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#5235]) +19 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-a-edp-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#5235]) +23 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html - shard-dg1: NOTRUN -> [SKIP][266] ([i915#5235]) +7 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_prime@basic-crc-hybrid: - shard-mtlp: NOTRUN -> [SKIP][267] ([i915#6524]) +1 other test skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_prime@basic-crc-hybrid.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg2: NOTRUN -> [SKIP][268] ([i915#6524] / [i915#6805]) +1 other test skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@cursor-plane-move-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][269] ([i915#658]) [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html * igt@kms_psr2_sf@cursor-plane-update-sf: - shard-rkl: NOTRUN -> [SKIP][270] ([fdo#111068] / [i915#658]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_psr2_sf@cursor-plane-update-sf.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-tglu: NOTRUN -> [SKIP][271] ([i915#658]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-8/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb: - shard-apl: NOTRUN -> [SKIP][272] ([fdo#109271] / [i915#658]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-apl7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@frontbuffer-xrgb8888: - shard-dg1: NOTRUN -> [SKIP][273] ([fdo#111068] / [i915#658]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-19/igt@kms_psr2_su@frontbuffer-xrgb8888.html - shard-mtlp: NOTRUN -> [SKIP][274] ([i915#4348]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2: NOTRUN -> [SKIP][275] ([i915#658]) +4 other tests skip [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-6/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@basic: - shard-tglu: NOTRUN -> [SKIP][276] ([fdo#110189]) +11 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-9/igt@kms_psr@basic.html * igt@kms_psr@psr2_cursor_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][277] ([i915#1072]) +10 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@kms_psr@psr2_cursor_mmap_gtt.html * igt@kms_psr@sprite_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][278] ([i915#1072]) +3 other tests skip [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_psr@sprite_mmap_gtt.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg1: NOTRUN -> [SKIP][279] ([i915#5461] / [i915#658]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-19/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@bad-tiling: - shard-dg2: NOTRUN -> [SKIP][280] ([i915#4235]) +3 other tests skip [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@kms_rotation_crc@bad-tiling.html * igt@kms_rotation_crc@primary-rotation-90: - shard-mtlp: NOTRUN -> [SKIP][281] ([i915#4235]) +4 other tests skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_rotation_crc@primary-rotation-90.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][282] ([i915#5289]) [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0: - shard-rkl: NOTRUN -> [SKIP][283] ([fdo#111615] / [i915#5289]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-dg1: NOTRUN -> [SKIP][284] ([fdo#111615] / [i915#5289]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#4235] / [i915#5190]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html * igt@kms_setmode@basic-clone-single-crtc: - shard-mtlp: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#8809]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_setmode@basic-clone-single-crtc.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-rkl: NOTRUN -> [SKIP][287] ([i915#3555] / [i915#4098]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][288] ([i915#8623]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-mtlp: NOTRUN -> [SKIP][289] ([fdo#109309]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak-pipe-a: - shard-tglu: [PASS][290] -> [FAIL][291] ([i915#9196]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-3/igt@kms_universal_plane@cursor-fb-leak-pipe-a.html * igt@kms_vblank@pipe-c-query-busy-hang: - shard-rkl: NOTRUN -> [SKIP][292] ([i915#4070] / [i915#6768]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@kms_vblank@pipe-c-query-busy-hang.html * igt@kms_vblank@pipe-d-query-idle: - shard-rkl: NOTRUN -> [SKIP][293] ([i915#4070] / [i915#533] / [i915#6768]) +2 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@kms_vblank@pipe-d-query-idle.html * igt@kms_vrr@flip-basic: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#3555] / [i915#8808]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@kms_vrr@flip-basic.html * igt@kms_vrr@flip-suspend: - shard-tglu: NOTRUN -> [SKIP][295] ([i915#3555]) +3 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-3/igt@kms_vrr@flip-suspend.html * igt@kms_writeback@writeback-fb-id: - shard-rkl: NOTRUN -> [SKIP][296] ([i915#2437]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][297] ([i915#2437]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@blocking@1-vcs1: - shard-mtlp: NOTRUN -> [FAIL][298] ([i915#9259]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@perf@blocking@1-vcs1.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: [PASS][299] -> [FAIL][300] ([i915#8724]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-6/igt@perf@enable-disable@0-rcs0.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][301] ([i915#2436]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][302] ([i915#2434]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@perf@mi-rpc.html * igt@perf@per-context-mode-unprivileged: - shard-rkl: NOTRUN -> [SKIP][303] ([i915#2435]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@perf@per-context-mode-unprivileged.html * igt@perf@polling-small-buf: - shard-mtlp: NOTRUN -> [FAIL][304] ([i915#1722]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@perf@polling-small-buf.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [PASS][305] -> [FAIL][306] ([i915#4349]) +3 other tests fail [305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@busy-idle-check-all@bcs0: - shard-mtlp: NOTRUN -> [FAIL][307] ([i915#4521]) +2 other tests fail [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@perf_pmu@busy-idle-check-all@bcs0.html * igt@perf_pmu@cpu-hotplug: - shard-mtlp: NOTRUN -> [SKIP][308] ([i915#8850]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@frequency@gt0: - shard-dg2: NOTRUN -> [FAIL][309] ([i915#6806]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@rc6-all-gts: - shard-rkl: NOTRUN -> [SKIP][310] ([i915#8516]) [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6-suspend: - shard-mtlp: NOTRUN -> [ABORT][311] ([i915#9268]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@perf_pmu@rc6-suspend.html * igt@perf_pmu@semaphore-busy@rcs0: - shard-mtlp: NOTRUN -> [FAIL][312] ([i915#4349]) +11 other tests fail [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@perf_pmu@semaphore-busy@rcs0.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [INCOMPLETE][313] ([i915#5493]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_udl: - shard-dg2: NOTRUN -> [SKIP][314] ([fdo#109291]) [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@prime_udl.html * igt@prime_vgem@basic-blt: - shard-mtlp: NOTRUN -> [FAIL][315] ([i915#8445]) +1 other test fail [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-8/igt@prime_vgem@basic-blt.html * igt@prime_vgem@basic-fence-read: - shard-dg2: NOTRUN -> [SKIP][316] ([i915#3291] / [i915#3708]) +2 other tests skip [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-11/igt@prime_vgem@basic-fence-read.html * igt@prime_vgem@basic-read: - shard-mtlp: NOTRUN -> [SKIP][317] ([i915#3708]) +2 other tests skip [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@prime_vgem@basic-read.html * igt@runner@aborted: - shard-mtlp: NOTRUN -> ([FAIL][318], [FAIL][319]) ([i915#7812]) [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@runner@aborted.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-2/igt@runner@aborted.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][320] ([i915#4818]) [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-3/igt@tools_test@sysfs_l3_parity.html * igt@v3d/v3d_get_param@get-bad-param: - shard-dg1: NOTRUN -> [SKIP][321] ([i915#2575]) +2 other tests skip [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-16/igt@v3d/v3d_get_param@get-bad-param.html * igt@v3d/v3d_job_submission@array-job-submission: - shard-dg2: NOTRUN -> [SKIP][322] ([i915#2575]) +21 other tests skip [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@v3d/v3d_job_submission@array-job-submission.html * igt@v3d/v3d_submit_cl@valid-submission: - shard-mtlp: NOTRUN -> [SKIP][323] ([i915#2575]) +19 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-6/igt@v3d/v3d_submit_cl@valid-submission.html * igt@v3d/v3d_submit_csd@bad-multisync-pad: - shard-tglu: NOTRUN -> [SKIP][324] ([fdo#109315] / [i915#2575]) +3 other tests skip [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-5/igt@v3d/v3d_submit_csd@bad-multisync-pad.html * igt@v3d/v3d_wait_bo@unused-bo-1ns: - shard-rkl: NOTRUN -> [SKIP][325] ([fdo#109315]) +5 other tests skip [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@v3d/v3d_wait_bo@unused-bo-1ns.html * igt@vc4/vc4_label_bo@set-bad-name: - shard-tglu: NOTRUN -> [SKIP][326] ([i915#2575]) +2 other tests skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-3/igt@vc4/vc4_label_bo@set-bad-name.html * igt@vc4/vc4_mmap@mmap-bo: - shard-rkl: NOTRUN -> [SKIP][327] ([i915#7711]) +2 other tests skip [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@vc4/vc4_mmap@mmap-bo.html * igt@vc4/vc4_purgeable_bo@free-purged-bo: - shard-mtlp: NOTRUN -> [SKIP][328] ([i915#7711]) +10 other tests skip [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@vc4/vc4_purgeable_bo@free-purged-bo.html * igt@vc4/vc4_tiling@get-bad-handle: - shard-dg1: NOTRUN -> [SKIP][329] ([i915#7711]) +1 other test skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@vc4/vc4_tiling@get-bad-handle.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-dg2: NOTRUN -> [SKIP][330] ([i915#7711]) +12 other tests skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html #### Possible fixes #### * igt@gem_eio@unwedge-stress: - shard-dg1: [FAIL][331] ([i915#5784]) -> [PASS][332] [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-14/igt@gem_eio@unwedge-stress.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-16/igt@gem_eio@unwedge-stress.html * igt@gem_exec_capture@pi@vcs1: - shard-mtlp: [FAIL][333] ([i915#4475] / [i915#7765]) -> [PASS][334] [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-mtlp-6/igt@gem_exec_capture@pi@vcs1.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_exec_capture@pi@vcs1.html * igt@gem_exec_capture@pi@vecs0: - shard-mtlp: [DMESG-WARN][335] ([i915#5591]) -> [PASS][336] [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-mtlp-6/igt@gem_exec_capture@pi@vecs0.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-1/igt@gem_exec_capture@pi@vecs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-rkl: [FAIL][337] ([i915#2842]) -> [PASS][338] +1 other test pass [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-4/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-tglu: [FAIL][339] ([i915#2842]) -> [PASS][340] [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-6/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@i915_hangman@engine-error-state-capture@vcs1: - shard-mtlp: [ABORT][341] ([i915#9262]) -> [PASS][342] +1 other test pass [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-mtlp-1/igt@i915_hangman@engine-error-state-capture@vcs1.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-4/igt@i915_hangman@engine-error-state-capture@vcs1.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-dg1: [FAIL][343] ([i915#3591]) -> [PASS][344] [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-13/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg1: [SKIP][345] ([i915#1397]) -> [PASS][346] [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-19/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [SKIP][347] ([i915#1397]) -> [PASS][348] +1 other test pass [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_suspend@debugfs-reader: - shard-mtlp: [ABORT][349] ([i915#7461] / [i915#9262]) -> [PASS][350] [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-mtlp-1/igt@i915_suspend@debugfs-reader.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-3/igt@i915_suspend@debugfs-reader.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: [FAIL][351] ([i915#3743]) -> [PASS][352] [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-9/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_cursor_crc@cursor-suspend@pipe-d-edp-1: - shard-mtlp: [DMESG-WARN][353] ([i915#9262]) -> [PASS][354] [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-mtlp-4/igt@kms_cursor_crc@cursor-suspend@pipe-d-edp-1.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-mtlp-7/igt@kms_cursor_crc@cursor-suspend@pipe-d-edp-1.html * {igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a}: - shard-rkl: [SKIP][355] ([i915#1937]) -> [PASS][356] [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-4/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-270: - shard-rkl: [INCOMPLETE][357] ([i915#8875]) -> [PASS][358] [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-2/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html * igt@perf_pmu@render-node-busy-idle@vcs1: - shard-dg1: [FAIL][359] ([i915#4349]) -> [PASS][360] [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-13/igt@perf_pmu@render-node-busy-idle@vcs1.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-17/igt@perf_pmu@render-node-busy-idle@vcs1.html * igt@syncobj_timeline@etime-multi-wait-all-for-submit-submitted: - shard-dg1: [DMESG-WARN][361] ([i915#4423]) -> [PASS][362] [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-16/igt@syncobj_timeline@etime-multi-wait-all-for-submit-submitted.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-13/igt@syncobj_timeline@etime-multi-wait-all-for-submit-submitted.html #### Warnings #### * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [ABORT][363] ([i915#7461]) -> [INCOMPLETE][364] ([i915#9283]) [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-3/igt@gem_create@create-ext-cpu-access-big.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-tglu: [FAIL][365] ([i915#2681] / [i915#3591]) -> [WARN][366] ([i915#2681]) [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][367] ([i915#7116]) -> [SKIP][368] ([fdo#109300]) [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-19/igt@kms_content_protection@mei_interface.html [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@kms_content_protection@mei_interface.html * igt@kms_cursor_crc@cursor-offscreen-max-size: - shard-dg1: [SKIP][369] ([i915#3555] / [i915#4423]) -> [SKIP][370] ([i915#3555]) [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-16/igt@kms_cursor_crc@cursor-offscreen-max-size.html [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-16/igt@kms_cursor_crc@cursor-offscreen-max-size.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][371] ([i915#3955]) -> [SKIP][372] ([fdo#110189] / [i915#3955]) [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-4/igt@kms_fbcon_fbt@psr.html [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-1/igt@kms_fbcon_fbt@psr.html * igt@kms_flip@flip-vs-suspend-interruptible@b-vga1: - shard-snb: [DMESG-WARN][373] ([i915#8841]) -> [INCOMPLETE][374] ([i915#4839] / [i915#8841]) [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-snb5/igt@kms_flip@flip-vs-suspend-interruptible@b-vga1.html [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible@b-vga1.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][375] ([fdo#109285]) -> [SKIP][376] ([fdo#109285] / [i915#4098]) [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][377] ([i915#4816]) -> [SKIP][378] ([i915#4070] / [i915#4816]) [377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: [SKIP][379] ([i915#1072]) -> [SKIP][380] ([i915#1072] / [i915#4078]) +1 other test skip [379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg1-15/igt@kms_psr@sprite_plane_onoff.html [380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg1-18/igt@kms_psr@sprite_plane_onoff.html * igt@perf_pmu@module-unload: - shard-dg2: [FAIL][381] ([i915#5793] / [i915#6121]) -> [FAIL][382] ([i915#5793]) [381]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13659/shard-dg2-10/igt@perf_pmu@module-unload.html [382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/shard-dg2-10/igt@perf_pmu@module-unload.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302 [fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303 [fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1722]: https://gitlab.freedesktop.org/drm/intel/issues/1722 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281 [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525 [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4839]: https://gitlab.freedesktop.org/drm/intel/issues/4839 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460 [i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591 [i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#5793]: https://gitlab.freedesktop.org/drm/intel/issues/5793 [i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117 [i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6122]: https://gitlab.freedesktop.org/drm/intel/issues/6122 [i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187 [i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188 [i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227 [i915#6228]: https://gitlab.freedesktop.org/drm/intel/issues/6228 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335 [i915#6403]: https://gitlab.freedesktop.org/drm/intel/issues/6403 [i915#6412]: https://gitlab.freedesktop.org/drm/intel/issues/6412 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [i915#6892]: https://gitlab.freedesktop.org/drm/intel/issues/6892 [i915#6944]: https://gitlab.freedesk == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9832/index.html [-- Attachment #2: Type: text/html, Size: 122452 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms 2023-09-20 20:46 [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms janga.rahul.kumar ` (2 preceding siblings ...) 2023-09-21 7:14 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork @ 2023-09-22 8:55 ` Zbigniew Kempczyński 3 siblings, 0 replies; 5+ messages in thread From: Zbigniew Kempczyński @ 2023-09-22 8:55 UTC (permalink / raw) To: janga.rahul.kumar; +Cc: igt-dev, ramadevi.gandi On Thu, Sep 21, 2023 at 02:16:32AM +0530, janga.rahul.kumar@intel.com wrote: > From: Janga Rahul Kumar <janga.rahul.kumar@intel.com> > > Correct the STATE_BASE_ADDRESS Instruction data size. > > Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > --- > lib/intel_compute.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/intel_compute.c b/lib/intel_compute.c > index 4f6716d23..0c30f39c1 100644 > --- a/lib/intel_compute.c > +++ b/lib/intel_compute.c > @@ -1030,7 +1030,7 @@ static void xehpc_compute_exec(int fd, const unsigned char *kernel, > unsigned int size) > { > #define XEHPC_BO_DICT_ENTRIES 6 > - struct bo_dict_entry bo_dict[XEHP_BO_DICT_ENTRIES] = { > + struct bo_dict_entry bo_dict[XEHPC_BO_DICT_ENTRIES] = { Eh, copy paste issue. Thanks for spotting this. Luckily for me XEHP_BO_DICT_ENTRIES >= XEHP_BO_DICT_ENTRIES so nothing wrong happened. Go ahead and merge: Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> -- Zbigniew > { .addr = XEHP_ADDR_INSTRUCTION_STATE_BASE + OFFSET_KERNEL, > .name = "instr state base"}, > { .addr = XEHP_ADDR_GENERAL_STATE_BASE + OFFSET_INDIRECT_DATA_START, > -- > 2.25.1 > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-09-22 8:55 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-20 20:46 [igt-dev] [PATCH i-g-t] lib/intel_compute: Fix Incorrect array size for XEHPC platforms janga.rahul.kumar 2023-09-20 23:28 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-09-21 0:11 ` [igt-dev] ✗ CI.xeBAT: failure " Patchwork 2023-09-21 7:14 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork 2023-09-22 8:55 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox