✓ Fi.CI.BAT: success for series starting with [01/37] drm/i915: Mark semaphores as complete on unsubmit out if payload was started

Patchwork patchwork at emeril.freedesktop.org
Tue May 14 20:42:30 UTC 2019


== Series Details ==

Series: series starting with [01/37] drm/i915: Mark semaphores as complete on unsubmit out if payload was started
URL   : https://patchwork.freedesktop.org/series/60644/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6083 -> Trybot_4290
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4290/

New tests
---------

  New tests have been introduced between CI_DRM_6083 and Trybot_4290:

### New IGT tests (1) ###

  * igt at i915_selftest@live_mman:
    - Statuses : 42 pass(s)
    - Exec time: [5.58, 59.65] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_basic@create-close:
    - fi-icl-u2:          [PASS][1] -> [INCOMPLETE][2] ([fdo#107713] / [fdo#110246])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6083/fi-icl-u2/igt@gem_basic@create-close.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4290/fi-icl-u2/igt@gem_basic@create-close.html

  * igt at gem_exec_parallel@basic:
    - fi-apl-guc:         [PASS][3] -> [FAIL][4] ([fdo#109474] / [fdo#110512])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6083/fi-apl-guc/igt@gem_exec_parallel@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4290/fi-apl-guc/igt@gem_exec_parallel@basic.html

  
#### Warnings ####

  * igt at gem_exec_parse@basic-allowed:
    - fi-apl-guc:         [SKIP][5] ([fdo#109271]) -> [INCOMPLETE][6] ([fdo#103927])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6083/fi-apl-guc/igt@gem_exec_parse@basic-allowed.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4290/fi-apl-guc/igt@gem_exec_parse@basic-allowed.html

  
  {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#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#109100]: https://bugs.freedesktop.org/show_bug.cgi?id=109100
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109474]: https://bugs.freedesktop.org/show_bug.cgi?id=109474
  [fdo#110246]: https://bugs.freedesktop.org/show_bug.cgi?id=110246
  [fdo#110512]: https://bugs.freedesktop.org/show_bug.cgi?id=110512


Participating hosts (52 -> 46)
------------------------------

  Additional (1): fi-bwr-2160 
  Missing    (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-byt-clapper fi-bdw-samus 


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

  * Linux: CI_DRM_6083 -> Trybot_4290

  CI_DRM_6083: 855759ea4065739d4cae4bc6ea99b0f16d34c02d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4988: 2f6303d13e09b2457762540383c7f36cecd02bbf @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_4290: d3ead09eaa57bff3456591ce7f203cbaf2bd8ea2 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

d3ead09eaa57 drm/i915/execlists: Minimalistic timeslicing
3eaa337501d0 drm/i915/execlists: Preempt-to-busy
cc8e52913a5d drm/i915: Flush the execution-callbacks on retiring
b331605223be drm/i915: Replace engine->timeline with a plain list
f84726ab6dba drm/i915: Stop retiring along engine
ed5ed493b2b9 drm/i915: Keep contexts pinned until after the next kernel context switch
a502068a1ae5 drm/i915: Rename intel_context.active to .inflight
86e2f99c6ba4 drm/i915: Move object close under its own lock
ced35c005962 drm/i915: Drop the deferred active reference
ab0bcf016e43 drm/i915: Move GEM client throttling to its own file
adbec421f1d5 drm/i915: Move GEM object busy checking to its own file
13eb10e46ed5 drm/i915: Move GEM object waiting to its own file
cd4e8e42522e drm/i915: Move GEM object domain management from struct_mutex to local
2c719780aeac drm/i915: Pull scatterlist utils out of i915_gem.h
47ded3fb40f5 drm/i915: Move more GEM objects under gem/
e60ad8d061a9 drm/i915: Move GEM domain management to its own file
1d49c06eda2f drm/i915: Move mmap and friends to its own file
4fb3c610abe9 drm/i915: Move phys objects to its own file
31e0d009a5fd drm/i915: Move shmem object setup to its own file
792123a7a5bd drm/i915: Move object->pages API to i915_gem_object.[ch]
b7e73e102931 drm/i915: Pull GEM ioctls interface to its own file
623f716d6fe9 drm/i915: Split GEM object type definition to its own header
097c1eea7a9f drm/i915: Allow specification of parallel execbuf
772364549697 drm/i915/execlists: Virtual engine bonding
fe346e40104f drm/i915: Extend execution fence to support a callback
ee15f2340101 drm/i915: Apply an execution_mask to the virtual_engine
585dae1746d2 drm/i915: Load balancing across a virtual engine
a1fd62df4334 drm/i915: Allow userspace to clone contexts on creation
44b321ec6403 drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
a7d4adea45d4 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
f7411b6e1e44 drm/i915: Allow a context to define its set of engines
b7f5ec585389 drm/i915: Restore control over ppgtt for context creation ABI
650818615a1d drm/i915/execlists: Drop promotion on unsubmit
fa4f9a25d58b drm/i915: Downgrade NEWCLIENT to non-preemptive
770287607321 drm/i915: Bump signaler priority on adding a waiter
58df23abb506 drm/i915: Truly bump ready tasks ahead of busywaits
1abad4e47de2 drm/i915: Mark semaphores as complete on unsubmit out if payload was started

== Logs ==

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


More information about the Intel-gfx-trybot mailing list