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

Patchwork patchwork at emeril.freedesktop.org
Sat Feb 23 23:56:01 UTC 2019


== Series Details ==

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

== Summary ==

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

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_exec_suspend@basic-s4-devices:
    - fi-blb-e6850:       NOTRUN -> INCOMPLETE [fdo#107718]

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

  * 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]

  
#### Possible fixes ####

  * igt at gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       INCOMPLETE [fdo#107718] -> 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#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


Participating hosts (40 -> 38)
------------------------------

  Additional (3): fi-icl-y fi-hsw-peppy fi-skl-6700k2 
  Missing    (5): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-icl-u3 


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

    * Linux: CI_DRM_5656 -> Trybot_3882

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


== Linux commits ==

ce826838ba42 drm/i915: Allow a context to define its set of engines
b0a8ec770a3e drm/i915: Re-arrange execbuf so context is known before engine
283ce2e84c64 drm/i915: Remove last traces of exec-id (GEM_BUSY)
9f9b6ecb6fd7 drm/i915: Fix I915_EXEC_RING_MASK
09c4c64a35a2 drm/i915: Allow userspace to clone contexts on creation
50aa5b32d605 drm/i915: Allow contexts to share a single timeline across all engines
2bbe1252462a drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
57199cfac143 drm/i915: Create/destroy VM (ppGTT) for use with contexts
e6c512fc03b7 drm/i915: Introduce a context barrier callback
420e8370741c drm/i915: Track active engines within a context
846720aeeb40 drm/i915: Introduce the i915_user_extension_method
de85c025100a drm/i915: Remove has-kernel-context
d6f289c88069 drm/i915: Reduce presumption of request ordering for barriers
1be391d282b4 drm/i915: Refactor common code to load initial power context
0f91407e2226 drm/i915: Store the BIT(engine->id) as the engine's mask
9d8072523b5a drm/i915: Do a synchronous switch-to-kernel-context on idling
53b821c863cc drm/i915/selftests: Improve switch-to-kernel-context checking
707152d08a93 drm/i915: Force GPU idle on suspend
84199b21260a drm/i915: Use __ffs() in for_each_priolist for more compact code
cacd9dd1040e drm/i915/execlists: Skip direct submission if only lite-restore
06e8d5c40ffc drm/i915: Prioritise non-busywait semaphore workloads
0c2033bd0f5e drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
ecb34ffabc17 drm/i915: Compute the global scheduler caps
ccc8c86b98db drm/i915: Keep timeline HWSP allocated until idle across the system
d89c10785af3 drm/i915: Introduce i915_timeline.mutex
fff5d477a00b drm/i915: Make request allocation caches global
7ce667233835 drm/i915/execlists: Suppress redundant preemption
39cb65060a71 drm/i915/execlists: Suppress mere WAIT preemption
b5c1540c018b drm/i915: Skip scanning for signalers if we are already inflight
5c8f565abcb7 drm/i915/selftests: Exercise resetting during non-user payloads
e0ff7dffc981 drm/i915: Remove i915_request.global_seqno
1c1eea77fffa drm/i915: Remove access to global seqno in the HWSP
e5dbef054198 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_3882/


More information about the Intel-gfx-trybot mailing list