✓ Fi.CI.BAT: success for series starting with [01/42] drm/i915: Force GPU idle on suspend

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 6 14:19:16 UTC 2019


== Series Details ==

Series: series starting with [01/42] drm/i915: Force GPU idle on suspend
URL   : https://patchwork.freedesktop.org/series/57641/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5711 -> Trybot_3944
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

New tests
---------

  New tests have been introduced between CI_DRM_5711 and Trybot_3944:

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

  * igt at i915_selftest@live_mman:
    - Statuses : 29 pass(s)
    - Exec time: [5.68, 80.85] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at amdgpu/amd_basic at cs-sdma:
    - fi-kbl-7560u:       NOTRUN -> SKIP [fdo#109271] +17

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

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

  * igt at runner@aborted:
    - fi-apl-guc:         NOTRUN -> FAIL [fdo#108622] / [fdo#109720]

  
#### Possible fixes ####

  * igt at i915_module_load@reload-with-fault-injection:
    - fi-kbl-7560u:       INCOMPLETE [fdo#109831] -> 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#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720
  [fdo#109831]: https://bugs.freedesktop.org/show_bug.cgi?id=109831


Participating hosts (46 -> 32)
------------------------------

  Additional (1): fi-skl-lmem 
  Missing    (15): fi-hsw-4770r fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-hsw-peppy fi-byt-squawks fi-bsw-cyan fi-snb-2520m fi-hsw-4770 fi-ivb-3770 fi-icl-u3 fi-ivb-3520m fi-byt-n2820 fi-byt-clapper fi-snb-2600 


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

    * Linux: CI_DRM_5711 -> Trybot_3944

  CI_DRM_5711: 221f1aafa4d61ada2b5693b88454d75b825bee0c @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4873: f273b14e5e963195d7b2278693c361aec67abeac @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3944: 220497e1142fb2f35ff8aeb8cc6c192eaf7f7eab @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

220497e1142f drm/i915: Move object close under its own lock
04842e29f4ac drm/i915: Drop the deferred active reference
8a6be3225a43 drm/i915: Move GEM client throttling to its own file
fe4520773c53 drm/i915: Move GEM object busy checking to its own file
716752e1e421 drm/i915: Move GEM object waiting to its own file
d5e891a54afb drm/i915: Move GEM object domain management from struct_mutex to local
395bf8e52fc3 drm/i915: Pull scatterlist utils out of i915_gem.h
ad59d87d6522 drm/i915: Move more GEM objects under gem/
f3c5c4e60a3c drm/i915: Move GEM domain management to its own file
427d4367aab3 drm/i915: Move mmap and friends to its own file
46a093fa27bd drm/i915: Move phys objects to its own file
376a2ef0974f drm/i915: Move shmem object setup to its own file
7b8ccf95d2c0 drm/i915: Move object->pages API to i915_gem_object.[ch]
2ccfa6e2062d drm/i915: Pull GEM ioctls interface to its own file
d2736054d410 drm/i915: Split GEM object type definition to its own header
a07e397126da drm/i915/execlists: Skip direct submission if only lite-restore
3ee4a997c6de drm/i915/selftests: Check preemption support on each engine
7312815e885b drm/i915: Allow specification of parallel execbuf
077652d79608 drm/i915/execlists: Virtual engine bonding
cc55be4b3e8c drm/i915: Extend execution fence to support a callback
dd99fd8f59ea drm/i915: Load balancing across a virtual engine
923c32b2c281 drm/i915: Introduce intel_context.pin_mutex for pin management
5531dbe67288 drm/i915: Track the pinned kernel contexts on each engine
75194935ac7d drm/i915: Make context pinning part of intel_context_ops
7e898ae70f7f drm/i915: Move over to intel_context_lookup()
78d38d52c701 drm/i915: Store the intel_context_ops in the intel_engine_cs
30eef2d2e6a8 drm/i915: Split struct intel_context definition to its own header
912eacf51885 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
0e571a26f3cb drm/i915: Allow a context to define its set of engines
fa6095af9330 drm/i915: Allow userspace to clone contexts on creation
8cd84b4534b1 drm/i915: Allow contexts to share a single timeline across all engines
8168ba42543f drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
e697ce80e78c drm/i915: Create/destroy VM (ppGTT) for use with contexts
3df7ce58b43f drm/i915: Introduce a context barrier callback
01921e040dd9 drm/i915: Track active engines within a context
0f0e676d5efd drm/i915: Introduce the i915_user_extension_method
f17a4920af10 drm/i915: Remove has-kernel-context
9b8f20ba5882 drm/i915: Reduce presumption of request ordering for barriers
775ecb3d89a7 drm/i915: Refactor common code to load initial power context
6ed081184ddd drm/i915: Do a synchronous switch-to-kernel-context on idling
a48168a70c3b drm/i915/selftests: Improve switch-to-kernel-context checking
204c6fda994f drm/i915: Force GPU idle on suspend

== Logs ==

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


More information about the Intel-gfx-trybot mailing list