Series: | drm/i915: Remove short term pins from execbuf by requiring lock to unbind. |
URL: | https://patchwork.freedesktop.org/series/98837/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21993/index.html |
CI Bug Log - changes from CI_DRM_11077 -> Patchwork_21993
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21993/index.html
Participating hosts (45 -> 35)
Missing (10): shard-tglu bat-dg1-6 bat-dg1-5 fi-icl-u2 fi-bsw-cyan bat-adlp-6 bat-rpls-1 shard-rkl bat-jsl-2 bat-jsl-1
Known issues
Here are the changes found in Patchwork_21993 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@sync-fork-gfx0:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271) +21 similar issues
-
igt@gem_exec_suspend@basic-s3@smem:
- fi-bdw-5557u: PASS -> INCOMPLETE (i915#146)
-
igt@gem_huc_copy@huc-copy:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#2190)
-
igt@gem_lmem_swapping@verify-random:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#4613) +3 similar issues
-
igt@i915_selftest@live@hangcheck:
- fi-hsw-4770: PASS -> INCOMPLETE (i915#3303)
-
igt@kms_chamelium@vga-edid-read:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / fdo#111827) +8 similar issues
-
igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-skl-6600u: NOTRUN -> SKIP (fdo#109271 / i915#533)
-
igt@runner@aborted:
- fi-hsw-4770: NOTRUN -> FAIL (fdo#109271 / i915#1436 / i915#4312)
Possible fixes
- igt@gem_exec_suspend@basic-s3@smem:
- fi-skl-6600u: INCOMPLETE (i915#4547) -> PASS
Build changes
- Linux: CI_DRM_11077 -> Patchwork_21993
CI-20190529: 20190529
CI_DRM_11077: dd14003838c5a80ce141b31f2659a056a40cd894 @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6326: ec75f64fcbcf4aac58fbf1bf629e8f59b19db4ce @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21993: 517ba11b3ad8b7ac601878c154a88be464c74048 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
517ba11b3ad8 drm/i915: Remove short-term pins from execbuf, v6.
6def580408d2 drm/i915: Remove support for unlocked i915_vma unbind
21d14143f7f1 drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.
a5a3e0f29127 drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something, v2.
171e3d2259de drm/i915: Add locking to i915_gem_evict_vm()
6c3515b331fc drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2.