Series: | drm/i915/vm_bind: Add VM_BIND functionality (rev3) |
URL: | https://patchwork.freedesktop.org/series/105879/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v3/index.html |
CI Bug Log - changes from CI_DRM_12163 -> Patchwork_105879v3
Summary
FAILURE
Serious unknown changes coming with Patchwork_105879v3 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_105879v3, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v3/index.html
Participating hosts (42 -> 40)
Additional (1): fi-tgl-u2
Missing (3): fi-hsw-4770 fi-rkl-11600 fi-bdw-samus
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_105879v3:
IGT changes
Possible regressions
-
igt@i915_module_load@load:
-
fi-ilk-650: PASS -> INCOMPLETE
-
fi-blb-e6850: PASS -> INCOMPLETE
-
fi-pnv-d510: PASS -> INCOMPLETE
-
fi-snb-2520m: PASS -> INCOMPLETE
-
fi-hsw-g3258: PASS -> INCOMPLETE
-
fi-ivb-3770: PASS -> INCOMPLETE
-
fi-snb-2600: PASS -> INCOMPLETE
-
-
igt@i915_selftest@live@gem_migrate:
- bat-dg1-5: PASS -> DMESG-WARN
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
-
igt@i915_selftest@live@gem_migrate:
-
{bat-dg2-8}: PASS -> DMESG-WARN
-
{bat-dg2-9}: PASS -> DMESG-WARN
-
Known issues
Here are the changes found in Patchwork_105879v3 that come from known issues:
CI changes
Issues hit
IGT changes
Issues hit
-
igt@gem_huc_copy@huc-copy:
-
igt@i915_module_load@load:
- fi-elk-e7500: PASS -> INCOMPLETE (i915#6836)
-
igt@kms_chamelium@hdmi-edid-read:
- fi-tgl-u2: NOTRUN -> SKIP (fdo#109284 / fdo#111827) +7 similar issues
-
igt@kms_cursor_legacy@basic-busy-flip-before-cursor:
-
igt@kms_force_connector_basic@force-load-detect:
- fi-tgl-u2: NOTRUN -> SKIP (fdo#109285)
-
igt@kms_setmode@basic-clone-single-crtc:
-
igt@runner@aborted:
Possible fixes
-
igt@gem_exec_suspend@basic-s3@smem:
- {bat-adlm-1}: DMESG-WARN (i915#2867) -> PASS
-
igt@i915_selftest@live@reset:
- {bat-rpls-1}: DMESG-FAIL (i915#4983 / i915#5828) -> PASS
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
- Linux: CI_DRM_12163 -> Patchwork_105879v3
CI-20190529: 20190529
CI_DRM_12163: 8a052348946d9ec1b368ddcc1d3db5f2fc486f75 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6659: 1becf700a737a7a98555a0cfbe8566355377afb2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_105879v3: 8a052348946d9ec1b368ddcc1d3db5f2fc486f75 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
bfa82522715e drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
9be69aec5a6b drm/i915/vm_bind: Skip vma_lookup for persistent vmas
43ec58a56ea6 drm/i915/vm_bind: userptr dma-resv changes
fa391ae135ab drm/i915/vm_bind: Handle persistent vmas in execbuf3
ca7e10c22b47 drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
76c0a2dc950a drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
7a078b2c65a3 drm/i915/vm_bind: Abstract out common execbuf functions
59f16bc4df63 drm/i915/vm_bind: Add out fence support
8dc247ec22e0 drm/i915/vm_bind: Handle persistent vmas
c0e5a22deac3 drm/i915/vm_bind: Support for VM private BOs
e60dcd038470 drm/i915/vm_bind: Implement bind and unbind of object
be9b4b742db7 drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
720b5cbfeaad drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
b8b76a29b94b drm/i915/vm_bind: Expose vm lookup function