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

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 26 12:44:36 UTC 2019


== Series Details ==

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

== Summary ==

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

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at amdgpu/amd_cs_nop at fork-compute0:
    - fi-blb-e6850:       NOTRUN -> SKIP [fdo#109271] +18

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

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

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

  
#### Possible fixes ####

  * igt at i915_module_load@reload:
    - fi-blb-e6850:       INCOMPLETE [fdo#107718] -> PASS

  * 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_pm_rpm@module-reload:
    - {fi-icl-y}:         INCOMPLETE [fdo#108840] -> 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#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108800]: https://bugs.freedesktop.org/show_bug.cgi?id=108800
  [fdo#108840]: https://bugs.freedesktop.org/show_bug.cgi?id=108840
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720


Participating hosts (42 -> 39)
------------------------------

  Additional (2): fi-byt-j1900 fi-gdg-551 
  Missing    (5): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-ctg-p8600 fi-bdw-samus 


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

    * Linux: CI_DRM_5660 -> Trybot_3902

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


== Linux commits ==

e038bc84b6f1 drm/i915: Remove second level open-coded rcu work
6ecb9b31be6f drm/i915: Make object/vma allocation caches global
15a6e3d77c96 drm/i915/selftests: Check preemption support on each engine
571f16827332 drm/i915: Allow specification of parallel execbuf
6136e0cad4ce drm/i915/execlists: Virtual engine bonding
4b2d690816d1 drm/i915: Extend execution fence to support a callback
0bf635e56aea drm/i915: Load balancing across a virtual engine
dde8f2a152ec drm/i915: Introduce intel_context.pin_mutex for pin management
d82d590323a6 drm/i915: Track the pinned kernel contexts on each engine
341c568af5a6 drm/i915: Make context pinning part of intel_context_ops
267fbc90a85d drm/i915: Move over to intel_context_lookup()
15b3830b6d3f drm/i915: Store the intel_context_ops in the intel_engine_cs
ba8b5c4b7af1 drm/i915: Split struct intel_context definition to its own header
ec05926b6611 drm/i915: Pass around the intel_context
53a66f8e187e drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
ba33e7d1ed9c drm/i915: Allow a context to define its set of engines
2d4f4f34a1a7 drm/i915: Re-arrange execbuf so context is known before engine
beda460136e5 drm/i915: Remove last traces of exec-id (GEM_BUSY)
e93051142c5e drm/i915: Fix I915_EXEC_RING_MASK
d72b98205978 drm/i915: Allow userspace to clone contexts on creation
dcd32bf169ce drm/i915: Allow contexts to share a single timeline across all engines
5e66fcfb2615 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
d2cb4ec649a3 drm/i915: Create/destroy VM (ppGTT) for use with contexts
e2d581f2e727 drm/i915: Introduce a context barrier callback
56249aa64231 drm/i915: Track active engines within a context
78d29ccd7063 drm/i915: Introduce the i915_user_extension_method
5346fe152912 drm/i915: Remove has-kernel-context
f1a9e2a0604e drm/i915: Reduce presumption of request ordering for barriers
c73e49a951d7 drm/i915: Refactor common code to load initial power context
3749830522b3 drm/i915: Store the BIT(engine->id) as the engine's mask
7310571cb758 drm/i915: Do a synchronous switch-to-kernel-context on idling
fbce7da13550 drm/i915/selftests: Improve switch-to-kernel-context checking
b43c61a594e4 drm/i915: Force GPU idle on suspend
7bbaef7c9c4e drm/i915: Use __ffs() in for_each_priolist for more compact code
ba1007e40c49 drm/i915/execlists: Skip direct submission if only lite-restore
499dc62db6a3 drm/i915: Prioritise non-busywait semaphore workloads
f57b1227003f drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
349c5a9257f9 drm/i915: Compute the global scheduler caps
fd299de5b2bf drm/i915: Keep timeline HWSP allocated until idle across the system
f6f10e21eb81 drm/i915: Introduce i915_timeline.mutex
c5797878c334 drm/i915: Make request allocation caches global
0f81bd011f9e drm/i915/execlists: Suppress redundant preemption
7525d778e684 drm/i915/execlists: Suppress mere WAIT preemption
7b0a616fe652 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_3902/


More information about the Intel-gfx-trybot mailing list