* [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE
@ 2023-08-04 8:42 Bhanuprakash Modem
2023-08-04 10:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Bhanuprakash Modem @ 2023-08-04 8:42 UTC (permalink / raw)
To: igt-dev
As old API is not aware of XE memory reason, update the
subtest with the new one to create the buffer for XE driver.
intel_buf_create_using_handle() --> intel_buf_create_full()
Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/337
Cc: Jouni Högander <jouni.hogander@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
tests/i915/kms_psr.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/tests/i915/kms_psr.c b/tests/i915/kms_psr.c
index 3f8f83b42..57a749ffb 100644
--- a/tests/i915/kms_psr.c
+++ b/tests/i915/kms_psr.c
@@ -35,6 +35,7 @@
#include <stdio.h>
#include <string.h>
#include "xe/xe_ioctl.h"
+#include "xe/xe_query.h"
enum operations {
PAGE_FLIP,
@@ -144,6 +145,9 @@ static struct intel_buf *create_buf_from_fb(data_t *data,
{
uint32_t name, handle, tiling, stride, width, height, bpp, size;
struct intel_buf *buf;
+ enum intel_driver driver = buf_ops_get_driver(data->bops);
+ uint64_t region = (driver == INTEL_DRIVER_XE) ?
+ vram_if_possible(data->drm_fd, 0) : -1;
igt_assert_eq(fb->offsets[0], 0);
@@ -159,8 +163,8 @@ static struct intel_buf *create_buf_from_fb(data_t *data,
name = gem_flink(data->drm_fd, fb->gem_handle);
handle = gem_open(data->drm_fd, name);
- buf = intel_buf_create_using_handle(data->bops, handle,
- width, height, bpp, 0, tiling, 0);
+ buf = intel_buf_create_full(data->bops, handle, width, height,
+ bpp, 0, tiling, 0, size, stride, region);
intel_buf_set_ownership(buf, true);
return buf;
--
2.40.0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_psr: Fix to use proper API to support XE 2023-08-04 8:42 [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE Bhanuprakash Modem @ 2023-08-04 10:13 ` Patchwork 2023-08-04 10:20 ` [igt-dev] ○ CI.xeBAT: info " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-04 10:13 UTC (permalink / raw) To: Modem, Bhanuprakash; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5173 bytes --] == Series Details == Series: tests/i915/kms_psr: Fix to use proper API to support XE URL : https://patchwork.freedesktop.org/series/122016/ State : success == Summary == CI Bug Log - changes from CI_DRM_13473 -> IGTPW_9515 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/index.html Participating hosts (42 -> 41) ------------------------------ Missing (1): fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9515 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_selftest@live@gt_heartbeat: - fi-apl-guc: [PASS][1] -> [DMESG-FAIL][2] ([i915#5334]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@migrate: - bat-dg2-11: [PASS][3] -> [DMESG-WARN][4] ([i915#7699]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/bat-dg2-11/igt@i915_selftest@live@migrate.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-dg2-11/igt@i915_selftest@live@migrate.html * igt@i915_selftest@live@reset: - bat-rpls-2: [PASS][5] -> [ABORT][6] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#8347]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/bat-rpls-2/igt@i915_selftest@live@reset.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-rpls-2/igt@i915_selftest@live@reset.html * igt@i915_selftest@live@slpc: - bat-mtlp-8: [PASS][7] -> [DMESG-WARN][8] ([i915#6367]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/bat-mtlp-8/igt@i915_selftest@live@slpc.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-mtlp-8/igt@i915_selftest@live@slpc.html - bat-rpls-1: NOTRUN -> [DMESG-WARN][9] ([i915#6367]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@i915_suspend@basic-s3-without-i915: - bat-rpls-1: NOTRUN -> [ABORT][10] ([i915#6687] / [i915#7978] / [i915#8668]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-rpls-1/igt@i915_suspend@basic-s3-without-i915.html #### Possible fixes #### * igt@i915_pm_rpm@basic-rte: - fi-cfl-8109u: [FAIL][11] ([i915#7940]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/fi-cfl-8109u/igt@i915_pm_rpm@basic-rte.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/fi-cfl-8109u/igt@i915_pm_rpm@basic-rte.html * igt@i915_selftest@live@reset: - bat-rpls-1: [ABORT][13] ([i915#4983] / [i915#7461] / [i915#8347] / [i915#8384]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/bat-rpls-1/igt@i915_selftest@live@reset.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-rpls-1/igt@i915_selftest@live@reset.html * igt@i915_selftest@live@slpc: - bat-mtlp-6: [DMESG-WARN][15] ([i915#6367]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/bat-mtlp-6/igt@i915_selftest@live@slpc.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/bat-mtlp-6/igt@i915_selftest@live@slpc.html #### Warnings #### * igt@i915_pm_rpm@basic-pci-d3-state: - fi-skl-guc: [FAIL][17] ([i915#7691]) -> [FAIL][18] ([i915#7940]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/fi-skl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/fi-skl-guc/igt@i915_pm_rpm@basic-pci-d3-state.html [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6687]: https://gitlab.freedesktop.org/drm/intel/issues/6687 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7699]: https://gitlab.freedesktop.org/drm/intel/issues/7699 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7978]: https://gitlab.freedesktop.org/drm/intel/issues/7978 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 [i915#8384]: https://gitlab.freedesktop.org/drm/intel/issues/8384 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7414 -> IGTPW_9515 CI-20190529: 20190529 CI_DRM_13473: 561c056959bf2ef8576cf3cfb59e3c5fd2951015 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9515: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/index.html IGT_7414: 056c9d7f2a63dd6d0b9b6462b4ab1b096178dcc6 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/index.html [-- Attachment #2: Type: text/html, Size: 6387 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for tests/i915/kms_psr: Fix to use proper API to support XE 2023-08-04 8:42 [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE Bhanuprakash Modem 2023-08-04 10:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-08-04 10:20 ` Patchwork 2023-08-04 14:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-04 10:20 UTC (permalink / raw) To: Modem, Bhanuprakash; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 353 bytes --] == Series Details == Series: tests/i915/kms_psr: Fix to use proper API to support XE URL : https://patchwork.freedesktop.org/series/122016/ State : info == Summary == Participating hosts: bat-pvc-2 bat-atsm-2 bat-dg2-oem2 bat-adlp-7 Missing hosts results[0]: Results: [IGTPW_9515](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9515/index.html) [-- Attachment #2: Type: text/html, Size: 869 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/kms_psr: Fix to use proper API to support XE 2023-08-04 8:42 [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE Bhanuprakash Modem 2023-08-04 10:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-08-04 10:20 ` [igt-dev] ○ CI.xeBAT: info " Patchwork @ 2023-08-04 14:34 ` Patchwork 2023-08-07 3:36 ` [igt-dev] [i-g-t] " Zbigniew Kempczyński 2023-08-07 4:41 ` Hogander, Jouni 4 siblings, 0 replies; 6+ messages in thread From: Patchwork @ 2023-08-04 14:34 UTC (permalink / raw) To: Modem, Bhanuprakash; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 68263 bytes --] == Series Details == Series: tests/i915/kms_psr: Fix to use proper API to support XE URL : https://patchwork.freedesktop.org/series/122016/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13473_full -> IGTPW_9515_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9515_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9515_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/index.html Participating hosts (11 -> 9) ------------------------------ Missing (2): shard-rkl0 pig-kbl-iris Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9515_full: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_fence@basic-wait-all: - shard-rkl: [PASS][1] -> [ABORT][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-6/igt@gem_exec_fence@basic-wait-all.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@gem_exec_fence@basic-wait-all.html Known issues ------------ Here are the changes found in IGTPW_9515_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@device_reset@unbind-cold-reset-rebind: - shard-mtlp: NOTRUN -> [SKIP][3] ([i915#7701]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@device_reset@unbind-cold-reset-rebind.html * igt@drm_fdinfo@isolation@bcs0: - shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +10 similar issues [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@drm_fdinfo@isolation@bcs0.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#7697]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@gem_basic@multigpu-create-close.html * igt@gem_ctx_persistence@file: - shard-snb: NOTRUN -> [SKIP][6] ([fdo#109271] / [i915#1099]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-snb2/igt@gem_ctx_persistence@file.html * igt@gem_ctx_persistence@heartbeat-hang: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8555]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hang.html * igt@gem_ctx_persistence@saturated-hostile@vecs0: - shard-mtlp: [PASS][8] -> [FAIL][9] ([i915#7816]) +2 similar issues [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-3/igt@gem_ctx_persistence@saturated-hostile@vecs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-1/igt@gem_ctx_persistence@saturated-hostile@vecs0.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#280]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-8/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-dg2: [PASS][11] -> [ABORT][12] ([i915#7975] / [i915#8213]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-11/igt@gem_eio@hibernate.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@gem_eio@hibernate.html * igt@gem_eio@unwedge-stress: - shard-dg1: [PASS][13] -> [FAIL][14] ([i915#5784]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-13/igt@gem_eio@unwedge-stress.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-14/igt@gem_eio@unwedge-stress.html * igt@gem_exec_balancer@noheartbeat: - shard-dg1: NOTRUN -> [SKIP][15] ([i915#8555]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#3539] / [i915#4852]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-17/igt@gem_exec_fair@basic-none.html - shard-mtlp: NOTRUN -> [SKIP][17] ([i915#4473] / [i915#4771]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-vip@rcs0: - shard-glk: NOTRUN -> [FAIL][18] ([i915#2842]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk5/igt@gem_exec_fair@basic-none-vip@rcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [PASS][19] -> [FAIL][20] ([i915#2842]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-apl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [PASS][21] -> [FAIL][22] ([i915#2842]) +1 similar issue [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-glk2/igt@gem_exec_fair@basic-pace@rcs0.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fence@concurrent: - shard-mtlp: NOTRUN -> [SKIP][23] ([i915#4812]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@gem_exec_fence@concurrent.html * igt@gem_exec_flush@basic-wb-prw-default: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3539] / [i915#4852]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@gem_exec_flush@basic-wb-prw-default.html * igt@gem_exec_reloc@basic-concurrent0: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#3281]) +2 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@gem_exec_reloc@basic-concurrent0.html - shard-rkl: NOTRUN -> [SKIP][26] ([i915#3281]) +3 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@gem_exec_reloc@basic-concurrent0.html * igt@gem_exec_reloc@basic-gtt-cpu-active: - shard-dg1: NOTRUN -> [SKIP][27] ([i915#3281]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-18/igt@gem_exec_reloc@basic-gtt-cpu-active.html * igt@gem_exec_reloc@basic-wc: - shard-mtlp: NOTRUN -> [SKIP][28] ([i915#3281]) +1 similar issue [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-2/igt@gem_exec_reloc@basic-wc.html * igt@gem_lmem_swapping@heavy-random: - shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4613]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@gem_lmem_swapping@heavy-random.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-rkl: NOTRUN -> [SKIP][30] ([i915#4613]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@verify-ccs: - shard-glk: NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#4613]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk2/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_media_fill@media-fill: - shard-mtlp: NOTRUN -> [SKIP][32] ([i915#8289]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-6/igt@gem_media_fill@media-fill.html * igt@gem_mmap_gtt@close-race: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#4077]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-17/igt@gem_mmap_gtt@close-race.html * igt@gem_mmap_gtt@fault-concurrent: - shard-mtlp: NOTRUN -> [SKIP][34] ([i915#4077]) +4 similar issues [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@gem_mmap_gtt@fault-concurrent.html * igt@gem_mmap_gtt@zero-extend: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4077]) +4 similar issues [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@gem_mmap_gtt@zero-extend.html * igt@gem_mmap_wc@read-write: - shard-mtlp: NOTRUN -> [SKIP][36] ([i915#4083]) +3 similar issues [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@gem_mmap_wc@read-write.html * igt@gem_pread@display: - shard-rkl: NOTRUN -> [SKIP][37] ([i915#3282]) +1 similar issue [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@gem_pread@display.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#4270]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-dg1: NOTRUN -> [SKIP][39] ([i915#4270]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-15/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_readwrite@read-write: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3282]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-17/igt@gem_readwrite@read-write.html - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#3282]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-6/igt@gem_readwrite@read-write.html * igt@gem_render_copy@y-tiled-to-vebox-x-tiled: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#8428]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-8/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html * igt@gem_render_copy@yf-tiled-ccs-to-y-tiled: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#5190]) +5 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled.html * igt@gem_render_tiled_blits@basic: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4079]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-6/igt@gem_render_tiled_blits@basic.html * igt@gem_set_tiling_vs_blt@tiled-to-tiled: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#4079]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html - shard-rkl: NOTRUN -> [SKIP][46] ([i915#8411]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html * igt@gem_userptr_blits@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#3297]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@gem_userptr_blits@set-cache-level.html * igt@gem_userptr_blits@unsync-unmap: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#3297]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@gem_userptr_blits@unsync-unmap.html * igt@gen7_exec_parse@basic-offset: - shard-dg1: NOTRUN -> [SKIP][49] ([fdo#109289]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-12/igt@gen7_exec_parse@basic-offset.html - shard-mtlp: NOTRUN -> [SKIP][50] ([fdo#109289]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-2/igt@gen7_exec_parse@basic-offset.html * igt@gen9_exec_parse@unaligned-jump: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#2856]) +2 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-8/igt@gen9_exec_parse@unaligned-jump.html - shard-rkl: NOTRUN -> [SKIP][52] ([i915#2527]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-6/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [PASS][53] -> [ABORT][54] ([i915#8489] / [i915#8668]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_freq_api@freq-basic-api@gt0: - shard-mtlp: [PASS][55] -> [FAIL][56] ([i915#8670]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-3/igt@i915_pm_freq_api@freq-basic-api@gt0.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@i915_pm_freq_api@freq-basic-api@gt0.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-dg1: NOTRUN -> [SKIP][57] ([i915#6590]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-19/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#1937]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html * igt@i915_pm_lpsp@screens-disabled: - shard-dg2: NOTRUN -> [SKIP][59] ([i915#1902]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-3/igt@i915_pm_lpsp@screens-disabled.html * igt@i915_pm_rpm@basic-pci-d3-state: - shard-dg1: [PASS][60] -> [FAIL][61] ([i915#7691]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-17/igt@i915_pm_rpm@basic-pci-d3-state.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-18/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rpm@debugfs-forcewake-user: - shard-tglu: [PASS][62] -> [FAIL][63] ([i915#7940]) +1 similar issue [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-tglu-5/igt@i915_pm_rpm@debugfs-forcewake-user.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-tglu-7/igt@i915_pm_rpm@debugfs-forcewake-user.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][64] -> [SKIP][65] ([i915#1397]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-6/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-rkl: NOTRUN -> [SKIP][66] ([i915#1397]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp.html - shard-dg1: [PASS][67] -> [SKIP][68] ([i915#1397]) +1 similar issue [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-13/igt@i915_pm_rpm@modeset-non-lpsp.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-mtlp: NOTRUN -> [SKIP][69] ([i915#1397]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-1/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rps@thresholds-idle-park@gt0: - shard-dg2: NOTRUN -> [SKIP][70] ([i915#8925]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@i915_pm_rps@thresholds-idle-park@gt0.html * igt@i915_selftest@live@workarounds: - shard-mtlp: [PASS][71] -> [DMESG-FAIL][72] ([i915#6763]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-3/igt@i915_selftest@live@workarounds.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-5/igt@i915_selftest@live@workarounds.html * igt@i915_suspend@forcewake: - shard-dg2: [PASS][73] -> [TIMEOUT][74] ([fdo#103375]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-10/igt@i915_suspend@forcewake.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@i915_suspend@forcewake.html * igt@kms_addfb_basic@addfb25-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4212]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-rkl: NOTRUN -> [SKIP][76] ([i915#3826]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][77] ([i915#8502] / [i915#8709]) +11 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs: - shard-rkl: NOTRUN -> [SKIP][78] ([i915#8502]) +3 similar issues [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc_ccs.html * igt@kms_async_flips@crc@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [FAIL][79] ([i915#8247]) +3 similar issues [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-2/igt@kms_async_flips@crc@pipe-a-hdmi-a-2.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][80] ([i915#8247]) +3 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-12/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#5286]) +1 similar issue [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][82] ([fdo#111614]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@x-tiled-64bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][83] ([fdo#111614] / [i915#3638]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-mtlp: NOTRUN -> [SKIP][84] ([fdo#111615]) +2 similar issues [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#4538] / [i915#5190]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][86] ([fdo#110723]) +3 similar issues [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_big_joiner@invalid-modeset: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#2705]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_mc_ccs: - shard-glk: NOTRUN -> [SKIP][88] ([fdo#109271]) +38 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk1/igt@kms_ccs@pipe-a-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][89] ([i915#3734] / [i915#5354] / [i915#6095]) +1 similar issue [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#6095]) +6 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-8/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#5354] / [i915#6095]) +8 similar issues [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-6/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#3886] / [i915#6095]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-5/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_ccs: - shard-dg1: NOTRUN -> [SKIP][93] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-13/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_ccs.html * igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-glk: NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#3886]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk2/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-4_tiled_mtl_rc_ccs: - shard-dg1: NOTRUN -> [SKIP][95] ([i915#5354] / [i915#6095]) +1 similar issue [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-14/igt@kms_ccs@pipe-b-ccs-on-another-bo-4_tiled_mtl_rc_ccs.html * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs: - shard-dg1: NOTRUN -> [SKIP][96] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#3689] / [i915#3886] / [i915#5354]) +1 similar issue [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-3/igt@kms_ccs@pipe-c-bad-pixel-format-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs: - shard-dg2: NOTRUN -> [SKIP][98] ([i915#3689] / [i915#5354]) +3 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_ccs@pipe-c-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-4_tiled_mtl_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][99] ([i915#5354]) +11 similar issues [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@kms_ccs@pipe-d-crc-primary-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#4087] / [i915#7213]) +2 similar issues [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-1.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][101] ([i915#7213]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html * igt@kms_cdclk@plane-scaling@pipe-a-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][102] ([i915#4087]) +3 similar issues [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-2/igt@kms_cdclk@plane-scaling@pipe-a-hdmi-a-2.html * igt@kms_chamelium_color@degamma: - shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#111827]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-3/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_edid@dp-mode-timings: - shard-dg1: NOTRUN -> [SKIP][104] ([i915#7828]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-17/igt@kms_chamelium_edid@dp-mode-timings.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2: NOTRUN -> [SKIP][105] ([i915#7828]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@vga-hpd-fast: - shard-rkl: NOTRUN -> [SKIP][106] ([i915#7828]) +5 similar issues [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@kms_chamelium_hpd@vga-hpd-fast.html * igt@kms_content_protection@legacy: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#7118]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-3/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][108] ([i915#7173]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_content_protection@lic@pipe-a-dp-4.html * igt@kms_cursor_crc@cursor-onscreen-32x10: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#3555]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@kms_cursor_crc@cursor-onscreen-32x10.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg1: NOTRUN -> [SKIP][110] ([i915#3359]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#3359]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_legacy@cursor-vs-flip-toggle: - shard-mtlp: [PASS][112] -> [FAIL][113] ([i915#8248]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-6/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@kms_cursor_legacy@cursor-vs-flip-toggle.html * igt@kms_cursor_legacy@cursora-vs-flipb-legacy: - shard-rkl: NOTRUN -> [SKIP][114] ([fdo#111825]) +5 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html * igt@kms_cursor_legacy@cursorb-vs-flipa-toggle: - shard-dg2: NOTRUN -> [SKIP][115] ([fdo#109274] / [i915#5354]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][116] ([fdo#109274]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-suspend: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#3637]) +2 similar issues [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#8381]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@kms_flip@flip-vs-fences.html * igt@kms_flip@flip-vs-suspend-interruptible@b-vga1: - shard-snb: NOTRUN -> [DMESG-WARN][119] ([i915#8841]) +3 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-snb7/igt@kms_flip@flip-vs-suspend-interruptible@b-vga1.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#2672]) +1 similar issue [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][121] ([i915#2672]) [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][122] ([i915#2672]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw: - shard-dg2: [PASS][123] -> [FAIL][124] ([i915#6880]) +1 similar issue [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][125] ([i915#8708]) +3 similar issues [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw: - shard-dg1: NOTRUN -> [SKIP][126] ([fdo#111825]) +5 similar issues [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#8708]) +3 similar issues [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][128] ([fdo#111825] / [i915#1825]) +20 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc: - shard-mtlp: NOTRUN -> [SKIP][129] ([i915#1825]) +9 similar issues [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#3023]) +8 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#3458]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt: - shard-tglu: NOTRUN -> [SKIP][132] ([fdo#109280]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-dg1: NOTRUN -> [SKIP][133] ([i915#5439]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][134] ([i915#8708]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#3458]) +4 similar issues [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#5354]) +13 similar issues [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][137] ([fdo#103375]) +1 similar issue [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_hdr@static-toggle-suspend@pipe-a-dp-4.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg1: NOTRUN -> [SKIP][138] ([i915#1839]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - shard-mtlp: [PASS][139] -> [FAIL][140] ([i915#1623]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@kms_plane_lowres@tiling-x@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#3582]) +3 similar issues [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][142] ([i915#8292]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [FAIL][143] ([i915#8292]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-15/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-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#5176]) +7 similar issues [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][145] ([i915#5176]) +5 similar issues [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][146] ([i915#5176]) +19 similar issues [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-12/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#5235]) +7 similar issues [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/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-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#5235]) +15 similar issues [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][149] ([i915#5235]) +11 similar issues [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1: - shard-mtlp: NOTRUN -> [SKIP][150] ([i915#5235]) +3 similar issues [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-c-edp-1.html * igt@kms_prime@basic-crc-hybrid: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#6524]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@kms_prime@basic-crc-hybrid.html * igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][152] ([i915#658]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html - shard-rkl: NOTRUN -> [SKIP][153] ([i915#658]) [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@kms_psr2_sf@overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr@cursor_mmap_gtt: - shard-rkl: NOTRUN -> [SKIP][154] ([i915#1072]) +1 similar issue [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_psr@cursor_mmap_gtt.html * igt@kms_psr@psr2_basic: - shard-snb: NOTRUN -> [SKIP][155] ([fdo#109271]) +87 similar issues [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-snb5/igt@kms_psr@psr2_basic.html * igt@kms_psr@psr2_sprite_mmap_gtt: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#1072]) +2 similar issues [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@kms_psr@psr2_sprite_mmap_gtt.html * igt@kms_psr@sprite_mmap_gtt: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#1072]) +1 similar issue [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-14/igt@kms_psr@sprite_mmap_gtt.html * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom: - shard-rkl: [PASS][158] -> [ABORT][159] ([i915#7461]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-6/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html * igt@kms_selftest@drm_dp_mst: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#8661]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-14/igt@kms_selftest@drm_dp_mst.html * igt@kms_selftest@drm_format_helper: - shard-rkl: NOTRUN -> [SKIP][161] ([i915#8661]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_selftest@drm_format_helper.html * igt@kms_tiled_display@basic-test-pattern: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#8623]) [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@kms_tiled_display@basic-test-pattern.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-rkl: NOTRUN -> [SKIP][163] ([i915#8623]) +1 similar issue [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vblank@pipe-c-ts-continuation-suspend: - shard-dg2: [PASS][164] -> [INCOMPLETE][165] ([i915#7838]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-10/igt@kms_vblank@pipe-c-ts-continuation-suspend.html [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_vblank@pipe-c-ts-continuation-suspend.html * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend: - shard-dg2: [PASS][166] -> [FAIL][167] ([fdo#103375]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-3/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html * igt@kms_vrr@flip-dpms: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#3555]) +1 similar issue [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@kms_vrr@flip-dpms.html * igt@kms_writeback@writeback-check-output: - shard-rkl: NOTRUN -> [SKIP][169] ([i915#2437]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-pixel-formats: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#2437]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [PASS][171] -> [FAIL][172] ([i915#7484]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-10/igt@perf@non-zero-reason@0-rcs0.html [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@perf@non-zero-reason@0-rcs0.html * igt@perf@unprivileged-single-ctx-counters: - shard-dg1: NOTRUN -> [SKIP][173] ([fdo#109289] / [i915#2433]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-18/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@ccs0: - shard-dg2: [PASS][174] -> [FAIL][175] ([i915#4349]) +1 similar issue [174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-8/igt@perf_pmu@busy-double-start@ccs0.html [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-3/igt@perf_pmu@busy-double-start@ccs0.html * igt@perf_pmu@busy-double-start@vcs1: - shard-dg1: [PASS][176] -> [FAIL][177] ([i915#4349]) +2 similar issues [176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-13/igt@perf_pmu@busy-double-start@vcs1.html [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-19/igt@perf_pmu@busy-double-start@vcs1.html * igt@perf_pmu@busy-idle-check-all@vcs0: - shard-dg1: [PASS][178] -> [FAIL][179] ([i915#4521]) +1 similar issue [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-18/igt@perf_pmu@busy-idle-check-all@vcs0.html [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-14/igt@perf_pmu@busy-idle-check-all@vcs0.html * igt@perf_pmu@busy-idle-check-all@vecs0: - shard-mtlp: [PASS][180] -> [FAIL][181] ([i915#4521]) +2 similar issues [180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-1/igt@perf_pmu@busy-idle-check-all@vecs0.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@vecs0.html * igt@perf_pmu@event-wait@rcs0: - shard-rkl: NOTRUN -> [SKIP][182] ([fdo#112283]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@perf_pmu@event-wait@rcs0.html * igt@perf_pmu@faulting-read@gtt: - shard-mtlp: NOTRUN -> [SKIP][183] ([i915#8440]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-8/igt@perf_pmu@faulting-read@gtt.html * igt@perf_pmu@rc6-all-gts: - shard-rkl: NOTRUN -> [SKIP][184] ([i915#8516]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@semaphore-busy@vcs0: - shard-mtlp: [PASS][185] -> [FAIL][186] ([i915#4349]) +1 similar issue [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-8/igt@perf_pmu@semaphore-busy@vcs0.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@perf_pmu@semaphore-busy@vcs0.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [PASS][187] -> [ABORT][188] ([i915#8521]) [187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-5/igt@sysfs_preempt_timeout@timeout@vecs0.html [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-6/igt@sysfs_preempt_timeout@timeout@vecs0.html * igt@v3d/v3d_perfmon@get-values-valid-perfmon: - shard-rkl: NOTRUN -> [SKIP][189] ([fdo#109315]) +5 similar issues [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-4/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html * igt@v3d/v3d_submit_cl@bad-bo: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#2575]) +2 similar issues [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-5/igt@v3d/v3d_submit_cl@bad-bo.html * igt@v3d/v3d_submit_cl@bad-extension: - shard-tglu: NOTRUN -> [SKIP][191] ([fdo#109315] / [i915#2575]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-tglu-10/igt@v3d/v3d_submit_cl@bad-extension.html * igt@v3d/v3d_submit_csd@bad-flag: - shard-dg1: NOTRUN -> [SKIP][192] ([i915#2575]) +1 similar issue [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-16/igt@v3d/v3d_submit_csd@bad-flag.html * igt@v3d/v3d_submit_csd@multiple-job-submission: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#2575]) +2 similar issues [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-5/igt@v3d/v3d_submit_csd@multiple-job-submission.html * igt@vc4/vc4_perfmon@create-perfmon-exceed: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#7711]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-15/igt@vc4/vc4_perfmon@create-perfmon-exceed.html * igt@vc4/vc4_tiling@set-bad-modifier: - shard-dg2: NOTRUN -> [SKIP][195] ([i915#7711]) +1 similar issue [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-3/igt@vc4/vc4_tiling@set-bad-modifier.html - shard-rkl: NOTRUN -> [SKIP][196] ([i915#7711]) +1 similar issue [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@vc4/vc4_tiling@set-bad-modifier.html * igt@vc4/vc4_wait_seqno@bad-seqno-1ns: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#7711]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-4/igt@vc4/vc4_wait_seqno@bad-seqno-1ns.html * igt@vgem_basic@bad-handle: - shard-mtlp: [PASS][198] -> [DMESG-WARN][199] ([i915#2017]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-6/igt@vgem_basic@bad-handle.html [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-2/igt@vgem_basic@bad-handle.html #### Possible fixes #### * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [FAIL][200] ([i915#7742]) -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-rkl: [FAIL][202] ([i915#6268]) -> [PASS][203] [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_ctx_persistence@engines-hostile@vcs0: - shard-mtlp: [FAIL][204] ([i915#2410]) -> [PASS][205] +2 similar issues [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-4/igt@gem_ctx_persistence@engines-hostile@vcs0.html [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-2/igt@gem_ctx_persistence@engines-hostile@vcs0.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][206] ([i915#2842]) -> [PASS][207] [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-apl4/igt@gem_exec_fair@basic-none-solo@rcs0.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-apl1/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [FAIL][208] ([i915#2842]) -> [PASS][209] [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [TIMEOUT][210] ([i915#7392] / [i915#8628]) -> [PASS][211] [210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-6/igt@gem_exec_whisper@basic-contexts-forked-all.html [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-8/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [DMESG-WARN][212] ([i915#4936] / [i915#5493]) -> [PASS][213] [212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: [FAIL][214] -> [PASS][215] [214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-5/igt@gem_userptr_blits@nohangcheck.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-5/igt@gem_userptr_blits@nohangcheck.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][216] ([i915#5566]) -> [PASS][217] [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-glk5/igt@gen9_exec_parse@allowed-single.html [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk6/igt@gen9_exec_parse@allowed-single.html * igt@i915_hangman@detector@vcs0: - shard-mtlp: [FAIL][218] ([i915#8456]) -> [PASS][219] +2 similar issues [218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-5/igt@i915_hangman@detector@vcs0.html [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-8/igt@i915_hangman@detector@vcs0.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [FAIL][220] ([fdo#103375]) -> [PASS][221] [220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-11/igt@i915_pm_freq_api@freq-suspend@gt0.html [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-1/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-rkl: [SKIP][222] ([i915#1937]) -> [PASS][223] [222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][224] ([i915#1397]) -> [PASS][225] +2 similar issues [224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html - shard-dg1: [SKIP][226] ([i915#1397]) -> [PASS][227] +1 similar issue [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-14/igt@i915_pm_rpm@dpms-lpsp.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][228] ([i915#1397]) -> [PASS][229] +2 similar issues [228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-10/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@drm-resources-equal: - shard-tglu: [FAIL][230] ([i915#7940]) -> [PASS][231] +2 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-tglu-9/igt@i915_pm_rpm@drm-resources-equal.html [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-tglu-5/igt@i915_pm_rpm@drm-resources-equal.html * igt@i915_pm_rpm@reg-read-ioctl: - shard-dg1: [FAIL][232] ([i915#7940]) -> [PASS][233] [232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-14/igt@i915_pm_rpm@reg-read-ioctl.html [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-19/igt@i915_pm_rpm@reg-read-ioctl.html * igt@i915_selftest@live@requests: - shard-mtlp: [DMESG-FAIL][234] ([i915#8497]) -> [PASS][235] [234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-3/igt@i915_selftest@live@requests.html [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-5/igt@i915_selftest@live@requests.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-mtlp: [FAIL][236] ([i915#5138]) -> [PASS][237] [236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip: - shard-mtlp: [FAIL][238] ([i915#3743]) -> [PASS][239] [238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-5/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: [FAIL][240] ([i915#2346]) -> [PASS][241] [240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-apl7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][242] ([i915#2346]) -> [PASS][243] [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-dg2: [FAIL][244] ([i915#6880]) -> [PASS][245] +1 similar issue [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1: - shard-tglu: [FAIL][246] ([i915#8292]) -> [PASS][247] [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-tglu-4/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-tglu-7/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-rkl: [ABORT][248] ([i915#8178]) -> [PASS][249] [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-6/igt@kms_rotation_crc@sprite-rotation-90.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend: - shard-mtlp: [ABORT][250] -> [PASS][251] [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-4/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-7/igt@kms_vblank@pipe-c-ts-continuation-dpms-suspend.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg2: [FAIL][252] ([i915#5234]) -> [PASS][253] [252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@perf_pmu@most-busy-idle-check-all@rcs0.html #### Warnings #### * igt@gem_exec_fair@basic-pace@vcs1: - shard-tglu: [FAIL][254] ([i915#2842]) -> [FAIL][255] ([i915#2876]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-tglu-5/igt@gem_exec_fair@basic-pace@vcs1.html [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-tglu-9/igt@gem_exec_fair@basic-pace@vcs1.html * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [TIMEOUT][256] ([i915#7392]) -> [ABORT][257] ([i915#7392] / [i915#8131]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-mtlp-6/igt@gem_exec_whisper@basic-contexts-priority-all.html [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-mtlp-1/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@kms_content_protection@mei_interface: - shard-dg2: [SKIP][258] ([i915#7118]) -> [SKIP][259] ([i915#7118] / [i915#7162]) [258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg2-2/igt@kms_content_protection@mei_interface.html [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg2-11/igt@kms_content_protection@mei_interface.html * igt@kms_content_protection@srm@pipe-a-dp-1: - shard-apl: [TIMEOUT][260] ([i915#7173]) -> [FAIL][261] ([i915#7173] / [i915#7181]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-apl7/igt@kms_content_protection@srm@pipe-a-dp-1.html [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-apl3/igt@kms_content_protection@srm@pipe-a-dp-1.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][262] ([fdo#109285]) -> [SKIP][263] ([fdo#109285] / [i915#4098]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-rkl-7/igt@kms_force_connector_basic@force-load-detect.html [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-rkl-2/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_psr@sprite_plane_onoff: - shard-dg1: [SKIP][264] ([i915#1072]) -> [SKIP][265] ([i915#1072] / [i915#4078]) +1 similar issue [264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13473/shard-dg1-14/igt@kms_psr@sprite_plane_onoff.html [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/shard-dg1-12/igt@kms_psr@sprite_plane_onoff.html [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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410 [i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433 [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#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#2876]: https://gitlab.freedesktop.org/drm/intel/issues/2876 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [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#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473 [i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936 [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439 [i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7181]: https://gitlab.freedesktop.org/drm/intel/issues/7181 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7484]: https://gitlab.freedesktop.org/drm/intel/issues/7484 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7838]: https://gitlab.freedesktop.org/drm/intel/issues/7838 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8178]: https://gitlab.freedesktop.org/drm/intel/issues/8178 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8248]: https://gitlab.freedesktop.org/drm/intel/issues/8248 [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440 [i915#8456]: https://gitlab.freedesktop.org/drm/intel/issues/8456 [i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623 [i915#8628]: https://gitlab.freedesktop.org/drm/intel/issues/8628 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 [i915#8670]: https://gitlab.freedesktop.org/drm/intel/issues/8670 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7414 -> IGTPW_9515 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13473: 561c056959bf2ef8576cf3cfb59e3c5fd2951015 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9515: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/index.html IGT_7414: 056c9d7f2a63dd6d0b9b6462b4ab1b096178dcc6 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9515/index.html [-- Attachment #2: Type: text/html, Size: 81205 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE 2023-08-04 8:42 [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE Bhanuprakash Modem ` (2 preceding siblings ...) 2023-08-04 14:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork @ 2023-08-07 3:36 ` Zbigniew Kempczyński 2023-08-07 4:41 ` Hogander, Jouni 4 siblings, 0 replies; 6+ messages in thread From: Zbigniew Kempczyński @ 2023-08-07 3:36 UTC (permalink / raw) To: Bhanuprakash Modem; +Cc: igt-dev On Fri, Aug 04, 2023 at 02:12:37PM +0530, Bhanuprakash Modem wrote: > As old API is not aware of XE memory reason, update the > subtest with the new one to create the buffer for XE driver. > > intel_buf_create_using_handle() --> intel_buf_create_full() > > Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/337 > Cc: Jouni Högander <jouni.hogander@intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> > --- > tests/i915/kms_psr.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/tests/i915/kms_psr.c b/tests/i915/kms_psr.c > index 3f8f83b42..57a749ffb 100644 > --- a/tests/i915/kms_psr.c > +++ b/tests/i915/kms_psr.c > @@ -35,6 +35,7 @@ > #include <stdio.h> > #include <string.h> > #include "xe/xe_ioctl.h" > +#include "xe/xe_query.h" > > enum operations { > PAGE_FLIP, > @@ -144,6 +145,9 @@ static struct intel_buf *create_buf_from_fb(data_t *data, > { > uint32_t name, handle, tiling, stride, width, height, bpp, size; > struct intel_buf *buf; > + enum intel_driver driver = buf_ops_get_driver(data->bops); > + uint64_t region = (driver == INTEL_DRIVER_XE) ? > + vram_if_possible(data->drm_fd, 0) : -1; > > igt_assert_eq(fb->offsets[0], 0); > > @@ -159,8 +163,8 @@ static struct intel_buf *create_buf_from_fb(data_t *data, > > name = gem_flink(data->drm_fd, fb->gem_handle); > handle = gem_open(data->drm_fd, name); > - buf = intel_buf_create_using_handle(data->bops, handle, > - width, height, bpp, 0, tiling, 0); > + buf = intel_buf_create_full(data->bops, handle, width, height, > + bpp, 0, tiling, 0, size, stride, region); > intel_buf_set_ownership(buf, true); > > return buf; > -- > 2.40.0 > It's ok for me: Acked-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> -- Zbigniew ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE 2023-08-04 8:42 [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE Bhanuprakash Modem ` (3 preceding siblings ...) 2023-08-07 3:36 ` [igt-dev] [i-g-t] " Zbigniew Kempczyński @ 2023-08-07 4:41 ` Hogander, Jouni 4 siblings, 0 replies; 6+ messages in thread From: Hogander, Jouni @ 2023-08-07 4:41 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Modem, Bhanuprakash On Fri, 2023-08-04 at 14:12 +0530, Bhanuprakash Modem wrote: > As old API is not aware of XE memory reason, update the > subtest with the new one to create the buffer for XE driver. > > intel_buf_create_using_handle() --> intel_buf_create_full() > > Fixes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/337 > Cc: Jouni Högander <jouni.hogander@intel.com> > Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com> > Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Jouni Högander <jouni.hogander@intel.com> > --- > tests/i915/kms_psr.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/tests/i915/kms_psr.c b/tests/i915/kms_psr.c > index 3f8f83b42..57a749ffb 100644 > --- a/tests/i915/kms_psr.c > +++ b/tests/i915/kms_psr.c > @@ -35,6 +35,7 @@ > #include <stdio.h> > #include <string.h> > #include "xe/xe_ioctl.h" > +#include "xe/xe_query.h" > > enum operations { > PAGE_FLIP, > @@ -144,6 +145,9 @@ static struct intel_buf > *create_buf_from_fb(data_t *data, > { > uint32_t name, handle, tiling, stride, width, height, bpp, > size; > struct intel_buf *buf; > + enum intel_driver driver = buf_ops_get_driver(data->bops); > + uint64_t region = (driver == INTEL_DRIVER_XE) ? > + vram_if_possible(data->drm_fd, 0) : - > 1; > > igt_assert_eq(fb->offsets[0], 0); > > @@ -159,8 +163,8 @@ static struct intel_buf > *create_buf_from_fb(data_t *data, > > name = gem_flink(data->drm_fd, fb->gem_handle); > handle = gem_open(data->drm_fd, name); > - buf = intel_buf_create_using_handle(data->bops, handle, > - width, height, bpp, 0, > tiling, 0); > + buf = intel_buf_create_full(data->bops, handle, width, > height, > + bpp, 0, tiling, 0, size, stride, > region); > intel_buf_set_ownership(buf, true); > > return buf; ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-08-07 4:41 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-04 8:42 [igt-dev] [i-g-t] tests/i915/kms_psr: Fix to use proper API to support XE Bhanuprakash Modem 2023-08-04 10:13 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-08-04 10:20 ` [igt-dev] ○ CI.xeBAT: info " Patchwork 2023-08-04 14:34 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork 2023-08-07 3:36 ` [igt-dev] [i-g-t] " Zbigniew Kempczyński 2023-08-07 4:41 ` Hogander, Jouni
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox