* [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format
@ 2023-08-07 9:15 Ankit Nautiyal
2023-08-07 9:47 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Ankit Nautiyal @ 2023-08-07 9:15 UTC (permalink / raw)
To: igt-dev
Fix the condition that checks whether DSC is supported with given
output format in is_dsc_output_format_supported.
Fixes: c365922f01c12 (tests/i915/kms_dsc: Enable validation for VDSC output formats)
Cc: Swati Sharma <swati2.sharma@intel.com>
Cc: Jouni H_gander <jouni.hogander@intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
---
tests/i915/kms_dsc_helper.c | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/tests/i915/kms_dsc_helper.c b/tests/i915/kms_dsc_helper.c
index ae59edb6bec9..160364cd28bf 100644
--- a/tests/i915/kms_dsc_helper.c
+++ b/tests/i915/kms_dsc_helper.c
@@ -133,13 +133,12 @@ static bool is_dsc_output_format_supported_by_platform(int disp_ver, enum dsc_ou
bool is_dsc_output_format_supported(int drmfd, int disp_ver, igt_output_t *output,
enum dsc_output_format output_format)
{
- if (!(igt_is_dsc_output_format_supported_by_sink(drmfd, output->name, output_format)) &&
- (is_dsc_output_format_supported_by_platform(disp_ver, output_format))) {
- igt_debug("DSC %s output format not supported on connector %s\n",
- kmstest_dsc_output_format_str(output_format),
- output->name);
- return false;
- }
+ if (is_dsc_output_format_supported_by_platform(disp_ver, output_format) &&
+ igt_is_dsc_output_format_supported_by_sink(drmfd, output->name, output_format))
+ return true;
- return true;
+ igt_debug("DSC %s output format not supported on connector %s\n",
+ kmstest_dsc_output_format_str(output_format), output->name);
+
+ return false;
}
--
2.40.1
^ permalink raw reply related [flat|nested] 8+ messages in thread* [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 9:15 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format Ankit Nautiyal @ 2023-08-07 9:47 ` Patchwork 2023-08-07 10:21 ` [igt-dev] ○ CI.xeBAT: info " Patchwork ` (3 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-07 9:47 UTC (permalink / raw) To: Ankit Nautiyal; +Cc: igt-dev == Series Details == Series: tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format URL : https://patchwork.freedesktop.org/series/122091/ State : warning == Summary == Pipeline status: FAILED. see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/954321 for the overview. build-containers:build-debian has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46811164): time="2023-08-07T09:45:59Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-07T09:46:03Z" level=warning msg="signal: killed" time="2023-08-07T09:46:03Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691401565:step_script section_start:1691401565:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691401565:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46811166): time="2023-08-07T09:46:08Z" level=fatal msg="Error determining repository tags: Invalid status code returned when fetching tags list 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-07T09:46:13Z" level=warning msg="signal: killed" time="2023-08-07T09:46:13Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691401573:step_script section_start:1691401573:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691401573:cleanup_file_variables ERROR: Job failed: exit code 1 build-containers:build-debian-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/46811167): time="2023-08-07T09:45:59Z" level=fatal msg="Invalid status code returned when fetching blob 500 (Internal Server Error)" Building! STEP 1: FROM debian:buster Getting image source signatures Copying blob sha256:9918064ebccea7fc961fe71dad46105b217763b4b1b3a9dfa7bee2ab29d2039b Copying config sha256:1df4474660a180f2a805d8477b78f9774d302afb2d31118106bffc0cb144e910 Writing manifest to image destination Storing signatures STEP 2: RUN apt-get update error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-07T09:46:04Z" level=warning msg="signal: killed" time="2023-08-07T09:46:04Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n" container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\"" : exit status 1 Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1 section_end:1691401564:step_script section_start:1691401564:cleanup_file_variables Cleaning up project directory and file based variables section_end:1691401566:cleanup_file_variables ERROR: Job failed: exit code 1 == Logs == For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/954321 ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 9:15 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format Ankit Nautiyal 2023-08-07 9:47 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork @ 2023-08-07 10:21 ` Patchwork 2023-08-07 10:23 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-07 10:21 UTC (permalink / raw) To: Ankit Nautiyal; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 369 bytes --] == Series Details == Series: tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format URL : https://patchwork.freedesktop.org/series/122091/ State : info == Summary == Participating hosts: bat-pvc-2 bat-atsm-2 bat-dg2-oem2 bat-adlp-7 Missing hosts results[0]: Results: [IGTPW_9525](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9525/index.html) [-- Attachment #2: Type: text/html, Size: 885 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 9:15 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format Ankit Nautiyal 2023-08-07 9:47 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-07 10:21 ` [igt-dev] ○ CI.xeBAT: info " Patchwork @ 2023-08-07 10:23 ` Patchwork 2023-08-07 10:42 ` [igt-dev] [PATCH i-g-t] " Hogander, Jouni 2023-08-07 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-07 10:23 UTC (permalink / raw) To: Ankit Nautiyal; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 12649 bytes --] == Series Details == Series: tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format URL : https://patchwork.freedesktop.org/series/122091/ State : success == Summary == CI Bug Log - changes from IGT_7418 -> IGTPW_9525 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/index.html Participating hosts (42 -> 41) ------------------------------ Additional (1): bat-dg2-9 Missing (2): fi-kbl-soraka fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_9525 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_auth@basic-auth: - bat-adlp-11: NOTRUN -> [ABORT][1] ([i915#8011]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-adlp-11/igt@core_auth@basic-auth.html * igt@gem_mmap@basic: - bat-dg2-9: NOTRUN -> [SKIP][2] ([i915#4083]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@gem_mmap@basic.html * igt@gem_mmap_gtt@basic: - bat-dg2-9: NOTRUN -> [SKIP][3] ([i915#4077]) +2 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@gem_mmap_gtt@basic.html * igt@gem_tiled_pread_basic: - bat-dg2-9: NOTRUN -> [SKIP][4] ([i915#4079]) +1 similar issue [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@gem_tiled_pread_basic.html * igt@i915_pm_backlight@basic-brightness: - bat-dg2-9: NOTRUN -> [SKIP][5] ([i915#5354] / [i915#7561]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@i915_pm_backlight@basic-brightness.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-cfl-8109u: [PASS][6] -> [FAIL][7] ([i915#7940]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-cfl-8109u/igt@i915_pm_rpm@basic-pci-d3-state.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-cfl-8109u/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_pm_rps@basic-api: - bat-dg2-9: NOTRUN -> [SKIP][8] ([i915#6621]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [PASS][9] -> [ABORT][10] ([i915#7982]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/bat-mtlp-6/igt@i915_selftest@live@requests.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-mtlp-8: NOTRUN -> [DMESG-WARN][11] ([i915#6367]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-mtlp-8/igt@i915_selftest@live@slpc.html * igt@i915_suspend@basic-s3-without-i915: - bat-mtlp-8: NOTRUN -> [SKIP][12] ([i915#6645]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - bat-dg2-9: NOTRUN -> [SKIP][13] ([i915#5190]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - bat-dg2-9: NOTRUN -> [SKIP][14] ([i915#4215] / [i915#5190]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - bat-dg2-9: NOTRUN -> [SKIP][15] ([i915#4212]) +7 similar issues [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-mtlp-8: NOTRUN -> [SKIP][16] ([i915#7828]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-fast: - bat-dg2-9: NOTRUN -> [SKIP][17] ([i915#7828]) +8 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_chamelium_hpd@dp-hpd-fast.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy: - bat-dg2-9: NOTRUN -> [SKIP][18] ([i915#4103] / [i915#4213]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html * igt@kms_force_connector_basic@force-load-detect: - bat-dg2-9: NOTRUN -> [SKIP][19] ([fdo#109285]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_force_connector_basic@prune-stale-modes: - bat-dg2-9: NOTRUN -> [SKIP][20] ([i915#5274]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1: - bat-rplp-1: [PASS][21] -> [ABORT][22] ([i915#8442] / [i915#8668]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html * igt@kms_psr@primary_page_flip: - bat-dg2-9: NOTRUN -> [SKIP][23] ([i915#1072]) +3 similar issues [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_psr@primary_page_flip.html * igt@kms_setmode@basic-clone-single-crtc: - bat-dg2-9: NOTRUN -> [SKIP][24] ([i915#3555]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-fence-flip: - bat-dg2-9: NOTRUN -> [SKIP][25] ([i915#3708]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - bat-dg2-9: NOTRUN -> [SKIP][26] ([i915#3708] / [i915#4077]) +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - bat-dg2-9: NOTRUN -> [SKIP][27] ([i915#3291] / [i915#3708]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-dg2-9/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_pm_rpm@basic-rte: - fi-skl-guc: [FAIL][28] ([i915#7940]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-skl-guc/igt@i915_pm_rpm@basic-rte.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-skl-guc/igt@i915_pm_rpm@basic-rte.html - fi-cfl-8700k: [FAIL][30] ([i915#7940]) -> [PASS][31] [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-cfl-8700k/igt@i915_pm_rpm@basic-rte.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-cfl-8700k/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@module-reload: - fi-rkl-11600: [FAIL][32] ([i915#7940]) -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html - fi-kbl-7567u: [FAIL][34] ([i915#7940]) -> [PASS][35] [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html - fi-tgl-1115g4: [FAIL][36] ([i915#7940]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@requests: - bat-mtlp-8: [ABORT][38] ([i915#7982]) -> [PASS][39] [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/bat-mtlp-8/igt@i915_selftest@live@requests.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-mtlp-8/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@workarounds: - bat-rpls-2: [DMESG-FAIL][40] ([i915#6763] / [i915#7913]) -> [PASS][41] [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/bat-rpls-2/igt@i915_selftest@live@workarounds.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-rpls-2/igt@i915_selftest@live@workarounds.html #### Warnings #### * igt@i915_module_load@load: - bat-adlp-11: [ABORT][42] ([i915#4423]) -> [DMESG-WARN][43] ([i915#4423]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/bat-adlp-11/igt@i915_module_load@load.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-adlp-11/igt@i915_module_load@load.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-cfl-8700k: [FAIL][44] ([i915#7691]) -> [FAIL][45] ([i915#7940]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/fi-cfl-8700k/igt@i915_pm_rpm@basic-pci-d3-state.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/fi-cfl-8700k/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live@reset: - bat-rpls-2: [ABORT][46] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#7981] / [i915#8347]) -> [ABORT][47] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#8347]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/bat-rpls-2/igt@i915_selftest@live@reset.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/bat-rpls-2/igt@i915_selftest@live@reset.html [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6763]: https://gitlab.freedesktop.org/drm/intel/issues/6763 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561 [i915#7691]: https://gitlab.freedesktop.org/drm/intel/issues/7691 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7981]: https://gitlab.freedesktop.org/drm/intel/issues/7981 [i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 [i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7418 -> IGTPW_9525 CI-20190529: 20190529 CI_DRM_13484: 987af50ac0ac94da778b87e53821b17ab6bf92f7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9525: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/index.html IGT_7418: 6fda79854b205a8110157b6915090680538a7249 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Testlist changes ---------------- -igt@prime_vgem@forwarded-uc -igt@prime_vgem@forwarded-wb -igt@prime_vgem@forwarded-wc == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/index.html [-- Attachment #2: Type: text/html, Size: 15275 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 9:15 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format Ankit Nautiyal ` (2 preceding siblings ...) 2023-08-07 10:23 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2023-08-07 10:42 ` Hogander, Jouni 2023-08-07 13:55 ` Sharma, Swati2 2023-08-07 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 4 siblings, 1 reply; 8+ messages in thread From: Hogander, Jouni @ 2023-08-07 10:42 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Nautiyal, Ankit K On Mon, 2023-08-07 at 14:45 +0530, Ankit Nautiyal wrote: > Fix the condition that checks whether DSC is supported with given > output format in is_dsc_output_format_supported. > > Fixes: c365922f01c12 (tests/i915/kms_dsc: Enable validation for VDSC > output formats) > Cc: Swati Sharma <swati2.sharma@intel.com> > Cc: Jouni H_gander <jouni.hogander@intel.com> > Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Reviewed-by: Jouni Högander <jouni.hogander@intel.com> > --- > tests/i915/kms_dsc_helper.c | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) > > diff --git a/tests/i915/kms_dsc_helper.c > b/tests/i915/kms_dsc_helper.c > index ae59edb6bec9..160364cd28bf 100644 > --- a/tests/i915/kms_dsc_helper.c > +++ b/tests/i915/kms_dsc_helper.c > @@ -133,13 +133,12 @@ static bool > is_dsc_output_format_supported_by_platform(int disp_ver, enum dsc_ou > bool is_dsc_output_format_supported(int drmfd, int disp_ver, > igt_output_t *output, > enum dsc_output_format > output_format) > { > - if (!(igt_is_dsc_output_format_supported_by_sink(drmfd, > output->name, output_format)) && > - (is_dsc_output_format_supported_by_platform(disp_ver, > output_format))) { > - igt_debug("DSC %s output format not supported on > connector %s\n", > - > kmstest_dsc_output_format_str(output_format), > - output->name); > - return false; > - } > + if (is_dsc_output_format_supported_by_platform(disp_ver, > output_format) && > + igt_is_dsc_output_format_supported_by_sink(drmfd, output- > >name, output_format)) > + return true; > > - return true; > + igt_debug("DSC %s output format not supported on connector > %s\n", > + kmstest_dsc_output_format_str(output_format), > output->name); > + > + return false; > } ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 10:42 ` [igt-dev] [PATCH i-g-t] " Hogander, Jouni @ 2023-08-07 13:55 ` Sharma, Swati2 2023-08-08 4:54 ` Nautiyal, Ankit K 0 siblings, 1 reply; 8+ messages in thread From: Sharma, Swati2 @ 2023-08-07 13:55 UTC (permalink / raw) To: Hogander, Jouni, igt-dev@lists.freedesktop.org, Nautiyal, Ankit K Hi Ankit, Thanks for the patch. Nitpick: Please remove .c from binary name in subject. Also, please add Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9062 Rest LGTM. Tested-by: Swati Sharma <swati2.sharma@intel.com> On 07-Aug-23 4:12 PM, Hogander, Jouni wrote: > On Mon, 2023-08-07 at 14:45 +0530, Ankit Nautiyal wrote: >> Fix the condition that checks whether DSC is supported with given >> output format in is_dsc_output_format_supported. >> >> Fixes: c365922f01c12 (tests/i915/kms_dsc: Enable validation for VDSC >> output formats) >> Cc: Swati Sharma <swati2.sharma@intel.com> >> Cc: Jouni H_gander <jouni.hogander@intel.com> >> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> > > Reviewed-by: Jouni Högander <jouni.hogander@intel.com> >> --- >> tests/i915/kms_dsc_helper.c | 15 +++++++-------- >> 1 file changed, 7 insertions(+), 8 deletions(-) >> >> diff --git a/tests/i915/kms_dsc_helper.c >> b/tests/i915/kms_dsc_helper.c >> index ae59edb6bec9..160364cd28bf 100644 >> --- a/tests/i915/kms_dsc_helper.c >> +++ b/tests/i915/kms_dsc_helper.c >> @@ -133,13 +133,12 @@ static bool >> is_dsc_output_format_supported_by_platform(int disp_ver, enum dsc_ou >> bool is_dsc_output_format_supported(int drmfd, int disp_ver, >> igt_output_t *output, >> enum dsc_output_format >> output_format) >> { >> - if (!(igt_is_dsc_output_format_supported_by_sink(drmfd, >> output->name, output_format)) && >> - (is_dsc_output_format_supported_by_platform(disp_ver, >> output_format))) { >> - igt_debug("DSC %s output format not supported on >> connector %s\n", >> - >> kmstest_dsc_output_format_str(output_format), >> - output->name); >> - return false; >> - } >> + if (is_dsc_output_format_supported_by_platform(disp_ver, >> output_format) && >> + igt_is_dsc_output_format_supported_by_sink(drmfd, output- >>> name, output_format)) >> + return true; >> >> - return true; >> + igt_debug("DSC %s output format not supported on connector >> %s\n", >> + kmstest_dsc_output_format_str(output_format), >> output->name); >> + >> + return false; >> } > ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 13:55 ` Sharma, Swati2 @ 2023-08-08 4:54 ` Nautiyal, Ankit K 0 siblings, 0 replies; 8+ messages in thread From: Nautiyal, Ankit K @ 2023-08-08 4:54 UTC (permalink / raw) To: Sharma, Swati2, Hogander, Jouni, igt-dev@lists.freedesktop.org Thanks for the reviews and comments. I have addressed the comments and sent the updated version. Seems like due to change in the subject line, patch work created a new link: https://patchwork.freedesktop.org/series/122137/ Sorry for the confusion. Regards, Ankit On 8/7/2023 7:25 PM, Sharma, Swati2 wrote: > Hi Ankit, > > Thanks for the patch. > Nitpick: Please remove .c from binary name in subject. > Also, please add > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/9062 > > Rest LGTM. > Tested-by: Swati Sharma <swati2.sharma@intel.com> > > On 07-Aug-23 4:12 PM, Hogander, Jouni wrote: >> On Mon, 2023-08-07 at 14:45 +0530, Ankit Nautiyal wrote: >>> Fix the condition that checks whether DSC is supported with given >>> output format in is_dsc_output_format_supported. >>> >>> Fixes: c365922f01c12 (tests/i915/kms_dsc: Enable validation for VDSC >>> output formats) >>> Cc: Swati Sharma <swati2.sharma@intel.com> >>> Cc: Jouni H_gander <jouni.hogander@intel.com> >>> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> >> >> Reviewed-by: Jouni Högander <jouni.hogander@intel.com> >>> --- >>> tests/i915/kms_dsc_helper.c | 15 +++++++-------- >>> 1 file changed, 7 insertions(+), 8 deletions(-) >>> >>> diff --git a/tests/i915/kms_dsc_helper.c >>> b/tests/i915/kms_dsc_helper.c >>> index ae59edb6bec9..160364cd28bf 100644 >>> --- a/tests/i915/kms_dsc_helper.c >>> +++ b/tests/i915/kms_dsc_helper.c >>> @@ -133,13 +133,12 @@ static bool >>> is_dsc_output_format_supported_by_platform(int disp_ver, enum dsc_ou >>> bool is_dsc_output_format_supported(int drmfd, int disp_ver, >>> igt_output_t *output, >>> enum dsc_output_format >>> output_format) >>> { >>> - if (!(igt_is_dsc_output_format_supported_by_sink(drmfd, >>> output->name, output_format)) && >>> - (is_dsc_output_format_supported_by_platform(disp_ver, >>> output_format))) { >>> - igt_debug("DSC %s output format not supported on >>> connector %s\n", >>> - >>> kmstest_dsc_output_format_str(output_format), >>> - output->name); >>> - return false; >>> - } >>> + if (is_dsc_output_format_supported_by_platform(disp_ver, >>> output_format) && >>> + igt_is_dsc_output_format_supported_by_sink(drmfd, output- >>>> name, output_format)) >>> + return true; >>> - return true; >>> + igt_debug("DSC %s output format not supported on connector >>> %s\n", >>> + kmstest_dsc_output_format_str(output_format), >>> output->name); >>> + >>> + return false; >>> } >> ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format 2023-08-07 9:15 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format Ankit Nautiyal ` (3 preceding siblings ...) 2023-08-07 10:42 ` [igt-dev] [PATCH i-g-t] " Hogander, Jouni @ 2023-08-07 13:42 ` Patchwork 4 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2023-08-07 13:42 UTC (permalink / raw) To: Nautiyal, Ankit K; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 81911 bytes --] == Series Details == Series: tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format URL : https://patchwork.freedesktop.org/series/122091/ State : failure == Summary == CI Bug Log - changes from IGT_7418_full -> IGTPW_9525_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_9525_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_9525_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_9525/index.html Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9525_full: ### IGT changes ### #### Possible regressions #### * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-edp-1: - shard-mtlp: [PASS][1] -> [FAIL][2] +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-3/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-edp-1.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-a-edp-1.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_dsc@dsc-with-output-formats-with-bpc}: - shard-mtlp: NOTRUN -> [SKIP][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html Known issues ------------ Here are the changes found in IGTPW_9525_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8411]) +1 similar issue [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-1/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@api_intel_bb@blit-reloc-purge-cache: - shard-rkl: NOTRUN -> [SKIP][5] ([i915#8411]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-2/igt@api_intel_bb@blit-reloc-purge-cache.html * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#6230]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@api_intel_bb@crc32.html * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][7] ([i915#7456]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-2/igt@debugfs_test@basic-hwmon.html * igt@drm_buddy@drm_buddy_test: - shard-snb: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#8661]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb7/igt@drm_buddy@drm_buddy_test.html - shard-rkl: NOTRUN -> [SKIP][9] ([i915#8661]) +1 similar issue [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@drm_buddy@drm_buddy_test.html * igt@drm_fdinfo@most-busy-idle-check-all@ccs0: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8414]) +11 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-1/igt@drm_fdinfo@most-busy-idle-check-all@ccs0.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][11] -> [FAIL][12] ([i915#7742]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-2/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@drm_mm@drm_mm_test: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#8661]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@drm_mm@drm_mm_test.html * igt@feature_discovery@display-3x: - shard-dg2: NOTRUN -> [SKIP][14] ([i915#1839]) +1 similar issue [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@feature_discovery@display-3x.html - shard-rkl: NOTRUN -> [SKIP][15] ([i915#1839]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@feature_discovery@display-3x.html * igt@gem_bad_reloc@negative-reloc: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#3281]) +1 similar issue [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-17/igt@gem_bad_reloc@negative-reloc.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-rkl: NOTRUN -> [SKIP][17] ([i915#4098] / [i915#5325]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][18] ([i915#5325]) +1 similar issue [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@gem_ccs@suspend-resume.html * igt@gem_ctx_persistence@legacy-engines-mixed: - shard-snb: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#1099]) +2 similar issues [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb6/igt@gem_ctx_persistence@legacy-engines-mixed.html * igt@gem_eio@reset-stress: - shard-dg1: [PASS][20] -> [FAIL][21] ([i915#5784]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-16/igt@gem_eio@reset-stress.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-16/igt@gem_eio@reset-stress.html * igt@gem_exec_endless@dispatch@vcs1: - shard-tglu: [PASS][22] -> [TIMEOUT][23] ([i915#3778]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-tglu-9/igt@gem_exec_endless@dispatch@vcs1.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-7/igt@gem_exec_endless@dispatch@vcs1.html * igt@gem_exec_fair@basic-none: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#3539] / [i915#4852]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-3/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-rkl: [PASS][25] -> [FAIL][26] ([i915#2842]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-1/igt@gem_exec_fair@basic-none-share@rcs0.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-sync: - shard-mtlp: NOTRUN -> [SKIP][27] ([i915#4473] / [i915#4771]) +1 similar issue [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@gem_exec_fair@basic-sync.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-13/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][29] ([fdo#109283] / [i915#5107]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-cpu-gtt-noreloc: - shard-mtlp: NOTRUN -> [SKIP][30] ([i915#3281]) +4 similar issues [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@gem_exec_reloc@basic-cpu-gtt-noreloc.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#3281]) +6 similar issues [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-2/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-write-read-active: - shard-dg2: NOTRUN -> [SKIP][32] ([i915#3281]) +6 similar issues [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@gem_exec_reloc@basic-write-read-active.html * igt@gem_exec_schedule@semaphore-power: - shard-rkl: NOTRUN -> [SKIP][33] ([i915#7276]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@gem_exec_schedule@semaphore-power.html - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4537] / [i915#4812]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@gem_exec_schedule@semaphore-power.html * igt@gem_exec_suspend@basic-s4-devices@lmem0: - shard-dg2: NOTRUN -> [ABORT][35] ([i915#7975] / [i915#8213]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@gem_exec_suspend@basic-s4-devices@lmem0.html * igt@gem_exec_whisper@basic-contexts-forked-all: - shard-mtlp: [PASS][36] -> [ABORT][37] ([i915#7392] / [i915#8131]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-5/igt@gem_exec_whisper@basic-contexts-forked-all.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@gem_exec_whisper@basic-contexts-forked-all.html * igt@gem_fence_thrash@bo-copy: - shard-dg2: NOTRUN -> [SKIP][38] ([i915#4860]) +1 similar issue [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4860]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_lmem_swapping@basic: - shard-tglu: NOTRUN -> [SKIP][40] ([i915#4613]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-6/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4613]) +2 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-1/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@verify-ccs: - shard-rkl: NOTRUN -> [SKIP][42] ([i915#4613]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@gem_lmem_swapping@verify-ccs.html * igt@gem_mmap@bad-offset: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#4083]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@gem_mmap@bad-offset.html * igt@gem_mmap_gtt@basic-read-write-distinct: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#4077]) +4 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-3/igt@gem_mmap_gtt@basic-read-write-distinct.html * igt@gem_mmap_gtt@hang-user: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4077]) +1 similar issue [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-8/igt@gem_mmap_gtt@hang-user.html * igt@gem_mmap_wc@bad-object: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#4083]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-15/igt@gem_mmap_wc@bad-object.html * igt@gem_mmap_wc@set-cache-level: - shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4083]) +2 similar issues [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@gem_mmap_wc@set-cache-level.html * igt@gem_partial_pwrite_pread@write-uncached: - shard-dg1: NOTRUN -> [SKIP][48] ([i915#3282]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-18/igt@gem_partial_pwrite_pread@write-uncached.html * igt@gem_partial_pwrite_pread@writes-after-reads-snoop: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3282]) +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html - shard-rkl: NOTRUN -> [SKIP][50] ([i915#3282]) +1 similar issue [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-snoop.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-dg2: NOTRUN -> [SKIP][51] ([i915#4270]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@gem_pxp@reject-modify-context-protection-off-3.html - shard-rkl: NOTRUN -> [SKIP][52] ([i915#4270]) +2 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@verify-pxp-stale-buf-execution: - shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4270]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@gem_pxp@verify-pxp-stale-buf-execution.html * igt@gem_readwrite@write-bad-handle: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#3282]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@gem_readwrite@write-bad-handle.html * igt@gem_render_copy@linear-to-vebox-y-tiled: - shard-mtlp: NOTRUN -> [SKIP][55] ([i915#8428]) +3 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@gem_render_copy@linear-to-vebox-y-tiled.html * igt@gem_render_copy@y-tiled-to-vebox-linear: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#5190]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@gem_render_copy@y-tiled-to-vebox-linear.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4079]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#3297] / [i915#4880]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html * igt@gem_userptr_blits@nohangcheck: - shard-mtlp: [PASS][59] -> [FAIL][60] ([i915#6268]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@gem_userptr_blits@nohangcheck.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#3297]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gen7_exec_parse@basic-allocation: - shard-rkl: NOTRUN -> [SKIP][62] ([fdo#109289]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@gen7_exec_parse@basic-allocation.html * igt@gen9_exec_parse@bb-start-cmd: - shard-dg1: NOTRUN -> [SKIP][63] ([i915#2527]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-19/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#2527]) +1 similar issue [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@secure-batches: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#2856]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@gen9_exec_parse@secure-batches.html * igt@gen9_exec_parse@valid-registers: - shard-mtlp: NOTRUN -> [SKIP][66] ([i915#2856]) +1 similar issue [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@gen9_exec_parse@valid-registers.html * igt@i915_hangman@engine-engine-error@vcs0: - shard-mtlp: [PASS][67] -> [FAIL][68] ([i915#7069]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-5/igt@i915_hangman@engine-engine-error@vcs0.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-1/igt@i915_hangman@engine-engine-error@vcs0.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [PASS][69] -> [DMESG-WARN][70] ([i915#7061] / [i915#8617]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-3/igt@i915_module_load@reload-with-fault-injection.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#6412]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@i915_module_load@resize-bar.html * igt@i915_pm_dc@dc6-dpms: - shard-rkl: NOTRUN -> [SKIP][72] ([i915#3361]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@i915_pm_dc@dc6-dpms.html - shard-tglu: [PASS][73] -> [FAIL][74] ([i915#3989] / [i915#454]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-tglu-9/igt@i915_pm_dc@dc6-dpms.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-3/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc6-psr: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#658]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-15/igt@i915_pm_dc@dc6-psr.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#1937]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-dg2: [PASS][77] -> [FAIL][78] ([i915#7747]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-5/igt@i915_pm_rc6_residency@rc6-fence.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle@bcs0: - shard-dg1: [PASS][79] -> [FAIL][80] ([i915#3591]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@bcs0.html * igt@i915_pm_rpm@dpms-non-lpsp: - shard-rkl: [PASS][81] -> [SKIP][82] ([i915#1397]) +1 similar issue [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-4/igt@i915_pm_rpm@dpms-non-lpsp.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-dg2: NOTRUN -> [SKIP][83] ([fdo#109506]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rpm@modeset-lpsp: - shard-dg1: [PASS][84] -> [SKIP][85] ([i915#1397]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-13/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: NOTRUN -> [SKIP][86] ([i915#1397]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@i915_pm_rps@min-max-config-loaded: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#6621]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-3/igt@i915_pm_rps@min-max-config-loaded.html * igt@i915_selftest@live@requests: - shard-mtlp: [PASS][88] -> [DMESG-FAIL][89] ([i915#8497]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-7/igt@i915_selftest@live@requests.html [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - shard-mtlp: [PASS][90] -> [DMESG-WARN][91] ([i915#6367]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-7/igt@i915_selftest@live@slpc.html [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@i915_selftest@live@slpc.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: [PASS][92] -> [FAIL][93] ([fdo#103375]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling: - shard-mtlp: NOTRUN -> [SKIP][94] ([i915#4212]) +1 similar issue [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy: - shard-mtlp: NOTRUN -> [SKIP][95] ([i915#5190]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#8502] / [i915#8709]) +11 similar issues [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/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-c-hdmi-a-4-y-rc_ccs: - shard-dg1: NOTRUN -> [SKIP][97] ([i915#8502]) +7 similar issues [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-16/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-hdmi-a-4-y-rc_ccs.html * igt@kms_async_flips@crc@pipe-b-hdmi-a-3: - shard-dg1: NOTRUN -> [FAIL][98] ([i915#8247]) +3 similar issues [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/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][99] ([i915#6228]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_async_flips@invalid-async-flip.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg2: NOTRUN -> [SKIP][100] ([i915#404]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html - shard-rkl: NOTRUN -> [SKIP][101] ([i915#404]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@plane-all-modeset-transition: - shard-mtlp: NOTRUN -> [SKIP][102] ([i915#1769]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@kms_atomic_transition@plane-all-modeset-transition.html * igt@kms_big_fb@4-tiled-64bpp-rotate-180: - shard-mtlp: [PASS][103] -> [FAIL][104] ([i915#5138]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html * igt@kms_big_fb@4-tiled-8bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#5286]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-mtlp: NOTRUN -> [SKIP][106] ([fdo#111614]) +2 similar issues [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-mtlp: [PASS][107] -> [FAIL][108] ([i915#3743]) +1 similar issue [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-0: - shard-mtlp: NOTRUN -> [SKIP][109] ([fdo#111615]) +3 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip: - shard-rkl: NOTRUN -> [SKIP][110] ([fdo#110723]) +1 similar issue [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg2: NOTRUN -> [SKIP][111] ([i915#4538] / [i915#5190]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2: NOTRUN -> [SKIP][112] ([i915#2705]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@kms_big_joiner@invalid-modeset.html * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#3886] / [i915#6095]) +2 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_dg2_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#5354] / [i915#6095]) +4 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/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_rc_ccs_cc: - shard-dg1: NOTRUN -> [SKIP][115] ([i915#5354] / [i915#6095]) +1 similar issue [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-13/igt@kms_ccs@pipe-a-crc-primary-basic-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][116] ([i915#5354] / [i915#6095]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/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_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][117] ([i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-2/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc: - shard-dg2: NOTRUN -> [SKIP][118] ([i915#3689] / [i915#3886] / [i915#5354]) +2 similar issues [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][119] ([i915#3689] / [i915#5354]) +3 similar issues [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_ccs@pipe-d-crc-primary-basic-y_tiled_ccs.html * igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#5354]) +10 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html * igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs: - shard-mtlp: NOTRUN -> [SKIP][121] ([i915#6095]) +15 similar issues [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_gen12_rc_ccs.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#3742]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#4087] / [i915#7213]) +3 similar issues [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_cdclk@plane-scaling@pipe-b-dp-4: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4087]) +3 similar issues [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html * igt@kms_chamelium_color@ctm-0-75: - shard-mtlp: NOTRUN -> [SKIP][125] ([fdo#111827]) [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-1/igt@kms_chamelium_color@ctm-0-75.html * igt@kms_chamelium_color@ctm-blue-to-red: - shard-dg2: NOTRUN -> [SKIP][126] ([fdo#111827]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_chamelium_color@ctm-blue-to-red.html * igt@kms_chamelium_color@ctm-green-to-red: - shard-rkl: NOTRUN -> [SKIP][127] ([fdo#111827]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@kms_chamelium_color@ctm-green-to-red.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-mtlp: NOTRUN -> [SKIP][128] ([i915#7828]) +2 similar issues [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_hpd@dp-hpd-after-suspend: - shard-rkl: NOTRUN -> [SKIP][129] ([i915#7828]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html * igt@kms_chamelium_hpd@dp-hpd-storm: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#7828]) +2 similar issues [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_chamelium_hpd@dp-hpd-storm.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#7828]) +1 similar issue [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-12/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@atomic-dpms: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#6944]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-8/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#3299]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-1: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#3116]) +1 similar issue [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_content_protection@dp-mst-type-1.html * igt@kms_content_protection@legacy@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][135] ([i915#7173]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-4.html * igt@kms_content_protection@uevent: - shard-dg2: NOTRUN -> [SKIP][136] ([i915#7118]) [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][137] ([i915#3359]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-max-size: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#3555]) +1 similar issue [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_cursor_crc@cursor-onscreen-max-size.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#3359]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-dg1: NOTRUN -> [SKIP][140] ([i915#3555]) [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-12/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-mtlp: NOTRUN -> [SKIP][141] ([i915#8814]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][142] ([fdo#109274] / [i915#5354]) +1 similar issue [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-tglu: NOTRUN -> [SKIP][143] ([i915#4103]) [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions: - shard-mtlp: NOTRUN -> [SKIP][144] ([i915#3546]) +1 similar issue [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle: - shard-snb: NOTRUN -> [SKIP][145] ([fdo#109271] / [fdo#111767]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb6/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic: - shard-mtlp: [PASS][146] -> [FAIL][147] ([i915#2346]) [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#8812]) [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: NOTRUN -> [SKIP][149] ([fdo#110189] / [i915#3955]) [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][150] ([fdo#109274] / [fdo#111767]) [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#8381]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-rkl: NOTRUN -> [SKIP][152] ([fdo#111825]) +2 similar issues [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-dg2: NOTRUN -> [SKIP][153] ([fdo#109274]) +1 similar issue [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-flip-vs-suspend: - shard-mtlp: NOTRUN -> [SKIP][154] ([i915#3637]) +5 similar issues [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@kms_flip@2x-flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3: - shard-dg2: NOTRUN -> [FAIL][155] ([fdo#103375]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@kms_flip@flip-vs-suspend-interruptible@b-hdmi-a3.html * igt@kms_flip@flip-vs-suspend@d-hdmi-a3: - shard-dg2: [PASS][156] -> [FAIL][157] ([fdo#103375]) +1 similar issue [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-5/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@kms_flip@flip-vs-suspend@d-hdmi-a3.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#2672]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][159] ([i915#2672]) +1 similar issue [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#2672]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#8708]) +1 similar issue [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#8708]) +3 similar issues [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][163] ([fdo#109280]) +4 similar issues [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#1825]) +17 similar issues [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render: - shard-dg2: [PASS][165] -> [FAIL][166] ([i915#6880]) +1 similar issue [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-render.html * igt@kms_frontbuffer_tracking@fbc-tiling-y: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#5460]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw: - shard-rkl: NOTRUN -> [SKIP][168] ([i915#3023]) +9 similar issues [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt: - shard-dg1: NOTRUN -> [SKIP][169] ([fdo#111825]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt: - shard-dg2: NOTRUN -> [SKIP][170] ([i915#5354]) +24 similar issues [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#3458]) +4 similar issues [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-snb: NOTRUN -> [SKIP][172] ([fdo#109271]) +132 similar issues [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][173] ([fdo#111825] / [i915#1825]) +14 similar issues [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#3458]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html * igt@kms_hdr@invalid-hdr: - shard-dg2: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#8228]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_hdr@invalid-hdr.html * igt@kms_hdr@invalid-metadata-sizes: - shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8228]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-mtlp: NOTRUN -> [SKIP][177] ([fdo#109289]) +2 similar issues [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [DMESG-WARN][178] ([i915#8841]) +1 similar issue [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb1/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-1.html * igt@kms_plane@pixel-format-source-clamping@pipe-b-planes: - shard-mtlp: [PASS][179] -> [FAIL][180] ([i915#1623]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-2/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@kms_plane@pixel-format-source-clamping@pipe-b-planes.html * igt@kms_plane_scaling@intel-max-src-size: - shard-mtlp: NOTRUN -> [SKIP][181] ([i915#6953]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][182] ([i915#5176]) +15 similar issues [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-12/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#5176]) +7 similar issues [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#5176]) +3 similar issues [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-1/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][185] ([i915#5176]) +3 similar issues [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-5@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#5235]) +27 similar issues [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-19/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#5235]) +1 similar issue [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/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-25-upscale-factor-0-25: - shard-apl: NOTRUN -> [INCOMPLETE][188] ([i915#2295]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-apl7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#5235]) +7 similar issues [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-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][190] ([i915#5235]) +7 similar issues [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_prime@basic-crc-vgem: - shard-dg2: NOTRUN -> [SKIP][191] ([i915#6524] / [i915#6805]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@kms_prime@basic-crc-vgem.html * igt@kms_psr2_sf@overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][192] ([fdo#111068] / [i915#658]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#658]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-3/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr@cursor_blt: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#1072]) +1 similar issue [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@kms_psr@cursor_blt.html * igt@kms_psr@psr2_cursor_mmap_cpu: - shard-tglu: NOTRUN -> [SKIP][195] ([fdo#110189]) +2 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-7/igt@kms_psr@psr2_cursor_mmap_cpu.html * igt@kms_psr@psr2_sprite_blt: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#1072]) +3 similar issues [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@kms_psr@psr2_sprite_blt.html * igt@kms_rotation_crc@bad-pixel-format: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#4235]) +4 similar issues [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#5289]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#4235] / [i915#5190]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][200] ([fdo#111615] / [i915#5289]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_setmode@invalid-clone-single-crtc: - shard-rkl: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#4098]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@kms_setmode@invalid-clone-single-crtc.html * igt@kms_tv_load_detect@load-detect: - shard-rkl: NOTRUN -> [SKIP][202] ([fdo#109309]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@universal-plane-pipe-c-functional: - shard-rkl: NOTRUN -> [SKIP][203] ([i915#4070] / [i915#6768]) +2 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_universal_plane@universal-plane-pipe-c-functional.html * igt@kms_vblank@pipe-d-accuracy-idle: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#4070] / [i915#533] / [i915#6768]) +1 similar issue [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_vblank@pipe-d-accuracy-idle.html * igt@kms_vrr@flip-suspend: - shard-mtlp: NOTRUN -> [SKIP][205] ([i915#8808]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-7/igt@kms_vrr@flip-suspend.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#2437]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@kms_writeback@writeback-invalid-parameters.html - shard-rkl: NOTRUN -> [SKIP][207] ([i915#2437]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@kms_writeback@writeback-invalid-parameters.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: NOTRUN -> [FAIL][208] ([i915#8724]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html * igt@perf@gen8-unprivileged-single-ctx-counters: - shard-dg2: NOTRUN -> [SKIP][209] ([i915#2436]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@perf@gen8-unprivileged-single-ctx-counters.html - shard-rkl: NOTRUN -> [SKIP][210] ([i915#2436]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@perf@gen8-unprivileged-single-ctx-counters.html * igt@perf@global-sseu-config-invalid: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#7387]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@perf@global-sseu-config-invalid.html * igt@perf_pmu@busy-double-start@ccs3: - shard-dg2: [PASS][212] -> [FAIL][213] ([i915#4349]) [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-5/igt@perf_pmu@busy-double-start@ccs3.html [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@perf_pmu@busy-double-start@ccs3.html * igt@perf_pmu@rc6@runtime-pm-long-gt1: - shard-mtlp: [PASS][214] -> [SKIP][215] ([i915#8537]) +2 similar issues [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-1/igt@perf_pmu@rc6@runtime-pm-long-gt1.html [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-8/igt@perf_pmu@rc6@runtime-pm-long-gt1.html * igt@prime_udl: - shard-rkl: NOTRUN -> [SKIP][216] ([fdo#109291]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@prime_udl.html * igt@prime_vgem@basic-fence-mmap: - shard-dg2: NOTRUN -> [SKIP][217] ([i915#3708] / [i915#4077]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@fence-write-hang: - shard-mtlp: NOTRUN -> [SKIP][218] ([i915#3708]) [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html * igt@runner@aborted: - shard-snb: NOTRUN -> ([FAIL][219], [FAIL][220]) ([i915#7812] / [i915#8848]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb7/igt@runner@aborted.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb7/igt@runner@aborted.html * igt@sysfs_heartbeat_interval@mixed@ccs0: - shard-mtlp: [PASS][221] -> [ABORT][222] ([i915#8552]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@ccs0.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@sysfs_heartbeat_interval@mixed@ccs0.html * igt@sysfs_heartbeat_interval@mixed@vecs0: - shard-mtlp: [PASS][223] -> [FAIL][224] ([i915#1731]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-8/igt@sysfs_heartbeat_interval@mixed@vecs0.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@sysfs_heartbeat_interval@mixed@vecs0.html * igt@sysfs_heartbeat_interval@nopreempt@vcs0: - shard-mtlp: NOTRUN -> [FAIL][225] ([i915#6015]) +5 similar issues [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@sysfs_heartbeat_interval@nopreempt@vcs0.html * igt@sysfs_preempt_timeout@timeout@vecs0: - shard-mtlp: [PASS][226] -> [ABORT][227] ([i915#8521]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-8/igt@sysfs_preempt_timeout@timeout@vecs0.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-2/igt@sysfs_preempt_timeout@timeout@vecs0.html * igt@v3d/v3d_submit_cl@bad-multisync-out-sync: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#2575]) +5 similar issues [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@v3d/v3d_submit_cl@bad-multisync-out-sync.html * igt@v3d/v3d_submit_cl@bad-multisync-pad: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#2575]) +4 similar issues [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-8/igt@v3d/v3d_submit_cl@bad-multisync-pad.html * igt@v3d/v3d_submit_csd@valid-multisync-submission: - shard-rkl: NOTRUN -> [SKIP][230] ([fdo#109315]) +2 similar issues [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@v3d/v3d_submit_csd@valid-multisync-submission.html * igt@v3d/v3d_wait_bo@bad-pad: - shard-tglu: NOTRUN -> [SKIP][231] ([fdo#109315] / [i915#2575]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-4/igt@v3d/v3d_wait_bo@bad-pad.html * igt@vc4/vc4_label_bo@set-bad-name: - shard-mtlp: NOTRUN -> [SKIP][232] ([i915#7711]) +3 similar issues [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@vc4/vc4_label_bo@set-bad-name.html * igt@vc4/vc4_tiling@get-bad-flags: - shard-dg2: NOTRUN -> [SKIP][233] ([i915#7711]) +1 similar issue [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-1/igt@vc4/vc4_tiling@get-bad-flags.html * igt@vc4/vc4_wait_bo@unused-bo-1ns: - shard-rkl: NOTRUN -> [SKIP][234] ([i915#7711]) +3 similar issues [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-2/igt@vc4/vc4_wait_bo@unused-bo-1ns.html #### Possible fixes #### * igt@gem_ctx_persistence@saturated-hostile@vecs0: - shard-mtlp: [FAIL][235] ([i915#7816]) -> [PASS][236] +2 similar issues [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-1/igt@gem_ctx_persistence@saturated-hostile@vecs0.html [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-8/igt@gem_ctx_persistence@saturated-hostile@vecs0.html * igt@gem_eio@in-flight-10ms: - shard-mtlp: [ABORT][237] ([i915#8503]) -> [PASS][238] [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-2/igt@gem_eio@in-flight-10ms.html [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@gem_eio@in-flight-10ms.html * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][239] ([i915#5784]) -> [PASS][240] [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-1/igt@gem_eio@reset-stress.html [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-5/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-none-solo@rcs0: - shard-apl: [FAIL][241] ([i915#2842]) -> [PASS][242] +1 similar issue [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-glk: [FAIL][243] ([i915#2842]) -> [PASS][244] [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html - shard-rkl: [FAIL][245] ([i915#2842]) -> [PASS][246] +1 similar issue [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-7/igt@gem_exec_fair@basic-pace-share@rcs0.html [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_flush@basic-wb-ro-default: - shard-snb: [ABORT][247] -> [PASS][248] +1 similar issue [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-snb7/igt@gem_exec_flush@basic-wb-ro-default.html [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb6/igt@gem_exec_flush@basic-wb-ro-default.html * igt@gem_exec_whisper@basic-contexts-priority-all: - shard-mtlp: [TIMEOUT][249] ([i915#7392]) -> [PASS][250] [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-4/igt@gem_exec_whisper@basic-contexts-priority-all.html [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@gem_exec_whisper@basic-contexts-priority-all.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: [TIMEOUT][251] ([i915#5493]) -> [PASS][252] [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-2/igt@gem_lmem_swapping@smem-oom@lmem0.html - shard-dg1: [TIMEOUT][253] ([i915#5493]) -> [PASS][254] [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-12/igt@gem_lmem_swapping@smem-oom@lmem0.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_mmap_offset@clear@smem0: - shard-dg1: [FAIL][255] ([i915#7962]) -> [PASS][256] [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-14/igt@gem_mmap_offset@clear@smem0.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-13/igt@gem_mmap_offset@clear@smem0.html * igt@gem_ppgtt@blt-vs-render-ctxn: - shard-snb: [FAIL][257] ([i915#8295]) -> [PASS][258] [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctxn.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctxn.html * igt@gem_softpin@allocator-evict@vecs0: - shard-dg1: [INCOMPLETE][259] -> [PASS][260] [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-13/igt@gem_softpin@allocator-evict@vecs0.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-13/igt@gem_softpin@allocator-evict@vecs0.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-mtlp: [SKIP][261] ([fdo#109289] / [i915#8403]) -> [PASS][262] [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-1/igt@i915_pm_rc6_residency@rc6-accuracy.html [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-6/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rpm@cursor: - shard-dg1: [FAIL][263] ([i915#7940]) -> [PASS][264] +2 similar issues [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-14/igt@i915_pm_rpm@cursor.html [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-19/igt@i915_pm_rpm@cursor.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [SKIP][265] ([i915#1397]) -> [PASS][266] +1 similar issue [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-1/igt@i915_pm_rpm@dpms-lpsp.html [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp: - shard-dg1: [SKIP][267] ([i915#1397]) -> [PASS][268] [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-19/igt@i915_pm_rpm@modeset-non-lpsp.html [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-18/igt@i915_pm_rpm@modeset-non-lpsp.html * igt@i915_pm_rps@reset: - shard-dg2: [FAIL][269] -> [PASS][270] [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-11/igt@i915_pm_rps@reset.html [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-8/igt@i915_pm_rps@reset.html - shard-dg1: [FAIL][271] ([i915#8229]) -> [PASS][272] [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-19/igt@i915_pm_rps@reset.html [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-18/igt@i915_pm_rps@reset.html - shard-snb: [INCOMPLETE][273] ([i915#7790]) -> [PASS][274] [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-snb4/igt@i915_pm_rps@reset.html [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb1/igt@i915_pm_rps@reset.html * igt@i915_suspend@basic-s3-without-i915: - shard-dg2: [FAIL][275] ([fdo#103375]) -> [PASS][276] +3 similar issues [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-11/igt@i915_suspend@basic-s3-without-i915.html [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-6/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1: - shard-glk: [FAIL][277] ([i915#2521]) -> [PASS][278] [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-glk5/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-glk4/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-apl: [FAIL][279] ([i915#2346]) -> [PASS][280] [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1: - shard-glk: [FAIL][281] ([i915#2122]) -> [PASS][282] [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-glk2/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-hdmi-a1.html * igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a4: - shard-dg1: [FAIL][283] ([fdo#103375]) -> [PASS][284] +2 similar issues [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-18/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a4.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-15/igt@kms_flip@flip-vs-suspend-interruptible@c-hdmi-a4.html * igt@kms_plane@pixel-format@pipe-b-planes: - shard-mtlp: [FAIL][285] ([i915#1623]) -> [PASS][286] [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-7/igt@kms_plane@pixel-format@pipe-b-planes.html [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-8/igt@kms_plane@pixel-format@pipe-b-planes.html * igt@kms_psr@psr2_sprite_plane_move: - shard-mtlp: [FAIL][287] -> [PASS][288] [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-6/igt@kms_psr@psr2_sprite_plane_move.html [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@kms_psr@psr2_sprite_plane_move.html * igt@perf_pmu@all-busy-idle-check-all: - shard-dg2: [FAIL][289] ([i915#5234]) -> [PASS][290] [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-10/igt@perf_pmu@all-busy-idle-check-all.html [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@perf_pmu@all-busy-idle-check-all.html - shard-dg1: [FAIL][291] ([i915#5234]) -> [PASS][292] [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-15/igt@perf_pmu@all-busy-idle-check-all.html [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-12/igt@perf_pmu@all-busy-idle-check-all.html - shard-mtlp: [FAIL][293] ([i915#5234]) -> [PASS][294] [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-8/igt@perf_pmu@all-busy-idle-check-all.html [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-5/igt@perf_pmu@all-busy-idle-check-all.html * igt@perf_pmu@busy-double-start@vcs1: - shard-dg2: [FAIL][295] ([i915#4349]) -> [PASS][296] +10 similar issues [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-5/igt@perf_pmu@busy-double-start@vcs1.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@perf_pmu@busy-double-start@vcs1.html - shard-dg1: [FAIL][297] ([i915#4349]) -> [PASS][298] +3 similar issues [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-19/igt@perf_pmu@busy-double-start@vcs1.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-18/igt@perf_pmu@busy-double-start@vcs1.html * igt@perf_pmu@busy@rcs0: - shard-rkl: [ABORT][299] -> [PASS][300] [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-1/igt@perf_pmu@busy@rcs0.html [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@perf_pmu@busy@rcs0.html * igt@perf_pmu@render-node-busy-idle@ccs0: - shard-mtlp: [FAIL][301] ([i915#4349]) -> [PASS][302] +2 similar issues [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-8/igt@perf_pmu@render-node-busy-idle@ccs0.html [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-3/igt@perf_pmu@render-node-busy-idle@ccs0.html * igt@sysfs_timeslice_duration@timeout@vecs0: - shard-mtlp: [ABORT][303] ([i915#8521]) -> [PASS][304] [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-mtlp-3/igt@sysfs_timeslice_duration@timeout@vecs0.html [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-mtlp-4/igt@sysfs_timeslice_duration@timeout@vecs0.html #### Warnings #### * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu: [SKIP][305] ([fdo#111644] / [i915#1397]) -> [FAIL][306] ([i915#7940]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-tglu-3/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-tglu-2/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_content_protection@mei_interface: - shard-dg1: [SKIP][307] ([fdo#109300]) -> [SKIP][308] ([i915#7116]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-15/igt@kms_content_protection@mei_interface.html [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-19/igt@kms_content_protection@mei_interface.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][309] ([i915#7118]) -> [SKIP][310] ([i915#7118] / [i915#7162]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg2-6/igt@kms_content_protection@type1.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_fbcon_fbt@psr: - shard-rkl: [SKIP][311] ([fdo#110189] / [i915#3955]) -> [SKIP][312] ([i915#3955]) [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-1/igt@kms_fbcon_fbt@psr.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-6/igt@kms_fbcon_fbt@psr.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][313] ([fdo#109285]) -> [SKIP][314] ([fdo#109285] / [i915#4098]) [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-7/igt@kms_force_connector_basic@force-load-detect.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-suspend: - shard-snb: [DMESG-WARN][315] ([i915#8841]) -> [DMESG-WARN][316] ([i915#5090] / [i915#8841]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-snb5/igt@kms_frontbuffer_tracking@fbc-suspend.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-snb1/igt@kms_frontbuffer_tracking@fbc-suspend.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][317] ([i915#4070] / [i915#4816]) -> [SKIP][318] ([i915#4816]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_psr@cursor_plane_move: - shard-dg1: [SKIP][319] ([i915#1072] / [i915#4078]) -> [SKIP][320] ([i915#1072]) +1 similar issue [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7418/shard-dg1-18/igt@kms_psr@cursor_plane_move.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/shard-dg1-19/igt@kms_psr@cursor_plane_move.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#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506 [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#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644 [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#1623]: https://gitlab.freedesktop.org/drm/intel/issues/1623 [i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731 [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [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#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#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#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#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743 [i915#3778]: https://gitlab.freedesktop.org/drm/intel/issues/3778 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [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#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [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#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [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#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880 [i915#5090]: https://gitlab.freedesktop.org/drm/intel/issues/5090 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [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#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [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#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6228]: https://gitlab.freedesktop.org/drm/intel/issues/6228 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [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#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805 [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880 [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944 [i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953 [i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061 [i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118 [i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162 [i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173 [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213 [i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276 [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387 [i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392 [i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7747]: https://gitlab.freedesktop.org/drm/intel/issues/7747 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7812]: https://gitlab.freedesktop.org/drm/intel/issues/7812 [i915#7816]: https://gitlab.freedesktop.org/drm/intel/issues/7816 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940 [i915#7962]: https://gitlab.freedesktop.org/drm/intel/issues/7962 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8131]: https://gitlab.freedesktop.org/drm/intel/issues/8131 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8229]: https://gitlab.freedesktop.org/drm/intel/issues/8229 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 [i915#8295]: https://gitlab.freedesktop.org/drm/intel/issues/8295 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8403]: https://gitlab.freedesktop.org/drm/intel/issues/8403 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428 [i915#8497]: https://gitlab.freedesktop.org/drm/intel/issues/8497 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8503]: https://gitlab.freedesktop.org/drm/intel/issues/8503 [i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521 [i915#8537]: https://gitlab.freedesktop.org/drm/intel/issues/8537 [i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552 [i915#8617]: https://gitlab.freedesktop.org/drm/intel/issues/8617 [i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709 [i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724 [i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808 [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812 [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814 [i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841 [i915#8848]: https://gitlab.freedesktop.org/drm/intel/issues/8848 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7418 -> IGTPW_9525 CI-20190529: 20190529 CI_DRM_13484: 987af50ac0ac94da778b87e53821b17ab6bf92f7 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9525: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/index.html IGT_7418: 6fda79854b205a8110157b6915090680538a7249 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9525/index.html [-- Attachment #2: Type: text/html, Size: 97203 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-08-08 4:54 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-08-07 9:15 [igt-dev] [PATCH i-g-t] tests/i915/kms_dsc_helper.c: Fix helper to check dsc with output_format Ankit Nautiyal 2023-08-07 9:47 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork 2023-08-07 10:21 ` [igt-dev] ○ CI.xeBAT: info " Patchwork 2023-08-07 10:23 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2023-08-07 10:42 ` [igt-dev] [PATCH i-g-t] " Hogander, Jouni 2023-08-07 13:55 ` Sharma, Swati2 2023-08-08 4:54 ` Nautiyal, Ankit K 2023-08-07 13:42 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox