[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/vm_bind: Add VM_BIND functionality (rev9)

Patchwork patchwork at emeril.freedesktop.org
Mon Nov 7 11:40:53 UTC 2022


== Series Details ==

Series: drm/i915/vm_bind: Add VM_BIND functionality (rev9)
URL   : https://patchwork.freedesktop.org/series/105879/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_12348 -> Patchwork_105879v9
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/index.html

Participating hosts (39 -> 27)
------------------------------

  Missing    (12): fi-rkl-11600 fi-bdw-samus bat-dg2-8 bat-dg2-9 bat-adlp-6 fi-ctg-p8600 bat-adln-1 bat-rplp-1 bat-rpls-1 bat-rpls-2 bat-dg2-11 bat-jsl-1 

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_tiled_blits@basic:
    - fi-pnv-d510:        [PASS][1] -> [SKIP][2] ([fdo#109271]) +2 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12348/fi-pnv-d510/igt@gem_tiled_blits@basic.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/fi-pnv-d510/igt@gem_tiled_blits@basic.html

  * igt at i915_selftest@live at execlists:
    - fi-bdw-gvtdvm:      [PASS][3] -> [INCOMPLETE][4] ([i915#2940])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12348/fi-bdw-gvtdvm/igt@i915_selftest@live@execlists.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/fi-bdw-gvtdvm/igt@i915_selftest@live@execlists.html

  * igt at kms_chamelium@common-hpd-after-suspend:
    - fi-hsw-4770:        NOTRUN -> [SKIP][5] ([fdo#109271] / [fdo#111827])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/fi-hsw-4770/igt@kms_chamelium@common-hpd-after-suspend.html

  * igt at runner@aborted:
    - fi-bdw-gvtdvm:      NOTRUN -> [FAIL][6] ([i915#4312])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/fi-bdw-gvtdvm/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt at i915_selftest@live at hangcheck:
    - fi-hsw-4770:        [INCOMPLETE][7] ([i915#4785]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12348/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785


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

  * Linux: CI_DRM_12348 -> Patchwork_105879v9

  CI-20190529: 20190529
  CI_DRM_12348: 274249f2d91b2b43ee26d9363b0f7426c6445ba2 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_7044: dbeb6f92720292f8303182a0e649284cea5b11a6 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_105879v9: 274249f2d91b2b43ee26d9363b0f7426c6445ba2 @ git://anongit.freedesktop.org/gfx-ci/linux


### Linux commits

3605637f03fd drm/i915/vm_bind: Async vm_unbind support
a4b64d07b0e3 drm/i915/vm_bind: Render VM_BIND documentation
0d9260049f18 drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
e9aaac78570a drm/i915/vm_bind: Limit vm_bind mode to non-recoverable contexts
924c73f931e8 drm/i915/vm_bind: userptr dma-resv changes
3317504ec1d7 drm/i915/vm_bind: Handle persistent vmas in execbuf3
534980c7c27f drm/i915/vm_bind: Expose i915_request_await_bind()
bb666016bc49 drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
2eabb3dd9832 drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
ff9a6e7dd60b drm/i915/vm_bind: Use common execbuf functions in execbuf path
e348075657f5 drm/i915/vm_bind: Abstract out common execbuf functions
9a9fa330ab38 drm/i915/vm_bind: Add out fence support
14c5398b589f drm/i915/vm_bind: Support persistent vma activeness tracking
4b59949c1f82 drm/i915/vm_bind: Add support to handle object evictions
f3c79a27595c drm/i915/vm_bind: Support for VM private BOs
c0e9b4a1c59c drm/i915/vm_bind: Implement bind and unbind of object
4bf53f2ce1a2 drm/i915/vm_bind: Add support to create persistent vma
9e6f21ed8715 drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
788e89f09d86 drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
7276f31bfd1d drm/i915/vm_bind: Expose vm lookup function

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v9/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20221107/9099fc88/attachment-0001.htm>


More information about the Intel-gfx mailing list