✓ Fi.CI.BAT: success for series starting with [01/45] drm/i915: Try GGTT mmapping whole object as partial

Patchwork patchwork at emeril.freedesktop.org
Sat Jun 30 18:17:37 UTC 2018


== Series Details ==

Series: series starting with [01/45] drm/i915: Try GGTT mmapping whole object as partial
URL   : https://patchwork.freedesktop.org/series/45718/
State : success

== Summary ==

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

== Summary - SUCCESS ==

  No regressions found.

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

== Possible new issues ==

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

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

  === IGT changes ===

    ==== Issues hit ====

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

    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#106103, fdo#102614) -> 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#103713 https://bugs.freedesktop.org/show_bug.cgi?id=103713
  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-squawks fi-bsw-cyan fi-ctg-p8600 fi-pnv-d510 


== Build changes ==

    * Linux: CI_DRM_4409 -> Trybot_2474

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


== Linux commits ==

d9bc20c5e767 drm/i915: Move vma pinning under vm->mutex
c667fe65455e drm/i915: Move vma lookup to its own lock
258f5bd3a4ca drm/i915: Emit pipelined fence changes
75184e6f3aae drm/i915: The VM unbound_list is never used
b357f39036eb drm/i915: VMA hold a reference to their VM so on cleanup there are none
ba820f58258a drm/i915: Pull VM lists under the VM mutex.
2d36ffd7c327 drm/i915: Remove GPU reset dependence on struct_mutex
9bb7cdf9304d drm/i915: Pull all the reset functionality together into i915_reset.c
815472b353fb drm/i915: Dynamically allocate the array of drm_i915_gem_fence_reg
515ab6b58aec drm/i915: Move fence-reg interface to i915_gem_fence_reg.h
dc3eee5c6c79 drm/i915: Tidy i915_gem_suspend()
b0f7a799f144 drm/i915: Convert fences to use a GGTT lock rather than struct_mutex
259d2e15d1fb drm/i915: Move fence register tracking to GGTT
d3b5ceb57908 drm/i915: Introduce i915_address_space.mutex
8927e4dbdf3d drm/i915: Stop tracking MRU activity on VMA
056c5bd7c8ae RFC drm/i915: Load balancing across a virtual engine
2e16f3fa2a24 drm/i915: Replace nested subclassing with explicit subclasses
21c98c7f985d drm/i915/execlists: Refactor out can_merge_rq()
b0ff50cd1c86 drm/i915/execlists: Flush the tasklet before unpinning
41e52ceb5fc9 drm/i915: Allow a context to define its set of engines
709d32862daf drm/i915: Re-arrange execbuf so context is known before engine
b28c745b1c26 drm/i915: Fix I915_EXEC_RING_MASK
8b4d5abd61c7 drm/i915: Allow contexts to share a single timeline across all engines
830ebabfc08c drm/i915: Extend CREATE_CONTEXT to allow inheritance ala clone()
105937593dca drm/i915: Introduce the i915_user_extension_method
df4cff4ce915 drm/i915: Priority boost switching to an idle ring
c9e067516edc drm/i915: Priority boost for new clients
3da8ae082f46 drm/i915: Combine multiple internal plists into the same i915_priolist bucket
0dd1a0670d6f drm/i915: Reserve some priority bits for internal use
6bc90212b602 drm/i915/execlists: Switch to rb_root_cached
e29ced21380c drm/i915: Hold request reference for submission until retirement
7bc29480aac1 drm/i915: Move engine request retirement to intel_engine_cs
a7073ee387f7 drm/i915: Move rate-limiting request retire to after submission
a9deaa856210 drm/i915/userptr: Enable read-only support on gen8+
f7712e4dffb4 drm/i915: Reject attempted pwrites into a read-only object
e0e39c0dfe78 drm/i915: Prevent writing into a read-only object via a GGTT mmap
3d54a66aae65 drm/i915/gtt: Read-only pages for insert_entries on bdw+
5e3300774b3a drm/i915/gtt: Add read only pages to gen8_pte_encode
2b03ca18124a drm/i915: Track the last-active inside the i915_vma
6720fc4f0dcc drm/i915: Track vma activity per fence.context, not per engine
87b081d0dd47 drm/i915: Move i915_vma_move_to_active() to i915_vma.c
df64b3055a49 drm/i915: Start returning an error from i915_vma_move_to_active()
4fbd2370f338 drm/i915: Export i915_request_skip()
ff37ba08c08b drm/i915: Refactor export_fence() after i915_vma_move_to_active()
d19fbd88f18e drm/i915: Try GGTT mmapping whole object as partial

== Logs ==

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


More information about the Intel-gfx-trybot mailing list