* [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable
@ 2021-03-26 4:33 Ashutosh Dixit
2021-03-26 5:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Ashutosh Dixit @ 2021-03-26 4:33 UTC (permalink / raw)
To: igt-dev; +Cc: Petri Latvala
The pread/pwrite replacement implemented in
ad5eb02eb3f1 ("lib/ioctl_wrappers: Keep IGT working without pread/pwrite
ioctls") uses gem_set_domain which pins all pages which have to be
read/written. When the read/write size is large this causes gem_set_domain
to return -ENOMEM with a trace such as:
ioctl_wrappers-CRITICAL: Test assertion failure function gem_set_domain, file ../lib/ioctl_wrappers.c:563:
ioctl_wrappers-CRITICAL: Failed assertion: __gem_set_domain(fd, handle, read, write) == 0
ioctl_wrappers-CRITICAL: Last errno: 12, Cannot allocate memory
ioctl_wrappers-CRITICAL: error: -12 != 0
igt_core-INFO: Stack trace:
igt_core-INFO: #0 ../lib/igt_core.c:1746 __igt_fail_assert()
igt_core-INFO: #1 [gem_set_domain+0x44]
igt_core-INFO: #2 ../lib/ioctl_wrappers.c:367 gem_write()
igt_core-INFO: #3 ../tests/prime_mmap.c:67 test_aperture_limit()
igt_core-INFO: #4 ../tests/prime_mmap.c:578 __real_main530()
igt_core-INFO: #5 ../tests/prime_mmap.c:530 main()
Skip these tests when pread/pwrite are unavailable because they cannot pass
with the pread/pwrite replacement.
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
tests/i915/gem_exec_params.c | 2 ++
tests/prime_mmap.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/tests/i915/gem_exec_params.c b/tests/i915/gem_exec_params.c
index 6840cf40ce..a7bcd39d32 100644
--- a/tests/i915/gem_exec_params.c
+++ b/tests/i915/gem_exec_params.c
@@ -314,6 +314,8 @@ static void test_larger_than_life_batch(int fd)
*/
igt_require(size < gem_aperture_size(fd));
intel_require_memory(2, size, CHECK_RAM); /* batch + shadow */
+ /* Prevent gem_set_domain -ENOMEM failures */
+ gem_require_pread_pwrite(fd);
__for_each_physical_engine(fd, e) {
/* Keep the batch_len implicit [0] */
diff --git a/tests/prime_mmap.c b/tests/prime_mmap.c
index cdf2d51497..af313917da 100644
--- a/tests/prime_mmap.c
+++ b/tests/prime_mmap.c
@@ -451,6 +451,8 @@ test_aperture_limit(void)
uint64_t size1 = (gem_mappable_aperture_size(fd) * 7) / 8;
uint64_t size2 = (gem_mappable_aperture_size(fd) * 3) / 8;
+ /* Prevent gem_set_domain -ENOMEM failures */
+ gem_require_pread_pwrite(fd);
handle1 = gem_create(fd, size1);
fill_bo(handle1, BO_SIZE);
--
2.29.2
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 8+ messages in thread* [igt-dev] ✗ Fi.CI.BAT: failure for i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 4:33 [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable Ashutosh Dixit @ 2021-03-26 5:12 ` Patchwork 2021-03-26 5:34 ` Dixit, Ashutosh 2021-03-26 6:19 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork ` (2 subsequent siblings) 3 siblings, 1 reply; 8+ messages in thread From: Patchwork @ 2021-03-26 5:12 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 5955 bytes --] == Series Details == Series: i915: Skip two subsets when pread/pwrite are unavailable URL : https://patchwork.freedesktop.org/series/88470/ State : failure == Summary == CI Bug Log - changes from CI_DRM_9900 -> IGTPW_5668 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_5668 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_5668, 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_5668/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_5668: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live@hangcheck: - fi-byt-j1900: NOTRUN -> [DMESG-WARN][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-byt-j1900/igt@i915_selftest@live@hangcheck.html Known issues ------------ Here are the changes found in IGTPW_5668 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@semaphore: - fi-bsw-nick: NOTRUN -> [SKIP][2] ([fdo#109271]) +17 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-bsw-nick/igt@amdgpu/amd_basic@semaphore.html * igt@fbdev@write: - fi-tgl-y: [PASS][3] -> [DMESG-WARN][4] ([i915#402]) +2 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-tgl-y/igt@fbdev@write.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-tgl-y/igt@fbdev@write.html * igt@gem_exec_suspend@basic-s0: - fi-kbl-soraka: [PASS][5] -> [INCOMPLETE][6] ([i915#155]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-kbl-soraka/igt@gem_exec_suspend@basic-s0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-kbl-soraka/igt@gem_exec_suspend@basic-s0.html * igt@gem_huc_copy@huc-copy: - fi-byt-j1900: NOTRUN -> [SKIP][7] ([fdo#109271]) +28 similar issues [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-byt-j1900/igt@gem_huc_copy@huc-copy.html * igt@kms_chamelium@dp-crc-fast: - fi-kbl-7500u: [PASS][8] -> [FAIL][9] ([i915#1372]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@hdmi-crc-fast: - fi-byt-j1900: NOTRUN -> [SKIP][10] ([fdo#109271] / [fdo#111827]) +8 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-byt-j1900/igt@kms_chamelium@hdmi-crc-fast.html #### Possible fixes #### * igt@gem_flink_basic@basic: - fi-tgl-y: [DMESG-WARN][11] ([i915#402]) -> [PASS][12] +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-tgl-y/igt@gem_flink_basic@basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-tgl-y/igt@gem_flink_basic@basic.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [INCOMPLETE][13] ([i915#2782] / [i915#2940]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-bsw-nick/igt@i915_selftest@live@execlists.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-bsw-nick/igt@i915_selftest@live@execlists.html #### Warnings #### * igt@i915_pm_rpm@basic-rte: - fi-kbl-guc: [SKIP][15] ([fdo#109271]) -> [FAIL][16] ([i915#579]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@module-reload: - fi-glk-dsi: [DMESG-WARN][17] ([i915#1982] / [i915#3143]) -> [DMESG-WARN][18] ([i915#3143]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-glk-dsi/igt@i915_pm_rpm@module-reload.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-glk-dsi/igt@i915_pm_rpm@module-reload.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 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1372]: https://gitlab.freedesktop.org/drm/intel/issues/1372 [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2782]: https://gitlab.freedesktop.org/drm/intel/issues/2782 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3143]: https://gitlab.freedesktop.org/drm/intel/issues/3143 [i915#3180]: https://gitlab.freedesktop.org/drm/intel/issues/3180 [i915#3278]: https://gitlab.freedesktop.org/drm/intel/issues/3278 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579 Participating hosts (46 -> 41) ------------------------------ Additional (1): fi-byt-j1900 Missing (6): fi-ilk-m540 fi-hsw-4200u fi-skl-guc fi-bsw-cyan fi-dg1-1 fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6046 -> IGTPW_5668 CI-20190529: 20190529 CI_DRM_9900: ae500c589eb9c1e04684a71a0826f8e4af2a8620 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_5668: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html IGT_6046: e76039273b1524147c43dba061756f06003d56ae @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html [-- Attachment #1.2: Type: text/html, Size: 6974 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 5:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork @ 2021-03-26 5:34 ` Dixit, Ashutosh 2021-03-26 6:29 ` Vudum, Lakshminarayana 0 siblings, 1 reply; 8+ messages in thread From: Dixit, Ashutosh @ 2021-03-26 5:34 UTC (permalink / raw) To: igt-dev, Lakshminarayana Vudum On Thu, 25 Mar 2021 22:12:41 -0700, Patchwork wrote: > > Patch Details > > Series: i915: Skip two subsets when pread/pwrite are unavailable > URL: https://patchwork.freedesktop.org/series/88470/ > State: failure > Details: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html > > CI Bug Log - changes from CI_DRM_9900 -> IGTPW_5668 > > Summary > > FAILURE > > Serious unknown changes coming with IGTPW_5668 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_5668, 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_5668/index.html > > Possible new issues > > Here are the unknown changes that may have been introduced in IGTPW_5668: > > IGT changes > > Possible regressions > > * igt@i915_selftest@live@hangcheck: > > * fi-byt-j1900: NOTRUN -> DMESG-WARN This is a false positive, this patch cannot cause this test to fail. Thanks. _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 5:34 ` Dixit, Ashutosh @ 2021-03-26 6:29 ` Vudum, Lakshminarayana 0 siblings, 0 replies; 8+ messages in thread From: Vudum, Lakshminarayana @ 2021-03-26 6:29 UTC (permalink / raw) To: Dixit, Ashutosh, igt-dev@lists.freedesktop.org Re-reported. -----Original Message----- From: Dixit, Ashutosh <ashutosh.dixit@intel.com> Sent: Thursday, March 25, 2021 10:35 PM To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com> Subject: Re: ✗ Fi.CI.BAT: failure for i915: Skip two subsets when pread/pwrite are unavailable On Thu, 25 Mar 2021 22:12:41 -0700, Patchwork wrote: > > Patch Details > > Series: i915: Skip two subsets when pread/pwrite are unavailable > URL: https://patchwork.freedesktop.org/series/88470/ > State: failure > Details: > https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html > > CI Bug Log - changes from CI_DRM_9900 -> IGTPW_5668 > > Summary > > FAILURE > > Serious unknown changes coming with IGTPW_5668 absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in IGTPW_5668, 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_5668/index.html > > Possible new issues > > Here are the unknown changes that may have been introduced in IGTPW_5668: > > IGT changes > > Possible regressions > > * igt@i915_selftest@live@hangcheck: > > * fi-byt-j1900: NOTRUN -> DMESG-WARN This is a false positive, this patch cannot cause this test to fail. Thanks. _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 4:33 [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable Ashutosh Dixit 2021-03-26 5:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork @ 2021-03-26 6:19 ` Patchwork 2021-03-26 6:58 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński 2021-03-26 10:41 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2021-03-26 6:19 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 5572 bytes --] == Series Details == Series: i915: Skip two subsets when pread/pwrite are unavailable URL : https://patchwork.freedesktop.org/series/88470/ State : success == Summary == CI Bug Log - changes from CI_DRM_9900 -> IGTPW_5668 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html Known issues ------------ Here are the changes found in IGTPW_5668 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@amdgpu/amd_basic@semaphore: - fi-bsw-nick: NOTRUN -> [SKIP][1] ([fdo#109271]) +17 similar issues [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-bsw-nick/igt@amdgpu/amd_basic@semaphore.html * igt@fbdev@write: - fi-tgl-y: [PASS][2] -> [DMESG-WARN][3] ([i915#402]) +2 similar issues [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-tgl-y/igt@fbdev@write.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-tgl-y/igt@fbdev@write.html * igt@gem_exec_suspend@basic-s0: - fi-kbl-soraka: [PASS][4] -> [INCOMPLETE][5] ([i915#155]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-kbl-soraka/igt@gem_exec_suspend@basic-s0.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-kbl-soraka/igt@gem_exec_suspend@basic-s0.html * igt@gem_huc_copy@huc-copy: - fi-byt-j1900: NOTRUN -> [SKIP][6] ([fdo#109271]) +28 similar issues [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-byt-j1900/igt@gem_huc_copy@huc-copy.html * igt@i915_selftest@live@hangcheck: - fi-byt-j1900: NOTRUN -> [DMESG-WARN][7] ([i915#3303]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-byt-j1900/igt@i915_selftest@live@hangcheck.html * igt@kms_chamelium@dp-crc-fast: - fi-kbl-7500u: [PASS][8] -> [FAIL][9] ([i915#1372]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html * igt@kms_chamelium@hdmi-crc-fast: - fi-byt-j1900: NOTRUN -> [SKIP][10] ([fdo#109271] / [fdo#111827]) +8 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-byt-j1900/igt@kms_chamelium@hdmi-crc-fast.html #### Possible fixes #### * igt@gem_flink_basic@basic: - fi-tgl-y: [DMESG-WARN][11] ([i915#402]) -> [PASS][12] +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-tgl-y/igt@gem_flink_basic@basic.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-tgl-y/igt@gem_flink_basic@basic.html * igt@i915_selftest@live@execlists: - fi-bsw-nick: [INCOMPLETE][13] ([i915#2782] / [i915#2940]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-bsw-nick/igt@i915_selftest@live@execlists.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-bsw-nick/igt@i915_selftest@live@execlists.html #### Warnings #### * igt@i915_pm_rpm@basic-rte: - fi-kbl-guc: [SKIP][15] ([fdo#109271]) -> [FAIL][16] ([i915#579]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html * igt@i915_pm_rpm@module-reload: - fi-glk-dsi: [DMESG-WARN][17] ([i915#1982] / [i915#3143]) -> [DMESG-WARN][18] ([i915#3143]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/fi-glk-dsi/igt@i915_pm_rpm@module-reload.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/fi-glk-dsi/igt@i915_pm_rpm@module-reload.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 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [i915#1372]: https://gitlab.freedesktop.org/drm/intel/issues/1372 [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155 [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2782]: https://gitlab.freedesktop.org/drm/intel/issues/2782 [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940 [i915#3143]: https://gitlab.freedesktop.org/drm/intel/issues/3143 [i915#3180]: https://gitlab.freedesktop.org/drm/intel/issues/3180 [i915#3278]: https://gitlab.freedesktop.org/drm/intel/issues/3278 [i915#3303]: https://gitlab.freedesktop.org/drm/intel/issues/3303 [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402 [i915#579]: https://gitlab.freedesktop.org/drm/intel/issues/579 Participating hosts (46 -> 41) ------------------------------ Additional (1): fi-byt-j1900 Missing (6): fi-ilk-m540 fi-hsw-4200u fi-skl-guc fi-bsw-cyan fi-dg1-1 fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_6046 -> IGTPW_5668 CI-20190529: 20190529 CI_DRM_9900: ae500c589eb9c1e04684a71a0826f8e4af2a8620 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_5668: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html IGT_6046: e76039273b1524147c43dba061756f06003d56ae @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html [-- Attachment #1.2: Type: text/html, Size: 6579 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 4:33 [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable Ashutosh Dixit 2021-03-26 5:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork 2021-03-26 6:19 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork @ 2021-03-26 6:58 ` Zbigniew Kempczyński 2021-03-26 7:23 ` Dixit, Ashutosh 2021-03-26 10:41 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork 3 siblings, 1 reply; 8+ messages in thread From: Zbigniew Kempczyński @ 2021-03-26 6:58 UTC (permalink / raw) To: Ashutosh Dixit; +Cc: igt-dev, Petri Latvala On Thu, Mar 25, 2021 at 09:33:03PM -0700, Ashutosh Dixit wrote: > The pread/pwrite replacement implemented in > ad5eb02eb3f1 ("lib/ioctl_wrappers: Keep IGT working without pread/pwrite > ioctls") uses gem_set_domain which pins all pages which have to be > read/written. When the read/write size is large this causes gem_set_domain > to return -ENOMEM with a trace such as: > > ioctl_wrappers-CRITICAL: Test assertion failure function gem_set_domain, file ../lib/ioctl_wrappers.c:563: > ioctl_wrappers-CRITICAL: Failed assertion: __gem_set_domain(fd, handle, read, write) == 0 > ioctl_wrappers-CRITICAL: Last errno: 12, Cannot allocate memory > ioctl_wrappers-CRITICAL: error: -12 != 0 > igt_core-INFO: Stack trace: > igt_core-INFO: #0 ../lib/igt_core.c:1746 __igt_fail_assert() > igt_core-INFO: #1 [gem_set_domain+0x44] > igt_core-INFO: #2 ../lib/ioctl_wrappers.c:367 gem_write() > igt_core-INFO: #3 ../tests/prime_mmap.c:67 test_aperture_limit() > igt_core-INFO: #4 ../tests/prime_mmap.c:578 __real_main530() > igt_core-INFO: #5 ../tests/prime_mmap.c:530 main() > > Skip these tests when pread/pwrite are unavailable because they cannot pass > with the pread/pwrite replacement. > > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > --- > tests/i915/gem_exec_params.c | 2 ++ > tests/prime_mmap.c | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/tests/i915/gem_exec_params.c b/tests/i915/gem_exec_params.c > index 6840cf40ce..a7bcd39d32 100644 > --- a/tests/i915/gem_exec_params.c > +++ b/tests/i915/gem_exec_params.c > @@ -314,6 +314,8 @@ static void test_larger_than_life_batch(int fd) > */ > igt_require(size < gem_aperture_size(fd)); > intel_require_memory(2, size, CHECK_RAM); /* batch + shadow */ > + /* Prevent gem_set_domain -ENOMEM failures */ > + gem_require_pread_pwrite(fd); I have doubts regarding that test. What is real cause we got -ENOMEM in that subtest? And on which machines? I've enforced on my SKL (gen9) to use mmap/set_domain and I see success on that test. Why require: igt_require(size < gem_aperture_size(fd)); comes after: uint64_t size = 1ULL << 32; /* batch_len is __u32 as per the ABI */ struct drm_i915_gem_exec_object2 exec = { .handle = batch_create_size(fd, size), }; I think require before mmap/set_domain would catch this issue. -- Zbigniew > > __for_each_physical_engine(fd, e) { > /* Keep the batch_len implicit [0] */ > diff --git a/tests/prime_mmap.c b/tests/prime_mmap.c > index cdf2d51497..af313917da 100644 > --- a/tests/prime_mmap.c > +++ b/tests/prime_mmap.c > @@ -451,6 +451,8 @@ test_aperture_limit(void) > uint64_t size1 = (gem_mappable_aperture_size(fd) * 7) / 8; > uint64_t size2 = (gem_mappable_aperture_size(fd) * 3) / 8; > > + /* Prevent gem_set_domain -ENOMEM failures */ > + gem_require_pread_pwrite(fd); > handle1 = gem_create(fd, size1); > fill_bo(handle1, BO_SIZE); > > -- > 2.29.2 > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 6:58 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński @ 2021-03-26 7:23 ` Dixit, Ashutosh 0 siblings, 0 replies; 8+ messages in thread From: Dixit, Ashutosh @ 2021-03-26 7:23 UTC (permalink / raw) To: Zbigniew Kempczyński; +Cc: igt-dev, Petri Latvala On Thu, 25 Mar 2021 23:58:53 -0700, Zbigniew Kempczyński wrote: > > On Thu, Mar 25, 2021 at 09:33:03PM -0700, Ashutosh Dixit wrote: > > The pread/pwrite replacement implemented in > > ad5eb02eb3f1 ("lib/ioctl_wrappers: Keep IGT working without pread/pwrite > > ioctls") uses gem_set_domain which pins all pages which have to be > > read/written. When the read/write size is large this causes gem_set_domain > > to return -ENOMEM with a trace such as: > > > > ioctl_wrappers-CRITICAL: Test assertion failure function gem_set_domain, file ../lib/ioctl_wrappers.c:563: > > ioctl_wrappers-CRITICAL: Failed assertion: __gem_set_domain(fd, handle, read, write) == 0 > > ioctl_wrappers-CRITICAL: Last errno: 12, Cannot allocate memory > > ioctl_wrappers-CRITICAL: error: -12 != 0 > > igt_core-INFO: Stack trace: > > igt_core-INFO: #0 ../lib/igt_core.c:1746 __igt_fail_assert() > > igt_core-INFO: #1 [gem_set_domain+0x44] > > igt_core-INFO: #2 ../lib/ioctl_wrappers.c:367 gem_write() > > igt_core-INFO: #3 ../tests/prime_mmap.c:67 test_aperture_limit() > > igt_core-INFO: #4 ../tests/prime_mmap.c:578 __real_main530() > > igt_core-INFO: #5 ../tests/prime_mmap.c:530 main() > > > > Skip these tests when pread/pwrite are unavailable because they cannot pass > > with the pread/pwrite replacement. > > > > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> > > --- > > tests/i915/gem_exec_params.c | 2 ++ > > tests/prime_mmap.c | 2 ++ > > 2 files changed, 4 insertions(+) > > > > diff --git a/tests/i915/gem_exec_params.c b/tests/i915/gem_exec_params.c > > index 6840cf40ce..a7bcd39d32 100644 > > --- a/tests/i915/gem_exec_params.c > > +++ b/tests/i915/gem_exec_params.c > > @@ -314,6 +314,8 @@ static void test_larger_than_life_batch(int fd) > > */ > > igt_require(size < gem_aperture_size(fd)); > > intel_require_memory(2, size, CHECK_RAM); /* batch + shadow */ > > + /* Prevent gem_set_domain -ENOMEM failures */ > > + gem_require_pread_pwrite(fd); > > I have doubts regarding that test. > > What is real cause we got -ENOMEM in that subtest? Hi Zbyszek, I explained this in the commit message: gem_set_domain pins all pages which have to be read/written. When the read/write size is large this causes gem_set_domain to return -ENOMEM. > And on which machines? Not sure about which machines but I saw some CI failures. > I've enforced on my SKL (gen9) to use mmap/set_domain and I see success > on that test. OK good to know that it only fails on some machines, not always. > > Why require: > > igt_require(size < gem_aperture_size(fd)); > > comes after: > > uint64_t size = 1ULL << 32; /* batch_len is __u32 as per the ABI */ > struct drm_i915_gem_exec_object2 exec = { > .handle = batch_create_size(fd, size), > }; > > I think require before mmap/set_domain would catch this issue. Thanks, you are right, there is a bug in the patch, gem_require_pread_pwrite() should be before batch_create_size() which contains the gem_write(). Actually all these igt_require's should be before batch_create_size() like you say. May not even need the gem_require_pread_pwrite(). The failure was same for the prime_mmap below. I will try and repost the patch. Thanks. > > -- > Zbigniew > > > > > __for_each_physical_engine(fd, e) { > > /* Keep the batch_len implicit [0] */ > > diff --git a/tests/prime_mmap.c b/tests/prime_mmap.c > > index cdf2d51497..af313917da 100644 > > --- a/tests/prime_mmap.c > > +++ b/tests/prime_mmap.c > > @@ -451,6 +451,8 @@ test_aperture_limit(void) > > uint64_t size1 = (gem_mappable_aperture_size(fd) * 7) / 8; > > uint64_t size2 = (gem_mappable_aperture_size(fd) * 3) / 8; > > > > + /* Prevent gem_set_domain -ENOMEM failures */ > > + gem_require_pread_pwrite(fd); > > handle1 = gem_create(fd, size1); > > fill_bo(handle1, BO_SIZE); > > > > -- > > 2.29.2 > > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for i915: Skip two subsets when pread/pwrite are unavailable 2021-03-26 4:33 [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable Ashutosh Dixit ` (2 preceding siblings ...) 2021-03-26 6:58 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński @ 2021-03-26 10:41 ` Patchwork 3 siblings, 0 replies; 8+ messages in thread From: Patchwork @ 2021-03-26 10:41 UTC (permalink / raw) To: Dixit, Ashutosh; +Cc: igt-dev [-- Attachment #1.1: Type: text/plain, Size: 30274 bytes --] == Series Details == Series: i915: Skip two subsets when pread/pwrite are unavailable URL : https://patchwork.freedesktop.org/series/88470/ State : failure == Summary == CI Bug Log - changes from CI_DRM_9900_full -> IGTPW_5668_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_5668_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_5668_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_5668/index.html Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_5668_full: ### IGT changes ### #### Possible regressions #### * igt@gem_userptr_blits@set-cache-level: - shard-snb: NOTRUN -> [FAIL][1] +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb7/igt@gem_userptr_blits@set-cache-level.html - shard-apl: NOTRUN -> [FAIL][2] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl3/igt@gem_userptr_blits@set-cache-level.html * igt@gem_userptr_blits@vma-merge: - shard-iclb: NOTRUN -> [FAIL][3] +1 similar issue [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb7/igt@gem_userptr_blits@vma-merge.html - shard-glk: NOTRUN -> [FAIL][4] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk3/igt@gem_userptr_blits@vma-merge.html - shard-kbl: NOTRUN -> [FAIL][5] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl1/igt@gem_userptr_blits@vma-merge.html - shard-tglb: NOTRUN -> [FAIL][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb7/igt@gem_userptr_blits@vma-merge.html * igt@kms_big_fb@y-tiled-32bpp-rotate-270: - shard-glk: [PASS][7] -> [FAIL][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk6/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk4/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * {igt@kms_cursor_crc@pipe-d-cursor-32x10-onscreen}: - shard-tglb: NOTRUN -> [SKIP][9] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-32x10-onscreen.html Known issues ------------ Here are the changes found in IGTPW_5668_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_create@create-clear: - shard-glk: [PASS][10] -> [FAIL][11] ([i915#1888] / [i915#3160]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk2/igt@gem_create@create-clear.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@gem_create@create-clear.html * igt@gem_ctx_persistence@legacy-engines-mixed: - shard-snb: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#1099]) +2 similar issues [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb5/igt@gem_ctx_persistence@legacy-engines-mixed.html * igt@gem_exec_fair@basic-none-share@rcs0: - shard-iclb: [PASS][13] -> [FAIL][14] ([i915#2842]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb7/igt@gem_exec_fair@basic-none-share@rcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-kbl: [PASS][15] -> [FAIL][16] ([i915#2842]) +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl1/igt@gem_exec_fair@basic-pace@vecs0.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl3/igt@gem_exec_fair@basic-pace@vecs0.html - shard-glk: [PASS][17] -> [FAIL][18] ([i915#2842]) +1 similar issue [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk4/igt@gem_exec_fair@basic-pace@vecs0.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk1/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fair@basic-throttle@rcs0: - shard-iclb: [PASS][19] -> [FAIL][20] ([i915#2849]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb7/igt@gem_exec_fair@basic-throttle@rcs0.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html * igt@gem_huc_copy@huc-copy: - shard-tglb: [PASS][21] -> [SKIP][22] ([i915#2190]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-tglb8/igt@gem_huc_copy@huc-copy.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb6/igt@gem_huc_copy@huc-copy.html * igt@gem_mmap_gtt@big-copy-xy: - shard-glk: [PASS][23] -> [FAIL][24] ([i915#307]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk8/igt@gem_mmap_gtt@big-copy-xy.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@gem_mmap_gtt@big-copy-xy.html * igt@gem_userptr_blits@vma-merge: - shard-snb: NOTRUN -> [FAIL][25] ([i915#2724]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb2/igt@gem_userptr_blits@vma-merge.html * igt@gen7_exec_parse@cmd-crossing-page: - shard-tglb: NOTRUN -> [SKIP][26] ([fdo#109289]) +3 similar issues [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb6/igt@gen7_exec_parse@cmd-crossing-page.html * igt@gen7_exec_parse@oacontrol-tracking: - shard-glk: NOTRUN -> [SKIP][27] ([fdo#109271]) +39 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk1/igt@gen7_exec_parse@oacontrol-tracking.html * igt@gen9_exec_parse@bb-large: - shard-apl: NOTRUN -> [FAIL][28] ([i915#3296]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl7/igt@gen9_exec_parse@bb-large.html * igt@i915_pm_dc@dc9-dpms: - shard-tglb: NOTRUN -> [SKIP][29] ([i915#3288]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb2/igt@i915_pm_dc@dc9-dpms.html * igt@i915_pm_rpm@pc8-residency: - shard-iclb: NOTRUN -> [SKIP][30] ([fdo#109293] / [fdo#109506]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@i915_pm_rpm@pc8-residency.html - shard-tglb: NOTRUN -> [SKIP][31] ([fdo#109506] / [i915#2411]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb1/igt@i915_pm_rpm@pc8-residency.html * igt@i915_selftest@live@hangcheck: - shard-snb: NOTRUN -> [INCOMPLETE][32] ([i915#2782]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb7/igt@i915_selftest@live@hangcheck.html * igt@i915_suspend@forcewake: - shard-kbl: [PASS][33] -> [DMESG-WARN][34] ([i915#180]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl6/igt@i915_suspend@forcewake.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl7/igt@i915_suspend@forcewake.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-iclb: NOTRUN -> [SKIP][35] ([i915#1769]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html - shard-tglb: NOTRUN -> [SKIP][36] ([i915#1769]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_available_modes_crc@available_mode_test_crc: - shard-glk: [PASS][37] -> [FAIL][38] ([i915#1537]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk2/igt@kms_available_modes_crc@available_mode_test_crc.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk1/igt@kms_available_modes_crc@available_mode_test_crc.html * igt@kms_big_fb@linear-64bpp-rotate-90: - shard-iclb: NOTRUN -> [SKIP][39] ([fdo#110725] / [fdo#111614]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@kms_big_fb@linear-64bpp-rotate-90.html - shard-tglb: NOTRUN -> [SKIP][40] ([fdo#111614]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb8/igt@kms_big_fb@linear-64bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-8bpp-rotate-180: - shard-tglb: NOTRUN -> [SKIP][41] ([fdo#111615]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb2/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html - shard-iclb: NOTRUN -> [SKIP][42] ([fdo#110723]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb7/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html * igt@kms_big_joiner@invalid-modeset: - shard-apl: NOTRUN -> [SKIP][43] ([fdo#109271] / [i915#2705]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl7/igt@kms_big_joiner@invalid-modeset.html * igt@kms_chamelium@hdmi-hpd: - shard-glk: NOTRUN -> [SKIP][44] ([fdo#109271] / [fdo#111827]) +4 similar issues [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@kms_chamelium@hdmi-hpd.html - shard-tglb: NOTRUN -> [SKIP][45] ([fdo#109284] / [fdo#111827]) +4 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb1/igt@kms_chamelium@hdmi-hpd.html * igt@kms_color@pipe-d-degamma: - shard-iclb: NOTRUN -> [SKIP][46] ([fdo#109278] / [i915#1149]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb4/igt@kms_color@pipe-d-degamma.html - shard-tglb: NOTRUN -> [FAIL][47] ([i915#1149]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb6/igt@kms_color@pipe-d-degamma.html * igt@kms_color_chamelium@pipe-a-ctm-limited-range: - shard-apl: NOTRUN -> [SKIP][48] ([fdo#109271] / [fdo#111827]) +21 similar issues [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl3/igt@kms_color_chamelium@pipe-a-ctm-limited-range.html * igt@kms_color_chamelium@pipe-a-ctm-negative: - shard-kbl: NOTRUN -> [SKIP][49] ([fdo#109271] / [fdo#111827]) +4 similar issues [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-negative.html * igt@kms_color_chamelium@pipe-d-ctm-0-5: - shard-iclb: NOTRUN -> [SKIP][50] ([fdo#109278] / [fdo#109284] / [fdo#111827]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb5/igt@kms_color_chamelium@pipe-d-ctm-0-5.html * igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes: - shard-snb: NOTRUN -> [SKIP][51] ([fdo#109271] / [fdo#111827]) +24 similar issues [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb7/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html - shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109284] / [fdo#111827]) +3 similar issues [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@kms_color_chamelium@pipe-invalid-ctm-matrix-sizes.html * igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement: - shard-iclb: NOTRUN -> [SKIP][53] ([fdo#109278] / [fdo#109279]) +1 similar issue [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb7/igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement.html * igt@kms_cursor_crc@pipe-b-cursor-512x170-random: - shard-tglb: NOTRUN -> [SKIP][54] ([fdo#109279]) +1 similar issue [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb2/igt@kms_cursor_crc@pipe-b-cursor-512x170-random.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size: - shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109274] / [fdo#109278]) +1 similar issue [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb4/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-rgb565-pwrite-ytiled: - shard-glk: NOTRUN -> [FAIL][56] ([i915#52] / [i915#54]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@kms_draw_crc@draw-method-rgb565-pwrite-ytiled.html * igt@kms_draw_crc@draw-method-rgb565-render-ytiled: - shard-glk: [PASS][57] -> [FAIL][58] ([i915#52] / [i915#54]) +4 similar issues [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-render-ytiled.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk1/igt@kms_draw_crc@draw-method-rgb565-render-ytiled.html * igt@kms_flip@2x-absolute-wf_vblank: - shard-iclb: NOTRUN -> [SKIP][59] ([fdo#109274]) +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@kms_flip@2x-absolute-wf_vblank.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a2: - shard-glk: [PASS][60] -> [FAIL][61] ([i915#79]) +1 similar issue [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a2.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs: - shard-apl: NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#2672]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html * igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile: - shard-snb: NOTRUN -> [SKIP][63] ([fdo#109271]) +320 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html - shard-tglb: NOTRUN -> [SKIP][64] ([i915#2587]) [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb3/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html - shard-apl: NOTRUN -> [SKIP][65] ([fdo#109271] / [i915#2642]) [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl7/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html - shard-glk: NOTRUN -> [SKIP][66] ([fdo#109271] / [i915#2642]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html - shard-kbl: NOTRUN -> [SKIP][67] ([fdo#109271] / [i915#2642]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl6/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile: - shard-apl: NOTRUN -> [FAIL][68] ([i915#2641]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move: - shard-tglb: NOTRUN -> [SKIP][69] ([fdo#111825]) +16 similar issues [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt: - shard-iclb: NOTRUN -> [SKIP][70] ([fdo#109280]) +12 similar issues [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html * igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb: - shard-apl: NOTRUN -> [FAIL][71] ([i915#265]) [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-alpha-transparent-fb.html * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max: - shard-apl: NOTRUN -> [FAIL][72] ([fdo#108145] / [i915#265]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html * igt@kms_plane_alpha_blend@pipe-d-coverage-vs-premult-vs-constant: - shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109278]) +8 similar issues [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb4/igt@kms_plane_alpha_blend@pipe-d-coverage-vs-premult-vs-constant.html * igt@kms_plane_multiple@atomic-pipe-d-tiling-x: - shard-kbl: NOTRUN -> [SKIP][74] ([fdo#109271]) +48 similar issues [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl6/igt@kms_plane_multiple@atomic-pipe-d-tiling-x.html * igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping: - shard-kbl: NOTRUN -> [SKIP][75] ([fdo#109271] / [i915#2733]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl4/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html - shard-glk: NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#2733]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk7/igt@kms_plane_scaling@scaler-with-clipping-clamping@pipe-c-scaler-with-clipping-clamping.html * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4: - shard-apl: NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#658]) +3 similar issues [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html - shard-iclb: NOTRUN -> [SKIP][78] ([i915#658]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html - shard-kbl: NOTRUN -> [SKIP][79] ([fdo#109271] / [i915#658]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl4/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html - shard-glk: NOTRUN -> [SKIP][80] ([fdo#109271] / [i915#658]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk1/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html * igt@kms_psr2_su@page_flip: - shard-iclb: [PASS][81] -> [SKIP][82] ([fdo#109642] / [fdo#111068] / [i915#658]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb2/igt@kms_psr2_su@page_flip.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb4/igt@kms_psr2_su@page_flip.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: [PASS][83] -> [SKIP][84] ([fdo#109441]) +1 similar issue [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb5/igt@kms_psr@psr2_sprite_blt.html * igt@kms_psr@psr2_suspend: - shard-iclb: NOTRUN -> [SKIP][85] ([fdo#109441]) [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb7/igt@kms_psr@psr2_suspend.html * igt@kms_setmode@basic: - shard-snb: NOTRUN -> [FAIL][86] ([i915#31]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-snb6/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-d-wait-idle: - shard-kbl: NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#533]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl6/igt@kms_vblank@pipe-d-wait-idle.html - shard-apl: NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#533]) +2 similar issues [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl2/igt@kms_vblank@pipe-d-wait-idle.html - shard-glk: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#533]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk4/igt@kms_vblank@pipe-d-wait-idle.html * igt@kms_writeback@writeback-check-output: - shard-apl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#2437]) +2 similar issues [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl3/igt@kms_writeback@writeback-check-output.html * igt@nouveau_crc@pipe-b-source-rg: - shard-iclb: NOTRUN -> [SKIP][91] ([i915#2530]) +1 similar issue [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb8/igt@nouveau_crc@pipe-b-source-rg.html - shard-tglb: NOTRUN -> [SKIP][92] ([i915#2530]) +1 similar issue [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb3/igt@nouveau_crc@pipe-b-source-rg.html * igt@perf@unprivileged-single-ctx-counters: - shard-iclb: NOTRUN -> [SKIP][93] ([fdo#109289]) +3 similar issues [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb5/igt@perf@unprivileged-single-ctx-counters.html * igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name: - shard-apl: NOTRUN -> [SKIP][94] ([fdo#109271]) +211 similar issues [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-apl8/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html - shard-tglb: NOTRUN -> [SKIP][95] ([fdo#109291]) +1 similar issue [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb8/igt@prime_nv_api@i915_nv_reimport_twice_check_flink_name.html * igt@prime_nv_test@nv_i915_sharing: - shard-iclb: NOTRUN -> [SKIP][96] ([fdo#109291]) +1 similar issue [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@prime_nv_test@nv_i915_sharing.html * igt@sysfs_clients@fair-3: - shard-tglb: NOTRUN -> [SKIP][97] ([i915#2994]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb8/igt@sysfs_clients@fair-3.html - shard-iclb: NOTRUN -> [SKIP][98] ([i915#2994]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb6/igt@sysfs_clients@fair-3.html #### Possible fixes #### * igt@gem_eio@unwedge-stress: - shard-tglb: [TIMEOUT][99] ([i915#2369] / [i915#3063]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-tglb6/igt@gem_eio@unwedge-stress.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb6/igt@gem_eio@unwedge-stress.html * igt@gem_exec_fair@basic-deadline: - shard-kbl: [FAIL][101] ([i915#2846]) -> [PASS][102] [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl6/igt@gem_exec_fair@basic-deadline.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl6/igt@gem_exec_fair@basic-deadline.html - shard-glk: [FAIL][103] ([i915#2846]) -> [PASS][104] [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk6/igt@gem_exec_fair@basic-deadline.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-none@vcs0: - shard-kbl: [FAIL][105] ([i915#2842]) -> [PASS][106] +2 similar issues [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl1/igt@gem_exec_fair@basic-none@vcs0.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl4/igt@gem_exec_fair@basic-none@vcs0.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-glk: [FAIL][107] ([i915#2842]) -> [PASS][108] +2 similar issues [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk1/igt@gem_exec_fair@basic-pace-solo@rcs0.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk2/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@bcs0: - shard-tglb: [FAIL][109] ([i915#2842]) -> [PASS][110] [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-tglb1/igt@gem_exec_fair@basic-pace@bcs0.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb8/igt@gem_exec_fair@basic-pace@bcs0.html * igt@gem_exec_fair@basic-pace@vecs0: - shard-iclb: [FAIL][111] ([i915#2842]) -> [PASS][112] [111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb4/igt@gem_exec_fair@basic-pace@vecs0.html [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb8/igt@gem_exec_fair@basic-pace@vecs0.html * igt@gem_exec_fair@basic-sync@rcs0: - shard-kbl: [SKIP][113] ([fdo#109271]) -> [PASS][114] +1 similar issue [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl6/igt@gem_exec_fair@basic-sync@rcs0.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl1/igt@gem_exec_fair@basic-sync@rcs0.html * igt@gem_exec_whisper@basic-fds-priority-all: - shard-glk: [DMESG-WARN][115] ([i915#118] / [i915#95]) -> [PASS][116] [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk6/igt@gem_exec_whisper@basic-fds-priority-all.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk4/igt@gem_exec_whisper@basic-fds-priority-all.html * igt@gem_mmap_gtt@cpuset-big-copy-xy: - shard-iclb: [FAIL][117] ([i915#307]) -> [PASS][118] +1 similar issue [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb8/igt@gem_mmap_gtt@cpuset-big-copy-xy.html [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb4/igt@gem_mmap_gtt@cpuset-big-copy-xy.html * igt@gem_mmap_gtt@cpuset-medium-copy-odd: - shard-glk: [FAIL][119] ([i915#307]) -> [PASS][120] [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk3/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk3/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html * igt@gem_mmap_offset@clear: - shard-iclb: [FAIL][121] ([i915#3160]) -> [PASS][122] [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb4/igt@gem_mmap_offset@clear.html [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb7/igt@gem_mmap_offset@clear.html * igt@i915_pm_rc6_residency@rc6-fence: - shard-tglb: [WARN][123] ([i915#2681]) -> [PASS][124] [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-tglb6/igt@i915_pm_rc6_residency@rc6-fence.html [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb8/igt@i915_pm_rc6_residency@rc6-fence.html * igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-untiled: - shard-glk: [FAIL][125] ([i915#52] / [i915#54]) -> [PASS][126] +1 similar issue [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk3/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-untiled.html [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk7/igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-untiled.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a1: - shard-glk: [FAIL][127] ([i915#79]) -> [PASS][128] [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-glk2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a1.html [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-glk9/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a1.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4: - shard-tglb: [DMESG-WARN][129] ([i915#402]) -> [PASS][130] [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-tglb3/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-tglb6/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4.html * igt@kms_psr@psr2_cursor_blt: - shard-iclb: [SKIP][131] ([fdo#109441]) -> [PASS][132] +1 similar issue [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb3/igt@kms_psr@psr2_cursor_blt.html [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb2/igt@kms_psr@psr2_cursor_blt.html #### Warnings #### * igt@i915_pm_rc6_residency@rc6-fence: - shard-iclb: [WARN][133] ([i915#2681] / [i915#2684]) -> [WARN][134] ([i915#2684]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb8/igt@i915_pm_rc6_residency@rc6-fence.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb5/igt@i915_pm_rc6_residency@rc6-fence.html * igt@i915_pm_rc6_residency@rc6-idle: - shard-iclb: [WARN][135] ([i915#1804] / [i915#2684]) -> [WARN][136] ([i915#2681] / [i915#2684]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb7/igt@i915_pm_rc6_residency@rc6-idle.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb8/igt@i915_pm_rc6_residency@rc6-idle.html * igt@kms_psr2_sf@plane-move-sf-dmg-area-0: - shard-iclb: [SKIP][137] ([i915#2920]) -> [SKIP][138] ([i915#658]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb2/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb8/igt@kms_psr2_sf@plane-move-sf-dmg-area-0.html * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4: - shard-iclb: [SKIP][139] ([i915#658]) -> [SKIP][140] ([i915#2920]) +2 similar issues [139]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-iclb5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4.html [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-iclb2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4.html * igt@runner@aborted: - shard-kbl: ([FAIL][141], [FAIL][142]) ([i915#3002]) -> ([FAIL][143], [FAIL][144], [FAIL][145]) ([i915#180] / [i915#3002]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl2/igt@runner@aborted.html [142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9900/shard-kbl1/igt@runner@aborted.html [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl3/igt@runner@aborted.html [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/shard-kbl4/igt@runner@aborted.html [145]: https://intel-gfx-ci.01.org/tree/ == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5668/index.html [-- Attachment #1.2: Type: text/html, Size: 33588 bytes --] [-- Attachment #2: Type: text/plain, Size: 154 bytes --] _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-03-26 10:41 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2021-03-26 4:33 [igt-dev] [PATCH i-g-t] i915: Skip two subsets when pread/pwrite are unavailable Ashutosh Dixit 2021-03-26 5:12 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork 2021-03-26 5:34 ` Dixit, Ashutosh 2021-03-26 6:29 ` Vudum, Lakshminarayana 2021-03-26 6:19 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork 2021-03-26 6:58 ` [igt-dev] [PATCH i-g-t] " Zbigniew Kempczyński 2021-03-26 7:23 ` Dixit, Ashutosh 2021-03-26 10:41 ` [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