✓ Fi.CI.BAT: success for series starting with [01/52] drm/i915: Reduce context HW ID lifetime

Patchwork patchwork at emeril.freedesktop.org
Sat Jun 30 21:59:15 UTC 2018


== Series Details ==

Series: series starting with [01/52] drm/i915: Reduce context HW ID lifetime
URL   : https://patchwork.freedesktop.org/series/45723/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4409 -> Trybot_2479 =

== Summary - SUCCESS ==

  No regressions found.

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

== Possible new issues ==

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

  === IGT changes ===

    ==== Warnings ====

    igt at kms_pipe_crc_basic@read-crc-pipe-b:
      {fi-cfl-8109u}:     PASS -> SKIP +36

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt at kms_chamelium@dp-edid-read:
      fi-kbl-7500u:       PASS -> FAIL (fdo#103841)

    igt at prime_vgem@basic-fence-flip:
      fi-ilk-650:         PASS -> FAIL (fdo#104008)

    
    ==== Possible fixes ====

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

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

  fdo#102614 https://bugs.freedesktop.org/show_bug.cgi?id=102614
  fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
  fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
  fdo#106103 https://bugs.freedesktop.org/show_bug.cgi?id=106103


== Participating hosts (45 -> 39) ==

  Missing    (6): fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 


== Build changes ==

    * Linux: CI_DRM_4409 -> Trybot_2479

  CI_DRM_4409: bf99024d9c80d81968d3621ead0c0c05343fe826 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4532: 840d12e2f050b784552197403d6575a57b6e896d @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_2479: c1fef35faeff6a29882be652e87b5fd6bcd90327 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

c1fef35faeff drm/i915: Drop struct_mutex requirement for unpin_from_display_plane
2e04712dc1c2 drm/i915: Move object domain management under the purview of its own locks
0f0da1ef4408 drm/i915: Lift i915_vma_move_to_active locking to caller
509799ea2eae drm/i915: Skip pending GTT write flush before unbinding
dcb9874b696b drm/i915: Move vma pinning under vm->mutex
4af3772ce7d9 gfp-switch-k
4453416e70d2 gfp-req
9e1ec5899dce drm/i915: Move vma lookup to its own lock
47cc613a3bcb drm/i915: Emit pipelined fence changes
09359d629db5 drm/i915: The VM unbound_list is never used
f1880c86acbc drm/i915: VMA hold a reference to their VM so on cleanup there are none
dfa354f2e106 drm/i915: Pull VM lists under the VM mutex.
fdf3a295a7b9 drm/i915: Remove GPU reset dependence on struct_mutex
674e94bcc387 drm/i915: Pull all the reset functionality together into i915_reset.c
43af1876181a drm/i915: Dynamically allocate the array of drm_i915_gem_fence_reg
2fe70433b158 drm/i915: Move fence-reg interface to i915_gem_fence_reg.h
0a94d0046e62 drm/i915: Tidy i915_gem_suspend()
7a01545d1811 drm/i915: Convert fences to use a GGTT lock rather than struct_mutex
2c9bdcfbdea9 drm/i915: Move fence register tracking to GGTT
355f0f3f60d4 drm/i915: Introduce i915_address_space.mutex
d3eb84b44584 drm/i915: Stop tracking MRU activity on VMA
9c3192e5ebf1 RFC drm/i915: Load balancing across a virtual engine
8540daf529b6 drm/i915: Replace nested subclassing with explicit subclasses
5f6768250675 drm/i915/execlists: Refactor out can_merge_rq()
fbd485c7cb8f drm/i915/execlists: Flush the tasklet before unpinning
46b1acc79285 drm/i915: Allow a context to define its set of engines
ca944d0ee6e9 drm/i915: Re-arrange execbuf so context is known before engine
cd2a89724fe1 drm/i915: Fix I915_EXEC_RING_MASK
770544859604 drm/i915: Allow contexts to share a single timeline across all engines
7ff624f59a16 drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
31709fc03303 drm/i915: Introduce the i915_user_extension_method
f52b0c484a7b drm/i915: Priority boost switching to an idle ring
b20d0ffd9079 drm/i915: Priority boost for new clients
614e23373168 drm/i915: Combine multiple internal plists into the same i915_priolist bucket
67540874d068 drm/i915: Reserve some priority bits for internal use
9c980d1b3f33 drm/i915/execlists: Switch to rb_root_cached
fd6ec914c5d7 drm/i915: Hold request reference for submission until retirement
2e45b805f911 drm/i915: Move engine request retirement to intel_engine_cs
65b51d1bdc40 drm/i915: Move rate-limiting request retire to after submission
e82b97de5b18 drm/i915/userptr: Enable read-only support on gen8+
f3c1c71f1302 drm/i915: Reject attempted pwrites into a read-only object
ea299c8f1789 drm/i915: Prevent writing into a read-only object via a GGTT mmap
11b734f5ccd2 drm/i915/gtt: Read-only pages for insert_entries on bdw+
8a8534295a41 drm/i915/gtt: Add read only pages to gen8_pte_encode
13291551890e drm/i915: Track the last-active inside the i915_vma
908358969bec drm/i915: Track vma activity per fence.context, not per engine
3fbfb0076b62 drm/i915: Move i915_vma_move_to_active() to i915_vma.c
0c4e1aa6cbda drm/i915: Start returning an error from i915_vma_move_to_active()
cf3d9efb62dc drm/i915: Export i915_request_skip()
55b5373c942e drm/i915: Refactor export_fence() after i915_vma_move_to_active()
764066dd7ff3 drm/i915: Try GGTT mmapping whole object as partial
2b83f1d82b8c drm/i915: Reduce context HW ID lifetime

== Logs ==

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


More information about the Intel-gfx-trybot mailing list