✓ Fi.CI.BAT: success for series starting with [01/77] drm/i915: Remove tasklet flush before disable

Patchwork patchwork at emeril.freedesktop.org
Thu May 10 14:01:45 UTC 2018


== Series Details ==

Series: series starting with [01/77] drm/i915: Remove tasklet flush before disable
URL   : https://patchwork.freedesktop.org/series/43011/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4163 -> Trybot_2125 =

== Summary - WARNING ==

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

== Possible new issues ==

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

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

  === IGT changes ===

    ==== Issues hit ====

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

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

    
    ==== Possible fixes ====

    igt at kms_flip@basic-flip-vs-wf_vblank:
      fi-hsw-4770r:       FAIL (fdo#100368) -> PASS

    
  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#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (41 -> 23) ==

  Missing    (18): fi-ilk-m540 fi-bxt-dsi fi-bsw-n3050 fi-skl-guc fi-cnl-y3 fi-byt-squawks fi-cfl-8700k fi-cfl-u fi-kbl-7500u fi-ctg-p8600 fi-cfl-s3 fi-glk-j4005 fi-cnl-psr fi-bxt-j4205 fi-skl-6700k2 fi-skl-6700hq fi-skl-6600u fi-kbl-r 


== Build changes ==

    * Linux: CI_DRM_4163 -> Trybot_2125

  CI_DRM_4163: 8e1dab6e913be7d014eb9bc355ec65b6b56dcd56 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4468: 548a894dc904c4628522dbbc77cb179a4c965ebc @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_2125: 4a64d016da07b3258e277a40d2f813bb77d78949 @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4468: 1e60f1499e5b71b6d5a747189d7c28f57359a87f @ git://anongit.freedesktop.org/piglit


== Linux commits ==

4a64d016da07 preempt
56e2a2424db2 RFC drm/i915: Load balancing across a virtual engine
87a7c4ccd384 drm/i915/execlists: Flush the tasklet before unpinning
aa39b323cb54 drm/i915: Allow a context to define its set of engines
720593a8dba5 drm/i915: Re-arrange execbuf so context is known before engine
07498e1e67ee drm/i915: Fix I915_EXEC_RING_MASK
e86fde6e3345 drm/i915: Allow contexts to share a single timeline across all engines
079f7ef1b394 drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
2bd92621473c drm/i915: Introduce the i915_user_extension_method
ae4cff1a2ab5 drm/i915: Track the last-active inside the i915_vma
4aefffc41158 drm/i915: Track vma activity per fence.context, not per engine
586a6fdaf200 drm/i915: Start returning an error from i915_vma_move_to_active()
24e683176d27 drm/i915: Refactor export_fence() after i915_vma_move_to_active()
a4b03705c804 drm/i915: Priority boost switching to an idle ring
af48366c0133 drm/i915: Priority boost for new clients
58f4d3b1f044 drm/i915/execlists: Switch to rb_root_cached
e3720aeee720 drm/i915: Only signal from interrupt when requested
70724468ac29 drm/i915: Move the irq_counter inside the spinlock
341d58843847 drm/i915: Reduce spinlock hold time during notify_ring() interrupt
c7b9f5e6d55a drm/i915: Support per-context user requests for GPU frequency control
de3a6ef56472 drm/i915: Remove unwarranted clamping for hsw/bdw
a11fe70f3571 drm/i915,intel_ips: Enable GPU wait-boosting with IPS
ae4e558ffac6 drm/i915: Pull IPS into GT power management
4ce4ef433729 drm/i915: Rename rps min/max frequencies
1dd3e290802f drm/i915: Refactor frequency bounds computation
cfc55d6ea11a drm/i915: Simplify rc6/rps enabling
504c38f2e951 drm/i915: Enabling rc6 and rps have different requirements, so separate them
bd9a4d5525d3 drm/i915: Split control of rps and rc6
ef2eb09ab8a8 drm/i915: Reorder GT interface code
44e3af2a8ee4 drm/i915: Remove defunct intel_suspend_gt_powersave()
d02fffa74d7a drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info
dcb4600040b0 drm/i915: Move all the RPS irq handlers to intel_gt_pm
f8a1d4418f05 drm/i915: Move rps worker to intel_gt_pm.c
c754470b7abe drm/i915: Split GT powermanagement functions to intel_gt_pm.c
a279f90294cd drm/i915: Enable render context support for gen4 (Broadwater to Cantiga)
3230323be08d drm/i915: Enable render context support for Ironlake (gen5)
49d70c60e69a drm/i915: Generalize i915_gem_sanitize() to reset contexts
e2b97a97da7f drm/i915: Record logical context support in driver caps
9a47432530b0 drm/i915: Mark up Ironlake ips with rpm wakerefs
e7b10cbbe3f2 drm/i915: Move sandybride pcode access to intel_sideband.c
aac2596c8a1f drm/i915: Merge sandybridge_pcode_(read|write)
56629b780217 drm/i915: Merge sbi read/write into a single accessor
fae0c40f73d8 drm/i915: Separate sideband declarations to intel_sideband.h
8b5b5ed01250 drm/i915: Replace pcu_lock with sb_lock
126bd94a943a Revert "drm/i915: Avoid tweaking evaluation thresholds on Baytrail v3"
18ccde10e316 drm/i915: Reduce RPS update frequency on Valleyview/Cherryview
e50b0c3d3e0f drm/i915: Lift sideband locking for vlv_punit_(read|write)
d6211f8767bd drm/i915: Lift acquiring the vlv punit magic to a common sb-get
4439b5f5ac5a drm/i915: Disable preemption and sleeping while using the punit sideband
3fe597f11b0a drm/i915: Allow user control over preempt timeout on their important context
3cce63cb03b2 drm/i915: Use a preemption timeout to enforce interactivity
d954aff7d9c5 drm/i915/preemption: Select timeout when scheduling
628562ca32af drm/i915/execlists: Try preempt-reset from hardirq timer context
399d960166a7 drm/i915/execlists: Force preemption via reset on timeout
0c45ad757c35 drm/i915: Allow init_breadcrumbs to be used from irq context
aa049d4e48cf drm/i915/execlists: Handle copying default context state for atomic reset
a188b59e70a2 drm/i915: Be irqsafe inside reset
c4e4b92a92b4 drm/i915: Stop parking the signaler around reset
2eed50a3d661 drm/i915/execlists: Flush pending preemption events during reset
1ffb3fc0a31e drm/i915: Split execlists/guc reset preparations
a0484a8932a3 drm/i915: Move engine reset prepare/finish to backends
2704a3cd3d3c drm/i915/execlists: Refactor out complete_preempt_context()
ede7e31b1183 drm/i915: Pull the context->pin_count dec into the common intel_context_unpin
a9801d07a1bc drm/i915: Store a pointer to intel_context in i915_request
18dd2d24655a drm/i915: Move fiddling with engine->last_retired_context
bcabe713b83d drm/i915: Move request->ctx aside
a0265ba5d810 Revert "drm/i915/cnl: Use mmio access to context status buffer"
9daccbad51b6 drm/i915/execlists: Use rmb() to order CSB reads
f3559fc55d16 drm/i915: Detect if we missed kicking the execlists tasklet
78f9166a43d8 drm/i915: Speed up idle detection by kicking the tasklets
0a9141aef7a8 drm/i915: Remove USES_GUC_SUBMISSION() pointer chasing from gen8_cs_irq_handler
b6b2226d1ace drm/i915: Rearrange gen8_cs_irq_handler
492fa4495117 drm/i915/execlists: Direct submission from irq handler
abf4ca9a76c4 drm/i915/execlists: Direct submit onto idle engines
ea4d631ce65b drm/i915: Only sync tasklets once for recursive reset preparation
bec28f49650d drm/i915: Wrap tasklet_struct for abuse
2aa7576b6996 drm/i915: Remove tasklet flush before disable

== Logs ==

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


More information about the Intel-gfx-trybot mailing list