* [igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Semaphore priority fixups
@ 2019-05-04 7:22 Chris Wilson
2019-05-04 7:52 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-05-04 9:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2019-05-04 7:22 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
A stray git add from my test boxen -- we were being careful enough to
preserve priority and ordering to match the implicit policies.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/i915/gem_exec_schedule.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/i915/gem_exec_schedule.c b/tests/i915/gem_exec_schedule.c
index 330e8a54e..77a264a6a 100644
--- a/tests/i915/gem_exec_schedule.c
+++ b/tests/i915/gem_exec_schedule.c
@@ -507,6 +507,7 @@ static void semaphore_resolve(int i915)
uint32_t handle, cancel;
uint32_t *cs, *map;
igt_spin_t *spin;
+ int64_t poke = 1;
if (!gem_can_store_dword(i915, engine))
continue;
@@ -587,6 +588,7 @@ static void semaphore_resolve(int i915)
eb.buffer_count = 2;
eb.rsvd1 = inner;
gem_execbuf(i915, &eb);
+ gem_wait(i915, cancel, &poke);
gem_close(i915, cancel);
gem_sync(i915, handle); /* To hang unless cancel runs! */
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_exec_schedule: Semaphore priority fixups
2019-05-04 7:22 [igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Semaphore priority fixups Chris Wilson
@ 2019-05-04 7:52 ` Patchwork
2019-05-04 9:41 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-05-04 7:52 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_exec_schedule: Semaphore priority fixups
URL : https://patchwork.freedesktop.org/series/60279/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6043 -> IGTPW_2941
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/60279/revisions/1/mbox/
Changes
-------
No changes found
Participating hosts (53 -> 46)
------------------------------
Missing (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus
Build changes
-------------
* IGT: IGT_4972 -> IGTPW_2941
CI_DRM_6043: b33a03a0d9c2f7376b78c356d4e0e9e55f495f69 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_2941: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/
IGT_4972: f052e49a43cc9704ea5f240df15dd9d3dfed68ab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_exec_schedule: Semaphore priority fixups
2019-05-04 7:22 [igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Semaphore priority fixups Chris Wilson
2019-05-04 7:52 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-05-04 9:41 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-05-04 9:41 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/gem_exec_schedule: Semaphore priority fixups
URL : https://patchwork.freedesktop.org/series/60279/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6043_full -> IGTPW_2941_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/60279/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_2941_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_ctx_isolation@vcs0-s3:
- shard-kbl: [PASS][1] -> [DMESG-WARN][2] ([fdo#108566])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-kbl7/igt@gem_ctx_isolation@vcs0-s3.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-kbl1/igt@gem_ctx_isolation@vcs0-s3.html
* igt@gem_tiled_swapping@non-threaded:
- shard-iclb: [PASS][3] -> [FAIL][4] ([fdo#108686])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb8/igt@gem_tiled_swapping@non-threaded.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb8/igt@gem_tiled_swapping@non-threaded.html
* igt@i915_suspend@debugfs-reader:
- shard-snb: [PASS][5] -> [DMESG-WARN][6] ([fdo#102365])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-snb4/igt@i915_suspend@debugfs-reader.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-snb2/igt@i915_suspend@debugfs-reader.html
* igt@i915_suspend@fence-restore-untiled:
- shard-apl: [PASS][7] -> [DMESG-WARN][8] ([fdo#108566]) +3 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-apl7/igt@i915_suspend@fence-restore-untiled.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-apl5/igt@i915_suspend@fence-restore-untiled.html
* igt@kms_cursor_crc@cursor-alpha-opaque:
- shard-kbl: [PASS][9] -> [FAIL][10] ([fdo#109350])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-kbl5/igt@kms_cursor_crc@cursor-alpha-opaque.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-kbl1/igt@kms_cursor_crc@cursor-alpha-opaque.html
- shard-apl: [PASS][11] -> [FAIL][12] ([fdo#109350])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-apl6/igt@kms_cursor_crc@cursor-alpha-opaque.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-apl6/igt@kms_cursor_crc@cursor-alpha-opaque.html
- shard-glk: [PASS][13] -> [FAIL][14] ([fdo#109350])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk5/igt@kms_cursor_crc@cursor-alpha-opaque.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk9/igt@kms_cursor_crc@cursor-alpha-opaque.html
* igt@kms_flip@dpms-vs-vblank-race:
- shard-glk: [PASS][15] -> [FAIL][16] ([fdo#103060])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk3/igt@kms_flip@dpms-vs-vblank-race.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk8/igt@kms_flip@dpms-vs-vblank-race.html
* igt@kms_frontbuffer_tracking@fbc-badstride:
- shard-kbl: [PASS][17] -> [FAIL][18] ([fdo#103167])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-kbl6/igt@kms_frontbuffer_tracking@fbc-badstride.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-badstride.html
- shard-glk: [PASS][19] -> [FAIL][20] ([fdo#103167])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk2/igt@kms_frontbuffer_tracking@fbc-badstride.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk3/igt@kms_frontbuffer_tracking@fbc-badstride.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-iclb: [PASS][21] -> [FAIL][22] ([fdo#103167]) +6 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_plane@pixel-format-pipe-b-planes-source-clamping:
- shard-glk: [PASS][23] -> [SKIP][24] ([fdo#109271])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk9/igt@kms_plane@pixel-format-pipe-b-planes-source-clamping.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk4/igt@kms_plane@pixel-format-pipe-b-planes-source-clamping.html
* igt@kms_plane_lowres@pipe-a-tiling-none:
- shard-snb: [PASS][25] -> [SKIP][26] ([fdo#109271]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-snb7/igt@kms_plane_lowres@pipe-a-tiling-none.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-snb2/igt@kms_plane_lowres@pipe-a-tiling-none.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-iclb: [PASS][27] -> [FAIL][28] ([fdo#103166]) +1 similar issue
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb3/igt@kms_plane_lowres@pipe-a-tiling-x.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb6/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_plane_scaling@pipe-a-scaler-with-clipping-clamping:
- shard-glk: [PASS][29] -> [SKIP][30] ([fdo#109271] / [fdo#109278])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk9/igt@kms_plane_scaling@pipe-a-scaler-with-clipping-clamping.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk5/igt@kms_plane_scaling@pipe-a-scaler-with-clipping-clamping.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [PASS][31] -> [SKIP][32] ([fdo#109441]) +2 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb3/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_rotation_crc@multiplane-rotation:
- shard-kbl: [PASS][33] -> [INCOMPLETE][34] ([fdo#103665] / [fdo#110581]) +1 similar issue
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-kbl2/igt@kms_rotation_crc@multiplane-rotation.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-kbl3/igt@kms_rotation_crc@multiplane-rotation.html
* igt@kms_sysfs_edid_timing:
- shard-iclb: [PASS][35] -> [FAIL][36] ([fdo#100047])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb7/igt@kms_sysfs_edid_timing.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb2/igt@kms_sysfs_edid_timing.html
#### Possible fixes ####
* igt@gem_workarounds@suspend-resume:
- shard-apl: [DMESG-WARN][37] ([fdo#108566]) -> [PASS][38] +9 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-apl3/igt@gem_workarounds@suspend-resume.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-apl4/igt@gem_workarounds@suspend-resume.html
* igt@i915_pm_rpm@i2c:
- shard-iclb: [FAIL][39] ([fdo#104097]) -> [PASS][40]
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb3/igt@i915_pm_rpm@i2c.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb4/igt@i915_pm_rpm@i2c.html
* igt@i915_suspend@debugfs-reader:
- shard-kbl: [DMESG-WARN][41] ([fdo#108566]) -> [PASS][42]
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-kbl1/igt@i915_suspend@debugfs-reader.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-kbl4/igt@i915_suspend@debugfs-reader.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
- shard-glk: [FAIL][43] ([fdo#103167]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-tilingchange:
- shard-iclb: [FAIL][45] ([fdo#103167]) -> [PASS][46] +6 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-tilingchange.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb7/igt@kms_frontbuffer_tracking@fbcpsr-tilingchange.html
* igt@kms_plane@pixel-format-pipe-a-planes-source-clamping:
- shard-glk: [SKIP][47] ([fdo#109271]) -> [PASS][48] +1 similar issue
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk1/igt@kms_plane@pixel-format-pipe-a-planes-source-clamping.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk9/igt@kms_plane@pixel-format-pipe-a-planes-source-clamping.html
* igt@kms_plane_scaling@pipe-a-scaler-with-rotation:
- shard-glk: [SKIP][49] ([fdo#109271] / [fdo#109278]) -> [PASS][50] +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-glk7/igt@kms_plane_scaling@pipe-a-scaler-with-rotation.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-glk9/igt@kms_plane_scaling@pipe-a-scaler-with-rotation.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-iclb: [SKIP][51] ([fdo#109441]) -> [PASS][52] +1 similar issue
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-iclb3/igt@kms_psr@psr2_sprite_mmap_gtt.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@kms_setmode@basic:
- shard-kbl: [FAIL][53] ([fdo#99912]) -> [PASS][54]
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-kbl6/igt@kms_setmode@basic.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-kbl6/igt@kms_setmode@basic.html
* igt@kms_vblank@pipe-c-wait-forked-hang:
- shard-apl: [INCOMPLETE][55] ([fdo#103927] / [fdo#110581]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-apl2/igt@kms_vblank@pipe-c-wait-forked-hang.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-apl4/igt@kms_vblank@pipe-c-wait-forked-hang.html
#### Warnings ####
* igt@kms_atomic_transition@3x-modeset-transitions-nonblocking:
- shard-snb: [SKIP][57] ([fdo#109271] / [fdo#109278]) -> [SKIP][58] ([fdo#109271]) +1 similar issue
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6043/shard-snb5/igt@kms_atomic_transition@3x-modeset-transitions-nonblocking.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/shard-snb2/igt@kms_atomic_transition@3x-modeset-transitions-nonblocking.html
[fdo#100047]: https://bugs.freedesktop.org/show_bug.cgi?id=100047
[fdo#102365]: https://bugs.freedesktop.org/show_bug.cgi?id=102365
[fdo#103060]: https://bugs.freedesktop.org/show_bug.cgi?id=103060
[fdo#103166]: https://bugs.freedesktop.org/show_bug.cgi?id=103166
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665
[fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
[fdo#104097]: https://bugs.freedesktop.org/show_bug.cgi?id=104097
[fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
[fdo#108686]: https://bugs.freedesktop.org/show_bug.cgi?id=108686
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
[fdo#109350]: https://bugs.freedesktop.org/show_bug.cgi?id=109350
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#110581]: https://bugs.freedesktop.org/show_bug.cgi?id=110581
[fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912
Participating hosts (10 -> 6)
------------------------------
Missing (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005
Build changes
-------------
* IGT: IGT_4972 -> IGTPW_2941
* Piglit: piglit_4509 -> None
CI_DRM_6043: b33a03a0d9c2f7376b78c356d4e0e9e55f495f69 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_2941: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_2941/
IGT_4972: f052e49a43cc9704ea5f240df15dd9d3dfed68ab @ 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_2941/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-04 9:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-04 7:22 [igt-dev] [PATCH i-g-t] i915/gem_exec_schedule: Semaphore priority fixups Chris Wilson
2019-05-04 7:52 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-05-04 9:41 ` [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