✓ Fi.CI.BAT: success for series starting with [01/74] drm/syncobj: Use dma_fence_wait for the simple wait case

Patchwork patchwork at emeril.freedesktop.org
Sun May 6 15:00:17 UTC 2018


== Series Details ==

Series: series starting with [01/74] drm/syncobj: Use dma_fence_wait for the simple wait case
URL   : https://patchwork.freedesktop.org/series/42773/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4149 -> Trybot_2113 =

== Summary - WARNING ==

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

== Possible new issues ==

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

  === IGT changes ===

    ==== Warnings ====

    igt at gem_ctx_create@basic:
      fi-elk-e7500:       SKIP -> PASS +6

    igt at gem_ctx_exec@basic:
      fi-ilk-650:         SKIP -> PASS +6
      fi-bwr-2160:        SKIP -> PASS +6

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt at drv_module_reload@basic-reload:
      fi-bsw-n3050:       PASS -> DMESG-FAIL (fdo#106373)

    
    ==== Possible fixes ====

    igt at debugfs_test@read_all_entries:
      fi-snb-2520m:       INCOMPLETE (fdo#103713) -> PASS

    igt at gem_exec_suspend@basic-s4-devices:
      fi-skl-guc:         FAIL (fdo#105900, fdo#104699) -> PASS +1

    igt at kms_flip@basic-flip-vs-wf_vblank:
      fi-cnl-psr:         FAIL (fdo#100368) -> PASS

    igt at kms_frontbuffer_tracking@basic:
      {fi-hsw-peppy}:     DMESG-FAIL (fdo#102614, fdo#106103) -> PASS

    igt at kms_pipe_crc_basic@suspend-read-crc-pipe-a:
      fi-ivb-3520m:       DMESG-WARN (fdo#106084) -> PASS

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

  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#104699 https://bugs.freedesktop.org/show_bug.cgi?id=104699
  fdo#105900 https://bugs.freedesktop.org/show_bug.cgi?id=105900
  fdo#106084 https://bugs.freedesktop.org/show_bug.cgi?id=106084
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103
  fdo#106373 https://bugs.freedesktop.org/show_bug.cgi?id=106373


== Participating hosts (40 -> 36) ==

  Missing    (4): fi-ctg-p8600 fi-ilk-m540 fi-skl-6700hq fi-pnv-d510 


== Build changes ==

    * Linux: CI_DRM_4149 -> Trybot_2113

  CI_DRM_4149: 6c2ec0dee7d19b798a1de1101175f5a076549cd9 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4461: f772d9a910130b3aec8efa4f09ed723618fae656 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_2113: c8c3e46dc130556e76ed624685fdbb662d4e91ee @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4461: 55207ea5154dfaa6d2c128124c50e3be4f9b6440 @ git://anongit.freedesktop.org/piglit


== Linux commits ==

c8c3e46dc130 RFC drm/i915: Load balancing across a virtual engine
b3d146c44ed9 drm/i915/execlists: Flush the tasklet before unpinning
0ae82a6d25c4 drm/i915: Allow a context to define its set of engines
93a7fe3ea0ba drm/i915: Re-arrange execbuf so context is known before engine
d89a6d0e2562 drm/i915: Fix I915_EXEC_RING_MASK
b87031a951f1 drm/i915: Allow contexts to share a single timeline across all engines
9831f889be9a drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
c49ff943c990 drm/i915: Introduce the i915_user_extension_method
e1129d073e00 drm/i915: Track the last-active inside the i915_vma
2f7c7d2e1d71 drm/i915: Track vma activity per fence.context, not per engine
9903d11609de drm/i915: Start returning an error from i915_vma_move_to_active()
35289dfa2abf drm/i915: Refactor export_fence() after i915_vma_move_to_active()
c89a4fa1216c drm/i915: Priority boost switching to an idle ring
2dc722c867db drm/i915: Priority boost for new clients
fcaccbaf4e79 drm/i915/execlists: Switch to rb_root_cached
c3405622880f drm/i915: Only signal from interrupt when requested
56f8feea4173 drm/i915: Move the irq_counter inside the spinlock
6b2ec0eeb77b drm/i915: Reduce spinlock hold time during notify_ring() interrupt
2c56c23f8ec8 drm/i915: Support per-context user requests for GPU frequency control
366df1d8e195 drm/i915: Remove unwarranted clamping for hsw/bdw
d8b200cbd683 drm/i915,intel_ips: Enable GPU wait-boosting with IPS
194c6ed1561a drm/i915: Pull IPS into GT power management
1b4a95350f98 drm/i915: Rename rps min/max frequencies
46e9f35df174 drm/i915: Refactor frequency bounds computation
8d4437260465 drm/i915: Simplify rc6/rps enabling
a866756616f8 drm/i915: Enabling rc6 and rps have different requirements, so separate them
d0833888cdaf drm/i915: Split control of rps and rc6
d245cbeff8d5 drm/i915: Reorder GT interface code
b0dbf94b4e80 drm/i915: Remove defunct intel_suspend_gt_powersave()
eed64ad07a49 drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info
91de74f3d389 drm/i915: Move all the RPS irq handlers to intel_gt_pm
14f1471cf1bf drm/i915: Move rps worker to intel_gt_pm.c
085d180c5203 drm/i915: Split GT powermanagement functions to intel_gt_pm.c
494ed3f7549f drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
31b468d85342 drm/i915: Enable render context support for Ironlake (gen5)
fc8dcf842700 drm/i915: Generalize i915_gem_sanitize() to reset contexts
6cdcdf5c066b drm/i915: Record logical context support in driver caps
36560c94e4d3 drm/i915: Mark up Ironlake ips with rpm wakerefs
8f59a739da23 drm/i915: Move sandybride pcode access to intel_sideband.c
ac180a690c03 drm/i915: Merge sandybridge_pcode_(read|write)
a0943392cf0d drm/i915: Merge sbi read/write into a single accessor
e4c5028c7f35 drm/i915: Separate sideband declarations to intel_sideband.h
f1dc14771fff drm/i915: Replace pcu_lock with sb_lock
ea9dcabf585c Revert "drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3"
191089dd02ce drm/i915: Reduce RPS update frequency on Valleyview/Cherryview
7ec63a31d025 drm/i915: Lift sideband locking for vlv_punit_(read|write)
214679e2e91d drm/i915: Lift acquiring the vlv punit magic to a common sb-get
7d713248b508 drm/i915: Disable preemption and sleeping while using the punit sideband
6ee48efcee7e drm/i915: Allow user control over preempt timeout on their important context
46e1e45d9e33 drm/i915: Use a preemption timeout to enforce interactivity
3b27b0b51d76 drm/i915/preemption: Select timeout when scheduling
9c5a5860258d drm/i915/execlists: Try preempt-reset from hardirq timer context
e8c49ee6cb26 drm/i915/execlists: Force preemption via reset on timeout
1c37f20d30b6 drm/i915: Allow init_breadcrumbs to be used from irq context
62ec0ff327a8 drm/i915/guc: Make submission tasklet hardirq safe
894cfc762081 drm/i915/execlists: Handle copying default context state for atomic reset
e207efcd1710 drm/i915/execlists: Make submission tasklet hardirq safe
9d157f3cf15d drm/i915: Be irqsafe inside reset
ae75b03a0cf9 drm/i915: Stop parking the signaler around reset
718c9538293a drm/i915: Combine tasklet_kill and tasklet_disable
bac2939b9b8a drm/i915/execlists: Flush pending preemption events during reset
33b76b0c54fc drm/i915: Split execlists/guc reset preparations
9489cc84a4f4 drm/i915: Move engine reset prepare/finish to backends
6ae63a195512 drm/i915/execlists: Refactor out complete_preempt_context()
bc6165c3055b drm/i915: Pull the context->pin_count dec into the common intel_context_unpin
417df9bc5cbd drm/i915: Store a pointer to intel_context in i915_request
9c8a169d2b24 drm/i915: Move fiddling with engine->last_retired_context
f99d62138c40 drm/i915: Move request->ctx aside
f761e3a5f278 drm/i915: Detect if we missed kicking the execlists tasklet
6771a7e531d6 drm/i915/execlists: Disable submission tasklets when rescheduling
f0646f22d209 drm/i915/dp: Silence static checkers for n_entries
1291bd488d57 drm/i915/selftests: Flush GPU activity before completing live_contexts
9ea62e4290d8 drm/i915/selftests: Refactor common flush_test()
be406d250eda drm/syncobj: Use dma_fence_wait for the simple wait case

== Logs ==

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


More information about the Intel-gfx-trybot mailing list