✓ Fi.CI.BAT: success for series starting with [01/46] drm/i915: Defer removing fence register tracking to rpm wakeup

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 8 19:35:06 UTC 2019


== Series Details ==

Series: series starting with [01/46] drm/i915: Defer removing fence register tracking to rpm wakeup
URL   : https://patchwork.freedesktop.org/series/56422/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5568 -> Trybot_3831
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in Trybot_3831:

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt at gem_exec_basic@readonly-default:
    - {fi-icl-y}:         PASS -> INCOMPLETE

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

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

### IGT changes ###

#### Issues hit ####

  * igt at i915_module_load@reload-with-fault-injection:
    - fi-kbl-7567u:       PASS -> DMESG-WARN [fdo#105602] / [fdo#108529] +1

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

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

  * igt at kms_flip@basic-flip-vs-modeset:
    - fi-skl-6700hq:      PASS -> DMESG-WARN [fdo#105998]

  * igt at pm_rpm@module-reload:
    - fi-kbl-7567u:       PASS -> DMESG-WARN [fdo#108529]

  
#### Possible fixes ####

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

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

  * igt at pm_rpm@module-reload:
    - fi-skl-6770hq:      FAIL [fdo#108511] -> PASS
    - {fi-whl-u}:         DMESG-WARN [fdo#109513] -> PASS

  * igt at prime_vgem@basic-fence-flip:
    - fi-gdg-551:         DMESG-FAIL [fdo#103182] -> PASS

  
  {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#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
  [fdo#108529]: https://bugs.freedesktop.org/show_bug.cgi?id=108529
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109513]: https://bugs.freedesktop.org/show_bug.cgi?id=109513


Participating hosts (48 -> 43)
------------------------------

  Additional (2): fi-icl-u3 fi-pnv-d510 
  Missing    (7): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-skl-iommu fi-blb-e6850 fi-bdw-samus 


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

    * Linux: CI_DRM_5568 -> Trybot_3831

  CI_DRM_5568: d4794b009ccd1ef8816e15c833f07ab696911a8d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4815: 947301563259726b65ce47d3a3fe37931ed42efe @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3831: e2f283ae996315c2e12e1588d1146abb8ccd819e @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

e2f283ae9963 drm/i915: Make context pinning part of intel_context_ops
83543fe0be45 drm/i915: Move over to intel_context_lookup()
c0a1bb7bb478 drm/i915: Store the intel_context_ops in the intel_engine_cs
bbde9e1bd277 drm/i915: Split struct intel_context definition to its own header
0ed49302d23a drm/i915: Pass around the intel_context
5f67b6f4d3b8 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
aac6d17d588c drm/i915: Allow a context to define its set of engines
66bb0c970a4c drm/i915: Re-arrange execbuf so context is known before engine
e07334a78cd9 drm/i915: Remove last traces of exec-id (GEM_BUSY)
19955fcc6590 drm/i915: Fix I915_EXEC_RING_MASK
6606bf44370a drm/i915: Allow contexts to share a single timeline across all engines
a7d4716c26a4 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
4cf81bc0dc8d drm/i915: Create/destroy VM (ppGTT) for use with contexts
5461f7b4ac3b drm/i915: Introduce a context barrier callback
47472775141b drm/i915: Track active engines within a context
80bbb99c72e5 drm/i915: Introduce the i915_user_extension_method
b7e0d5a6cbb4 drm/i915: Remove has-kernel-context
504c871d76b7 drm/i915: Reduce presumption of request ordering for barriers
f24c53aaba66 drm/i915: Refactor common code to load initial power context
b27ff6d74ff9 drm/i915: Store the BIT(engine->id) as the engine's mask
91d9c488e64e drm/i915: Do a synchronous switch-to-kernel-context on idling
3eaeac965615 drm/i915/selftests: Improve switch-to-kernel-context checking
c1396f0c8782 drm/i915: Force GPU idle on suspend
b5363bbabba9 drm/i915: Remove i915_request.global_seqno
0ddbea4d4e23 drm/i915: Remove access to global seqno in the HWSP
e0c1ac92f234 drm/i915/pmu: Always sample an active ringbuffer
1b6c564c052b drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
bb926e153606 drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()
18e593994ba8 drm/i915: Show support for accurate sw PMU busyness tracking
8deb9f209b6a drm/i915: Prioritise non-busywait semaphore workloads
ce2752b25156 drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
a70870215fcd drm/i915: Compute the global scheduler caps
c219cc53cd82 drm/i915/execlists: Refactor out can_merge_rq()
08bb61f520a8 drm/i915: Keep timeline HWSP allocated until idle across the system
40ee31d6a088 drm/i915: Make request allocation caches global
593d03f90831 drm/i915/execlists: Suppress redundant preemption
765279428713 drm/i915/execlists: Suppress mere WAIT preemption
29edfd0c974a drm/i915: Skip scanning for signalers if we are already inflight
19f6012eeb59 drm/i915: Protect i915_active iterators from the shrinker
c97c6ae8be32 drm/i915: Don't claim an unstarted request was guilty
35afafead161 drm/i915: Serialise resets with wedging
4e50870bed51 drm/i915: Wait for old resets before applying debugfs/i915_wedged
bb8eb6a1c1bf drm/i915: Uninterruptibly drain the timelines on unwedging
b3b0392dfadc drm/i915: Force the GPU reset upon wedging
c42cb6f03e65 drm/i915: Revoke mmaps and prevent access to fence registers across reset
bafec7f26719 drm/i915: Defer removing fence register tracking to rpm wakeup

== Logs ==

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


More information about the Intel-gfx-trybot mailing list