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

Patchwork patchwork at emeril.freedesktop.org
Sun Feb 24 00:18:33 UTC 2019


== Series Details ==

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

== Summary ==

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

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * 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_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       PASS -> FAIL [fdo#109485]

  * 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

  
#### 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#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [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#109485]: https://bugs.freedesktop.org/show_bug.cgi?id=109485
  [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#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (40 -> 37)
------------------------------

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


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

    * Linux: CI_DRM_5656 -> Trybot_3883

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


== Linux commits ==

6d53e1f40398 drm/i915: Pass around the intel_context
d9dc0cc063f5 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
e104f0a6d1b3 drm/i915: Allow a context to define its set of engines
237ac6b9ad8f drm/i915: Re-arrange execbuf so context is known before engine
e03bd969e548 drm/i915: Remove last traces of exec-id (GEM_BUSY)
8d3e87454505 drm/i915: Fix I915_EXEC_RING_MASK
08c026aa5af1 drm/i915: Allow userspace to clone contexts on creation
f8c5d5893017 drm/i915: Allow contexts to share a single timeline across all engines
ee919cf0b6d8 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
9c80c8991941 drm/i915: Create/destroy VM (ppGTT) for use with contexts
7020590c0131 drm/i915: Introduce a context barrier callback
735f77854f18 drm/i915: Track active engines within a context
a8e038a9a614 drm/i915: Introduce the i915_user_extension_method
0d08a0989844 drm/i915: Remove has-kernel-context
7a1f4ed7c005 drm/i915: Reduce presumption of request ordering for barriers
7a26c2256fb9 drm/i915: Refactor common code to load initial power context
7b036471fdf4 drm/i915: Store the BIT(engine->id) as the engine's mask
478e99834446 drm/i915: Do a synchronous switch-to-kernel-context on idling
9b20871a39ce drm/i915/selftests: Improve switch-to-kernel-context checking
948db77edad2 drm/i915: Force GPU idle on suspend
4bb28e2c980b drm/i915: Use __ffs() in for_each_priolist for more compact code
2a0662d92796 drm/i915/execlists: Skip direct submission if only lite-restore
2c1e91b30f4f drm/i915: Prioritise non-busywait semaphore workloads
ddfd92ea30cc drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
b2b4f01e87c5 drm/i915: Compute the global scheduler caps
1022cec8ade0 drm/i915: Keep timeline HWSP allocated until idle across the system
6e8d9a3b5900 drm/i915: Introduce i915_timeline.mutex
9417128f57ae drm/i915: Make request allocation caches global
650e5b1b5e94 drm/i915/execlists: Suppress redundant preemption
76ad5570703a drm/i915/execlists: Suppress mere WAIT preemption
0b64c56a146b drm/i915: Skip scanning for signalers if we are already inflight
64ed3e4847ae drm/i915/selftests: Exercise resetting during non-user payloads
1fc018dddabf drm/i915: Remove i915_request.global_seqno
7c5c5f24fb72 drm/i915: Remove access to global seqno in the HWSP
07ba27f99157 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_3883/


More information about the Intel-gfx-trybot mailing list