Series: | drm/i915/vm_bind: Add VM_BIND functionality (rev8) |
URL: | https://patchwork.freedesktop.org/series/105879/ |
State: | failure |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_105879v8/index.html |
CI Bug Log - changes from CI_DRM_12290 -> Patchwork_105879v8
Summary
FAILURE
Serious unknown changes coming with Patchwork_105879v8 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in Patchwork_105879v8, 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_105879v8/index.html
Participating hosts (41 -> 37)
Missing (4): fi-ctg-p8600 fi-hsw-4770 fi-bdw-samus bat-dg1-5
Possible new issues
Here are the unknown changes that may have been introduced in Patchwork_105879v8:
IGT changes
Possible regressions
- igt@i915_selftest@live@hugepages:
- fi-ivb-3770: PASS -> DMESG-FAIL
Known issues
Here are the changes found in Patchwork_105879v8 that come from known issues:
IGT changes
Issues hit
-
igt@gem_lmem_swapping@parallel-random-engines:
- fi-bsw-nick: NOTRUN -> SKIP (fdo#109271) +32 similar issues
-
igt@i915_selftest@live@hugepages:
-
fi-glk-j4005: PASS -> DMESG-FAIL (i915#7311)
-
fi-rkl-guc: NOTRUN -> DMESG-FAIL (i915#7311)
-
fi-adl-ddr5: PASS -> DMESG-FAIL (i915#7311)
-
-
igt@i915_suspend@basic-s3-without-i915:
- fi-kbl-x1275: NOTRUN -> SKIP (fdo#109271)
-
igt@kms_chamelium@common-hpd-after-suspend:
-
fi-kbl-x1275: NOTRUN -> SKIP (fdo#109271 / fdo#111827)
-
fi-cfl-8109u: NOTRUN -> SKIP (fdo#109271 / fdo#111827)
-
-
igt@kms_chamelium@hdmi-hpd-fast:
- fi-bsw-nick: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_pipe_crc_basic@suspend-read-crc@pipe-a-hdmi-a-2:
- fi-bdw-5557u: PASS -> INCOMPLETE (i915#146)
-
igt@runner@aborted:
Possible fixes
-
igt@fbdev@read:
-
igt@gem_exec_parallel@engines@contexts:
- fi-bsw-nick: INCOMPLETE (i915#7311) -> PASS
-
igt@gem_exec_suspend@basic-s3@smem:
- {bat-adlm-1}: DMESG-WARN (i915#2867) -> PASS
-
igt@i915_selftest@live@gt_lrc:
- fi-rkl-guc: INCOMPLETE (i915#4983) -> PASS
-
igt@i915_selftest@live@hugepages:
-
fi-kbl-x1275: DMESG-FAIL (i915#7311) -> PASS
-
fi-cfl-8109u: DMESG-FAIL (i915#7311) -> PASS
-
{bat-adln-1}: DMESG-FAIL (i915#7311) -> PASS
-
-
igt@i915_selftest@live@requests:
-
{bat-rpls-2}: INCOMPLETE (i915#6257) -> PASS
-
{bat-rpls-1}: INCOMPLETE (i915#4983 / i915#6257) -> 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_12290 -> Patchwork_105879v8
CI-20190529: 20190529
CI_DRM_12290: 10baa7781c4532c362d6cab509a0e4fea4e11a94 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_7026: ce0f97e7e0aa54c40049a8365b3d61773c92e588 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_105879v8: 10baa7781c4532c362d6cab509a0e4fea4e11a94 @ git://anongit.freedesktop.org/gfx-ci/linux
Linux commits
78663c4f2858 drm/i915/vm_bind: Render VM_BIND documentation
3e1361b06ac1 drm/i915/vm_bind: Add uapi for user to enable vm_bind_mode
c2fd9f974f65 drm/i915/vm_bind: Limit vm_bind mode to non-recoverable contexts
965e7b3f76d0 drm/i915/vm_bind: userptr dma-resv changes
2434dfb89795 drm/i915/vm_bind: Handle persistent vmas in execbuf3
04066a51cc34 drm/i915/vm_bind: Expose i915_request_await_bind()
de6bbb7186dd drm/i915/vm_bind: Update i915_vma_verify_bind_complete()
df97d9a8385e drm/i915/vm_bind: Implement I915_GEM_EXECBUFFER3 ioctl
f400a8744147 drm/i915/vm_bind: Use common execbuf functions in execbuf path
a7b49b19d3ff drm/i915/vm_bind: Abstract out common execbuf functions
eca8149cd6f8 drm/i915/vm_bind: Add out fence support
12278658730e drm/i915/vm_bind: Support persistent vma activeness tracking
bc71ea3fe59c drm/i915/vm_bind: Add support to handle object evictions
e23d0c2b18d1 drm/i915/vm_bind: Support for VM private BOs
17a9cbc896b2 drm/i915/vm_bind: Implement bind and unbind of object
d4b1ce9b5353 drm/i915/vm_bind: Add support to create persistent vma
975a6ab5c9f8 drm/i915/vm_bind: Expose i915_gem_object_max_page_size()
00bf4282f366 drm/i915/vm_bind: Add __i915_sw_fence_await_reservation()
192f30f1ba2e drm/i915/vm_bind: Expose vm lookup function