✓ Fi.CI.BAT: success for series starting with [01/38] drm/i915/ringbuffer: Drop gen7_xcs_emit_breadcrumb

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 4 17:03:50 UTC 2019


== Series Details ==

Series: series starting with [01/38] drm/i915/ringbuffer: Drop gen7_xcs_emit_breadcrumb
URL   : https://patchwork.freedesktop.org/series/54749/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5363 -> Trybot_3552
====================================================

Summary
-------

  **WARNING**

  Minor unknown changes coming with Trybot_3552 need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Trybot_3552, 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/54749/revisions/1/mbox/

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

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

### IGT changes ###

#### Warnings ####

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

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

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

### IGT changes ###

#### Issues hit ####

  * igt at debugfs_test@read_all_entries:
    - fi-ilk-650:         PASS -> DMESG-WARN [fdo#106387]

  
#### Possible fixes ####

  * igt at kms_chamelium@hdmi-hpd-fast:
    - fi-kbl-7500u:       FAIL [fdo#108767] -> PASS

  * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS +1

  
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#106387]: https://bugs.freedesktop.org/show_bug.cgi?id=106387
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#108767]: https://bugs.freedesktop.org/show_bug.cgi?id=108767


Participating hosts (47 -> 41)
------------------------------

  Additional (3): fi-byt-n2820 fi-apl-guc fi-pnv-d510 
  Missing    (9): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-snb-2520m fi-ctg-p8600 fi-gdg-551 fi-bsw-kefka 


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

    * Linux: CI_DRM_5363 -> Trybot_3552

  CI_DRM_5363: f141806c68e4cbd56e3a5a582eb1a6f5b7edfc84 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4756: 75081c6bfb9998bd7cbf35a7ac0578c683fe55a8 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3552: cf1ca9fa272c885e81c843ec45b2ab63acec9689 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

cf1ca9fa272c drm/i915: Replace global breadcrumbs with per-context interrupt tracking
6f4737075406 drm/i915: Identify active requests
924e2f81d188 drm/i915: Track the context's seqno in its own timeline HWSP
2eca6a017e6d drm/i915: Allocate a status page for each timeline
ec772c4ed562 drm/i915: Enlarge vma->pin_count
75f24871f182 drm/i915: Introduce concept of per-timeline (context) HWSP
1bc6fa97dca1 drm/i915: Move list of timelines under its own lock
d3363bf84290 drm/i915: Always allocate an object/vma for the HWSP
1ea5945c23eb drm/i915: Remove the intel_engine_notify tracepoint
c41cbb69ca2a drm/i915/selftests: Make evict tolerant of foreign objects
f3db8b2db6c4 drm/i915/selftests: Allocate mock ring/timeline per context
8762facf1393 drm/i915: Use b->irq_enable() as predicate for mock engine
427d2f764534 drm/i915: Move intel_execlists_show_requests() aside
1c9ebd94e841 drm/i915: Move vma lookup to its own lock
babe7b53db37 drm/i915: Consolidate the bound/unbound vma lists into one
2189e51f1362 drm/i915: Pull VM lists under the VM mutex.
a32880e2a9c1 drm/i915: Stop tracking MRU activity on VMA
e6c466419403 drm/i915: Issue engine resets onto idle engines
78fca8b3e532 drm/i915: Remove GPU reset dependence on struct_mutex
7550d808fa4e drm/i915/guc: Disable global reset
06201f9a2416 drm/i915: Make all GPU resets atomic
9426e3c4b81e drm/i915: Pull all the reset functionality together into i915_reset.c
dbc0fd3a1b55 drm/i915: Differentiate between ggtt->mutex and ppgtt->mutex
f28f125d4f7f drm/i915: Serialise concurrent calls to i915_gem_set_wedged()
e3a1db2a4c55 drm/i915: Mark up Ironlake ips with rpm wakerefs
f0bdcc12fd08 drm/i915: Complain if hsw_get_pipe_config acquires the same power well twice
ec98cc18cb86 drm/i915/dp: Markup pps lock power well
69f9141bf348 drm/i915: Combined gt.awake/gt.power wakerefs
cb35537dc2f4 drm/i915: Track the wakeref used to initialise display power domains
92d87d301ef6 drm/i915: Markup paired operations on display power domains
53911c854204 drm/i915: Syntatic sugar for using intel_runtime_pm
dd0a934b27aa drm/i915: Markup paired operations on wakerefs
70c3aedb5376 drm/i915: Track all held rpm wakerefs
602e6972b700 drm/i915: Report the number of closed vma held by each context in debugfs
770d7335c99e drm/i915/userptr: Probe vma range before gup
d794d718a5cb drm/i915/userptr: Avoid struct_mutex recursion for mmu_invalidate_range_start
f206da7651a0 drm/i915: Return immediately if trylock fails for direct-reclaim
e4357c8e8603 drm/i915/ringbuffer: Drop gen7_xcs_emit_breadcrumb

== Logs ==

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


More information about the Intel-gfx-trybot mailing list