✓ Fi.CI.BAT: success for series starting with [01/40] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno

Patchwork patchwork at emeril.freedesktop.org
Sun Feb 24 15:43:28 UTC 2019


== Series Details ==

Series: series starting with [01/40] drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
URL   : https://patchwork.freedesktop.org/series/57150/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5656 -> Trybot_3890
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/57150/revisions/1/mbox/

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

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

### IGT changes ###

#### Issues hit ####

  * igt at kms_busy@basic-flip-b:
    - fi-gdg-551:         PASS -> FAIL [fdo#103182]

  * igt at kms_busy@basic-flip-c:
    - fi-blb-e6850:       NOTRUN -> SKIP [fdo#109271] / [fdo#109278]

  * igt at kms_chamelium@dp-hpd-fast:
    - fi-skl-6700k2:      NOTRUN -> SKIP [fdo#109271] +41

  * igt at kms_chamelium@hdmi-edid-read:
    - fi-hsw-peppy:       NOTRUN -> SKIP [fdo#109271] +46

  * igt at kms_frontbuffer_tracking@basic:
    - fi-hsw-peppy:       NOTRUN -> DMESG-FAIL [fdo#102614]

  * igt at kms_pipe_crc_basic@hang-read-crc-pipe-c:
    - fi-blb-e6850:       NOTRUN -> SKIP [fdo#109271] +48

  * igt at prime_vgem@basic-fence-flip:
    - fi-ilk-650:         PASS -> FAIL [fdo#104008]

  
#### Possible fixes ####

  * igt at gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       INCOMPLETE [fdo#107718] -> PASS

  * igt at i915_selftest@live_execlists:
    - fi-apl-guc:         INCOMPLETE [fdo#103927] / [fdo#109720] -> PASS

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

  [fdo#102614]: https://bugs.freedesktop.org/show_bug.cgi?id=102614
  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#104008]: https://bugs.freedesktop.org/show_bug.cgi?id=104008
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109294]: https://bugs.freedesktop.org/show_bug.cgi?id=109294
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109527]: https://bugs.freedesktop.org/show_bug.cgi?id=109527
  [fdo#109528]: https://bugs.freedesktop.org/show_bug.cgi?id=109528
  [fdo#109530]: https://bugs.freedesktop.org/show_bug.cgi?id=109530
  [fdo#109567]: https://bugs.freedesktop.org/show_bug.cgi?id=109567
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (40 -> 35)
------------------------------

  Additional (3): fi-icl-y fi-hsw-peppy fi-skl-6700k2 
  Missing    (8): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-icl-u2 fi-bsw-cyan fi-cfl-8109u fi-icl-u3 fi-pnv-d510 


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

    * Linux: CI_DRM_5656 -> Trybot_3890

  CI_DRM_5656: 002eb37fb0113b1b5e017c842890e1c3601b8631 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4853: 8afdfd8fa9ce17043d9105dedca46ad4555fdcdb @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3890: d691b04de05b08e712bb754def82550d78815b88 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

d691b04de05b drm/i915: Track the pinned kernel contexts on each engine
83ea061bf94b drm/i915: Make context pinning part of intel_context_ops
829764bda722 drm/i915: Move over to intel_context_lookup()
10537560b4c0 drm/i915: Store the intel_context_ops in the intel_engine_cs
8c809112be50 drm/i915: Split struct intel_context definition to its own header
c1df510bc364 drm/i915: Pass around the intel_context
bd1d7f4b2f88 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
d6d43e34c9fb drm/i915: Allow a context to define its set of engines
1278edf36faf drm/i915: Re-arrange execbuf so context is known before engine
91ca84e7b3a6 drm/i915: Remove last traces of exec-id (GEM_BUSY)
654501648e9d drm/i915: Fix I915_EXEC_RING_MASK
40cbbc3ccd36 drm/i915: Allow userspace to clone contexts on creation
09d57e1ee7ee drm/i915: Allow contexts to share a single timeline across all engines
a77fc4f492aa drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
c2b583a86f36 drm/i915: Create/destroy VM (ppGTT) for use with contexts
0abad0c7f987 drm/i915: Introduce a context barrier callback
0abd50ce86bd drm/i915: Track active engines within a context
91bbfe944e6b drm/i915: Introduce the i915_user_extension_method
00f91432f79f drm/i915: Remove has-kernel-context
d65294f750ac drm/i915: Reduce presumption of request ordering for barriers
bf50d305b38c drm/i915: Refactor common code to load initial power context
ee991d4e6320 drm/i915: Store the BIT(engine->id) as the engine's mask
b8505bc30406 drm/i915: Do a synchronous switch-to-kernel-context on idling
fd44e9682a30 drm/i915/selftests: Improve switch-to-kernel-context checking
bf79c27da09c drm/i915: Force GPU idle on suspend
e8e6c2845bdd drm/i915: Use __ffs() in for_each_priolist for more compact code
9569dcfebf9f drm/i915/execlists: Skip direct submission if only lite-restore
d7d8e5c19daf drm/i915: Prioritise non-busywait semaphore workloads
88f9937d92fd drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
a18349fc134b drm/i915: Compute the global scheduler caps
f4b426c7cacd drm/i915: Keep timeline HWSP allocated until idle across the system
9c04b2de8f9d drm/i915: Introduce i915_timeline.mutex
420d46b74597 drm/i915: Make request allocation caches global
a3bddbe8fcd1 drm/i915/execlists: Suppress redundant preemption
0cffb5a0394b drm/i915/execlists: Suppress mere WAIT preemption
b6c56b7791be drm/i915: Skip scanning for signalers if we are already inflight
a6cde1eeec0f drm/i915/selftests: Exercise resetting during non-user payloads
cca68d4ee908 drm/i915: Remove i915_request.global_seqno
64d8f0515e4c drm/i915: Remove access to global seqno in the HWSP
2caabf206877 drm/i915: Replace global_seqno with a hangcheck heartbeat seqno

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_3890/


More information about the Intel-gfx-trybot mailing list