* [igt-dev] [PATCH i-g-t] xe/xe_mmap: Optimise code to use xe_bo_mmap
@ 2023-07-04 5:27 priyanka.dandamudi
2023-07-04 6:01 ` Bommu, Krishnaiah
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: priyanka.dandamudi @ 2023-07-04 5:27 UTC (permalink / raw)
To: krishnaiah.bommu, igt-dev, priyanka.dandamudi
From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Optimise code to use xe_bo_mmap.
Cc: Bommu Krishnaiah <krishnaiah.bommu@intel.com>
Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
---
tests/xe/xe_mmap.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/tests/xe/xe_mmap.c b/tests/xe/xe_mmap.c
index 664ed54fc..7fe8f73a4 100644
--- a/tests/xe/xe_mmap.c
+++ b/tests/xe/xe_mmap.c
@@ -46,11 +46,8 @@ test_mmap(int fd, uint32_t flags)
igt_require_f(flags, "Device doesn't support such memory region\n");
bo = xe_bo_create_flags(fd, 0, 4096, flags);
- mmo = xe_bo_mmap_offset(fd, bo);
-
- map = mmap(NULL, 4096, PROT_WRITE, MAP_SHARED, fd, mmo);
- igt_assert(map != MAP_FAILED);
+ map = xe_bo_map(fd, bo, 4096);
strcpy(map, "Write some data to the BO!");
munmap(map, 4096);
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [igt-dev] [PATCH i-g-t] xe/xe_mmap: Optimise code to use xe_bo_mmap 2023-07-04 5:27 [igt-dev] [PATCH i-g-t] xe/xe_mmap: Optimise code to use xe_bo_mmap priyanka.dandamudi @ 2023-07-04 6:01 ` Bommu, Krishnaiah 2023-07-04 6:30 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-07-04 7:33 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Bommu, Krishnaiah @ 2023-07-04 6:01 UTC (permalink / raw) To: priyanka.dandamudi, igt-dev [-- Attachment #1: Type: text/plain, Size: 1030 bytes --] On 04-07-2023 10:57, priyanka.dandamudi@intel.com wrote: > From: Priyanka Dandamudi<priyanka.dandamudi@intel.com> > > Optimise code to use xe_bo_mmap. > > Cc: Bommu Krishnaiah<krishnaiah.bommu@intel.com> > Signed-off-by: Priyanka Dandamudi<priyanka.dandamudi@intel.com> > --- > tests/xe/xe_mmap.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/tests/xe/xe_mmap.c b/tests/xe/xe_mmap.c > index 664ed54fc..7fe8f73a4 100644 > --- a/tests/xe/xe_mmap.c > +++ b/tests/xe/xe_mmap.c > @@ -46,11 +46,8 @@ test_mmap(int fd, uint32_t flags) > igt_require_f(flags, "Device doesn't support such memory region\n"); > > bo = xe_bo_create_flags(fd, 0, 4096, flags); > - mmo = xe_bo_mmap_offset(fd, bo); > - > - map = mmap(NULL, 4096, PROT_WRITE, MAP_SHARED, fd, mmo); > - igt_assert(map != MAP_FAILED); > > + map = xe_bo_map(fd, bo, 4096); > strcpy(map, "Write some data to the BO!"); > > munmap(map, 4096); Changes looks good to me Reviewed-by: Bommu Krishnaiah krishnaiah.bommu@intel.com [-- Attachment #2: Type: text/html, Size: 37418 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for xe/xe_mmap: Optimise code to use xe_bo_mmap 2023-07-04 5:27 [igt-dev] [PATCH i-g-t] xe/xe_mmap: Optimise code to use xe_bo_mmap priyanka.dandamudi 2023-07-04 6:01 ` Bommu, Krishnaiah @ 2023-07-04 6:30 ` Patchwork 2023-07-04 7:33 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-07-04 6:30 UTC (permalink / raw) To: priyanka.dandamudi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8853 bytes --] == Series Details == Series: xe/xe_mmap: Optimise code to use xe_bo_mmap URL : https://patchwork.freedesktop.org/series/120156/ State : success == Summary == CI Bug Log - changes from CI_DRM_13343 -> IGTPW_9324 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/index.html Participating hosts (39 -> 40) ------------------------------ Additional (3): fi-kbl-soraka bat-dg1-8 fi-bsw-n3050 Missing (2): fi-snb-2520m bat-jsl-3 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_9324: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@runner@aborted: - {bat-dg1-8}: NOTRUN -> [FAIL][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-dg1-8/igt@runner@aborted.html Known issues ------------ Here are the changes found in IGTPW_9324 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_auth@basic-auth: - bat-adlp-11: [PASS][2] -> [ABORT][3] ([i915#8011]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-adlp-11/igt@core_auth@basic-auth.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-adlp-11/igt@core_auth@basic-auth.html * igt@gem_huc_copy@huc-copy: - fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@basic: - fi-kbl-soraka: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#4613]) +3 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html * igt@gem_lmem_swapping@random-engines: - fi-bsw-n3050: NOTRUN -> [SKIP][6] ([fdo#109271]) +27 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/fi-bsw-n3050/igt@gem_lmem_swapping@random-engines.html * igt@gem_lmem_swapping@verify-random: - bat-mtlp-8: NOTRUN -> [SKIP][7] ([i915#4613]) +3 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@gem_lmem_swapping@verify-random.html * igt@i915_module_load@load: - bat-adlp-11: [PASS][8] -> [DMESG-WARN][9] ([i915#4423]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-adlp-11/igt@i915_module_load@load.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-adlp-11/igt@i915_module_load@load.html * igt@i915_pm_rpm@module-reload: - bat-jsl-1: [PASS][10] -> [INCOMPLETE][11] ([i915#6866]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-jsl-1/igt@i915_pm_rpm@module-reload.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-jsl-1/igt@i915_pm_rpm@module-reload.html * igt@i915_pm_rps@basic-api: - bat-mtlp-8: NOTRUN -> [SKIP][12] ([i915#6621]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gem_contexts: - bat-mtlp-6: [PASS][13] -> [ABORT][14] ([i915#8630]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-mtlp-6/igt@i915_selftest@live@gem_contexts.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-6/igt@i915_selftest@live@gem_contexts.html * igt@i915_selftest@live@gt_mocs: - bat-mtlp-8: NOTRUN -> [DMESG-FAIL][15] ([i915#7059]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@i915_selftest@live@gt_mocs.html * igt@i915_selftest@live@gt_pm: - fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][16] ([i915#1886] / [i915#7913]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html * igt@i915_selftest@live@requests: - bat-mtlp-6: [PASS][17] -> [DMESG-FAIL][18] ([i915#7269]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-mtlp-6/igt@i915_selftest@live@requests.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-6/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@reset: - bat-rpls-2: [PASS][19] -> [ABORT][20] ([i915#4983] / [i915#7461] / [i915#7913] / [i915#7981] / [i915#8347]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-rpls-2/igt@i915_selftest@live@reset.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-rpls-2/igt@i915_selftest@live@reset.html * igt@i915_suspend@basic-s3-without-i915: - bat-mtlp-8: NOTRUN -> [SKIP][21] ([i915#6645]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_chamelium_frames@hdmi-crc-fast: - fi-kbl-soraka: NOTRUN -> [SKIP][22] ([fdo#109271]) +15 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/fi-kbl-soraka/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-mtlp-8: NOTRUN -> [SKIP][23] ([i915#7828]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@prime_vgem@basic-fence-mmap: - bat-mtlp-8: NOTRUN -> [SKIP][24] ([i915#3708] / [i915#4077]) +1 similar issue [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-fence-read: - bat-mtlp-8: NOTRUN -> [SKIP][25] ([i915#3708]) +2 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@prime_vgem@basic-fence-read.html #### Possible fixes #### * igt@i915_pm_rpm@basic-pci-d3-state: - bat-mtlp-8: [ABORT][26] ([i915#7077] / [i915#7977] / [i915#8668]) -> [PASS][27] [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-mtlp-8/igt@i915_pm_rpm@basic-pci-d3-state.html * igt@i915_selftest@live@gt_pm: - bat-rpls-2: [DMESG-FAIL][28] ([i915#4258] / [i915#7913]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/bat-rpls-2/igt@i915_selftest@live@gt_pm.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/bat-rpls-2/igt@i915_selftest@live@gt_pm.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886 [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4258]: https://gitlab.freedesktop.org/drm/intel/issues/4258 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621 [i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645 [i915#6866]: https://gitlab.freedesktop.org/drm/intel/issues/6866 [i915#7059]: https://gitlab.freedesktop.org/drm/intel/issues/7059 [i915#7077]: https://gitlab.freedesktop.org/drm/intel/issues/7077 [i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977 [i915#7981]: https://gitlab.freedesktop.org/drm/intel/issues/7981 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8347]: https://gitlab.freedesktop.org/drm/intel/issues/8347 [i915#8630]: https://gitlab.freedesktop.org/drm/intel/issues/8630 [i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7365 -> IGTPW_9324 CI-20190529: 20190529 CI_DRM_13343: f113b6e13583b2068062c3de150051bc59f1cfac @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9324: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/index.html IGT_7365: c5980a82c798f9003dc7b4df07aace01b8afde77 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/index.html [-- Attachment #2: Type: text/html, Size: 10438 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for xe/xe_mmap: Optimise code to use xe_bo_mmap 2023-07-04 5:27 [igt-dev] [PATCH i-g-t] xe/xe_mmap: Optimise code to use xe_bo_mmap priyanka.dandamudi 2023-07-04 6:01 ` Bommu, Krishnaiah 2023-07-04 6:30 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-07-04 7:33 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2023-07-04 7:33 UTC (permalink / raw) To: priyanka.dandamudi; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 59981 bytes --] == Series Details == Series: xe/xe_mmap: Optimise code to use xe_bo_mmap URL : https://patchwork.freedesktop.org/series/120156/ State : success == Summary == CI Bug Log - changes from CI_DRM_13343_full -> IGTPW_9324_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/index.html Participating hosts (8 -> 8) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_9324_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@blit-reloc-keep-cache: - shard-dg2: NOTRUN -> [SKIP][1] ([i915#8411]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@api_intel_bb@blit-reloc-keep-cache.html - shard-rkl: NOTRUN -> [SKIP][2] ([i915#8411]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@api_intel_bb@blit-reloc-keep-cache.html * igt@drm_fdinfo@most-busy-idle-check-all@rcs0: - shard-rkl: [PASS][3] -> [FAIL][4] ([i915#7742]) +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html * igt@drm_fdinfo@virtual-busy-idle: - shard-dg2: NOTRUN -> [SKIP][5] ([i915#8414]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@drm_fdinfo@virtual-busy-idle.html * igt@feature_discovery@chamelium: - shard-rkl: NOTRUN -> [SKIP][6] ([fdo#111827]) +1 similar issue [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@feature_discovery@chamelium.html - shard-dg2: NOTRUN -> [SKIP][7] ([i915#4854]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@feature_discovery@chamelium.html * igt@feature_discovery@psr1: - shard-tglu: NOTRUN -> [SKIP][8] ([i915#658]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-7/igt@feature_discovery@psr1.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#3936]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@gem_busy@semaphore.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg2: NOTRUN -> [SKIP][10] ([i915#8555]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg2: NOTRUN -> [SKIP][11] ([i915#4812]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@full-pulse: - shard-dg2: [PASS][12] -> [FAIL][13] ([i915#6032]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-1/igt@gem_exec_balancer@full-pulse.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-3/igt@gem_exec_balancer@full-pulse.html * igt@gem_exec_fair@basic-none@rcs0: - shard-tglu: NOTRUN -> [FAIL][14] ([i915#2842]) +5 similar issues [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-2/igt@gem_exec_fair@basic-none@rcs0.html - shard-rkl: NOTRUN -> [FAIL][15] ([i915#2842]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@gem_exec_fair@basic-none@rcs0.html * igt@gem_exec_fair@basic-pace-solo: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#3539]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@gem_exec_fair@basic-pace-solo.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-rkl: [PASS][17] -> [FAIL][18] ([i915#2842]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-2/igt@gem_exec_fair@basic-pace@bcs0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_flush@basic-wb-set-default: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#3539] / [i915#4852]) +1 similar issue [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@gem_exec_flush@basic-wb-set-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][20] ([fdo#109283] / [i915#5107]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-10/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-wc-gtt-active: - shard-dg2: NOTRUN -> [SKIP][21] ([i915#3281]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@gem_exec_reloc@basic-wc-gtt-active.html * igt@gem_exec_schedule@preempt-queue-contexts-chain: - shard-dg2: NOTRUN -> [SKIP][22] ([i915#4537] / [i915#4812]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@gem_exec_schedule@preempt-queue-contexts-chain.html * igt@gem_lmem_swapping@heavy-verify-random: - shard-rkl: NOTRUN -> [SKIP][23] ([i915#4613]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-random.html * igt@gem_lmem_swapping@parallel-random: - shard-apl: NOTRUN -> [SKIP][24] ([fdo#109271] / [i915#4613]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl1/igt@gem_lmem_swapping@parallel-random.html * igt@gem_mmap_gtt@big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][25] ([i915#4077]) +6 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@gem_mmap_gtt@big-copy-odd.html * igt@gem_mmap_gtt@coherency: - shard-tglu: NOTRUN -> [SKIP][26] ([fdo#111656]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-9/igt@gem_mmap_gtt@coherency.html * igt@gem_mmap_wc@read: - shard-dg2: NOTRUN -> [SKIP][27] ([i915#4083]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@gem_mmap_wc@read.html * igt@gem_pxp@create-regular-context-2: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#4270]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@gem_pxp@create-regular-context-2.html * igt@gem_softpin@evict-snoop-interruptible: - shard-dg2: NOTRUN -> [SKIP][29] ([i915#4885]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-3/igt@gem_softpin@evict-snoop-interruptible.html * igt@gem_userptr_blits@coherency-unsync: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#3297]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@gem_userptr_blits@coherency-unsync.html * igt@gen3_render_linear_blits: - shard-dg2: NOTRUN -> [SKIP][31] ([fdo#109289]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@gen3_render_linear_blits.html - shard-rkl: NOTRUN -> [SKIP][32] ([fdo#109289]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@gen3_render_linear_blits.html - shard-tglu: NOTRUN -> [SKIP][33] ([fdo#109289]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-8/igt@gen3_render_linear_blits.html * igt@gen9_exec_parse@bb-oversize: - shard-tglu: NOTRUN -> [SKIP][34] ([i915#2527] / [i915#2856]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-5/igt@gen9_exec_parse@bb-oversize.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][35] ([i915#4881]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@i915_fb_tiling.html * igt@i915_hwmon@hwmon-read: - shard-tglu: NOTRUN -> [SKIP][36] ([i915#7707]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-7/igt@i915_hwmon@hwmon-read.html * igt@i915_pipe_stress@stress-xrgb8888-ytiled: - shard-apl: NOTRUN -> [FAIL][37] ([i915#7036]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl6/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html * igt@i915_pm_dc@dc3co-vpb-simulation: - shard-glk: NOTRUN -> [SKIP][38] ([fdo#109271] / [i915#658]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk9/igt@i915_pm_dc@dc3co-vpb-simulation.html * igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#1937]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html * igt@i915_pm_rpm@dpms-lpsp: - shard-rkl: [PASS][40] -> [SKIP][41] ([i915#1397]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-7/igt@i915_pm_rpm@dpms-lpsp.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@i915_pm_rpm@dpms-lpsp.html * igt@i915_pm_rpm@modeset-lpsp-stress: - shard-dg2: [PASS][42] -> [SKIP][43] ([i915#1397]) +1 similar issue [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-12/igt@i915_pm_rpm@modeset-lpsp-stress.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-tglu: NOTRUN -> [SKIP][44] ([fdo#111644] / [i915#1397]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-10/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html * igt@i915_selftest@perf@engine_cs: - shard-snb: [PASS][45] -> [ABORT][46] ([i915#4528]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-snb2/igt@i915_selftest@perf@engine_cs.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-snb1/igt@i915_selftest@perf@engine_cs.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#4212]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_big_fb@4-tiled-addfb: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#5286]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-addfb-size-overflow: - shard-tglu: NOTRUN -> [SKIP][49] ([i915#5286]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-2/igt@kms_big_fb@4-tiled-addfb-size-overflow.html * igt@kms_big_fb@linear-32bpp-rotate-270: - shard-tglu: NOTRUN -> [SKIP][50] ([fdo#111614]) +2 similar issues [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-6/igt@kms_big_fb@linear-32bpp-rotate-270.html - shard-dg2: NOTRUN -> [SKIP][51] ([fdo#111614]) +1 similar issue [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@kms_big_fb@linear-32bpp-rotate-270.html - shard-rkl: NOTRUN -> [SKIP][52] ([fdo#111614] / [i915#3638]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-8bpp-rotate-0: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#5190]) +2 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip: - shard-tglu: NOTRUN -> [SKIP][54] ([fdo#111615]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-8/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-dg2: NOTRUN -> [SKIP][55] ([i915#4538] / [i915#5190]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs: - shard-tglu: NOTRUN -> [SKIP][56] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html - shard-rkl: NOTRUN -> [SKIP][57] ([i915#3886] / [i915#5354] / [i915#6095]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-1/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf_tiled_ccs: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#3734] / [i915#5354] / [i915#6095]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-1/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc: - shard-glk: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#3886]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk9/igt@kms_ccs@pipe-b-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc: - shard-rkl: NOTRUN -> [SKIP][60] ([i915#5354] / [i915#6095]) +3 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4_tiled_dg2_rc_ccs_cc.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][61] ([i915#5354] / [i915#6095]) +4 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@kms_ccs@pipe-b-missing-ccs-buffer-4_tiled_mtl_rc_ccs_cc.html * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc: - shard-apl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#3886]) +3 similar issues [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl2/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][63] ([i915#5354]) +19 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@kms_ccs@pipe-c-ccs-on-another-bo-4_tiled_mtl_mc_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_ccs: - shard-apl: NOTRUN -> [SKIP][64] ([fdo#109271]) +105 similar issues [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl4/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_ccs.html * igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs: - shard-rkl: NOTRUN -> [SKIP][65] ([i915#5354]) +6 similar issues [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#3689] / [i915#3886] / [i915#5354]) +4 similar issues [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html * igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3689] / [i915#5354]) +7 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html * igt@kms_ccs@pipe-d-random-ccs-data-4_tiled_dg2_rc_ccs_cc: - shard-tglu: NOTRUN -> [SKIP][68] ([i915#3689] / [i915#5354] / [i915#6095]) +1 similar issue [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-2/igt@kms_ccs@pipe-d-random-ccs-data-4_tiled_dg2_rc_ccs_cc.html * igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][69] ([i915#4087]) +7 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html * igt@kms_chamelium_color@ctm-limited-range: - shard-dg2: NOTRUN -> [SKIP][70] ([fdo#111827]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_color@degamma: - shard-tglu: NOTRUN -> [SKIP][71] ([fdo#111827]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-10/igt@kms_chamelium_color@degamma.html * igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#7828]) +3 similar issues [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-rkl: NOTRUN -> [SKIP][73] ([i915#7828]) +2 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html - shard-tglu: NOTRUN -> [SKIP][74] ([i915#7828]) +3 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-4/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_content_protection@lic: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#7118]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@kms_content_protection@lic.html * igt@kms_content_protection@type1: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#3555] / [i915#7118]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@kms_content_protection@type1.html - shard-rkl: NOTRUN -> [SKIP][77] ([i915#3555] / [i915#7118]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@kms_content_protection@type1.html - shard-tglu: NOTRUN -> [SKIP][78] ([i915#3555] / [i915#6944] / [i915#7116] / [i915#7118]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@kms_content_protection@type1.html * igt@kms_content_protection@uevent@pipe-a-dp-2: - shard-dg2: NOTRUN -> [FAIL][79] ([i915#1339]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_content_protection@uevent@pipe-a-dp-2.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-dg2: NOTRUN -> [SKIP][80] ([i915#3359]) +2 similar issues [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-512x512: - shard-tglu: NOTRUN -> [SKIP][81] ([i915#3359]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-5/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-rkl: NOTRUN -> [SKIP][82] ([i915#3359]) +1 similar issue [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic: - shard-rkl: NOTRUN -> [SKIP][83] ([fdo#111767] / [fdo#111825]) +1 similar issue [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html - shard-dg2: NOTRUN -> [SKIP][84] ([fdo#109274] / [fdo#111767] / [i915#5354]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#4103] / [i915#4213]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-apl: NOTRUN -> [FAIL][86] ([i915#2346]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_display_modes@extended-mode-basic: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#3555]) +6 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@kms_display_modes@extended-mode-basic.html - shard-tglu: NOTRUN -> [SKIP][88] ([i915#3555]) +1 similar issue [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-4/igt@kms_display_modes@extended-mode-basic.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-dg2: NOTRUN -> [SKIP][89] ([fdo#109274] / [fdo#111767]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-snb: NOTRUN -> [SKIP][90] ([fdo#109271] / [fdo#111767]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-snb2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-tglu: NOTRUN -> [SKIP][91] ([fdo#109274] / [fdo#111767] / [i915#3637]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-2/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-dg2: NOTRUN -> [SKIP][92] ([i915#8381]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-10/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-modeset-vs-hang: - shard-dg2: NOTRUN -> [SKIP][93] ([fdo#109274]) +4 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html * igt@kms_flip@2x-plain-flip-fb-recreate: - shard-rkl: NOTRUN -> [SKIP][94] ([fdo#111825]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_flip@2x-plain-flip-fb-recreate.html * igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2: - shard-glk: [PASS][95] -> [FAIL][96] ([i915#79]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-glk3/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk2/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][97] ([i915#2672]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/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-4tiledg2rcccs-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][98] ([i915#2587] / [i915#2672]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][99] ([i915#2672] / [i915#3555]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_force_connector_basic@force-load-detect: - shard-tglu: NOTRUN -> [SKIP][100] ([fdo#109285]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-5/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][101] ([fdo#111825] / [i915#1825]) +7 similar issues [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite: - shard-dg2: [PASS][102] -> [FAIL][103] ([i915#6880]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw: - shard-glk: NOTRUN -> [SKIP][104] ([fdo#109271]) +37 similar issues [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk2/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt: - shard-tglu: NOTRUN -> [SKIP][105] ([fdo#110189]) +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][106] ([i915#8708]) +4 similar issues [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@psr-1p-rte: - shard-rkl: NOTRUN -> [SKIP][107] ([i915#3023]) +2 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@kms_frontbuffer_tracking@psr-1p-rte.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu: - shard-snb: NOTRUN -> [SKIP][108] ([fdo#109271]) +94 similar issues [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-snb6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-tglu: NOTRUN -> [SKIP][109] ([fdo#109280]) +7 similar issues [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary: - shard-dg2: NOTRUN -> [SKIP][110] ([i915#3458]) +4 similar issues [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_frontbuffer_tracking@psr-indfb-scaledprimary.html * igt@kms_hdr@bpc-switch-dpms: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#3555]) +1 similar issue [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1: - shard-apl: NOTRUN -> [FAIL][112] ([i915#4573]) +1 similar issue [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl3/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-dp-1.html * igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][113] ([i915#5176]) +11 similar issues [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-dp-4: - shard-dg2: NOTRUN -> [SKIP][114] ([i915#5176]) +7 similar issues [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-11/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-a-dp-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-dp-2: - shard-dg2: NOTRUN -> [SKIP][115] ([i915#5235]) +7 similar issues [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-dp-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][116] ([i915#5235]) +1 similar issue [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-1.html * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#658]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html - shard-rkl: NOTRUN -> [SKIP][118] ([fdo#111068] / [i915#658]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-tglu: NOTRUN -> [SKIP][119] ([fdo#109642] / [fdo#111068] / [i915#658]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-9/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@psr2_primary_render: - shard-dg2: NOTRUN -> [SKIP][120] ([i915#1072]) +3 similar issues [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@kms_psr@psr2_primary_render.html * igt@kms_psr@sprite_render: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#1072]) +1 similar issue [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@kms_psr@sprite_render.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-180: - shard-rkl: [PASS][122] -> [ABORT][123] ([i915#7461]) [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4235]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_vblank@pipe-a-ts-continuation-suspend: - shard-dg2: [PASS][125] -> [FAIL][126] ([fdo#103375] / [i915#6121]) +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-12/igt@kms_vblank@pipe-a-ts-continuation-suspend.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@kms_vblank@pipe-a-ts-continuation-suspend.html * igt@kms_vblank@pipe-c-wait-idle: - shard-rkl: NOTRUN -> [SKIP][127] ([i915#4070] / [i915#6768]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-4/igt@kms_vblank@pipe-c-wait-idle.html * igt@kms_vblank@pipe-d-query-forked-busy: - shard-rkl: NOTRUN -> [SKIP][128] ([i915#4070] / [i915#533] / [i915#6768]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@kms_vblank@pipe-d-query-forked-busy.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][129] ([fdo#109271] / [i915#2437]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk9/igt@kms_writeback@writeback-fb-id.html * igt@perf_pmu@rc6-all-gts: - shard-tglu: NOTRUN -> [SKIP][130] ([i915#8516]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-6/igt@perf_pmu@rc6-all-gts.html - shard-dg2: NOTRUN -> [SKIP][131] ([i915#8516]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@perf_pmu@rc6-all-gts.html - shard-rkl: NOTRUN -> [SKIP][132] ([i915#8516]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-1/igt@perf_pmu@rc6-all-gts.html * igt@prime_vgem@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][133] ([i915#3708] / [i915#4077]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-7/igt@prime_vgem@basic-gtt.html * igt@v3d/v3d_perfmon@get-values-invalid-pad: - shard-tglu: NOTRUN -> [SKIP][134] ([fdo#109315] / [i915#2575]) +1 similar issue [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-8/igt@v3d/v3d_perfmon@get-values-invalid-pad.html * igt@v3d/v3d_submit_csd@job-perfmon: - shard-dg2: NOTRUN -> [SKIP][135] ([i915#2575]) +3 similar issues [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@v3d/v3d_submit_csd@job-perfmon.html - shard-rkl: NOTRUN -> [SKIP][136] ([fdo#109315]) +1 similar issue [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@v3d/v3d_submit_csd@job-perfmon.html * igt@vc4/vc4_perfmon@destroy-valid-perfmon: - shard-tglu: NOTRUN -> [SKIP][137] ([i915#2575]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-6/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html * igt@vc4/vc4_tiling@set-bad-modifier: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#7711]) +3 similar issues [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-10/igt@vc4/vc4_tiling@set-bad-modifier.html #### Possible fixes #### * igt@gem_barrier_race@remote-request@rcs0: - shard-glk: [ABORT][139] ([i915#7461] / [i915#8211]) -> [PASS][140] [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-glk2/igt@gem_barrier_race@remote-request@rcs0.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk8/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_ctx_exec@basic-nohangcheck: - shard-tglu: [FAIL][141] ([i915#6268]) -> [PASS][142] [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@gem_ctx_exec@basic-nohangcheck.html * igt@gem_eio@unwedge-stress: - {shard-dg1}: [FAIL][143] ([i915#5784]) -> [PASS][144] +1 similar issue [143]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg1-17/igt@gem_eio@unwedge-stress.html [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg1-14/igt@gem_eio@unwedge-stress.html * igt@gem_exec_capture@pi@rcs0: - {shard-dg1}: [FAIL][145] ([i915#4475]) -> [PASS][146] [145]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg1-15/igt@gem_exec_capture@pi@rcs0.html [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg1-15/igt@gem_exec_capture@pi@rcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][147] ([i915#2842]) -> [PASS][148] [147]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-7/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-rkl: [FAIL][149] ([i915#2842]) -> [PASS][150] [149]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-2/igt@gem_exec_fair@basic-pace@rcs0.html [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@gem_exec_fair@basic-pace@rcs0.html * igt@gem_exec_fair@basic-pace@vcs0: - shard-glk: [FAIL][151] ([i915#2842]) -> [PASS][152] +2 similar issues [151]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-glk1/igt@gem_exec_fair@basic-pace@vcs0.html [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk1/igt@gem_exec_fair@basic-pace@vcs0.html * igt@gem_exec_schedule@thriceslice@rcs0: - shard-dg2: [TIMEOUT][153] -> [PASS][154] +1 similar issue [153]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-5/igt@gem_exec_schedule@thriceslice@rcs0.html [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@gem_exec_schedule@thriceslice@rcs0.html * igt@gem_exec_suspend@basic-s4-devices@smem: - shard-tglu: [ABORT][155] ([i915#7975] / [i915#8213]) -> [PASS][156] [155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-9/igt@gem_exec_suspend@basic-s4-devices@smem.html * igt@gem_lmem_swapping@smem-oom@lmem0: - {shard-dg1}: [TIMEOUT][157] ([i915#5493]) -> [PASS][158] [157]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg1-14/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_ppgtt@blt-vs-render-ctx0: - shard-snb: [INCOMPLETE][159] ([i915#8295]) -> [PASS][160] [159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-snb1/igt@gem_ppgtt@blt-vs-render-ctx0.html [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-snb6/igt@gem_ppgtt@blt-vs-render-ctx0.html * igt@gen9_exec_parse@allowed-single: - shard-apl: [ABORT][161] ([i915#5566]) -> [PASS][162] [161]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-apl7/igt@gen9_exec_parse@allowed-single.html [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl3/igt@gen9_exec_parse@allowed-single.html * igt@i915_module_load@reload-with-fault-injection: - shard-dg2: [WARN][163] ([i915#6596] / [i915#7356]) -> [PASS][164] [163]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_pm_dc@dc6-dpms: - shard-tglu: [FAIL][165] ([i915#3989] / [i915#454]) -> [PASS][166] [165]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-7/igt@i915_pm_dc@dc6-dpms.html [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-2/igt@i915_pm_dc@dc6-dpms.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [SKIP][167] ([fdo#109271]) -> [PASS][168] [167]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-apl3/igt@i915_pm_dc@dc9-dpms.html [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl1/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rc6_residency@rc6-idle@vecs0: - {shard-dg1}: [FAIL][169] ([i915#3591]) -> [PASS][170] [169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html * igt@i915_pm_rpm@dpms-mode-unset-non-lpsp: - shard-dg2: [SKIP][171] ([i915#1397]) -> [PASS][172] +1 similar issue [171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@i915_pm_rpm@modeset-lpsp: - {shard-dg1}: [SKIP][173] ([i915#1397]) -> [PASS][174] [173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg1-13/igt@i915_pm_rpm@modeset-lpsp.html [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html * igt@i915_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: [SKIP][175] ([i915#1397]) -> [PASS][176] +2 similar issues [175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-7/igt@i915_pm_rpm@modeset-non-lpsp-stress.html [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@i915_pm_rpm@modeset-non-lpsp-stress.html * igt@i915_pm_rps@reset: - shard-snb: [INCOMPLETE][177] ([i915#7790]) -> [PASS][178] [177]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-snb1/igt@i915_pm_rps@reset.html [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-snb5/igt@i915_pm_rps@reset.html * igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-3: - shard-dg2: [FAIL][179] ([fdo#103375] / [i915#6121]) -> [PASS][180] [179]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-5/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-3.html [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@kms_cursor_crc@cursor-suspend@pipe-d-hdmi-a-3.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][181] ([i915#2346]) -> [PASS][182] [181]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-apl: [ABORT][183] ([i915#180]) -> [PASS][184] [183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-apl3/igt@kms_fbcon_fbt@fbc-suspend.html [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl3/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_flip@flip-vs-suspend-interruptible@b-dp1: - shard-apl: [ABORT][185] ([i915#180] / [i915#8408]) -> [PASS][186] [185]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@b-dp1.html * igt@kms_sysfs_edid_timing: - shard-dg2: [FAIL][187] ([IGT#2]) -> [PASS][188] [187]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-7/igt@kms_sysfs_edid_timing.html [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_sysfs_edid_timing.html * igt@perf@enable-disable@0-rcs0: - shard-dg2: [FAIL][189] ([i915#8724]) -> [PASS][190] [189]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-1/igt@perf@enable-disable@0-rcs0.html #### Warnings #### * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-rkl: [SKIP][191] ([i915#4098] / [i915#5325]) -> [SKIP][192] ([i915#3555] / [i915#4098] / [i915#5325]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-2/igt@gem_ccs@ctrl-surf-copy-new-ctx.html [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-rkl: [SKIP][193] ([i915#5325]) -> [SKIP][194] ([i915#3555] / [i915#5325]) +1 similar issue [193]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-2/igt@gem_ccs@suspend-resume.html [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@gem_ccs@suspend-resume.html - shard-tglu: [SKIP][195] ([i915#5325]) -> [SKIP][196] ([i915#3555] / [i915#5325]) +2 similar issues [195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-4/igt@gem_ccs@suspend-resume.html [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-10/igt@gem_ccs@suspend-resume.html * igt@kms_chamelium_edid@dp-edid-stress-resolution-4k: - shard-dg2: [TIMEOUT][197] -> [SKIP][198] ([i915#7828]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-5/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-10/igt@kms_chamelium_edid@dp-edid-stress-resolution-4k.html * igt@kms_content_protection@content_type_change: - shard-rkl: [SKIP][199] ([i915#7118]) -> [SKIP][200] ([i915#3555] / [i915#7118]) +4 similar issues [199]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-6/igt@kms_content_protection@content_type_change.html [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@kms_content_protection@content_type_change.html - shard-dg2: [SKIP][201] ([i915#7118]) -> [SKIP][202] ([i915#3555] / [i915#7118] / [i915#7162]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-6/igt@kms_content_protection@content_type_change.html [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-12/igt@kms_content_protection@content_type_change.html * igt@kms_content_protection@legacy: - shard-tglu: [SKIP][203] ([i915#6944] / [i915#7116] / [i915#7118]) -> [SKIP][204] ([i915#3555] / [i915#6944] / [i915#7116] / [i915#7118]) +4 similar issues [203]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-6/igt@kms_content_protection@legacy.html [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@kms_content_protection@legacy.html * igt@kms_content_protection@srm: - shard-dg2: [SKIP][205] ([i915#7118]) -> [SKIP][206] ([i915#3555] / [i915#7118]) +2 similar issues [205]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-6/igt@kms_content_protection@srm.html [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-3/igt@kms_content_protection@srm.html * igt@kms_fbcon_fbt@psr-suspend: - shard-rkl: [SKIP][207] ([fdo#110189] / [i915#3955]) -> [SKIP][208] ([i915#3955]) +1 similar issue [207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-2/igt@kms_fbcon_fbt@psr-suspend.html [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-7/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_force_connector_basic@force-load-detect: - shard-rkl: [SKIP][209] ([fdo#109285]) -> [SKIP][210] ([fdo#109285] / [i915#4098]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-7/igt@kms_force_connector_basic@force-load-detect.html [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt: - shard-dg2: [TIMEOUT][211] -> [SKIP][212] ([i915#5354]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-plflip-blt.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [SKIP][213] ([i915#8228]) -> [SKIP][214] ([i915#3555] / [i915#8228]) +1 similar issue [213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-8/igt@kms_hdr@invalid-metadata-sizes.html [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html - shard-rkl: [SKIP][215] ([i915#8228]) -> [SKIP][216] ([i915#3555] / [i915#8228]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-4/igt@kms_hdr@invalid-metadata-sizes.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-4/igt@kms_hdr@invalid-metadata-sizes.html - shard-tglu: [SKIP][217] ([i915#8228]) -> [SKIP][218] ([i915#3555] / [i915#8228]) +1 similar issue [217]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-7/igt@kms_hdr@invalid-metadata-sizes.html [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-4/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-rkl: [SKIP][219] ([i915#4070] / [i915#4816]) -> [SKIP][220] ([i915#4816]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-3/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@atomic-fastset: - shard-tglu: [SKIP][221] ([i915#6301]) -> [SKIP][222] ([i915#3555] / [i915#6301]) +1 similar issue [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-4/igt@kms_panel_fitting@atomic-fastset.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-3/igt@kms_panel_fitting@atomic-fastset.html - shard-rkl: [SKIP][223] ([i915#6301]) -> [SKIP][224] ([i915#3555] / [i915#6301]) +1 similar issue [223]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@kms_panel_fitting@atomic-fastset.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: [SKIP][225] ([i915#6953]) -> [SKIP][226] ([i915#3555] / [i915#6953]) [225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-3/igt@kms_plane_scaling@intel-max-src-size.html [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@kms_plane_scaling@intel-max-src-size.html * igt@perf_pmu@event-wait@rcs0: - shard-dg2: [SKIP][227] ([fdo#112283]) -> [SKIP][228] ([fdo#112283] / [i915#3555]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-12/igt@perf_pmu@event-wait@rcs0.html [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-5/igt@perf_pmu@event-wait@rcs0.html - shard-rkl: [SKIP][229] ([fdo#112283]) -> [SKIP][230] ([fdo#112283] / [i915#3555]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-rkl-4/igt@perf_pmu@event-wait@rcs0.html [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-rkl-2/igt@perf_pmu@event-wait@rcs0.html - shard-tglu: [SKIP][231] ([fdo#112283]) -> [SKIP][232] ([fdo#112283] / [i915#3555]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-tglu-9/igt@perf_pmu@event-wait@rcs0.html [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-tglu-2/igt@perf_pmu@event-wait@rcs0.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: [CRASH][233] ([i915#7331]) -> [INCOMPLETE][234] ([i915#5493]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13343/shard-dg2-3/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/shard-dg2-8/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#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#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [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#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656 [fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1339]: https://gitlab.freedesktop.org/drm/intel/issues/1339 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936 [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [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#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423 [i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [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#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573 [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#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885 [i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#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#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493 [i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566 [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784 [i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121 [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268 [i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6596]: https://gitlab.freedesktop.org/drm/intel/issues/6596 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806 [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#7036]: https://gitlab.freedesktop.org/drm/intel/issues/7036 [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#7331]: https://gitlab.freedesktop.org/drm/intel/issues/7331 [i915#7356]: https://gitlab.freedesktop.org/drm/intel/issues/7356 [i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461 [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213 [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228 [i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292 [i915#8295]: https://gitlab.freedesktop.org/drm/intel/issues/8295 [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381 [i915#8408]: https://gitlab.freedesktop.org/drm/intel/issues/8408 [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411 [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414 [i915#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502 [i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516 [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555 [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708 [i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7365 -> IGTPW_9324 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_13343: f113b6e13583b2068062c3de150051bc59f1cfac @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_9324: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/index.html IGT_7365: c5980a82c798f9003dc7b4df07aace01b8afde77 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9324/index.html [-- Attachment #2: Type: text/html, Size: 74203 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-04 7:33 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-07-04 5:27 [igt-dev] [PATCH i-g-t] xe/xe_mmap: Optimise code to use xe_bo_mmap priyanka.dandamudi 2023-07-04 6:01 ` Bommu, Krishnaiah 2023-07-04 6:30 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-07-04 7:33 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox