✓ Fi.CI.BAT: success for series starting with [01/42] drm/i915: Skip scanning for signalers if we are already inflight

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 26 16:02:53 UTC 2019


== Series Details ==

Series: series starting with [01/42] drm/i915: Skip scanning for signalers if we are already inflight
URL   : https://patchwork.freedesktop.org/series/57254/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5660 -> Trybot_3903
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_ctx_create@basic-files:
    - fi-gdg-551:         NOTRUN -> SKIP [fdo#109271] +106

  * igt at gem_exec_basic@readonly-bsd2:
    - fi-pnv-d510:        NOTRUN -> SKIP [fdo#109271] +76

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

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

  * igt at kms_busy@basic-flip-c:
    - fi-byt-j1900:       NOTRUN -> SKIP [fdo#109271] / [fdo#109278]
    - fi-gdg-551:         NOTRUN -> SKIP [fdo#109271] / [fdo#109278]
    - fi-pnv-d510:        NOTRUN -> SKIP [fdo#109271] / [fdo#109278]

  * igt at kms_chamelium@hdmi-crc-fast:
    - fi-byt-j1900:       NOTRUN -> SKIP [fdo#109271] +52

  
#### Possible fixes ####

  * igt at i915_pm_rpm@basic-pci-d3-state:
    - fi-bsw-kefka:       SKIP [fdo#109271] -> PASS

  * igt at i915_pm_rpm@basic-rte:
    - fi-bsw-kefka:       FAIL [fdo#108800] -> PASS

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

  
  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108800]: https://bugs.freedesktop.org/show_bug.cgi?id=108800
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (42 -> 38)
------------------------------

  Additional (3): fi-byt-j1900 fi-gdg-551 fi-pnv-d510 
  Missing    (7): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-ctg-p8600 fi-icl-y fi-bdw-samus fi-skl-6600u 


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

    * Linux: CI_DRM_5660 -> Trybot_3903

  CI_DRM_5660: 2cca9f74156f1061298a7249f7af80dcbb9178d9 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4857: 25911cdde500aa6ddede601faec91741c6963c27 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3903: a400ecee1f64f5f2d358b1c633d20d786fe455c1 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

a400ecee1f64 drm/i915/selftests: Check preemption support on each engine
ced2da539c5b drm/i915: Allow specification of parallel execbuf
445cbd24be7e drm/i915/execlists: Virtual engine bonding
ad22ea91fb79 drm/i915: Extend execution fence to support a callback
3c6e9402e4fd drm/i915: Load balancing across a virtual engine
77a78e9a9a46 drm/i915: Introduce intel_context.pin_mutex for pin management
bc3afa7d2ea4 drm/i915: Track the pinned kernel contexts on each engine
bd334a74ab75 drm/i915: Make context pinning part of intel_context_ops
ff38fab8c2a0 drm/i915: Move over to intel_context_lookup()
8d1257bdd994 drm/i915: Store the intel_context_ops in the intel_engine_cs
9cd7c77174d5 drm/i915: Split struct intel_context definition to its own header
f0bee1bf52e9 drm/i915: Pass around the intel_context
597f35beaf51 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
ddd4afff4fd2 drm/i915: Allow a context to define its set of engines
e9056df44ae7 drm/i915: Re-arrange execbuf so context is known before engine
7bb89b2b7fb5 drm/i915: Remove last traces of exec-id (GEM_BUSY)
e9d59ee0f573 drm/i915: Fix I915_EXEC_RING_MASK
5563e6ecdbf0 drm/i915: Allow userspace to clone contexts on creation
128c6070de6a drm/i915: Allow contexts to share a single timeline across all engines
1c8fbd13399e drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
b3df4121c760 drm/i915: Create/destroy VM (ppGTT) for use with contexts
969b9d2dc807 drm/i915: Introduce a context barrier callback
562013732465 drm/i915: Track active engines within a context
66d123c8a347 drm/i915: Introduce the i915_user_extension_method
7905e659ed9b drm/i915: Remove has-kernel-context
8f2573903214 drm/i915: Reduce presumption of request ordering for barriers
0c88fcf790e6 drm/i915: Refactor common code to load initial power context
0988daa91c0b drm/i915: Store the BIT(engine->id) as the engine's mask
d95a8abd09d1 drm/i915: Do a synchronous switch-to-kernel-context on idling
9bebf2db18e6 drm/i915/selftests: Improve switch-to-kernel-context checking
de10faec2a83 drm/i915: Force GPU idle on suspend
7cba5b9c6207 drm/i915: Use __ffs() in for_each_priolist for more compact code
e8929c3d0928 drm/i915/execlists: Skip direct submission if only lite-restore
fb71da0a42ec drm/i915: Prioritise non-busywait semaphore workloads
ca3735880b5a drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
f1d711eeadd9 drm/i915: Compute the global scheduler caps
0175996fedd1 drm/i915: Keep timeline HWSP allocated until idle across the system
debb469dc2c9 drm/i915: Introduce i915_timeline.mutex
ee05e06ccaa3 drm/i915: Make request allocation caches global
009147d775b7 drm/i915/execlists: Suppress redundant preemption
2668e7fed867 drm/i915/execlists: Suppress mere WAIT preemption
e38d96ef535b drm/i915: Skip scanning for signalers if we are already inflight

== Logs ==

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


More information about the Intel-gfx-trybot mailing list