✗ Fi.CI.BAT: failure for series starting with [01/37] drm: Reorder set_property_atomic to avoid returning with an active ww_ctx

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 1 23:34:13 UTC 2019


== Series Details ==

Series: series starting with [01/37] drm: Reorder set_property_atomic to avoid returning with an active ww_ctx
URL   : https://patchwork.freedesktop.org/series/54620/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5354 -> Trybot_3527
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Trybot_3527 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Trybot_3527, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_module_load@reload:
    - fi-bwr-2160:        PASS -> INCOMPLETE

  
#### Warnings ####

  * igt at kms_pipe_crc_basic@hang-read-crc-pipe-b:
    - fi-skl-guc:         PASS -> SKIP +2
    - fi-apl-guc:         PASS -> SKIP +2
    - fi-cfl-guc:         PASS -> SKIP +2

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_exec_suspend@basic-s3:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

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

  
#### Possible fixes ####

  * igt at i915_selftest@live_contexts:
    - fi-kbl-7560u:       INCOMPLETE [fdo#108767] -> PASS

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

  * igt at kms_frontbuffer_tracking@basic:
    - fi-byt-clapper:     FAIL [fdo#103167] -> PASS

  
  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108767]: https://bugs.freedesktop.org/show_bug.cgi?id=108767


Participating hosts (52 -> 41)
------------------------------

  Missing    (11): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-hsw-peppy fi-glk-dsi fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-gdg-551 fi-bdw-samus fi-snb-2600 


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

    * Linux: CI_DRM_5354 -> Trybot_3527

  CI_DRM_5354: f1b3dce385eba1b507cec3a39d7d8dec5d3f94cc @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4755: 0ba18cf75cafb51d1e72557528de4a1be640a85c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3527: c9b5119d6d8fa73e9c82ca9f96982e6b5975be2b @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

c9b5119d6d8f drm/i915: Track the context's seqno in its own timeline HWSP
f433b65d1529 drm/i915: Allocate a status page for each timeline
256bc7476d3c drm/i915: Enlarge vma->pin_count
8aad9e7745e8 drm/i915: Introduce concept of per-timeline (context) HWSP
d29a46501b90 drm/i915: Move list of timelines under its own lock
f79abcca3138 drm/i915: Remove the intel_engine_notify tracepoint
1bcc37c4050f drm/i915/selftests: Make evict tolerant of foreign objects
9f04fb44adac drm/i915/selftests: Allocate mock ring/timeline per context
729ad54976b6 drm/i915: Use b->irq_enable() as predicate for mock engine
f86a0e2e920d drm/i915: Move intel_execlists_show_requests() aside
cb467272ef87 drm/i915: Move vma lookup to its own lock
448f1c746795 drm/i915: Consolidate the bound/unbound vma lists into one
f2f9ada87a25 drm/i915: Pull VM lists under the VM mutex.
497b29d21bbf drm/i915: Stop tracking MRU activity on VMA
2a513b7d8f82 drm/i915: Issue engine resets onto idle engines
23aba35827c9 drm/i915: Remove GPU reset dependence on struct_mutex
74b63fdbf3e9 drm/i915/guc: Disable global reset
4045e1adb1fa drm/i915: Make all GPU resets atomic
007b561ed341 drm/i915: Pull all the reset functionality together into i915_reset.c
c0a2e2573296 drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
5bf837e3f0d8 drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
a4fb286aeda5 drm/i915: Mark up Ironlake ips with rpm wakerefs
edcd235769fc drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
b699af7824ea drm/i915/dp: Markup pps lock power well
c09661642565 drm/i915: Combined gt.awake/gt.power wakerefs
2a3b50563ed1 drm/i915: Track the wakeref used to initialise display power domains
8b42a1fcf38b drm/i915: Markup paired operations on display power domains
8c667f741955 drm/i915: Syntatic sugar for using intel_runtime_pm
a9833b9dd22a drm/i915: Markup paired operations on wakerefs
ddfe16c504f0 drm/i915: Track all held rpm wakerefs
12087c53c88a drm/i915: Report the number of closed vma held by each context in debugfs
b7e9626d83b1 drm/i915: Always try to reset the GPU on takeover
dfce5d0cfa10 drm/i915/userptr: Probe vma range before gup
455f3e7d0665 drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start
f62f1265afed drm/i915: Return immediately if trylock fails for direct-reclaim
edba6d795481 drm/i915/selftests: Take a breath during check_partial_mappings()
5725a6047f18 drm: Reorder set_property_atomic to avoid returning with an active ww_ctx

== Logs ==

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


More information about the Intel-gfx-trybot mailing list