[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD

Patchwork patchwork at emeril.freedesktop.org
Wed May 8 11:09:37 UTC 2019


== Series Details ==

Series: series starting with [01/40] drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD
URL   : https://patchwork.freedesktop.org/series/60403/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6063 -> Patchwork_12984
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

New tests
---------

  New tests have been introduced between CI_DRM_6063 and Patchwork_12984:

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

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

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at i915_pm_rpm@module-reload:
    - fi-skl-6770hq:      [PASS][1] -> [FAIL][2] ([fdo#108511])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6063/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12984/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html

  
#### Possible fixes ####

  * igt at gem_exec_basic@readonly-render:
    - {fi-icl-y}:         [INCOMPLETE][3] ([fdo#107713]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6063/fi-icl-y/igt@gem_exec_basic@readonly-render.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12984/fi-icl-y/igt@gem_exec_basic@readonly-render.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511


Participating hosts (53 -> 43)
------------------------------

  Missing    (10): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-apl-guc fi-ctg-p8600 fi-pnv-d510 fi-byt-clapper fi-bdw-samus 


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

  * Linux: CI_DRM_6063 -> Patchwork_12984

  CI_DRM_6063: 44ae4003d35743cbc7883825c5fe777d136b5247 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4972: f052e49a43cc9704ea5f240df15dd9d3dfed68ab @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_12984: 9bf3a26c75f2ad0800b50d5eaf9a6f40d90254bd @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

9bf3a26c75f2 drm/i915/execlists: Minimalistic timeslicing
c3f5d7c6f6cc drm/i915/execlists: Preempt-to-busy
3ab6fd267bc8 drm/i915: Flush the execution-callbacks on retiring
f29e29f63664 drm/i915: Replace engine->timeline with a plain list
4bcdd4c21eeb drm/i915: Stop retiring along engine
16ad5ab86e98 drm/i915: Keep contexts pinned until after the next kernel context switch
ff7e06f46eef drm/i915: Rename intel_context.active to .inflight
06e6fa4897ee drm/i915: Move object close under its own lock
5ec5ae3c8224 drm/i915: Drop the deferred active reference
a0342667999c drm/i915: Move GEM client throttling to its own file
3853ef7d5efd drm/i915: Move GEM object busy checking to its own file
37093e2cfcb7 drm/i915: Move GEM object waiting to its own file
82fa4ffba0ac drm/i915: Move GEM object domain management from struct_mutex to local
e95a11a1ae00 drm/i915: Pull scatterlist utils out of i915_gem.h
8be66d73a04c drm/i915: Move more GEM objects under gem/
1786d7cb9bc6 drm/i915: Move GEM domain management to its own file
4734074d136c drm/i915: Move mmap and friends to its own file
35b7895848a6 drm/i915: Move phys objects to its own file
fb33bd9448ad drm/i915: Move shmem object setup to its own file
3483581bdd02 drm/i915: Move object->pages API to i915_gem_object.[ch]
39f76472714f drm/i915: Pull GEM ioctls interface to its own file
b688a0332163 drm/i915: Split GEM object type definition to its own header
00c6c2e19f78 drm/i915: Allow specification of parallel execbuf
7afded600522 drm/i915/execlists: Virtual engine bonding
f0417a49d538 drm/i915: Extend execution fence to support a callback
266984fb2212 drm/i915: Apply an execution_mask to the virtual_engine
69947c56c90e drm/i915: Load balancing across a virtual engine
fc7ed4a4ef81 drm/i915: Allow userspace to clone contexts on creation
5bbcdc2dae1c drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
7af4301e09f7 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
d257fe3e40a0 drm/i915: Allow a context to define its set of engines
1415c169395e drm/i915: Restore control over ppgtt for context creation ABI
eb869674ac86 dma-fence: Refactor signaling for manual invocation
0f169a3e02f6 drm/i915: Seal races between async GPU cancellation, retirement and signaling
483a8a8f05cf drm/i915: Convert inconsistent static engine tables into an init error
4c36ecd8e737 drm/i915: Bump signaler priority on adding a waiter
fad4daf02033 drm/i915: Check for no-op priority changes first
fea1b40e0ff4 drm/i915: Pass i915_sched_node around internally
5f78625e4a23 drm/i915: Rearrange i915_scheduler.c
67b421614964 drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD

== Logs ==

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


More information about the Intel-gfx mailing list