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

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 25 16:30:10 UTC 2019


== Series Details ==

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

== Summary ==

CI Bug Log - changes from CI_DRM_5658 -> Trybot_3896
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at amdgpu/amd_basic at cs-compute:
    - fi-kbl-8809g:       NOTRUN -> FAIL [fdo#108094]

  * igt at i915_selftest@live_evict:
    - fi-bsw-kefka:       PASS -> DMESG-WARN [fdo#107709]

  * igt at runner@aborted:
    - fi-bsw-kefka:       NOTRUN -> FAIL [fdo#107709]

  
#### Possible fixes ####

  * igt at amdgpu/amd_basic at userptr:
    - fi-kbl-8809g:       DMESG-WARN [fdo#108965] -> PASS

  * igt at kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       WARN [fdo#109380] -> PASS

  * igt at kms_frontbuffer_tracking@basic:
    - fi-icl-u3:          FAIL [fdo#103167] -> PASS

  * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-c:
    - fi-kbl-7567u:       SKIP [fdo#109271] -> PASS +33

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

  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107709]: https://bugs.freedesktop.org/show_bug.cgi?id=107709
  [fdo#108094]: https://bugs.freedesktop.org/show_bug.cgi?id=108094
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108965]: https://bugs.freedesktop.org/show_bug.cgi?id=108965
  [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#109380]: https://bugs.freedesktop.org/show_bug.cgi?id=109380
  [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 (44 -> 40)
------------------------------

  Additional (1): fi-icl-y 
  Missing    (5): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 


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

    * Linux: CI_DRM_5658 -> Trybot_3896

  CI_DRM_5658: dc6f5e9c1239d7a4b77e31cfaca48873692d579f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4854: 06b0830fb948b9b632342cd26100342aa01cbc79 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3896: d488d9848375361259a30ab9356b370584a6a0ad @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

d488d9848375 drm/i915: Remove second level open-coded rcu work
a87c14d0ad77 drm/i915: Make object/vma allocation caches global
dab7588adfe2 drm/i915/selftests: Check preemption support on each engine
c94155f2a0f8 drm/i915: Allow specification of parallel execbuf
6f112985cc2d drm/i915/execlists: Virtual engine bonding
67fb14b1515b drm/i915: Extend execution fence to support a callback
14f78773b927 drm/i915: Load balancing across a virtual engine
f4d8377fbad8 drm/i915: Introduce intel_context.pin_mutex for pin management
f8b6e2baba36 drm/i915: Track the pinned kernel contexts on each engine
641ef28609ea drm/i915: Make context pinning part of intel_context_ops
2e2f00da1b8c drm/i915: Move over to intel_context_lookup()
4c18ff21a8d5 drm/i915: Store the intel_context_ops in the intel_engine_cs
1f8fbc7923b6 drm/i915: Split struct intel_context definition to its own header
98be75884990 drm/i915: Pass around the intel_context
4e82b1ec4446 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
815d99bb8db8 drm/i915: Allow a context to define its set of engines
5015677aec23 drm/i915: Re-arrange execbuf so context is known before engine
9cc0da046a78 drm/i915: Remove last traces of exec-id (GEM_BUSY)
e9572388cfc3 drm/i915: Fix I915_EXEC_RING_MASK
6583f65fc4a5 drm/i915: Allow userspace to clone contexts on creation
d87bf1271718 drm/i915: Allow contexts to share a single timeline across all engines
6d1c3398c137 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
3cd6edf19c1b drm/i915: Create/destroy VM (ppGTT) for use with contexts
afafb9b28245 drm/i915: Introduce a context barrier callback
6849f9ee25a8 drm/i915: Track active engines within a context
cdb9714198d8 drm/i915: Introduce the i915_user_extension_method
4218ebaf776d drm/i915: Remove has-kernel-context
eaeb0bbeb62a drm/i915: Reduce presumption of request ordering for barriers
46c941bb7499 drm/i915: Refactor common code to load initial power context
492984a8b197 drm/i915: Store the BIT(engine->id) as the engine's mask
9238dd0ec67e drm/i915: Do a synchronous switch-to-kernel-context on idling
09340b8bce92 drm/i915/selftests: Improve switch-to-kernel-context checking
06bfd027ced5 drm/i915: Force GPU idle on suspend
9ef7ab56dde4 drm/i915: Use __ffs() in for_each_priolist for more compact code
e20e8c7e666d drm/i915/execlists: Skip direct submission if only lite-restore
581ad7bff2a3 drm/i915: Prioritise non-busywait semaphore workloads
b7e276e22eec drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
d7e6f76a59fc drm/i915: Compute the global scheduler caps
d073a675254d drm/i915: Keep timeline HWSP allocated until idle across the system
ecfd96ae7a40 drm/i915: Introduce i915_timeline.mutex
168f8df864f4 drm/i915: Make request allocation caches global
8b29c17ec2ad drm/i915/execlists: Suppress redundant preemption
198d59328e7b drm/i915/execlists: Suppress mere WAIT preemption
8ae28b77042f drm/i915: Skip scanning for signalers if we are already inflight
2454e5c53f72 drm/i915/selftests: Exercise resetting during non-user payloads
56daa1c3aaf6 drm/i915: Remove i915_request.global_seqno
0fab8c62b4b5 drm/i915: Remove access to global seqno in the HWSP
832914da1fe4 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_3896/


More information about the Intel-gfx-trybot mailing list