✓ Fi.CI.BAT: success for series starting with [01/76] drm/i915/execlists: Push the tasklet kick after reset to reset_finish

Patchwork patchwork at emeril.freedesktop.org
Sat Jun 2 10:41:02 UTC 2018


== Series Details ==

Series: series starting with [01/76] drm/i915/execlists: Push the tasklet kick after reset to reset_finish
URL   : https://patchwork.freedesktop.org/series/44137/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4275 -> Trybot_2257 =

== Summary - WARNING ==

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

== Possible new issues ==

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

  === 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_2257 that come from known issues:

  === IGT changes ===

    ==== Possible fixes ====

    igt at kms_flip@basic-flip-vs-modeset:
      fi-glk-j4005:       DMESG-WARN (fdo#106000) -> PASS

    igt at kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-snb-2520m:       INCOMPLETE (fdo#103713) -> PASS

    
  fdo#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  fdo#106000 https://bugs.freedesktop.org/show_bug.cgi?id=106000


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

  Missing    (4): fi-ctg-p8600 fi-ilk-m540 fi-byt-squawks fi-skl-6700hq 


== Build changes ==

    * Linux: CI_DRM_4275 -> Trybot_2257

  CI_DRM_4275: 8fdb62e0511e81fa935059c274a2457361fdb679 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4505: 8a8f0271a71e2e0d2a2caa4d41f4ad1d9c89670e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_2257: 9ba7f88a59c96b3524dc00921a60dbf939cbee7b @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

9ba7f88a59c9 preempt
b83516269030 RFC drm/i915: Load balancing across a virtual engine
f3fc28db3e9c drm/i915/execlists: Flush the tasklet before unpinning
c681bf9f05ea drm/i915: Allow a context to define its set of engines
c6c1921933d8 drm/i915: Re-arrange execbuf so context is known before engine
2173a2d90381 drm/i915: Fix I915_EXEC_RING_MASK
fab939ae30f1 drm/i915: Allow contexts to share a single timeline across all engines
747759eb119c drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
ae61df3e362e drm/i915: Introduce the i915_user_extension_method
40d1c78e6c4e drm/i915: Support per-context user requests for GPU frequency control
8cc006a1b77c drm/i915: Remove unwarranted clamping for hsw/bdw
8375add33bd5 drm/i915,intel_ips: Enable GPU wait-boosting with IPS
8aca4ed96bd1 drm/i915: Pull IPS into GT power management
d8ad435f3702 drm/i915: Rename rps min/max frequencies
4e2574c19efa drm/i915: Refactor frequency bounds computation
fb8eb0bee18e drm/i915: Simplify rc6/rps enabling
a8e617d0ca3e drm/i915: Enabling rc6 and rps have different requirements, so separate them
fb3410a46770 drm/i915: Split control of rps and rc6
b5357d3e70ee drm/i915: Reorder GT interface code
4d5c6b60dd79 drm/i915: Remove defunct intel_suspend_gt_powersave()
9391050fc489 drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info
43bcfcc50573 drm/i915: Move all the RPS irq handlers to intel_gt_pm
d81e26037e18 drm/i915: Move rps worker to intel_gt_pm.c
df3153cc5962 drm/i915: Split GT powermanagement functions to intel_gt_pm.c
2a4c68a94089 drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
7163410f7602 drm/i915: Enable render context support for Ironlake (gen5)
cbbf1a05f11a drm/i915: Generalize i915_gem_sanitize() to reset contexts
0dde8bb286c0 drm/i915: Record logical context support in driver caps
9a43558c181d drm/i915: Mark up Ironlake ips with rpm wakerefs
4ea34b5f01d8 drm/i915: Move sandybride pcode access to intel_sideband.c
bf55dd4892da drm/i915: Merge sandybridge_pcode_(read|write)
a40f77438107 drm/i915: Merge sbi read/write into a single accessor
fe652d52803a drm/i915: Separate sideband declarations to intel_sideband.h
d4e305c06c89 drm/i915: Replace pcu_lock with sb_lock
00fa97ae9e5c Revert "drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3"
1837cbcdb76c drm/i915: Reduce RPS update frequency on Valleyview/Cherryview
b242f7eab1b9 drm/i915: Lift sideband locking for vlv_punit_(read|write)
4ea1237b1a5b drm/i915: Lift acquiring the vlv punit magic to a common sb-get
3381a6ba8da4 drm/i915: Disable preemption and sleeping while using the punit sideband
24adba91b25e drm/i915: Allow user control over preempt timeout on their important context
023569ffe001 drm/i915: Use a preemption timeout to enforce interactivity
50e74743952f drm/i915/preemption: Select timeout when scheduling
3bd9be7069ce drm/i915/execlists: Try preempt-reset from hardirq timer context
9a84b5fca7d9 drm/i915/execlists: Force preemption via reset on timeout
5553259c9d4a drm/i915: Track the last-active inside the i915_vma
514864ece0dc drm/i915: Track vma activity per fence.context, not per engine
f6636655d1c9 drm/i915: Start returning an error from i915_vma_move_to_active()
29dbbff57162 drm/i915: Refactor export_fence() after i915_vma_move_to_active()
70ab80bed725 drm/i915: Priority boost switching to an idle ring
abbbbe7211f2 drm/i915: Priority boost for new clients
a00392863d37 drm/i915: Combine multiple internal plists into the same i915_priolist bucket
4d6c5db9d451 drm/i915: Reserve some priority bits for internal use
75d2d3b18f03 drm/i915/execlists: Switch to rb_root_cached
f779b7bcb9df drm/i915: Only signal from interrupt when requested
c3c5b91e3666 drm/i915: Move the irq_counter inside the spinlock
1373b03eb200 drm/i915: Reduce spinlock hold time during notify_ring() interrupt
3dd76698cf3f drm/i915: Hold request reference for submission until retirement
76c92018cb58 drm/i915: Move engine request retirement to intel_engine_cs
18072b405b35 drm/i915: Wait for engines to idle before retiring
df944739188f drm/i915: Move rate-limiting request retire to after submission
09ffb6201968 drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
dfa6fde2e4a9 drm/i915/execlists: Unify CSB access pointers
605dd91cec6b drm/i915/execlists: Process one CSB interrupt at a time
1f80abc8b802 drm/i915/execlists: Pull CSB reset under the timeline.lock
cc80ac0e81d5 drm/i915/execlists: Pull submit after dequeue under timeline lock
c37d87cda2ad drm/i915/execlists: Reset the CSB head tracking on reset/sanitization
6916655ac6a0 drm/i915: Be irqsafe inside reset
9b7687916ff7 drm/i915/guc: Disable preemption if it fails
8a05a473dd43 drm/i915/userptr: Enable read-only support on gen8+
f6ccba1b11b9 drm/i915: Reject attempted pwrites into a read-only object
54d09e169de1 drm/i915: Prevent writing into a read-only object via a GGTT mmap
18408e2880e8 drm/i915/gtt: Read-only pages for insert_entries on bdw+
5d801dcfa278 drm/i915/gtt: Add read only pages to gen8_pte_encode
4f093806028e drm/i915/execlists: Remove synchronize_hardirq()
739f46f9c1c8 drm/i915: Reduce context HW ID lifetime
b16e0f25c318 drm/i915/execlists: Push the tasklet kick after reset to reset_finish

== Logs ==

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


More information about the Intel-gfx-trybot mailing list