✓ Fi.CI.BAT: success for series starting with [01/45] drm/i915: Seal races between async GPU cancellation, retirement and signaling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



== Series Details ==

Series: series starting with [01/45] drm/i915: Seal races between async GPU cancellation, retirement and signaling
URL   : https://patchwork.freedesktop.org/series/59933/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_5999 -> Patchwork_12871
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

New tests
---------

  New tests have been introduced between CI_DRM_5999 and Patchwork_12871:

### New IGT tests (1) ###

  * igt@i915_selftest@live_mman:
    - Statuses : 28 pass(s)
    - Exec time: [5.56, 57.56] s

  

Known issues
------------

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

### IGT changes ###

#### Issues hit ####

  * igt@i915_pm_rpm@module-reload:
    - fi-skl-6770hq:      [PASS][1] -> [FAIL][2] ([fdo#108511])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5999/fi-skl-6770hq/igt@i915_pm_rpm@xxxxxxxxxxxxxxxxxx
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12871/fi-skl-6770hq/igt@i915_pm_rpm@xxxxxxxxxxxxxxxxxx

  
#### Possible fixes ####

  * igt@i915_selftest@live_contexts:
    - fi-bdw-gvtdvm:      [DMESG-FAIL][3] ([fdo#110235 ]) -> [PASS][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_5999/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12871/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html

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

  [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
  [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
  [fdo#110235 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110235 


Participating hosts (41 -> 35)
------------------------------

  Additional (6): fi-bsw-n3050 fi-kbl-guc fi-icl-u3 fi-icl-y fi-blb-e6850 fi-byt-n2820 
  Missing    (12): fi-ilk-m540 fi-byt-j1900 fi-hsw-peppy fi-byt-squawks fi-bsw-cyan fi-apl-guc fi-ctg-p8600 fi-gdg-551 fi-skl-iommu fi-pnv-d510 fi-byt-clapper fi-bdw-samus 


Build changes
-------------

  * Linux: CI_DRM_5999 -> Patchwork_12871

  CI_DRM_5999: bde6790dd103ba3c4c127bbc061b90ea3f406762 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4964: ffe44144a2285788ae07768a9240b27ea8182d5c @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_12871: bb546ba28c2edd13fb76145784a0e257667f702c @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

bb546ba28c2e drm/i915/execlists: Minimalistic timeslicing
164b9bf4bf1b drm/i915/execlists: Preempt-to-busy
e4e17a4bfe57 drm/i915: Replace engine->timeline with a plain list
9599c71ad5cf drm/i915: Stop retiring along engine
bd3f0893f59c drm/i915: Keep contexts pinned until after the next kernel context switch
dce4c5818ef5 drm/i915: Rename intel_context.active to .inflight
fb34df3074bd drm/i915: Move object close under its own lock
d0d0842f8bb2 drm/i915: Drop the deferred active reference
c10b2ae59cb3 drm/i915: Move GEM client throttling to its own file
89dfa3abb4b1 drm/i915: Move GEM object busy checking to its own file
7f6e77da37c6 drm/i915: Move GEM object waiting to its own file
8d9354672a12 drm/i915: Move GEM object domain management from struct_mutex to local
8d4d95a47223 drm/i915: Pull scatterlist utils out of i915_gem.h
93ad355975cb drm/i915: Move more GEM objects under gem/
7d08333f4f33 drm/i915: Move GEM domain management to its own file
ef17118e7363 drm/i915: Move mmap and friends to its own file
27574b61465b drm/i915: Move phys objects to its own file
88ecbcf16a43 drm/i915: Move shmem object setup to its own file
cfbd63a2cc15 drm/i915: Move object->pages API to i915_gem_object.[ch]
504adb89c47b drm/i915: Pull GEM ioctls interface to its own file
7e3b449981b1 drm/i915: Split GEM object type definition to its own header
39b04a462159 drm/i915: Allow specification of parallel execbuf
ff6b2382417e drm/i915/execlists: Virtual engine bonding
f9a6aebb5f5e drm/i915: Extend execution fence to support a callback
7ab058d19497 drm/i915: Apply an execution_mask to the virtual_engine
65cb8bcd56e0 drm/i915: Load balancing across a virtual engine
c0bede879ff9 drm/i915: Allow userspace to clone contexts on creation
2a6aed246ca7 drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
8116cec3c578 drm/i915: Allow a context to define its set of engines
eacb264b1b19 drm/i915: Restore control over ppgtt for context creation ABI
4d41aff00f07 drm/i915: Make engine_mask & num_engines static
b4def543830c drm/i915: Convert inconsistent static engine tables into an init error
cc8c59145f86 drm/i915: Move the engine->destroy() vfunc onto the engine
8e3b0d14da6e drm/i915/execlists: Flush the tasklet on parking
a7aa0b935302 drm/i915: Move i915_request_alloc into selftests/
66ee78beaf16 drm/i915: Remove intel_context.active_link
1ecd5a4be8fc drm/i915: Switch back to an array of logical per-engine HW contexts
dd5199890d17 drm/i915: Split engine setup/init into two phases
01acbbacf9fe drm/i915: Pass intel_context to intel_context_pin_lock()
4b16b7f00463 drm/i915/selftests: Pass around intel_context for sseu
6702f3f43ea2 drm/i915/selftests: Use the real kernel context for sseu isolation tests
2ee46a2f553e drm/i915: Export intel_context_instance()
4413100b422a drm/i915/gvt: Pin the per-engine GVT shadow contexts
d3bdb17e90b7 drm/i915: Seal races between async GPU cancellation, retirement and signaling

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12871/
_______________________________________________
Intel-gfx mailing list
Intel-gfx@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/intel-gfx




[Index of Archives]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux