* [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
@ 2020-03-06 4:27 Karthik B S
2020-03-06 5:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Karthik B S @ 2020-03-06 4:27 UTC (permalink / raw)
To: igt-dev
Increasing the time limit from 10us to 20us, within which
page flip events must be received from all the tiles.
Signed-off-by: Karthik B S <karthik.b.s@intel.com>
---
tests/kms_dp_tiled_display.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/kms_dp_tiled_display.c b/tests/kms_dp_tiled_display.c
index b1160fee..6d19fea6 100644
--- a/tests/kms_dp_tiled_display.c
+++ b/tests/kms_dp_tiled_display.c
@@ -362,9 +362,9 @@ static void page_flip_handler(int fd, unsigned int seq,
/*
* For seamless tear-free display, the page flip event timestamps
- * from all the tiles should not differ by more than 10us.
+ * from all the tiles should not differ by more than 20us.
*/
- igt_fail_on_f(labs(usec) >= 10, "Delayed page flip event from CRTC:%d at %u:%u\n",
+ igt_fail_on_f(labs(usec) >= 20, "Delayed page flip event from CRTC:%d at %u:%u\n",
crtc_id, tv_sec, tv_usec);
}
--
2.22.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
2020-03-06 4:27 [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips Karthik B S
@ 2020-03-06 5:23 ` Patchwork
2020-03-06 7:00 ` [igt-dev] [PATCH i-g-t] " Shankar, Uma
2020-03-06 22:17 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-03-06 5:23 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
== Series Details ==
Series: tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
URL : https://patchwork.freedesktop.org/series/74367/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8074 -> IGTPW_4269
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/index.html
Known issues
------------
Here are the changes found in IGTPW_4269 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_pm_rpm@module-reload:
- fi-hsw-4770: [PASS][1] -> [INCOMPLETE][2] ([i915#151])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/fi-hsw-4770/igt@i915_pm_rpm@module-reload.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/fi-hsw-4770/igt@i915_pm_rpm@module-reload.html
* igt@vgem_basic@setversion:
- fi-tgl-y: [PASS][3] -> [DMESG-WARN][4] ([CI#94] / [i915#402]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/fi-tgl-y/igt@vgem_basic@setversion.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/fi-tgl-y/igt@vgem_basic@setversion.html
#### Possible fixes ####
* igt@kms_chamelium@hdmi-hpd-fast:
- fi-kbl-7500u: [FAIL][5] ([fdo#111096] / [i915#323]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
* igt@prime_vgem@basic-gtt:
- fi-tgl-y: [DMESG-WARN][7] ([CI#94] / [i915#402]) -> [PASS][8] +1 similar issue
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/fi-tgl-y/igt@prime_vgem@basic-gtt.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/fi-tgl-y/igt@prime_vgem@basic-gtt.html
[CI#94]: https://gitlab.freedesktop.org/gfx-ci/i915-infra/issues/94
[fdo#111096]: https://bugs.freedesktop.org/show_bug.cgi?id=111096
[i915#151]: https://gitlab.freedesktop.org/drm/intel/issues/151
[i915#323]: https://gitlab.freedesktop.org/drm/intel/issues/323
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
Participating hosts (50 -> 44)
------------------------------
Missing (6): fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5495 -> IGTPW_4269
CI-20190529: 20190529
CI_DRM_8074: 0dd63259839ca847514d9999749219635f311015 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4269: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/index.html
IGT_5495: 22df72de8affcec22d9f354bb6148d77f60cc580 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
2020-03-06 4:27 [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips Karthik B S
2020-03-06 5:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-03-06 7:00 ` Shankar, Uma
2020-03-06 22:17 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Shankar, Uma @ 2020-03-06 7:00 UTC (permalink / raw)
To: B S, Karthik, igt-dev@lists.freedesktop.org
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Karthik B S
> Sent: Friday, March 6, 2020 9:58 AM
> To: igt-dev@lists.freedesktop.org
> Subject: [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to
> receive all page flips
>
> Increasing the time limit from 10us to 20us, within which page flip events must be
> received from all the tiles.
Can you add some more justification as to why we need to increase it.
How we determined this etc.
> Signed-off-by: Karthik B S <karthik.b.s@intel.com>
> ---
> tests/kms_dp_tiled_display.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_dp_tiled_display.c b/tests/kms_dp_tiled_display.c index
> b1160fee..6d19fea6 100644
> --- a/tests/kms_dp_tiled_display.c
> +++ b/tests/kms_dp_tiled_display.c
> @@ -362,9 +362,9 @@ static void page_flip_handler(int fd, unsigned int seq,
>
> /*
> * For seamless tear-free display, the page flip event timestamps
> - * from all the tiles should not differ by more than 10us.
> + * from all the tiles should not differ by more than 20us.
> */
> - igt_fail_on_f(labs(usec) >= 10, "Delayed page flip event from CRTC:%d at
> %u:%u\n",
> + igt_fail_on_f(labs(usec) >= 20, "Delayed page flip event from CRTC:%d
> +at %u:%u\n",
> crtc_id, tv_sec, tv_usec);
> }
>
> --
> 2.22.0
>
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
2020-03-06 4:27 [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips Karthik B S
2020-03-06 5:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-06 7:00 ` [igt-dev] [PATCH i-g-t] " Shankar, Uma
@ 2020-03-06 22:17 ` Patchwork
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-03-06 22:17 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
== Series Details ==
Series: tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
URL : https://patchwork.freedesktop.org/series/74367/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8074_full -> IGTPW_4269_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4269_full:
### IGT changes ###
#### Possible regressions ####
* {igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy@gtt} (NEW):
- shard-hsw: NOTRUN -> [DMESG-WARN][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy@gtt.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@gem_userptr_blits@map-fixed-invalidate-busy-gup@gtt}:
- shard-hsw: NOTRUN -> [DMESG-WARN][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw8/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup@gtt.html
* {igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt}:
- shard-hsw: [DMESG-WARN][3] ([i915#478]) -> [DMESG-WARN][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw6/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
* {igt@gem_userptr_blits@map-fixed-invalidate@gtt}:
- shard-hsw: [PASS][5] -> [DMESG-WARN][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw8/igt@gem_userptr_blits@map-fixed-invalidate@gtt.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate@gtt.html
New tests
---------
New tests have been introduced between CI_DRM_8074_full and IGTPW_4269_full:
### New IGT tests (4) ###
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy@gtt:
- Statuses : 2 dmesg-warn(s) 5 pass(s)
- Exec time: [0.49, 2.27] s
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy@uc:
- Statuses : 7 pass(s)
- Exec time: [0.56, 2.36] s
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy@wb:
- Statuses : 7 pass(s)
- Exec time: [0.56, 2.11] s
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy@wc:
- Statuses : 7 pass(s)
- Exec time: [0.57, 2.17] s
Known issues
------------
Here are the changes found in IGTPW_4269_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_busy@extended-parallel-vcs1:
- shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#112080]) +8 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb1/igt@gem_busy@extended-parallel-vcs1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb6/igt@gem_busy@extended-parallel-vcs1.html
* igt@gem_ctx_shared@exec-single-timeline-bsd1:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#109276]) +7 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb4/igt@gem_ctx_shared@exec-single-timeline-bsd1.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb3/igt@gem_ctx_shared@exec-single-timeline-bsd1.html
* igt@gem_exec_schedule@pi-common-bsd:
- shard-iclb: [PASS][11] -> [SKIP][12] ([i915#677]) +2 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb6/igt@gem_exec_schedule@pi-common-bsd.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb4/igt@gem_exec_schedule@pi-common-bsd.html
* igt@gem_exec_schedule@preempt-other-chain-bsd:
- shard-iclb: [PASS][13] -> [SKIP][14] ([fdo#112146]) +5 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb6/igt@gem_exec_schedule@preempt-other-chain-bsd.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@gem_exec_schedule@preempt-other-chain-bsd.html
* igt@gem_userptr_blits@sync-unmap:
- shard-hsw: [PASS][15] -> [DMESG-WARN][16] ([fdo#110789] / [fdo#111870])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw8/igt@gem_userptr_blits@sync-unmap.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw6/igt@gem_userptr_blits@sync-unmap.html
* igt@i915_pm_dc@dc5-dpms:
- shard-iclb: [PASS][17] -> [FAIL][18] ([i915#447])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb7/igt@i915_pm_dc@dc5-dpms.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb3/igt@i915_pm_dc@dc5-dpms.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-iclb: [PASS][19] -> [INCOMPLETE][20] ([i915#189])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb3/igt@i915_pm_rpm@modeset-lpsp-stress.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-hsw: [PASS][21] -> [INCOMPLETE][22] ([i915#61])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw1/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend:
- shard-kbl: [PASS][23] -> [DMESG-WARN][24] ([i915#180]) +2 similar issues
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-kbl1/igt@kms_flip@flip-vs-suspend.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-kbl2/igt@kms_flip@flip-vs-suspend.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc:
- shard-glk: [PASS][25] -> [FAIL][26] ([i915#49]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-glk2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_hdmi_inject@inject-audio:
- shard-tglb: [PASS][27] -> [SKIP][28] ([i915#433])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-tglb1/igt@kms_hdmi_inject@inject-audio.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-tglb8/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
- shard-apl: [PASS][29] -> [DMESG-WARN][30] ([i915#180]) +1 similar issue
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-apl7/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-apl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
* igt@kms_psr@psr2_cursor_mmap_cpu:
- shard-iclb: [PASS][31] -> [SKIP][32] ([fdo#109441]) +1 similar issue
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb8/igt@kms_psr@psr2_cursor_mmap_cpu.html
#### Possible fixes ####
* igt@gem_busy@busy-vcs1:
- shard-iclb: [SKIP][33] ([fdo#112080]) -> [PASS][34] +5 similar issues
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb6/igt@gem_busy@busy-vcs1.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@gem_busy@busy-vcs1.html
* igt@gem_exec_schedule@implicit-both-bsd1:
- shard-iclb: [SKIP][35] ([fdo#109276] / [i915#677]) -> [PASS][36]
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb5/igt@gem_exec_schedule@implicit-both-bsd1.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@gem_exec_schedule@implicit-both-bsd1.html
* igt@gem_exec_schedule@implicit-write-read-bsd:
- shard-iclb: [SKIP][37] ([i915#677]) -> [PASS][38]
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb4/igt@gem_exec_schedule@implicit-write-read-bsd.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb8/igt@gem_exec_schedule@implicit-write-read-bsd.html
* igt@gem_exec_schedule@preempt-queue-bsd1:
- shard-iclb: [SKIP][39] ([fdo#109276]) -> [PASS][40] +15 similar issues
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb5/igt@gem_exec_schedule@preempt-queue-bsd1.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html
* igt@gem_exec_schedule@preemptive-hang-bsd:
- shard-iclb: [SKIP][41] ([fdo#112146]) -> [PASS][42] +1 similar issue
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb2/igt@gem_exec_schedule@preemptive-hang-bsd.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb5/igt@gem_exec_schedule@preemptive-hang-bsd.html
* igt@gem_exec_whisper@basic-queues-priority:
- shard-glk: [DMESG-WARN][43] ([i915#118] / [i915#95]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-glk5/igt@gem_exec_whisper@basic-queues-priority.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-glk1/igt@gem_exec_whisper@basic-queues-priority.html
* igt@gem_userptr_blits@sync-unmap-after-close:
- shard-hsw: [DMESG-WARN][45] ([fdo#111870]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw4/igt@gem_userptr_blits@sync-unmap-after-close.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw4/igt@gem_userptr_blits@sync-unmap-after-close.html
- shard-snb: [DMESG-WARN][47] ([fdo#111870] / [i915#478]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb5/igt@gem_userptr_blits@sync-unmap-after-close.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb4/igt@gem_userptr_blits@sync-unmap-after-close.html
* igt@gem_workarounds@suspend-resume-context:
- shard-kbl: [DMESG-WARN][49] ([i915#180]) -> [PASS][50]
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-kbl2/igt@gem_workarounds@suspend-resume-context.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-kbl4/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_module_load@reload:
- shard-tglb: [INCOMPLETE][51] ([i915#1390]) -> [PASS][52]
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-tglb6/igt@i915_module_load@reload.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-tglb5/igt@i915_module_load@reload.html
- shard-snb: [INCOMPLETE][53] ([i915#82]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb4/igt@i915_module_load@reload.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb6/igt@i915_module_load@reload.html
- shard-iclb: [INCOMPLETE][55] ([i915#140]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb2/igt@i915_module_load@reload.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb1/igt@i915_module_load@reload.html
- shard-kbl: [INCOMPLETE][57] ([fdo#103665] / [i915#1390]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-kbl7/igt@i915_module_load@reload.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-kbl6/igt@i915_module_load@reload.html
- shard-hsw: [INCOMPLETE][59] ([i915#1312] / [i915#61]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw1/igt@i915_module_load@reload.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw6/igt@i915_module_load@reload.html
- shard-glk: [INCOMPLETE][61] ([i915#1390] / [i915#58] / [k.org#198133]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-glk6/igt@i915_module_load@reload.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-glk3/igt@i915_module_load@reload.html
- shard-apl: [INCOMPLETE][63] ([fdo#103927] / [i915#1390]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-apl7/igt@i915_module_load@reload.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-apl3/igt@i915_module_load@reload.html
* igt@i915_pm_rpm@gem-evict-pwrite:
- shard-hsw: [SKIP][65] ([fdo#109271]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw6/igt@i915_pm_rpm@gem-evict-pwrite.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw6/igt@i915_pm_rpm@gem-evict-pwrite.html
- shard-tglb: [SKIP][67] ([i915#1316]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-tglb8/igt@i915_pm_rpm@gem-evict-pwrite.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-tglb5/igt@i915_pm_rpm@gem-evict-pwrite.html
- shard-iclb: [SKIP][69] ([i915#1316]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb6/igt@i915_pm_rpm@gem-evict-pwrite.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb1/igt@i915_pm_rpm@gem-evict-pwrite.html
- shard-glk: [SKIP][71] ([fdo#109271]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-glk1/igt@i915_pm_rpm@gem-evict-pwrite.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-glk3/igt@i915_pm_rpm@gem-evict-pwrite.html
* igt@kms_cursor_edge_walk@pipe-a-64x64-bottom-edge:
- shard-snb: [SKIP][73] ([fdo#109271]) -> [PASS][74] +1 similar issue
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb6/igt@kms_cursor_edge_walk@pipe-a-64x64-bottom-edge.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb6/igt@kms_cursor_edge_walk@pipe-a-64x64-bottom-edge.html
* igt@kms_flip@flip-vs-suspend:
- shard-apl: [DMESG-WARN][75] ([i915#180]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-apl6/igt@kms_flip@flip-vs-suspend.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-apl3/igt@kms_flip@flip-vs-suspend.html
* igt@kms_psr@psr2_cursor_plane_onoff:
- shard-iclb: [SKIP][77] ([fdo#109441]) -> [PASS][78] +2 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb8/igt@kms_psr@psr2_cursor_plane_onoff.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html
* igt@kms_setmode@basic:
- shard-kbl: [FAIL][79] ([i915#31]) -> [PASS][80]
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-kbl3/igt@kms_setmode@basic.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-kbl1/igt@kms_setmode@basic.html
#### Warnings ####
* igt@gem_exec_schedule@pi-userfault-bsd2:
- shard-iclb: [SKIP][81] ([fdo#109276]) -> [INCOMPLETE][82] ([i915#1381]) +1 similar issue
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb6/igt@gem_exec_schedule@pi-userfault-bsd2.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb1/igt@gem_exec_schedule@pi-userfault-bsd2.html
* igt@gem_userptr_blits@sync-unmap:
- shard-snb: [DMESG-WARN][83] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][84] ([fdo#110789] / [fdo#111870] / [i915#478])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb6/igt@gem_userptr_blits@sync-unmap.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb5/igt@gem_userptr_blits@sync-unmap.html
* igt@gem_userptr_blits@sync-unmap-cycles:
- shard-snb: [DMESG-WARN][85] ([fdo#110789] / [fdo#111870] / [i915#478]) -> [DMESG-WARN][86] ([fdo#111870] / [i915#478])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb2/igt@gem_userptr_blits@sync-unmap-cycles.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb4/igt@gem_userptr_blits@sync-unmap-cycles.html
* igt@i915_pm_rpm@pm-caching:
- shard-snb: [SKIP][87] ([fdo#109271]) -> [INCOMPLETE][88] ([i915#82])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb6/igt@i915_pm_rpm@pm-caching.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb5/igt@i915_pm_rpm@pm-caching.html
* igt@kms_dp_dsc@basic-dsc-enable-edp:
- shard-iclb: [SKIP][89] ([fdo#109349]) -> [DMESG-WARN][90] ([i915#1226])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-iclb5/igt@kms_dp_dsc@basic-dsc-enable-edp.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-iclb2/igt@kms_dp_dsc@basic-dsc-enable-edp.html
* igt@runner@aborted:
- shard-hsw: ([FAIL][91], [FAIL][92], [FAIL][93], [FAIL][94], [FAIL][95], [FAIL][96], [FAIL][97], [FAIL][98]) ([fdo#109271] / [fdo#111870] / [k.org#204565]) -> ([FAIL][99], [FAIL][100], [FAIL][101], [FAIL][102], [FAIL][103], [FAIL][104], [FAIL][105], [FAIL][106]) ([fdo#111870])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw1/igt@runner@aborted.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw4/igt@runner@aborted.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw4/igt@runner@aborted.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw8/igt@runner@aborted.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw6/igt@runner@aborted.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw2/igt@runner@aborted.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw4/igt@runner@aborted.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-hsw8/igt@runner@aborted.html
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw4/igt@runner@aborted.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw1/igt@runner@aborted.html
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw6/igt@runner@aborted.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw1/igt@runner@aborted.html
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw4/igt@runner@aborted.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw8/igt@runner@aborted.html
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw8/igt@runner@aborted.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-hsw6/igt@runner@aborted.html
- shard-kbl: ([FAIL][107], [FAIL][108]) ([i915#92] / [k.org#204565]) -> [FAIL][109] ([i915#92])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-kbl7/igt@runner@aborted.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-kbl6/igt@runner@aborted.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-kbl6/igt@runner@aborted.html
- shard-apl: ([FAIL][110], [FAIL][111]) ([fdo#103927] / [k.org#204565]) -> [FAIL][112] ([fdo#103927])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-apl8/igt@runner@aborted.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-apl7/igt@runner@aborted.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-apl1/igt@runner@aborted.html
- shard-snb: ([FAIL][113], [FAIL][114], [FAIL][115], [FAIL][116], [FAIL][117], [FAIL][118], [FAIL][119], [FAIL][120]) ([fdo#111870] / [i915#1077] / [k.org#204565]) -> ([FAIL][121], [FAIL][122], [FAIL][123], [FAIL][124], [FAIL][125], [FAIL][126], [FAIL][127], [FAIL][128]) ([fdo#111870] / [i915#1077])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb4/igt@runner@aborted.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb5/igt@runner@aborted.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb6/igt@runner@aborted.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb6/igt@runner@aborted.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb2/igt@runner@aborted.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb2/igt@runner@aborted.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb4/igt@runner@aborted.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8074/shard-snb4/igt@runner@aborted.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb5/igt@runner@aborted.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb6/igt@runner@aborted.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb4/igt@runner@aborted.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb5/igt@runner@aborted.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb2/igt@runner@aborted.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb5/igt@runner@aborted.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb4/igt@runner@aborted.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/shard-snb5/igt@runner@aborted.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109349]: https://bugs.freedesktop.org/show_bug.cgi?id=109349
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
[i915#1077]: https://gitlab.freedesktop.org/drm/intel/issues/1077
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1226]: https://gitlab.freedesktop.org/drm/intel/issues/1226
[i915#1312]: https://gitlab.freedesktop.org/drm/intel/issues/1312
[i915#1316]: https://gitlab.freedesktop.org/drm/intel/issues/1316
[i915#1381]: https://gitlab.freedesktop.org/drm/intel/issues/1381
[i915#1390]: https://gitlab.freedesktop.org/drm/intel/issues/1390
[i915#140]: https://gitlab.freedesktop.org/drm/intel/issues/140
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#189]: https://gitlab.freedesktop.org/drm/intel/issues/189
[i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
[i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
[i915#447]: https://gitlab.freedesktop.org/drm/intel/issues/447
[i915#478]: https://gitlab.freedesktop.org/drm/intel/issues/478
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#82]: https://gitlab.freedesktop.org/drm/intel/issues/82
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
[k.org#204565]: https://bugzilla.kernel.org/show_bug.cgi?id=204565
Participating hosts (10 -> 8)
------------------------------
Missing (2): pig-skl-6260u pig-glk-j5005
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5495 -> IGTPW_4269
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_8074: 0dd63259839ca847514d9999749219635f311015 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4269: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/index.html
IGT_5495: 22df72de8affcec22d9f354bb6148d77f60cc580 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4269/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-06 22:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06 4:27 [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips Karthik B S
2020-03-06 5:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-06 7:00 ` [igt-dev] [PATCH i-g-t] " Shankar, Uma
2020-03-06 22:17 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox