All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 14:21 ` Chris Wilson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Wilson @ 2019-11-01 14:21 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

Find all the perf* selftests and expose them in our igt. In CI we expect
these not to be run in BAT (since they are just performance tests rather
than conformance), but expect the results to be available from the
shards.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
---
 tests/i915/i915_selftest.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
index 6d597e682..abc8c9c79 100644
--- a/tests/i915/i915_selftest.c
+++ b/tests/i915/i915_selftest.c
@@ -40,4 +40,9 @@ igt_main
 			    "live_selftests=-1 disable_display=1 st_filter=%s",
 			    env) < sizeof(opts));
 	igt_kselftests("i915", opts, "live_selftests", "live");
+
+	igt_assert(snprintf(opts, sizeof(opts),
+			    "perf_selftests=-1 disable_display=1 st_filter=%s",
+			    env) < sizeof(opts));
+	igt_kselftests("i915", opts, "perf_selftests", "perf");
 }
-- 
2.24.0.rc2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [Intel-gfx] [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 14:21 ` Chris Wilson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Wilson @ 2019-11-01 14:21 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

Find all the perf* selftests and expose them in our igt. In CI we expect
these not to be run in BAT (since they are just performance tests rather
than conformance), but expect the results to be available from the
shards.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
---
 tests/i915/i915_selftest.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
index 6d597e682..abc8c9c79 100644
--- a/tests/i915/i915_selftest.c
+++ b/tests/i915/i915_selftest.c
@@ -40,4 +40,9 @@ igt_main
 			    "live_selftests=-1 disable_display=1 st_filter=%s",
 			    env) < sizeof(opts));
 	igt_kselftests("i915", opts, "live_selftests", "live");
+
+	igt_assert(snprintf(opts, sizeof(opts),
+			    "perf_selftests=-1 disable_display=1 st_filter=%s",
+			    env) < sizeof(opts));
+	igt_kselftests("i915", opts, "perf_selftests", "perf");
 }
