✓ Fi.CI.BAT: success for series starting with [01/27] drm/i915: Remove manual breadcumb counting

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 25 12:58:27 UTC 2019


== Series Details ==

Series: series starting with [01/27] drm/i915: Remove manual breadcumb counting
URL   : https://patchwork.freedesktop.org/series/55725/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5481 -> Trybot_3710
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at debugfs_test@read_all_entries:
    - fi-kbl-7567u:       PASS -> DMESG-WARN [fdo#103558] / [fdo#105602]

  * igt at gem_exec_suspend@basic-s3:
    - fi-kbl-7567u:       PASS -> DMESG-WARN [fdo#103558] / [fdo#105079] / [fdo#105602] +1

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

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

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

  * igt at prime_vgem@basic-fence-flip:
    - fi-ilk-650:         PASS -> FAIL [fdo#104008]

  
#### Possible fixes ####

  * igt at gem_exec_suspend@basic-s3:
    - fi-cfl-8109u:       DMESG-WARN [fdo#107345] -> PASS

  * igt at i915_selftest@live_hangcheck:
    - fi-bwr-2160:        DMESG-FAIL [fdo#108735] -> PASS
    - fi-skl-gvtdvm:      INCOMPLETE [fdo#105600] / [fdo#108744] -> PASS

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

  * igt at kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS
    - fi-cfl-8109u:       INCOMPLETE [fdo#106070] / [fdo#108126] -> PASS

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

  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103558]: https://bugs.freedesktop.org/show_bug.cgi?id=103558
  [fdo#104008]: https://bugs.freedesktop.org/show_bug.cgi?id=104008
  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105600]: https://bugs.freedesktop.org/show_bug.cgi?id=105600
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#106070]: https://bugs.freedesktop.org/show_bug.cgi?id=106070
  [fdo#107345]: https://bugs.freedesktop.org/show_bug.cgi?id=107345
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#108126]: https://bugs.freedesktop.org/show_bug.cgi?id=108126
  [fdo#108529]: https://bugs.freedesktop.org/show_bug.cgi?id=108529
  [fdo#108735]: https://bugs.freedesktop.org/show_bug.cgi?id=108735
  [fdo#108744]: https://bugs.freedesktop.org/show_bug.cgi?id=108744
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271


Participating hosts (44 -> 39)
------------------------------

  Additional (1): fi-hsw-4770 
  Missing    (6): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-icl-u2 fi-bsw-cyan fi-kbl-r 


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

    * Linux: CI_DRM_5481 -> Trybot_3710

  CI_DRM_5481: 192c39147b7a320a73e6f0426ec4a5fe3f9b2a06 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4790: dcdf4b04e16312f8f52ad389388d834f9d74b8f0 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3710: 72cdbfecb9a182be00873e26a531766348654e01 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

72cdbfecb9a1 drm/i915: Generalise GPU read locks
cf06c97c2fe8 drm/i915: Drop fake breadcrumb irq
15ddce4a5d58 drm/i915: Replace global breadcrumbs with per-context interrupt tracking
227cd798bf07 drm/i915: Remove the intel_engine_notify tracepoint
0d88ce5a72c9 drm/i915: Identify active requests
d05997f2bf35 drm/i915: Track active timelines
acf3ca0f3df8 drm/i915: Track the context's seqno in its own timeline HWSP
a4659dad6c34 drm/i915: Share per-timeline HWSP using a slab suballocator
be64220d58e3 drm/i915: Allocate a status page for each timeline
66925e93f10f drm/i915: Enlarge vma->pin_count
82dfb5d8fbb8 drm/i915: Introduce concept of per-timeline (context) HWSP
26175d6d48e2 drm/i915: Move list of timelines under its own lock
829d67d6f622 drm/i915: Add timeline barrier support
156210368f25 drm/i915: Always allocate an object/vma for the HWSP
67111071348d drm/i915: Move vma lookup to its own lock
8b78b7ffee69 drm/i915: Pull VM lists under the VM mutex.
b4c5ab0493c3 drm/i915: Stop tracking MRU activity on VMA
8074fa990a72 drm/i915: Issue engine resets onto idle engines
1c87acd2ea7b drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
5bc2676f24fa drm/i915: Remove GPU reset dependence on struct_mutex
65c9c727616e drm/i915/guc: Disable global reset
99c8723b8321 drm/i915: Make all GPU resets atomic
1b23af06cc19 drm/i915/selftests: Apply a subtest filter
36bb7e0a553f drm/i915/execlists: Suppress redundant preemption
4a2f73d5248c drm/i915/execlists: Suppress preempting self
88f2a404c2fc drm/i915: Compute the HWS offsets explicitly
f0045183f776 drm/i915: Remove manual breadcumb counting

== Logs ==

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


More information about the Intel-gfx-trybot mailing list