* [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
@ 2018-09-07 10:19 Chris Wilson
2018-09-07 10:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Chris Wilson @ 2018-09-07 10:19 UTC (permalink / raw)
To: igt-dev
Read the target CRCs a second and require that they do not change, as
otherwise we know that the collection of CRCs is unreliable.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/kms_frontbuffer_tracking.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/kms_frontbuffer_tracking.c b/tests/kms_frontbuffer_tracking.c
index e9abceb66..8ef07e3ae 100644
--- a/tests/kms_frontbuffer_tracking.c
+++ b/tests/kms_frontbuffer_tracking.c
@@ -1193,6 +1193,7 @@ static void collect_crc(igt_crc_t *crc)
static void init_blue_crc(enum pixel_format format)
{
struct igt_fb blue;
+ igt_crc_t check;
if (blue_crcs[format].initialized)
return;
@@ -1214,11 +1215,13 @@ static void init_blue_crc(enum pixel_format format)
}
collect_crc(&blue_crcs[format].crc);
-
print_crc("Blue CRC: ", &blue_crcs[format].crc);
- igt_display_reset(&drm.display);
+ /* Check the CRC collection HW is stable */
+ collect_crc(&check);
+ igt_require(igt_check_crc_equal(&blue_crcs[format].crc, &check));
+ igt_display_reset(&drm.display);
igt_remove_fb(drm.fd, &blue);
blue_crcs[format].initialized = true;
--
2.19.0.rc2
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
2018-09-07 10:19 [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable Chris Wilson
@ 2018-09-07 10:57 ` Patchwork
2018-09-07 11:01 ` Chris Wilson
2018-09-07 19:19 ` Patchwork
` (3 subsequent siblings)
4 siblings, 1 reply; 7+ messages in thread
From: Patchwork @ 2018-09-07 10:57 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
URL : https://patchwork.freedesktop.org/series/49334/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4782 -> IGTPW_1811 =
== Summary - WARNING ==
Minor unknown changes coming with IGTPW_1811 need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_1811, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://patchwork.freedesktop.org/api/1.0/series/49334/revisions/1/mbox/
== Possible new issues ==
Here are the unknown changes that may have been introduced in IGTPW_1811:
=== IGT changes ===
==== Warnings ====
igt@pm_rpm@module-reload:
fi-hsw-4770r: PASS -> SKIP
== Known issues ==
Here are the changes found in IGTPW_1811 that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@drv_module_reload@basic-reload-inject:
fi-hsw-4770r: PASS -> DMESG-WARN (fdo#107425)
igt@gem_exec_suspend@basic-s3:
fi-byt-clapper: PASS -> INCOMPLETE (fdo#102657)
fi-blb-e6850: PASS -> INCOMPLETE (fdo#107718)
igt@kms_psr@primary_page_flip:
fi-whl-u: PASS -> FAIL (fdo#107336)
fi-cnl-psr: PASS -> FAIL (fdo#107336)
==== Possible fixes ====
igt@amdgpu/amd_cs_nop@sync-fork-gfx0:
fi-kbl-8809g: DMESG-WARN (fdo#107762) -> PASS
igt@kms_psr@primary_page_flip:
fi-kbl-7560u: FAIL (fdo#107336) -> PASS
==== Warnings ====
igt@amdgpu/amd_prime@amd-to-i915:
fi-kbl-8809g: DMESG-FAIL (fdo#107762) -> FAIL (fdo#107341)
fdo#102657 https://bugs.freedesktop.org/show_bug.cgi?id=102657
fdo#107336 https://bugs.freedesktop.org/show_bug.cgi?id=107336
fdo#107341 https://bugs.freedesktop.org/show_bug.cgi?id=107341
fdo#107425 https://bugs.freedesktop.org/show_bug.cgi?id=107425
fdo#107718 https://bugs.freedesktop.org/show_bug.cgi?id=107718
fdo#107762 https://bugs.freedesktop.org/show_bug.cgi?id=107762
== Participating hosts (52 -> 48) ==
Additional (2): fi-byt-j1900 fi-gdg-551
Missing (6): fi-ilk-m540 fi-hsw-4200u fi-hsw-peppy fi-byt-squawks fi-bsw-cyan fi-ctg-p8600
== Build changes ==
* IGT: IGT_4632 -> IGTPW_1811
CI_DRM_4782: 60edf94611d2374821fbe2a824cebcb425ce7b0d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_1811: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1811/
IGT_4632: 94b4e204473a7d9f49e536c8877a4a5636e0d1b2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1811/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
2018-09-07 10:19 [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable Chris Wilson
2018-09-07 10:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2018-09-07 19:19 ` Patchwork
2018-09-07 20:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-09-07 19:19 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
URL : https://patchwork.freedesktop.org/series/49334/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4787 -> IGTPW_1814 =
== Summary - SUCCESS ==
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/49334/revisions/1/mbox/
== Known issues ==
Here are the changes found in IGTPW_1814 that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@kms_pipe_crc_basic@hang-read-crc-pipe-b:
fi-byt-clapper: PASS -> FAIL (fdo#107362, fdo#103191)
igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a:
fi-byt-clapper: PASS -> FAIL (fdo#107362)
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c:
fi-bxt-dsi: PASS -> INCOMPLETE (fdo#103927)
==== Possible fixes ====
igt@kms_frontbuffer_tracking@basic:
fi-byt-clapper: FAIL (fdo#103167) -> PASS
igt@kms_pipe_crc_basic@hang-read-crc-pipe-a:
fi-byt-clapper: FAIL (fdo#107362, fdo#103191) -> PASS
igt@kms_pipe_crc_basic@suspend-read-crc-pipe-b:
fi-blb-e6850: INCOMPLETE (fdo#107718) -> PASS
fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
fdo#103191 https://bugs.freedesktop.org/show_bug.cgi?id=103191
fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
fdo#107718 https://bugs.freedesktop.org/show_bug.cgi?id=107718
== Participating hosts (52 -> 48) ==
Additional (1): fi-kbl-7560u
Missing (5): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u
== Build changes ==
* IGT: IGT_4634 -> IGTPW_1814
CI_DRM_4787: 6dc8457a2f2093eecb9c6cbb7306fd25bb1664e6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_1814: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1814/
IGT_4634: 7d89cc39dde3b4881d85ace45d504cc098fa3684 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1814/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.IGT: success for igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
2018-09-07 10:19 [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable Chris Wilson
2018-09-07 10:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-09-07 19:19 ` Patchwork
@ 2018-09-07 20:53 ` Patchwork
2018-09-11 8:40 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2018-09-11 9:29 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-09-07 20:53 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
URL : https://patchwork.freedesktop.org/series/49334/
State : success
== Summary ==
= CI Bug Log - changes from IGT_4634_full -> IGTPW_1814_full =
== Summary - WARNING ==
Minor unknown changes coming with IGTPW_1814_full need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_1814_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://patchwork.freedesktop.org/api/1.0/series/49334/revisions/1/mbox/
== Possible new issues ==
Here are the unknown changes that may have been introduced in IGTPW_1814_full:
=== IGT changes ===
==== Warnings ====
igt@pm_rc6_residency@rc6-accuracy:
shard-kbl: PASS -> SKIP
== Known issues ==
Here are the changes found in IGTPW_1814_full that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@gem_softpin@noreloc-s3:
shard-kbl: PASS -> INCOMPLETE (fdo#103665, fdo#107556)
igt@gem_userptr_blits@readonly-unsync:
shard-apl: PASS -> INCOMPLETE (fdo#103927)
igt@kms_available_modes_crc@available_mode_test_crc:
shard-snb: PASS -> FAIL (fdo#106641)
igt@kms_cursor_legacy@cursor-vs-flip-toggle:
shard-hsw: PASS -> FAIL (fdo#103355)
igt@kms_setmode@basic:
shard-apl: PASS -> FAIL (fdo#99912)
==== Possible fixes ====
igt@gem_caching@reads:
shard-snb: INCOMPLETE (fdo#105411) -> PASS
igt@kms_cursor_crc@cursor-64x64-suspend:
shard-glk: INCOMPLETE (k.org#198133, fdo#103359) -> PASS
igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-gtt:
shard-glk: FAIL (fdo#103167) -> PASS +1
igt@kms_rotation_crc@sprite-rotation-180:
shard-snb: FAIL (fdo#103925) -> PASS
igt@kms_setmode@basic:
shard-kbl: FAIL (fdo#99912) -> PASS
fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
fdo#103355 https://bugs.freedesktop.org/show_bug.cgi?id=103355
fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
fdo#103665 https://bugs.freedesktop.org/show_bug.cgi?id=103665
fdo#103925 https://bugs.freedesktop.org/show_bug.cgi?id=103925
fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
fdo#106641 https://bugs.freedesktop.org/show_bug.cgi?id=106641
fdo#107556 https://bugs.freedesktop.org/show_bug.cgi?id=107556
fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133
== Participating hosts (5 -> 5) ==
No changes in participating hosts
== Build changes ==
* IGT: IGT_4634 -> IGTPW_1814
* Linux: CI_DRM_4782 -> CI_DRM_4787
CI_DRM_4782: 60edf94611d2374821fbe2a824cebcb425ce7b0d @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_4787: 6dc8457a2f2093eecb9c6cbb7306fd25bb1664e6 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_1814: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1814/
IGT_4634: 7d89cc39dde3b4881d85ace45d504cc098fa3684 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1814/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
2018-09-07 10:19 [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable Chris Wilson
` (2 preceding siblings ...)
2018-09-07 20:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2018-09-11 8:40 ` Patchwork
2018-09-11 9:29 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-09-11 8:40 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
URL : https://patchwork.freedesktop.org/series/49334/
State : success
== Summary ==
= CI Bug Log - changes from CI_DRM_4791 -> IGTPW_1820 =
== Summary - SUCCESS ==
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/49334/revisions/1/mbox/
== Known issues ==
Here are the changes found in IGTPW_1820 that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@amdgpu/amd_prime@amd-to-i915:
fi-kbl-8809g: NOTRUN -> FAIL (fdo#107341)
igt@drv_selftest@live_guc:
fi-cfl-guc: PASS -> DMESG-WARN (fdo#107258)
igt@gem_exec_suspend@basic-s3:
fi-skl-caroline: NOTRUN -> INCOMPLETE (fdo#107556, fdo#104108)
igt@kms_frontbuffer_tracking@basic:
fi-byt-clapper: PASS -> FAIL (fdo#103167)
igt@kms_pipe_crc_basic@read-crc-pipe-a:
fi-byt-clapper: PASS -> FAIL (fdo#107362)
igt@kms_psr@primary_page_flip:
fi-cnl-psr: PASS -> FAIL (fdo#107336)
==== Possible fixes ====
igt@amdgpu/amd_basic@cs-sdma:
fi-skl-6700k2: FAIL (fdo#107888) -> SKIP +7
igt@kms_psr@primary_page_flip:
fi-whl-u: FAIL (fdo#107336) -> PASS
fdo#103167 https://bugs.freedesktop.org/show_bug.cgi?id=103167
fdo#104108 https://bugs.freedesktop.org/show_bug.cgi?id=104108
fdo#107258 https://bugs.freedesktop.org/show_bug.cgi?id=107258
fdo#107336 https://bugs.freedesktop.org/show_bug.cgi?id=107336
fdo#107341 https://bugs.freedesktop.org/show_bug.cgi?id=107341
fdo#107362 https://bugs.freedesktop.org/show_bug.cgi?id=107362
fdo#107556 https://bugs.freedesktop.org/show_bug.cgi?id=107556
fdo#107888 https://bugs.freedesktop.org/show_bug.cgi?id=107888
== Participating hosts (46 -> 45) ==
Additional (4): fi-skl-caroline fi-blb-e6850 fi-glk-dsi fi-kbl-8809g
Missing (5): fi-bsw-cyan fi-ilk-m540 fi-byt-squawks fi-hsw-4200u fi-elk-e7500
== Build changes ==
* IGT: IGT_4636 -> IGTPW_1820
CI_DRM_4791: 07cf212bc704357ee60aba52ec40bab538222040 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_1820: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1820/
IGT_4636: 40de31df52ffed5e392d607a83e3aea4efb150e6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1820/issues.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread* [igt-dev] ✓ Fi.CI.IGT: success for igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
2018-09-07 10:19 [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable Chris Wilson
` (3 preceding siblings ...)
2018-09-11 8:40 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
@ 2018-09-11 9:29 ` Patchwork
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2018-09-11 9:29 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable
URL : https://patchwork.freedesktop.org/series/49334/
State : success
== Summary ==
= CI Bug Log - changes from IGT_4636_full -> IGTPW_1820_full =
== Summary - WARNING ==
Minor unknown changes coming with IGTPW_1820_full need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_1820_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://patchwork.freedesktop.org/api/1.0/series/49334/revisions/1/mbox/
== Possible new issues ==
Here are the unknown changes that may have been introduced in IGTPW_1820_full:
=== IGT changes ===
==== Warnings ====
igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-pwrite:
shard-hsw: PASS -> SKIP
igt@perf_pmu@rc6:
shard-kbl: SKIP -> PASS
== Known issues ==
Here are the changes found in IGTPW_1820_full that come from known issues:
=== IGT changes ===
==== Issues hit ====
igt@drv_suspend@fence-restore-tiled2untiled:
shard-apl: PASS -> INCOMPLETE (fdo#103927)
igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size:
shard-hsw: PASS -> FAIL (fdo#103355)
igt@kms_cursor_legacy@short-flip-before-cursor-toggle:
shard-snb: PASS -> INCOMPLETE (fdo#105411)
igt@kms_setmode@basic:
shard-kbl: PASS -> FAIL (fdo#99912)
igt@testdisplay:
shard-glk: PASS -> INCOMPLETE (fdo#107093, k.org#198133, fdo#103359)
==== Possible fixes ====
igt@gem_exec_reuse@baggage:
shard-snb: INCOMPLETE (fdo#105411) -> PASS
igt@kms_available_modes_crc@available_mode_test_crc:
shard-snb: FAIL (fdo#106641) -> PASS
igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
shard-hsw: FAIL (fdo#105767) -> PASS
igt@kms_cursor_legacy@cursor-vs-flip-legacy:
shard-hsw: FAIL (fdo#103355) -> PASS
fdo#103355 https://bugs.freedesktop.org/show_bug.cgi?id=103355
fdo#103359 https://bugs.freedesktop.org/show_bug.cgi?id=103359
fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
fdo#105411 https://bugs.freedesktop.org/show_bug.cgi?id=105411
fdo#105767 https://bugs.freedesktop.org/show_bug.cgi?id=105767
fdo#106641 https://bugs.freedesktop.org/show_bug.cgi?id=106641
fdo#107093 https://bugs.freedesktop.org/show_bug.cgi?id=107093
fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912
k.org#198133 https://bugzilla.kernel.org/show_bug.cgi?id=198133
== Participating hosts (5 -> 5) ==
No changes in participating hosts
== Build changes ==
* IGT: IGT_4636 -> IGTPW_1820
* Linux: CI_DRM_4787 -> CI_DRM_4791
CI_DRM_4787: 6dc8457a2f2093eecb9c6cbb7306fd25bb1664e6 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_4791: 07cf212bc704357ee60aba52ec40bab538222040 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_1820: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1820/
IGT_4636: 40de31df52ffed5e392d607a83e3aea4efb150e6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_1820/shards.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-09-11 9:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07 10:19 [igt-dev] [PATCH i-g-t] igt/kms_frontbuffer_tracking: Double check that the CRC collection is stable Chris Wilson
2018-09-07 10:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-09-07 11:01 ` Chris Wilson
2018-09-07 19:19 ` Patchwork
2018-09-07 20:53 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-09-11 8:40 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2018-09-11 9:29 ` [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;
as well as URLs for NNTP newsgroup(s).