-- 
2.24.0.rc2

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [igt-dev] [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 14:21 ` Chris Wilson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Wilson @ 2019-11-01 14:21 UTC (permalink / raw)
  To: intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

Find all the perf* selftests and expose them in our igt. In CI we expect
these not to be run in BAT (since they are just performance tests rather
than conformance), but expect the results to be available from the
shards.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
---
 tests/i915/i915_selftest.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
index 6d597e682..abc8c9c79 100644
--- a/tests/i915/i915_selftest.c
+++ b/tests/i915/i915_selftest.c
@@ -40,4 +40,9 @@ igt_main
 			    "live_selftests=-1 disable_display=1 st_filter=%s",
 			    env) < sizeof(opts));
 	igt_kselftests("i915", opts, "live_selftests", "live");
+
+	igt_assert(snprintf(opts, sizeof(opts),
+			    "perf_selftests=-1 disable_display=1 st_filter=%s",
+			    env) < sizeof(opts));
+	igt_kselftests("i915", opts, "perf_selftests", "perf");
 }
-- 
2.24.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] 11+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for i915/i915_selftests: Expose 'perf' selftests
  2019-11-01 14:21 ` [Intel-gfx] " Chris Wilson
  (?)
  (?)
@ 2019-11-01 15:49 ` Patchwork
  -1 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2019-11-01 15:49 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

== Series Details ==

Series: i915/i915_selftests: Expose 'perf' selftests
URL   : https://patchwork.freedesktop.org/series/68872/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_7241 -> IGTPW_3642
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/index.html

Known issues
------------

  Here are the changes found in IGTPW_3642 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_mmap_gtt@basic-write-gtt:
    - fi-icl-u3:          [PASS][1] -> [DMESG-WARN][2] ([fdo#107724])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-icl-u3/igt@gem_mmap_gtt@basic-write-gtt.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-icl-u3/igt@gem_mmap_gtt@basic-write-gtt.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-icl-u2:          [PASS][3] -> [FAIL][4] ([fdo#103167])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@gem_ctx_create@basic-files:
    - {fi-icl-y}:         [INCOMPLETE][5] ([fdo#107713] / [fdo#109100]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-icl-y/igt@gem_ctx_create@basic-files.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-icl-y/igt@gem_ctx_create@basic-files.html

  * igt@gem_ctx_exec@basic:
    - fi-icl-u3:          [DMESG-WARN][7] ([fdo#107724]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-icl-u3/igt@gem_ctx_exec@basic.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-icl-u3/igt@gem_ctx_exec@basic.html

  * igt@i915_module_load@reload-with-fault-injection:
    - {fi-icl-dsi}:       [INCOMPLETE][9] ([fdo#107713]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-icl-dsi/igt@i915_module_load@reload-with-fault-injection.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-icl-dsi/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_selftest@live_execlists:
    - {fi-tgl-u}:         [INCOMPLETE][11] ([fdo#111934]) -> [PASS][12]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-tgl-u/igt@i915_selftest@live_execlists.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-tgl-u/igt@i915_selftest@live_execlists.html

  * {igt@i915_selftest@live_gt_heartbeat}:
    - fi-cfl-guc:         [DMESG-FAIL][13] ([fdo#112096]) -> [PASS][14]
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-cfl-guc/igt@i915_selftest@live_gt_heartbeat.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-cfl-guc/igt@i915_selftest@live_gt_heartbeat.html

  * igt@kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       [FAIL][15] ([fdo#111407]) -> [PASS][16]
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/fi-kbl-7500u/igt@kms_chamelium@hdmi-hpd-fast.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo# 112163]: https://bugs.freedesktop.org/show_bug.cgi?id= 112163
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
  [fdo#111407]: https://bugs.freedesktop.org/show_bug.cgi?id=111407
  [fdo#111934]: https://bugs.freedesktop.org/show_bug.cgi?id=111934
  [fdo#112096]: https://bugs.freedesktop.org/show_bug.cgi?id=112096


Participating hosts (52 -> 44)
------------------------------

  Additional (1): fi-pnv-d510 
  Missing    (9): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-bwr-2160 fi-ctg-p8600 fi-gdg-551 fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5258 -> IGTPW_3642

  CI-20190529: 20190529
  CI_DRM_7241: a2936f0a864131c7debc89e9a9531c0608b54491 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3642: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/index.html
  IGT_5258: c8a88b614ac057b01809a17b9e87a197195b44ad @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 17:26   ` Lionel Landwerlin
  0 siblings, 0 replies; 11+ messages in thread
From: Lionel Landwerlin @ 2019-11-01 17:26 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

On 01/11/2019 16:21, Chris Wilson wrote:
> Find all the perf* selftests and expose them in our igt. In CI we expect
> these not to be run in BAT (since they are just performance tests rather
> than conformance), but expect the results to be available from the
> shards.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Matthew Auld <matthew.auld@intel.com>
> Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> ---
>   tests/i915/i915_selftest.c | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
> index 6d597e682..abc8c9c79 100644
> --- a/tests/i915/i915_selftest.c
> +++ b/tests/i915/i915_selftest.c
> @@ -40,4 +40,9 @@ igt_main
>   			    "live_selftests=-1 disable_display=1 st_filter=%s",
>   			    env) < sizeof(opts));
>   	igt_kselftests("i915", opts, "live_selftests", "live");
> +
> +	igt_assert(snprintf(opts, sizeof(opts),
> +			    "perf_selftests=-1 disable_display=1 st_filter=%s",
> +			    env) < sizeof(opts));
> +	igt_kselftests("i915", opts, "perf_selftests", "perf");
>   }


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Intel-gfx] [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 17:26   ` Lionel Landwerlin
  0 siblings, 0 replies; 11+ messages in thread
From: Lionel Landwerlin @ 2019-11-01 17:26 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

On 01/11/2019 16:21, Chris Wilson wrote:
> Find all the perf* selftests and expose them in our igt. In CI we expect
> these not to be run in BAT (since they are just performance tests rather
> than conformance), but expect the results to be available from the
> shards.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Matthew Auld <matthew.auld@intel.com>
> Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> ---
>   tests/i915/i915_selftest.c | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
> index 6d597e682..abc8c9c79 100644
> --- a/tests/i915/i915_selftest.c
> +++ b/tests/i915/i915_selftest.c
> @@ -40,4 +40,9 @@ igt_main
>   			    "live_selftests=-1 disable_display=1 st_filter=%s",
>   			    env) < sizeof(opts));
>   	igt_kselftests("i915", opts, "live_selftests", "live");
> +
> +	igt_assert(snprintf(opts, sizeof(opts),
> +			    "perf_selftests=-1 disable_display=1 st_filter=%s",
> +			    env) < sizeof(opts));
> +	igt_kselftests("i915", opts, "perf_selftests", "perf");
>   }


_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] [Intel-gfx] [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 17:26   ` Lionel Landwerlin
  0 siblings, 0 replies; 11+ messages in thread
From: Lionel Landwerlin @ 2019-11-01 17:26 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

On 01/11/2019 16:21, Chris Wilson wrote:
> Find all the perf* selftests and expose them in our igt. In CI we expect
> these not to be run in BAT (since they are just performance tests rather
> than conformance), but expect the results to be available from the
> shards.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Matthew Auld <matthew.auld@intel.com>
> Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> ---
>   tests/i915/i915_selftest.c | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/tests/i915/i915_selftest.c b/tests/i915/i915_selftest.c
> index 6d597e682..abc8c9c79 100644
> --- a/tests/i915/i915_selftest.c
> +++ b/tests/i915/i915_selftest.c
> @@ -40,4 +40,9 @@ igt_main
>   			    "live_selftests=-1 disable_display=1 st_filter=%s",
>   			    env) < sizeof(opts));
>   	igt_kselftests("i915", opts, "live_selftests", "live");
> +
> +	igt_assert(snprintf(opts, sizeof(opts),
> +			    "perf_selftests=-1 disable_display=1 st_filter=%s",
> +			    env) < sizeof(opts));
> +	igt_kselftests("i915", opts, "perf_selftests", "perf");
>   }


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 17:43     ` Chris Wilson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Wilson @ 2019-11-01 17:43 UTC (permalink / raw)
  To: Lionel Landwerlin, intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

Quoting Lionel Landwerlin (2019-11-01 17:26:17)
> On 01/11/2019 16:21, Chris Wilson wrote:
> > Find all the perf* selftests and expose them in our igt. In CI we expect
> > these not to be run in BAT (since they are just performance tests rather
> > than conformance), but expect the results to be available from the
> > shards.
> >
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: Matthew Auld <matthew.auld@intel.com>
> > Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

In case I confused you, not i915_perf.c per se, but when putting
together the selftests we had three category ideas: mock, live and perf.
Now finally get around to adding the performance centric tests (such as
peak throughput of the blitter) which don't offer much CI benefit, but
just occasionally convey useful information which may help in chasing
bugs.
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Intel-gfx] [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 17:43     ` Chris Wilson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Wilson @ 2019-11-01 17:43 UTC (permalink / raw)
  To: Lionel Landwerlin, intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

