✓ Fi.CI.BAT: success for series starting with [01/19] drm/i915/execlists: Always clear ring_pause if we do not submit

Patchwork patchwork at emeril.freedesktop.org
Sun Jun 23 23:44:11 UTC 2019


== Series Details ==

Series: series starting with [01/19] drm/i915/execlists: Always clear ring_pause if we do not submit
URL   : https://patchwork.freedesktop.org/series/62611/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_6330 -> Trybot_4502
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_mmap_gtt@basic-short:
    - fi-icl-u3:          [PASS][1] -> [DMESG-WARN][2] ([fdo#107724])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6330/fi-icl-u3/igt@gem_mmap_gtt@basic-short.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4502/fi-icl-u3/igt@gem_mmap_gtt@basic-short.html

  * igt at i915_selftest@live_blt:
    - fi-skl-iommu:       [PASS][3] -> [INCOMPLETE][4] ([fdo#108602])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6330/fi-skl-iommu/igt@i915_selftest@live_blt.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4502/fi-skl-iommu/igt@i915_selftest@live_blt.html

  * igt at prime_busy@basic-wait-before-default:
    - fi-icl-dsi:         [PASS][5] -> [INCOMPLETE][6] ([fdo#107713])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6330/fi-icl-dsi/igt@prime_busy@basic-wait-before-default.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4502/fi-icl-dsi/igt@prime_busy@basic-wait-before-default.html

  
#### Possible fixes ####

  * igt at gem_mmap@basic-small-bo:
    - fi-glk-dsi:         [INCOMPLETE][7] ([fdo#103359] / [fdo#110715] / [k.org#198133]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6330/fi-glk-dsi/igt@gem_mmap@basic-small-bo.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4502/fi-glk-dsi/igt@gem_mmap@basic-small-bo.html

  * igt at gem_mmap_gtt@basic-wc:
    - fi-icl-u3:          [DMESG-WARN][9] ([fdo#107724]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6330/fi-icl-u3/igt@gem_mmap_gtt@basic-wc.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_4502/fi-icl-u3/igt@gem_mmap_gtt@basic-wc.html

  
  [fdo#103359]: https://bugs.freedesktop.org/show_bug.cgi?id=103359
  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#107724]: https://bugs.freedesktop.org/show_bug.cgi?id=107724
  [fdo#108602]: https://bugs.freedesktop.org/show_bug.cgi?id=108602
  [fdo#110715]: https://bugs.freedesktop.org/show_bug.cgi?id=110715
  [k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133


Participating hosts (50 -> 43)
------------------------------

  Missing    (7): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-icl-y fi-bdw-samus 


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

  * Linux: CI_DRM_6330 -> Trybot_4502

  CI_DRM_6330: da464dba3d79b1a8dfb205202b5232c7ba3a2406 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_5064: 22850c1906550fb97b405c019275dcfb34be8cf7 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_4502: 8b09e3cc9283fb1619b9c6681687b30b628d1cf1 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

8b09e3cc9283 drm/i915: Replace struct_mutex for batch pool serialisation
9cd9b9b628d3 drm/i915: Protect request retirement with timeline->mutex
723ebd7c8bfd drm/i915/gt: Drop stale commentary for timeline density
437702f405cf drm/i915/gt: Always call kref_init for the timeline
eef8f1b4f548 drm/i915/selftests: Hold ref on request across waits
e496bb557299 drm/i915/gt: Guard timeline pinning with its own mutex
968d8cbb28d9 drm/i915/gt: Convert timeline tracking to spinlock
4036284fa4b3 drm/i915/gt: Track timeline activeness in enter/exit
31d7aaa0f50c drm/i915: Teach execbuffer to take the engine wakeref not GT
f2b3e06ba130 drm/i915: Lift intel_engines_resume() to callers
a985ad9da320 drm/i915: Only recover active engines
2f8a485263e3 drm/i915: Add a wakeref getter for iff the wakeref is already active
8347c5af2653 drm/i915: Rename intel_wakeref_[is]_active
6548dda92c8e drm/i915/selftests: Fixup atomic reset checking
bbc93979d42c drm/i915/selftest: Drop manual request wakerefs around hangcheck
b68faa28fbb3 drm/i915/selftests: Serialise nop reset with retirement
a784b6c11673 drm/i915/gt: Pass intel_gt to pm routines
763adf69ca87 drm/i915/execlists: Convert recursive defer_request() into an iteractive
37eaf8aacaf4 drm/i915/execlists: Always clear ring_pause if we do not submit

== Logs ==

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


More information about the Intel-gfx-trybot mailing list