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

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 18 08:06:55 UTC 2022


== Series Details ==

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

== Summary ==

CI Bug Log - changes from CI_DRM_12254 -> Patchwork_105879v7
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (45 -> 45)
------------------------------

  Additional (2): fi-hsw-4770 bat-dg1-5 
  Missing    (2): fi-bdw-samus fi-kbl-guc 

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_exec_gttfill@basic:
    - fi-pnv-d510:        [PASS][1] -> [FAIL][2] ([i915#7229])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_12254/fi-pnv-d510/igt@gem_exec_gttfill@basic.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-pnv-d510/igt@gem_exec_gttfill@basic.html

  * igt at i915_pm_backlight@basic-brightness:
    - fi-hsw-4770:        NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#3012])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-hsw-4770/igt@i915_pm_backlight@basic-brightness.html

  * igt at i915_pm_rpm@module-reload:
    - fi-hsw-4770:        NOTRUN -> [INCOMPLETE][4] ([i915#7221])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-hsw-4770/igt@i915_pm_rpm@module-reload.html

  * igt at kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - fi-hsw-4770:        NOTRUN -> [SKIP][5] ([fdo#109271]) +9 similar issues
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-hsw-4770/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt at kms_chamelium@dp-crc-fast:
    - fi-hsw-4770:        NOTRUN -> [SKIP][6] ([fdo#109271] / [fdo#111827]) +7 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-hsw-4770/igt@kms_chamelium@dp-crc-fast.html

  * igt at kms_psr@sprite_plane_onoff:
    - fi-hsw-4770:        NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#1072]) +3 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-hsw-4770/igt@kms_psr@sprite_plane_onoff.html

  * igt at runner@aborted:
    - fi-hsw-4770:        NOTRUN -> [FAIL][8] ([fdo#109271] / [i915#4312] / [i915#5594])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/fi-hsw-4770/igt@runner@aborted.html
    - bat-dg1-5:          NOTRUN -> [FAIL][9] ([i915#7220])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/bat-dg1-5/igt@runner@aborted.html

  
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#5594]: https://gitlab.freedesktop.org/drm/intel/issues/5594
  [i915#7220]: https://gitlab.freedesktop.org/drm/intel/issues/7220
  [i915#7221]: https://gitlab.freedesktop.org/drm/intel/issues/7221
  [i915#7229]: https://gitlab.freedesktop.org/drm/intel/issues/7229


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

  * Linux: CI_DRM_12254 -> Patchwork_105879v7

  CI-20190529: 20190529
  CI_DRM_12254: 2e6cdde56f896add665edb8d2f6d3dfce8b1b3b6 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_7018: 8312a2fe3f3287ba4ac4bc8d100de0734480f482 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Patchwork_105879v7: 2e6cdde56f896add665edb8d2f6d3dfce8b1b3b6 @ git://anongit.freedesktop.org/gfx-ci/linux


### Linux commits

48b240871f2d drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
a07e041f8653 drm/i915/vm_bind: userptr dma-resv changes
e4ad670ef890 drm/i915/vm_bind: Handle persistent vmas in execbuf3
cfcbb1e5fe74 drm/i915/vm_bind: Expose i915_request_await_bind()
379ab291f690 drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
68859d7ad749 drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
1a3fc9620771 drm/i915/vm_bind: Use common execbuf functions in execbuf path
9b9c5d7176c3 drm/i915/vm_bind: Abstract out common execbuf functions
801e74a7928f drm/i915/vm_bind: Add out fence support
7bcb4aa91dbb drm/i915/vm_bind: Support persistent vma activeness tracking
dcff4ae9f609 drm/i915/vm_bind: Add support to handle object evictions
37716a795a22 drm/i915/vm_bind: Support for VM private BOs
aeaf3c8189f0 drm/i915/vm_bind: Implement bind and unbind of object
8d2d38a3c483 drm/i915/vm_bind: Add support to create persistent vma
6421e3233284 drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
81a9071de244 drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
b6c9fcf55f30 drm/i915/vm_bind: Expose vm lookup function

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v7/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20221018/08ddac0b/attachment.htm>


More information about the Intel-gfx mailing list