Quoting Lionel Landwerlin (2019-11-01 17:26:17)
> On 01/11/2019 16:21, Chris Wilson wrote:
> > Find all the perf* selftests and expose them in our igt. In CI we expect
> > these not to be run in BAT (since they are just performance tests rather
> > than conformance), but expect the results to be available from the
> > shards.
> >
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: Matthew Auld <matthew.auld@intel.com>
> > Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

In case I confused you, not i915_perf.c per se, but when putting
together the selftests we had three category ideas: mock, live and perf.
Now finally get around to adding the performance centric tests (such as
peak throughput of the blitter) which don't offer much CI benefit, but
just occasionally convey useful information which may help in chasing
bugs.
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [igt-dev] [Intel-gfx] [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests
@ 2019-11-01 17:43     ` Chris Wilson
  0 siblings, 0 replies; 11+ messages in thread
From: Chris Wilson @ 2019-11-01 17:43 UTC (permalink / raw)
  To: Lionel Landwerlin, intel-gfx; +Cc: igt-dev, Tomi Sarvela, Matthew Auld

Quoting Lionel Landwerlin (2019-11-01 17:26:17)
> On 01/11/2019 16:21, Chris Wilson wrote:
> > Find all the perf* selftests and expose them in our igt. In CI we expect
> > these not to be run in BAT (since they are just performance tests rather
> > than conformance), but expect the results to be available from the
> > shards.
> >
> > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> > Cc: Matthew Auld <matthew.auld@intel.com>
> > Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

In case I confused you, not i915_perf.c per se, but when putting
together the selftests we had three category ideas: mock, live and perf.
Now finally get around to adding the performance centric tests (such as
peak throughput of the blitter) which don't offer much CI benefit, but
just occasionally convey useful information which may help in chasing
bugs.
-Chris
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for i915/i915_selftests: Expose 'perf' selftests
  2019-11-01 14:21 ` [Intel-gfx] " Chris Wilson
                   ` (3 preceding siblings ...)
  (?)
@ 2019-11-03  0:17 ` Patchwork
  -1 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2019-11-03  0:17 UTC (permalink / raw)
  To: Chris Wilson; +Cc: igt-dev

== Series Details ==

Series: i915/i915_selftests: Expose 'perf' selftests
URL   : https://patchwork.freedesktop.org/series/68872/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_7241_full -> IGTPW_3642_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/index.html

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_3642_full:

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * {igt@i915_pm_dc@dc6-dpms}:
    - {shard-tglb}:       NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb7/igt@i915_pm_dc@dc6-dpms.html

  * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
    - {shard-tglb}:       [FAIL][2] ([fdo#111703]) -> [INCOMPLETE][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb8/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html

  
Known issues
------------

  Here are the changes found in IGTPW_3642_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_ctx_isolation@vcs1-s3:
    - shard-iclb:         [PASS][4] -> [SKIP][5] ([fdo#109276] / [fdo#112080])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb2/igt@gem_ctx_isolation@vcs1-s3.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb6/igt@gem_ctx_isolation@vcs1-s3.html

  * igt@gem_ctx_shared@exec-single-timeline-bsd:
    - shard-iclb:         [PASS][6] -> [SKIP][7] ([fdo#110841])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb6/igt@gem_ctx_shared@exec-single-timeline-bsd.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb2/igt@gem_ctx_shared@exec-single-timeline-bsd.html

  * igt@gem_exec_parallel@vcs1-fds:
    - shard-iclb:         [PASS][8] -> [SKIP][9] ([fdo#112080]) +10 similar issues
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb2/igt@gem_exec_parallel@vcs1-fds.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb8/igt@gem_exec_parallel@vcs1-fds.html

  * igt@gem_exec_schedule@in-order-bsd:
    - shard-iclb:         [PASS][10] -> [SKIP][11] ([fdo#112146]) +3 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb7/igt@gem_exec_schedule@in-order-bsd.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb1/igt@gem_exec_schedule@in-order-bsd.html

  * igt@gem_exec_schedule@preempt-queue-chain-bsd2:
    - shard-iclb:         [PASS][12] -> [SKIP][13] ([fdo#109276]) +6 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb2/igt@gem_exec_schedule@preempt-queue-chain-bsd2.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb3/igt@gem_exec_schedule@preempt-queue-chain-bsd2.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-snb:          [PASS][14] -> [DMESG-WARN][15] ([fdo#111870]) +1 similar issue
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-snb2/igt@gem_userptr_blits@dmabuf-sync.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-snb2/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@dmabuf-unsync:
    - shard-hsw:          [PASS][16] -> [DMESG-WARN][17] ([fdo#111870])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-hsw4/igt@gem_userptr_blits@dmabuf-unsync.html
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-hsw5/igt@gem_userptr_blits@dmabuf-unsync.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          [PASS][18] -> [DMESG-WARN][19] ([fdo#108566]) +5 similar issues
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
    - shard-glk:          [PASS][20] -> [FAIL][21] ([fdo#103167])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-glk3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-glk4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
    - shard-apl:          [PASS][22] -> [FAIL][23] ([fdo#103167])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-apl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-apl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
    - shard-kbl:          [PASS][24] -> [FAIL][25] ([fdo#103167])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-kbl1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
    - shard-iclb:         [PASS][26] -> [FAIL][27] ([fdo#103167]) +2 similar issues
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html

  * igt@kms_psr@psr2_sprite_mmap_gtt:
    - shard-iclb:         [PASS][28] -> [SKIP][29] ([fdo#109441])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb8/igt@kms_psr@psr2_sprite_mmap_gtt.html

  * igt@kms_rotation_crc@multiplane-rotation-cropping-bottom:
    - shard-kbl:          [PASS][30] -> [DMESG-FAIL][31] ([fdo#105763])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-kbl2/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-kbl2/igt@kms_rotation_crc@multiplane-rotation-cropping-bottom.html

  
#### Possible fixes ####

  * igt@gem_ctx_exec@basic-invalid-context-vcs1:
    - shard-iclb:         [SKIP][32] ([fdo#112080]) -> [PASS][33] +8 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb6/igt@gem_ctx_exec@basic-invalid-context-vcs1.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb1/igt@gem_ctx_exec@basic-invalid-context-vcs1.html

  * igt@gem_ctx_isolation@rcs0-s3:
    - shard-kbl:          [DMESG-WARN][34] ([fdo#108566]) -> [PASS][35] +6 similar issues
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-kbl4/igt@gem_ctx_isolation@rcs0-s3.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-kbl7/igt@gem_ctx_isolation@rcs0-s3.html

  * igt@gem_ctx_isolation@vcs1-none:
    - shard-iclb:         [SKIP][36] ([fdo#109276] / [fdo#112080]) -> [PASS][37] +1 similar issue
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb8/igt@gem_ctx_isolation@vcs1-none.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb4/igt@gem_ctx_isolation@vcs1-none.html

  * {igt@gem_ctx_persistence@processes}:
    - {shard-tglb}:       [FAIL][38] -> [PASS][39]
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb8/igt@gem_ctx_persistence@processes.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb8/igt@gem_ctx_persistence@processes.html

  * igt@gem_exec_create@madvise:
    - {shard-tglb}:       [INCOMPLETE][40] ([fdo#111747]) -> [PASS][41]
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb6/igt@gem_exec_create@madvise.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb3/igt@gem_exec_create@madvise.html

  * igt@gem_exec_schedule@preempt-other-chain-bsd:
    - shard-iclb:         [SKIP][42] ([fdo#112146]) -> [PASS][43] +5 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb1/igt@gem_exec_schedule@preempt-other-chain-bsd.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb6/igt@gem_exec_schedule@preempt-other-chain-bsd.html

  * igt@gem_exec_schedule@smoketest-vebox:
    - {shard-tglb}:       [INCOMPLETE][44] ([fdo#111998]) -> [PASS][45]
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb6/igt@gem_exec_schedule@smoketest-vebox.html
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb6/igt@gem_exec_schedule@smoketest-vebox.html

  * igt@gem_persistent_relocs@forked-interruptible-thrashing:
    - shard-snb:          [FAIL][46] ([fdo#112037]) -> [PASS][47]
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-snb7/igt@gem_persistent_relocs@forked-interruptible-thrashing.html
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-snb7/igt@gem_persistent_relocs@forked-interruptible-thrashing.html

  * igt@gem_softpin@noreloc-s3:
    - shard-apl:          [DMESG-WARN][48] ([fdo#108566]) -> [PASS][49] +1 similar issue
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-apl6/igt@gem_softpin@noreloc-s3.html
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-apl7/igt@gem_softpin@noreloc-s3.html
    - shard-snb:          [DMESG-WARN][50] ([fdo#102365]) -> [PASS][51]
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-snb7/igt@gem_softpin@noreloc-s3.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-snb7/igt@gem_softpin@noreloc-s3.html

  * igt@gem_userptr_blits@map-fixed-invalidate-busy:
    - shard-snb:          [DMESG-WARN][52] ([fdo#111870]) -> [PASS][53] +1 similar issue
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-snb4/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy.html

  * igt@gem_userptr_blits@map-fixed-invalidate-busy-gup:
    - shard-hsw:          [DMESG-WARN][54] ([fdo#111870]) -> [PASS][55] +2 similar issues
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-hsw7/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-hsw1/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup.html

  * igt@i915_pm_rpm@modeset-stress-extra-wait:
    - shard-glk:          [DMESG-WARN][56] ([fdo#105763] / [fdo#106538]) -> [PASS][57]
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-glk8/igt@i915_pm_rpm@modeset-stress-extra-wait.html
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-glk2/igt@i915_pm_rpm@modeset-stress-extra-wait.html

  * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
    - shard-glk:          [FAIL][58] ([fdo#105363]) -> [PASS][59]
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-glk9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-glk8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html

  * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt:
    - {shard-tglb}:       [FAIL][60] ([fdo#103167]) -> [PASS][61] +1 similar issue
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbc-suspend:
    - shard-iclb:         [FAIL][62] ([fdo#103167]) -> [PASS][63] +6 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb4/igt@kms_frontbuffer_tracking@fbc-suspend.html
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-suspend.html

  * igt@kms_psr@psr2_dpms:
    - shard-iclb:         [SKIP][64] ([fdo#109441]) -> [PASS][65] +1 similar issue
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb6/igt@kms_psr@psr2_dpms.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb2/igt@kms_psr@psr2_dpms.html

  * igt@kms_psr@suspend:
    - {shard-tglb}:       [INCOMPLETE][66] ([fdo#111832] / [fdo#111850]) -> [PASS][67]
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb2/igt@kms_psr@suspend.html
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb6/igt@kms_psr@suspend.html

  * igt@kms_setmode@basic:
    - shard-apl:          [FAIL][68] ([fdo#99912]) -> [PASS][69]
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-apl6/igt@kms_setmode@basic.html
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-apl3/igt@kms_setmode@basic.html

  * igt@kms_universal_plane@universal-plane-gen9-features-pipe-d:
    - {shard-tglb}:       [INCOMPLETE][70] -> [PASS][71]
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb7/igt@kms_universal_plane@universal-plane-gen9-features-pipe-d.html
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb3/igt@kms_universal_plane@universal-plane-gen9-features-pipe-d.html

  * igt@kms_vblank@pipe-d-ts-continuation-suspend:
    - {shard-tglb}:       [INCOMPLETE][72] ([fdo#111850]) -> [PASS][73] +1 similar issue
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-tglb8/igt@kms_vblank@pipe-d-ts-continuation-suspend.html
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-tglb5/igt@kms_vblank@pipe-d-ts-continuation-suspend.html

  * igt@prime_busy@hang-bsd2:
    - shard-iclb:         [SKIP][74] ([fdo#109276]) -> [PASS][75] +21 similar issues
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb7/igt@prime_busy@hang-bsd2.html
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb4/igt@prime_busy@hang-bsd2.html

  * igt@sw_sync@sync_expired_merge:
    - shard-apl:          [INCOMPLETE][76] ([fdo#103927]) -> [PASS][77]
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-apl4/igt@sw_sync@sync_expired_merge.html
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-apl3/igt@sw_sync@sync_expired_merge.html

  
#### Warnings ####

  * igt@gem_ctx_isolation@vcs1-nonpriv:
    - shard-iclb:         [FAIL][78] ([fdo#111329]) -> [SKIP][79] ([fdo#109276] / [fdo#112080])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv.html
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb5/igt@gem_ctx_isolation@vcs1-nonpriv.html

  * igt@gem_mocs_settings@mocs-settings-bsd2:
    - shard-iclb:         [FAIL][80] ([fdo#111330]) -> [SKIP][81] ([fdo#109276])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7241/shard-iclb1/igt@gem_mocs_settings@mocs-settings-bsd2.html
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/shard-iclb5/igt@gem_mocs_settings@mocs-settings-bsd2.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#102365]: https://bugs.freedesktop.org/show_bug.cgi?id=102365
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363
  [fdo#105763]: https://bugs.freedesktop.org/show_bug.cgi?id=105763
  [fdo#106538]: https://bugs.freedesktop.org/show_bug.cgi?id=106538
  [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841
  [fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329
  [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330
  [fdo#111646]: https://bugs.freedesktop.org/show_bug.cgi?id=111646
  [fdo#111671]: https://bugs.freedesktop.org/show_bug.cgi?id=111671
  [fdo#111677]: https://bugs.freedesktop.org/show_bug.cgi?id=111677
  [fdo#111703]: https://bugs.freedesktop.org/show_bug.cgi?id=111703
  [fdo#111747]: https://bugs.freedesktop.org/show_bug.cgi?id=111747
  [fdo#111831]: https://bugs.freedesktop.org/show_bug.cgi?id=111831
  [fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832
  [fdo#111850]: https://bugs.freedesktop.org/show_bug.cgi?id=111850
  [fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
  [fdo#111998]: https://bugs.freedesktop.org/show_bug.cgi?id=111998
  [fdo#112037]: https://bugs.freedesktop.org/show_bug.cgi?id=112037
  [fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
  [fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
  [fdo#99912]: https://bugs.freedesktop.org/show_bug.cgi?id=99912


Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-glk-j5005 pig-hsw-4770r 


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_5258 -> IGTPW_3642
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_7241: a2936f0a864131c7debc89e9a9531c0608b54491 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_3642: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3642/index.html
  IGT_5258: c8a88b614ac057b01809a17b9e87a197195b44ad @ 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_3642/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-11-03  0:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 14:21 [PATCH i-g-t] i915/i915_selftests: Expose 'perf' selftests Chris Wilson
2019-11-01 14:21 ` [igt-dev] " Chris Wilson
2019-11-01 14:21 ` [Intel-gfx] " Chris Wilson
2019-11-01 15:49 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-01 17:26 ` [PATCH i-g-t] " Lionel Landwerlin
2019-11-01 17:26   ` [igt-dev] [Intel-gfx] " Lionel Landwerlin
2019-11-01 17:26   ` Lionel Landwerlin
2019-11-01 17:43   ` Chris Wilson
2019-11-01 17:43     ` [igt-dev] [Intel-gfx] " Chris Wilson
2019-11-01 17:43     ` Chris Wilson
2019-11-03  0:17 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.