Series: | drm/i915: Remove short term pins from execbuf by requiring lock to unbind. (rev2) |
URL: | https://patchwork.freedesktop.org/series/98137/ |
State: | success |
Details: | https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21948/index.html |
CI Bug Log - changes from CI_DRM_11059 -> Patchwork_21948
Summary
SUCCESS
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_21948/index.html
Participating hosts (43 -> 35)
Missing (8): bat-dg1-6 bat-dg1-5 bat-adlp-6 bat-adlp-4 bat-rpls-1 fi-bdw-samus bat-jsl-2 bat-jsl-1
Known issues
Here are the changes found in Patchwork_21948 that come from known issues:
IGT changes
Issues hit
-
igt@amdgpu/amd_cs_nop@sync-fork-compute0:
- fi-kbl-soraka: NOTRUN -> SKIP (fdo#109271) +2 similar issues
-
igt@amdgpu/amd_prime@amd-to-i915:
- fi-pnv-d510: NOTRUN -> SKIP (fdo#109271) +17 similar issues
Possible fixes
-
igt@i915_selftest@live@gt_heartbeat:
- fi-cfl-8700k: DMESG-FAIL (i915#541) -> PASS
-
igt@i915_selftest@live@requests:
- fi-pnv-d510: DMESG-FAIL (i915#2927 / i915#4528) -> PASS
-
igt@kms_frontbuffer_tracking@basic:
- fi-cml-u2: DMESG-WARN (i915#4269) -> PASS
Build changes
- Linux: CI_DRM_11059 -> Patchwork_21948
CI-20190529: 20190529
CI_DRM_11059: 1d8aba1cfbab48b322c4d464437dd0c34da468ec @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6325: ac29e097d4ff0f2e269a955ca86c5eb23908467a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_21948: 953cc81f3a16f407d1aba0a97deb4496b6a56c47 @ git://anongit.freedesktop.org/gfx-ci/linux
== Linux commits ==
953cc81f3a16 drm/i915: Remove short-term pins from execbuf, v6.
f5cb09503ae0 drm/i915: Remove support for unlocked i915_vma unbind
24fe65e145e6 drm/i915: Remove assert_object_held_shared
ec557f8e7070 drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind, v2.
775c2d0a1bd1 drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
2ffa12202a76 drm/i915: Add locking to i915_gem_evict_vm()
0a564d5e4bd9 drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors, v2.